
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #000
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger--3dx .hamburger-box {
	perspective: 80px
}

.hamburger--3dx .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
	transform: rotateY(180deg);
	background-color: transparent !important
}

.hamburger--3dx.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
	transform: rotateY(-180deg);
	background-color: transparent !important
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
	perspective: 80px
}

.hamburger--3dy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
	transform: rotateX(-180deg);
	background-color: transparent !important
}

.hamburger--3dy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
	transform: rotateX(180deg);
	background-color: transparent !important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
	perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg);
	background-color: transparent !important
}

.hamburger--3dxy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
	background-color: transparent !important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
	transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
	overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
	top: -80px;
	left: -80px;
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
	top: -80px;
	right: -80px;
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
	overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
	top: 80px;
	left: -80px;
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
	top: 80px;
	right: -80px;
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
	transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
	transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
	opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
	top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
	bottom: 0
}

.hamburger--slider .hamburger-inner {
	top: 2px
}

.hamburger--slider .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
	top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
	top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
	top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
	top: 10px;
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
	top: 20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: .22s;
	background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
	opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
	transform: rotate(90deg);
	background-color: transparent !important
}

.hamburger--stand.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
	transform: rotate(-90deg);
	background-color: transparent !important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
	transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
	transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
	transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
	transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
	transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
	transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg)
}

@import "main.less";
@import "bootstrap-select.less";
@import "icons.less";
@import "bootstrap.less";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/glyphicons-halflings-regular.eot#iefix") format('embedded-opentype'), url("../fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("../fonts/glyphicons-halflings-regular.woff") format('woff'), url("../fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\002a";
}

.glyphicon-plus:before {
	content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "\26fa";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "\231b";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-btc:before {
	content: "\e227";
}

.glyphicon-xbt:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "\00a5";
}

.glyphicon-jpy:before {
	content: "\00a5";
}

.glyphicon-ruble:before {
	content: "\20bd";
}

.glyphicon-rub:before {
	content: "\20bd";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5;
	color: #2c2c2c;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #0c6c6e;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #b04f0e;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 0px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	border-top: 1px solid #EEEEEE;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 2em;
}

h2,
.h2 {
	font-size: 2em;
}

h3,
.h3 {
	font-size: 2em;
}

h4,
.h4 {
	font-size: 2em;
}

h5,
.h5 {
	font-size: 1em;
}

h6,
.h6 {
	font-size: 1em;
}

p {
	margin: 0 0 0.5em;
}

.lead {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
	.lead {
		font-size: 1.5em;
	}
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #767676;
}

.text-primary {
	color: #0c6c6e;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #c85a10;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #0c6c6e;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #c85a10;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: -0.5em;
	margin: 2em 0 1em;
	border-bottom: 1px solid #EEEEEE;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0.5em;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 1em;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #767676;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 0.5em 1em;
	margin: 0 0 1em;
	font-size: 1.25em;
	border-left: 5px solid #EEEEEE;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.5;
	color: #767676;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #EEEEEE;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: 1.5;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 0px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 0em;
	margin: 0 0 0.5em;
	font-size: 0em;
	line-height: 1.5;
	word-break: break-all;
	word-wrap: break-word;
	color: #2c2c2c;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.container {
		width: 724px;
	}
}

@media (min-width:992px) {
	.container {
		width: 944px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1144px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
}

.row {
	margin-left: -2%;
	margin-right: -2%;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #767676;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1em;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 0.75em;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: inherit;
	color: #2c2c2c;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 1em;
	line-height: 1.5;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 2em;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	color: #555555;
	background-color: rgba(166, 168, 171, 0.2);
	background-image: none;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: rgba(0, 0, 0, 0.15);
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 2em;
	}

	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 13em;
	}

	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 24em;
	}
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 1em;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 2em;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.input-sm {
	height: 13em;
	padding: 5px 10px;
	font-size: 0.85em;
	line-height: 1.5;
	border-radius: 0px;
}

select.input-sm {
	height: 13em;
	line-height: 13em;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}

.form-group-sm .form-control {
	height: 13em;
	padding: 5px 10px;
	font-size: 0.85em;
	line-height: 1.5;
	border-radius: 0px;
}

.form-group-sm select.form-control {
	height: 13em;
	line-height: 13em;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 13em;
	min-height: 1.85em;
	padding: 6px 10px;
	font-size: 0.85em;
	line-height: 1.5;
}

.input-lg {
	height: 24em;
	padding: 10px 16px;
	font-size: 1.15em;
	line-height: 1.3333333;
	border-radius: 0px;
}

select.input-lg {
	height: 24em;
	line-height: 24em;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.form-group-lg .form-control {
	height: 24em;
	padding: 10px 16px;
	font-size: 1.15em;
	line-height: 1.3333333;
	border-radius: 0px;
}

.form-group-lg select.form-control {
	height: 24em;
	line-height: 24em;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 24em;
	min-height: 2.15em;
	padding: 11px 16px;
	font-size: 1.15em;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 2.5em;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 24em;
	height: 24em;
	line-height: 24em;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 13em;
	height: 13em;
	line-height: 13em;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label~.form-control-feedback {
	top: 6em;
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #6c6c6c;
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group>.form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 8em;
}

.form-horizontal .form-group {
	margin-left: -2%;
	margin-right: -2%;
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 2%;
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 1.15em;
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 0.85em;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #fff;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #fff;
	background-color: #767676;
	border-color: #767676;
}

.btn-default:focus,
.btn-default.focus {
	color: #fff;
	background-color: #5d5d5d;
	border-color: #363636;
}

.btn-default:hover {
	color: #fff;
	background-color: #5d5d5d;
	border-color: #575757;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #fff;
	background-color: #5d5d5d;
	border-color: #575757;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color: #fff;
	background-color: #4b4b4b;
	border-color: #363636;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #767676;
	border-color: #767676;
}

.btn-default .badge {
	color: #767676;
	background-color: #fff;
}

.btn-primary {
	color: #fff;
	background-color: #0c6c6e;
	border-color: #e96913;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.btn-primary:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.btn-primary .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #56823E;
	border-color: #4b7136;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #3f5f2e;
	border-color: #111a0d;
}

.btn-success:hover {
	color: #fff;
	background-color: #3f5f2e;
	border-color: #2f4722;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #3f5f2e;
	border-color: #2f4722;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #2f4722;
	border-color: #111a0d;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #56823E;
	border-color: #4b7136;
}

.btn-success .badge {
	color: #56823E;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #3555A6;
	border-color: #2f4b93;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #29417f;
	border-color: #101a32;
}

.btn-info:hover {
	color: #fff;
	background-color: #29417f;
	border-color: #203364;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #29417f;
	border-color: #203364;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #203364;
	border-color: #101a32;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #3555A6;
	border-color: #2f4b93;
}

.btn-info .badge {
	color: #3555A6;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #FDC031;
	border-color: #fdb818;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #f9af02;
	border-color: #946801;
}

.btn-warning:hover {
	color: #fff;
	background-color: #f9af02;
	border-color: #d59602;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #f9af02;
	border-color: #d59602;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d59602;
	border-color: #946801;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #FDC031;
	border-color: #fdb818;
}

.btn-warning .badge {
	color: #FDC031;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #B03030;
	border-color: #9c2b2b;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #882525;
	border-color: #380f0f;
}

.btn-danger:hover {
	color: #fff;
	background-color: #882525;
	border-color: #6c1d1d;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #882525;
	border-color: #6c1d1d;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #6c1d1d;
	border-color: #380f0f;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #B03030;
	border-color: #9c2b2b;
}

.btn-danger .badge {
	color: #B03030;
	background-color: #fff;
}

.btn-link {
	color: #0c6c6e;
	font-weight: normal;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #b04f0e;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #A6A8AB;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 1.15em;
	line-height: 1.3333333;
	border-radius: 0px;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 0.85em;
	line-height: 1.5;
	border-radius: 0px;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 0.85em;
	line-height: 1.5;
	border-radius: 0px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 1em;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: -0.5em 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.5;
	color: #2c2c2c;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #1f1f1f;
	background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #0c6c6e;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #767676;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 0.85em;
	line-height: 1.5;
	color: #767676;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 24em;
	padding: 10px 16px;
	font-size: 1.15em;
	line-height: 1.3333333;
	border-radius: 0px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 24em;
	line-height: 24em;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 13em;
	padding: 5px 10px;
	font-size: 0.85em;
	line-height: 1.5;
	border-radius: 0px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 13em;
	line-height: 13em;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #EEEEEE;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 0px;
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 0.85em;
	border-radius: 0px;
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 1.15em;
	border-radius: 0px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn+.btn {
	margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #EEEEEE;
}

.nav>li.disabled>a {
	color: #767676;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #767676;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #EEEEEE;
	border-color: #0c6c6e;
}

.nav .nav-divider {
	height: 1px;
	margin: -0.5em 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.5;
	border: 1px solid transparent;
	border-radius: 0px 0px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #EEEEEE #EEEEEE #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 0px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0px 0px 0 0;
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff;
	}
}

.nav-pills>li {
	float: left;
}

.nav-pills>li>a {
	border-radius: 0px;
}

.nav-pills>li+li {
	margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #0c6c6e;
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified>li {
	float: none;
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 0px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 0px 0px 0 0;
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 1em;
	border: 1px solid transparent;
}

@media (min-width:768px) {
	.navbar {
		border-radius: 0px;
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 2%;
	padding-left: 2%;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width:768px) {

	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:768px) {

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 24.5px 2%;
	font-size: 1.15em;
	line-height: 1em;
	height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
}

@media (min-width:768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -2%;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 2%;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 12.25px -2%;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1em;
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 1em;
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 24.5px;
		padding-bottom: 24.5px;
	}
}

.navbar-form {
	margin-left: -2%;
	margin-right: -2%;
	padding: 10px 2%;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 24px;
	margin-bottom: 24px;
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}

	.navbar-form .input-group>.form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 24px;
	margin-bottom: 24px;
}

.navbar-btn.btn-sm {
	margin-top: 18.5px;
	margin-bottom: 18.5px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 24.5px;
	margin-bottom: 24.5px;
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 2%;
		margin-right: 2%;
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important;
		float: left;
	}

	.navbar-right {
		float: right !important;
		float: right;
		margin-right: -2%;
	}

	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav>li>a {
	color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #9c9c9c;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #9c9c9c;
}

.navbar-inverse .navbar-nav>li>a {
	color: #9c9c9c;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #fff;
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9c9c9c;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #9c9c9c;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #9c9c9c;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 1em;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc;
}

.breadcrumb>.active {
	color: #767676;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 1em 0;
	border-radius: 0px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.5;
	text-decoration: none;
	color: #767676;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #2c2c2c;
	background-color: #E5E5E5;
	border-color: #2c2c2c;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #2c2c2c;
	border-color: #2c2c2c;
	cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #767676;
	background-color: #F7F7F7;
	border-color: #EEEEEE;
	cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 1.15em;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 0.85em;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.pager {
	padding-left: 0;
	margin: 1em 0;
	list-style: none;
	text-align: center;
}

.pager li {
	display: inline;
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #E5E5E5;
}

.pager .next>a,
.pager .next>span {
	float: right;
}

.pager .previous>a,
.pager .previous>span {
	float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color: #767676;
	background-color: #fff;
	cursor: not-allowed;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #767676;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5d5d5d;
}

.label-primary {
	background-color: #0c6c6e;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #c85a10;
}

.label-success {
	background-color: #56823E;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #3f5f2e;
}

.label-info {
	background-color: #3555A6;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #29417f;
}

.label-warning {
	background-color: #FDC031;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #f9af02;
}

.label-danger {
	background-color: #B03030;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #882525;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 0.85em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #767676;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #0c6c6e;
	background-color: #fff;
}

.list-group-item>.badge {
	float: right;
}

.list-group-item>.badge+.badge {
	margin-right: 5px;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #EEEEEE;
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 2em;
	font-weight: 200;
}

.jumbotron>hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0px;
	padding-left: 2%;
	padding-right: 2%;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 5em;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 1em;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
	margin-left: auto;
	margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #0c6c6e;
}

.thumbnail .caption {
	padding: 9px;
	color: #2c2c2c;
}

.alert {
	padding: 15px;
	margin-bottom: 1em;
	border: 1px solid transparent;
	border-radius: 0px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,
.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #767676;
	border-color: #767676;
	color: #ffffff;
}

.alert-info hr {
	border-top-color: #696969;
}

.alert-info .alert-link {
	color: #e6e6e6;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 1em;
	margin-bottom: 1em;
	background-color: #f5f5f5;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 0.85em;
	line-height: 1em;
	color: #fff;
	text-align: center;
	background-color: #0c6c6e;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #56823E;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #3555A6;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #FDC031;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #B03030;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right,
.media>.pull-right {
	padding-left: 10px;
}

.media-left,
.media>.pull-left {
	padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

a.list-group-item,
button.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #EEEEEE;
	color: #767676;
	cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #767676;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #fce8db;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 1em;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1px;
	border-top-left-radius: -1px;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
	color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1px;
	border-bottom-left-radius: -1px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1px;
	border-top-left-radius: -1px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1px;
	border-bottom-left-radius: -1px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group+.panel-footer {
	border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
	margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: -1px;
	border-top-left-radius: -1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: -1px;
	border-top-right-radius: -1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: -1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: -1px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: -1px;
	border-bottom-left-radius: -1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: -1px;
	border-bottom-right-radius: -1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: -1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: -1px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0;
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 1em;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default>.panel-heading {
	color: #2c2c2c;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #2c2c2c;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #0c6c6e;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #0c6c6e;
}

.panel-primary>.panel-heading .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #0c6c6e;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
	padding: 24px;
	border-radius: 0px;
}

.well-sm {
	padding: 9px;
	border-radius: 0px;
}

.close {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 0.85em;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 1em;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 1em;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: -1px -1px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover>.arrow {
	border-width: 11px;
}

.popover>.arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
	}

	.carousel-inner>.item.next,
	.carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width:768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.about-us-introduction:before,
.about-us-introduction:after,
.careers-introduction:before,
.careers-introduction:after,
.grantmaking-circular-image:before,
.grantmaking-circular-image:after,
.grantmaking-gray-background-orange-button-links div:before,
.grantmaking-gray-background-orange-button-links div:after,
.grantmaking-other-fixed-right-text div:before,
.grantmaking-other-fixed-right-text div:after,
.grantmaking-building-fixed-right-text div:before,
.grantmaking-building-fixed-right-text div:after,
div.grantmaking-building-fixed-right-text div:before,
div.grantmaking-building-fixed-right-text div:after,
.grantmaking-101-fixed-left-text div:before,
.grantmaking-101-fixed-left-text div:after,
.grantmaking-other-fixed-left-text div:before,
.grantmaking-other-fixed-left-text div:after,
.other-philanthropic-resources-resource-list:before,
.other-philanthropic-resources-resource-list:after,
.library-speeches-left-image-right-text:before,
.library-speeches-left-image-right-text:after,
.container-fluid-full:before,
.container-fluid-full:after,
.email-slider form:before,
.email-slider form:after {
	content: " ";
	display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.about-us-introduction:after,
.careers-introduction:after,
.grantmaking-circular-image:after,
.grantmaking-gray-background-orange-button-links div:after,
.grantmaking-other-fixed-right-text div:after,
.grantmaking-building-fixed-right-text div:after,
div.grantmaking-building-fixed-right-text div:after,
.grantmaking-101-fixed-left-text div:after,
.grantmaking-other-fixed-left-text div:after,
.other-philanthropic-resources-resource-list:after,
.library-speeches-left-image-right-text:after,
.container-fluid-full:after,
.email-slider form:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont_1.eot");
	src: url("../fonts/fontawesome-webfont.eot#iefix&v=4.3.0") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff2") format('woff2'), url("../fonts/fontawesome-webfont.woff") format('woff'), url("../fonts/fontawesome-webfont.ttf") format('truetype'), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: 0.3em;
}

.fa.pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.btn-group.open .dropdown-toggle {
	box-shadow: inherit;
}

.bootstrap-select {
	width: 220px \0;
}

.bootstrap-select>.btn {
	width: 100%;
	padding-right: 25px;
	letter-spacing: normal;
}

.error .bootstrap-select .btn {
	border: 1px solid #ff0000;
}

.control-group.error .bootstrap-select .dropdown-toggle {
	border-color: #ff0000;
}

.bootstrap-select.fit-width {
	width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: inherit;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
	margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}

.input-append .bootstrap-select.btn-group {
	margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
	margin-right: -1px;
}

.bootstrap-select.btn-group>.disabled {
	cursor: not-allowed;
}

.bootstrap-select.btn-group>.disabled:focus {
	outline: none !important;
}

.bootstrap-select.btn-group .btn .filter-option {
	display: inline-block;
	overflow: hidden;
	text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
	float: right;
	position: relative;
	top: 9px;
	right: -10px;
}

.bootstrap-select.btn-group .btn.email-dropdown-custom,
.bootstrap-select.btn-group .btn.region-dropdown-custom {
	border: 1px solid #E5E5E5;
	padding: 12px;
	background-color: white;
	color: #404040;
}

.bootstrap-select.btn-group .btn.email-dropdown-custom span.filter-option,
.bootstrap-select.btn-group .btn.region-dropdown-custom span.filter-option {
	text-align: center;
}

.bootstrap-select.btn-group .btn.email-dropdown-custom span.caret,
.bootstrap-select.btn-group .btn.region-dropdown-custom span.caret {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: none;
	border-left: none;
	border-right: 2px solid #0c6c6e;
	border-bottom: 2px solid #0c6c6e;
	top: 40%;
	right: 20px;
}

.bootstrap-select.btn-group .btn.email-dropdown-custom:focus,
.bootstrap-select.btn-group .btn.region-dropdown-custom:focus {
	outline: 1px solid #0c6c6e;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
	width: 100%;
}

.bootstrap-select .dropdown-menu {
	box-sizing: border-box;
	margin-top: -2px;
	min-width: 100%;
	padding: 0;
	z-index: 1035;
}

.bootstrap-select .dropdown-menu.inner {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: #ffffff;
}

.bootstrap-select .dropdown-menu ul,
.bootstrap-select .dropdown-menu li {
	padding: 0;
}

.bootstrap-select .dropdown-menu li {
	position: relative;
	line-height: 1;
}

.bootstrap-select .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select .dropdown-menu li.active:not(.disabled) a small {
	color: #3555A6;
	color: rgba(53, 85, 166, 0.4);
}

.bootstrap-select .dropdown-menu li.disabled a {
	cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
	border-left: 2px solid #ffffff;
	box-shadow: none;
	color: #767676;
	cursor: pointer;
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	letter-spacing: normal;
	opacity: 1;
	padding: 8px 15px 6px 11px;
}

.bootstrap-select .dropdown-menu li a:hover {
	color: #2c2c2c;
	background-color: #fce8db;
	border-left: 2px solid #0c6c6e;
	border-bottom: none;
}

.bootstrap-select .dropdown-menu li a:focus {
	outline: none !important;
}

.bootstrap-select .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
	display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline-block;
}

.bootstrap-select .dropdown-menu li.selected a {
	border-left: 2px solid #555555 !important;
	color: #2c2c2c !important;
}

.bootstrap-select .dropdown-menu li small {
	padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	box-sizing: border-box;
}

.bootstrap-select .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
}

.bootstrap-select.fit-width .btn .filter-option {
	position: static;
}

.bootstrap-select.fit-width .btn .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}

.email-long-subscribe .form-basic li:before {
	display: none;
}

.bootstrap-select.show-menu-arrow.open>.btn {
	z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	border-bottom-color: rgba(85, 85, 85, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-bottom: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #555555;
	border-top-color: rgba(85, 85, 85, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
	display: block;
}

.bs-searchbox,
.bs-actionsbox {
	padding: 4px 8px;
}

.bs-actionsbox {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
	margin-bottom: 0;
	width: 100%;
}

.mobile-device {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 100% !important;
	opacity: 0;
}

#Error-Region {
	margin-top: 16px;
}

@font-face {
	font-family: "KievitWeb";
	src: url("../fonts/KievitWeb.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "KievitWeb";
	src: url("../fonts/KievitWeb-Ita.woff") format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "KievitWeb";
	src: url("../fonts/KievitWeb-Bold.woff") format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "KievitWeb";
	src: url("../fonts/KievitWeb-BoldIta.woff") format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "KievitWeb";
	src: url("../fonts/KievitWeb-Light.woff") format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "KievitWeb";
	src: url("../fonts/KievitWeb-LightIta.woff") format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "KievitWeb";
	src: url("../fonts/KievitWeb-Exlig.woff") format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Arnhem-Blond";
	src: url("../fonts/Arnhem-Blond.woff") format('woff');
	font-display: swap;
}

@font-face {
	font-family: "Arnhem-Blond";
	src: url("../fonts/Arnhem-BlondItalic.woff") format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Arnhem-Blond";
	src: url("../fonts/Arnhem-Bold.woff") format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Arnhem-Blond";
	src: url("../fonts/Arnhem-BoldItalic.woff") format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Arnhem-Blond";
	src: url("../fonts/Arnhem-Black.woff") format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Arnhem-Blond";
	src: url("../fonts/Arnhem-BlackItalic.woff") format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

.bkg-gv-search-all-color {
	background-color: #56823E;
}

.bkg-gv-initiatives-color {
	background-color: #255b7d;
}

.bkg-gv-originating-offices-color {
	background-color: #7971a0;
}

.container-semi-fluid {
	padding: 0px 15px;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.col-fixed {
	width: 100px;
	position: absolute;
}

@media (min-width:768px) {
	.col-fixed-offset {
		padding-left: 120px;
		min-height: 100px;
	}
}

.row-fix {
	margin: 0 -15px !important;
}

.list-inline>li {
	padding: 0;
}

a {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.link-base {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.link-base:hover,
.link-base:active,
.link-base:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.link-base:focus {
	background-color: #f8caac;
}

.link-base-heading {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.link-base-heading:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.link-base-heading:active,
.link-base-heading:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.link-small-caps-grey {
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
}

.link-small-caps-grey:hover,
.link-small-caps-grey:active,
.link-small-caps-grey:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.link-small-caps-grey:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .link-small-caps-grey {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .link-small-caps-grey:hover,
.white .link-small-caps-grey:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .link-small-caps-grey:focus {
	text-decoration-color: #ffffff !important;
}

.h6.crumb a,
.blog-post-header .post-title .h6>a,
.blog-post-header .post-title h6>a,
.inequality-is-page .post-title .h6>a,
header.post-title .h6>a {
	color: #767676;
	text-transform: uppercase;
}

.h6.crumb a:hover,
.blog-post-header .post-title .h6>a:hover,
.blog-post-header .post-title h6>a:hover,
.inequality-is-page .post-title .h6>a:hover,
header.post-title .h6>a:hover,
.h6.crumb a:active,
.blog-post-header .post-title .h6>a:active,
.blog-post-header .post-title h6>a:active,
.inequality-is-page .post-title .h6>a:active,
header.post-title .h6>a:active,
.h6.crumb a:focus,
.blog-post-header .post-title .h6>a:focus,
.blog-post-header .post-title h6>a:focus,
.inequality-is-page .post-title .h6>a:focus,
header.post-title .h6>a:focus {
	color: #555555;
	text-decoration: none;
	opacity: 1;
	box-shadow: inset 0 -1.5px 0 rgba(237, 113, 30, 0.75);
}

.h6.crumb a:focus,
.blog-post-header .post-title .h6>a:focus,
.blog-post-header .post-title h6>a:focus,
.inequality-is-page .post-title .h6>a:focus,
header.post-title .h6>a:focus {
	box-shadow: inset 0 -1.5px 0 #0c6c6e;
}

.h6.crumb.white a {
	color: #fff;
	opacity: 1;
}

.h6.crumb.white a:hover,
.h6.crumb.white a:active,
.h6.crumb.white a:focus {
	box-shadow: inset 0 -1.5px 0 rgba(255, 255, 255, 0.6);
}

.bkg-grey-lightest-blog .h6.crumb a {
	color: #717171;
}

.vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width:480px) {
	.hidden-xxs {
		display: none !important;
	}
}

@media (min-width:1600px) {
	.container {
		width: 1544px;
	}
}

@media (min-width:1600px) {
	.hidden-xlg {
		display: none;
	}
}

.visible-xlg {
	display: none;
}

@media (min-width:1600px) {
	.visible-xlg {
		display: block !important;
	}
}

.col-xlg-1,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:1600px) {

	.col-xlg-1,
	.col-xlg-2,
	.col-xlg-3,
	.col-xlg-4,
	.col-xlg-5,
	.col-xlg-6,
	.col-xlg-7,
	.col-xlg-8,
	.col-xlg-9,
	.col-xlg-10,
	.col-xlg-11,
	.col-xlg-12 {
		float: left;
	}

	.col-xlg-12 {
		width: 100%;
	}

	.col-xlg-11 {
		width: 91.66666667%;
	}

	.col-xlg-10 {
		width: 83.33333333%;
	}

	.col-xlg-9 {
		width: 75%;
	}

	.col-xlg-8 {
		width: 66.66666667%;
	}

	.col-xlg-7 {
		width: 58.33333333%;
	}

	.col-xlg-6 {
		width: 50%;
	}

	.col-xlg-5 {
		width: 41.66666667%;
	}

	.col-xlg-4 {
		width: 33.33333333%;
	}

	.col-xlg-3 {
		width: 25%;
	}

	.col-xlg-2 {
		width: 16.66666667%;
	}

	.col-xlg-1 {
		width: 8.33333333%;
	}

	.col-xlg-pull-12 {
		right: 100%;
	}

	.col-xlg-pull-11 {
		right: 91.66666667%;
	}

	.col-xlg-pull-10 {
		right: 83.33333333%;
	}

	.col-xlg-pull-9 {
		right: 75%;
	}

	.col-xlg-pull-8 {
		right: 66.66666667%;
	}

	.col-xlg-pull-7 {
		right: 58.33333333%;
	}

	.col-xlg-pull-6 {
		right: 50%;
	}

	.col-xlg-pull-5 {
		right: 41.66666667%;
	}

	.col-xlg-pull-4 {
		right: 33.33333333%;
	}

	.col-xlg-pull-3 {
		right: 25%;
	}

	.col-xlg-pull-2 {
		right: 16.66666667%;
	}

	.col-xlg-pull-1 {
		right: 8.33333333%;
	}

	.col-xlg-pull-0 {
		right: auto;
	}

	.col-xlg-push-12 {
		left: 100%;
	}

	.col-xlg-push-11 {
		left: 91.66666667%;
	}

	.col-xlg-push-10 {
		left: 83.33333333%;
	}

	.col-xlg-push-9 {
		left: 75%;
	}

	.col-xlg-push-8 {
		left: 66.66666667%;
	}

	.col-xlg-push-7 {
		left: 58.33333333%;
	}

	.col-xlg-push-6 {
		left: 50%;
	}

	.col-xlg-push-5 {
		left: 41.66666667%;
	}

	.col-xlg-push-4 {
		left: 33.33333333%;
	}

	.col-xlg-push-3 {
		left: 25%;
	}

	.col-xlg-push-2 {
		left: 16.66666667%;
	}

	.col-xlg-push-1 {
		left: 8.33333333%;
	}

	.col-xlg-push-0 {
		left: auto;
	}

	.col-xlg-offset-12 {
		margin-left: 100%;
	}

	.col-xlg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-xlg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xlg-offset-9 {
		margin-left: 75%;
	}

	.col-xlg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xlg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xlg-offset-6 {
		margin-left: 50%;
	}

	.col-xlg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xlg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xlg-offset-3 {
		margin-left: 25%;
	}

	.col-xlg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xlg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xlg-offset-0 {
		margin-left: 0%;
	}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width:768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width:992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width:1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.btn {
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #C95100;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.btn-primary .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.btn-primary .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.btn-default {
	color: #ffffff;
	background-color: #767676;
	border-color: #767676;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default.focus,
.btn-default:active.focus,
.btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #767676;
	border-color: #767676;
	color: #ffffff;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #767676;
	border-color: #767676;
}

.btn-default .badge {
	color: #767676;
	background-color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default.focus,
.btn-default:active.focus,
.btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #767676;
	border-color: #767676;
	color: #ffffff;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #767676;
	border-color: #767676;
}

.btn-default .badge {
	color: #767676;
	background-color: #ffffff;
}

.btn-white {
	color: #0c6c6e;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #C95100;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	background-image: none;
}

.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.btn-white.focus,
.btn-white:active.focus,
.btn-white.active.focus {
	box-shadow: inset 0 0 0 2px #0c6c6e;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0c6c6e;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white .badge {
	color: #ffffff;
	background-color: #0c6c6e;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #C95100;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	background-image: none;
}

.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.btn-white.focus,
.btn-white:active.focus,
.btn-white.active.focus {
	box-shadow: inset 0 0 0 2px #0c6c6e;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0c6c6e;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white .badge {
	color: #ffffff;
	background-color: #0c6c6e;
}

#announcement {
	text-align: center;
}

#announcement div {
	padding: 10px 7% 8px 7%;
	transition: background-color 0.3s ease;
}

@media (min-width:992px) {
	#announcement div {
		padding: 16px 7% 14px 7%;
		font-size: 1.18rem;
	}
}

#announcement .chevron::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	opacity: 0.7;
	position: relative;
	top: 0.34em;
	transform: rotate(45deg) translate(0, 0);
	transition: all 0.3s ease;
	vertical-align: top;
	width: 0.45em;
}

@media (min-width:992px) {
	#announcement .chevron::before {
		top: 0.3em;
	}
}

#announcement:hover,
#announcement:active,
#announcement:focus {
	text-decoration: none;
}

#announcement:hover .chevron::before,
#announcement:active .chevron::before,
#announcement:focus .chevron::before {
	opacity: 1;
	transform: rotate(45deg) translate(20%, -20%);
}

#announcement:focus div {
	box-shadow: inset 7px 0 0 #0c6c6e;
}

#announcement:focus:hover div,
#announcement:focus:active div {
	box-shadow: none;
}

@media print {
	#announcement {
		display: none;
	}
}

.primary-nav {
	color: #404040;
	font-family: "Arnhem-Blond";
	line-height: 1.2;
	position: fixed;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-font-smoothing: antialiased;
}

.primary-nav a {
	background-color: transparent;
	color: #404040;
	font-family: "KievitWeb";
	overflow-wrap: break-word;
	text-decoration: none;
	transition: all 0.15s;
	word-break: break-word;
}

.primary-nav a:hover,
.primary-nav a:active,
.primary-nav a:focus {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	color: #2c2c2c;
	outline: none;
	text-decoration: none;
}

.primary-nav a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.primary-nav p {
	font-size: 1.125rem;
	line-height: 1.45;
}

.primary-nav .navbar {
	background-color: #ffffff;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
}

@media (min-width:767px) {
	.primary-nav .navbar {
		min-height: 80px;
	}
}

.primary-nav .navbar #navbar-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery .primary-nav .navbar:not(.navbar-opened) {
	background: #000000;
	border: transparent;
}

.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a,
.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a:hover,
.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a:active,
.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a:focus {
	color: #ffffff;
	outline: none;
}

.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a.active {
	box-shadow: inset 0 -2px 0 #fff;
}

.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a.active:hover,
.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a.active:active {
	box-shadow: inset 0 -2px 0 #A6A8AB;
}

.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a.active:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

@media (min-width:768px) {
	.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a:not(#search-collapse-btn)[aria-expanded="false"]:after {
		border-top: 0.36em solid #E5E5E5;
	}

	.gallery .primary-nav .navbar:not(.navbar-opened) .dropdown-btn a:not(#search-collapse-btn)[aria-expanded="true"]:after {
		border-bottom: 0.36em solid #E5E5E5;
	}
}

.gallery .primary-nav .navbar:not(.navbar-opened) .navbar-brand {
	background-image: url("../fonts/ford_logo_white_no_globe.svg");
}

@media (min-width:768px) {
	.gallery .primary-nav .navbar:not(.navbar-opened) .navbar-brand {
		background-image: url("../fonts/ford_logo_white.svg");
	}
}

.primary-nav .navbar .navbar-header {
	align-items: center;
	display: flex;
	height: 67px;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (min-width:768px) {
	.primary-nav .navbar .navbar-header {
		height: 80px;
		margin-right: auto;
		padding-right: 0;
		width: auto;
	}
}

.primary-nav .navbar .navbar-brand {
	background-image: url("../fonts/ford_logo_no_globe.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 220px;
}

.primary-nav .navbar .navbar-brand:hover,
.primary-nav .navbar .navbar-brand:active,
.primary-nav .navbar .navbar-brand:focus {
	box-shadow: none;
}

.primary-nav .navbar .navbar-brand:focus {
	outline: 1.5px solid #0c6c6e !important;
	outline-offset: 2px;
}

@media (min-width:768px) {
	.primary-nav .navbar .navbar-brand {
		margin-left: 0;
		width: 14.5em;
		background-image: url("../fonts/ford_logo.svg");
	}
}

.primary-nav .navbar #hamburger-btn {
	margin-right: -10px;
	margin-left: auto;
	border: 2px solid transparent;
}

.primary-nav .navbar #hamburger-btn:focus {
	outline: none;
	border: 2px solid #0c6c6e;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.primary-nav .navbar #hamburger-btn {
		margin-top: 30px;
	}
}

.primary-nav .navbar #hamburger-btn.hamburger {
	padding: 10px;
}

.primary-nav .navbar #hamburger-btn .hamburger-box {
	width: 32px;
	height: 21px;
}

.primary-nav .navbar #hamburger-btn .hamburger-box .hamburger-inner,
.primary-nav .navbar #hamburger-btn .hamburger-box .hamburger-inner:before,
.primary-nav .navbar #hamburger-btn .hamburger-box .hamburger-inner:after {
	height: 3px;
	width: 32px;
}

.gallery .primary-nav .navbar #hamburger-btn:not(.navbar-opened) .hamburger-inner,
.gallery .primary-nav .navbar #hamburger-btn:not(.navbar-opened) .hamburger-inner:before,
.gallery .primary-nav .navbar #hamburger-btn:not(.navbar-opened) .hamburger-inner:after {
	background-color: #fff;
}

.primary-nav .navbar .navigation-items {
	display: none;
}

@media (min-width:768px) {
	.primary-nav .navbar .navigation-items {
		display: flex;
		padding: 0;
		margin: 0;
		height: 80px;
	}

	.primary-nav .navbar .navigation-items ul {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: space-between;
		width: 100%;
	}

	.primary-nav .navbar .navigation-items li {
		flex-shrink: 0;
		padding: 0.5em 1em;
	}

	.primary-nav .navbar .navigation-items li:last-child {
		padding-right: 0;
	}

	.primary-nav .navbar .navigation-items li:first-child {
		padding-left: 5px;
	}

	.primary-nav .navbar .navigation-items li a {
		color: #767676;
		font-size: 0.8em;
		font-weight: 700;
		letter-spacing: 0.03em;
		outline: none;
		padding-bottom: 3px;
		text-transform: uppercase;
	}

	.primary-nav .navbar .navigation-items li a.active {
		box-shadow: inset 0 -2px 0 #A6A8AB;
	}

	.primary-nav .navbar .navigation-items li a:hover,
	.primary-nav .navbar .navigation-items li a:active,
	.primary-nav .navbar .navigation-items li a.active:hover,
	.primary-nav .navbar .navigation-items li a.active:active,
	.primary-nav .navbar .navigation-items li .button-opened,
	.primary-nav .navbar .navigation-items li .button-opened.active {
		box-shadow: inset 0 -2px 0 #767676;
		color: #404040;
	}

	.primary-nav .navbar .navigation-items li a:focus,
	.primary-nav .navbar .navigation-items li a.active:focus {
		box-shadow: inset 0 -2px 0 #0c6c6e;
		outline: none;
	}
}

@media (min-width:768px) and (min-width:768px) {

	.primary-nav .navbar .navigation-items li a:not(#search-collapse-btn)[aria-expanded="false"]:after,
	.primary-nav .navbar .navigation-items li a:not(#search-collapse-btn)[aria-expanded="true"]:after {
		border-left: 0.22em solid transparent;
		border-right: 0.22em solid transparent;
		content: " ";
		height: 0;
		margin-left: 0.3em;
		position: relative;
		width: 0;
	}

	.primary-nav .navbar .navigation-items li a:not(#search-collapse-btn)[aria-expanded="false"]:after {
		border-top: 0.36em solid #A6A8AB;
		border-bottom: none;
		top: 0.6em;
	}

	.primary-nav .navbar .navigation-items li a:not(#search-collapse-btn)[aria-expanded="true"]:after {
		border-bottom: 0.36em solid #A6A8AB;
		border-top: none;
		top: -0.8em;
	}
}

@media (min-width:768px) and (max-width:1080px) {
	.primary-nav .navbar .navigation-items {
		width: 100%;
	}

	.primary-nav .navbar .navigation-items ul {
		height: auto;
	}
}

.primary-nav .absolute {
	background-color: #EEEEEE;
	opacity: 1;
	position: absolute;
	width: 100%;
	z-index: 999;
}

@media (min-width:768px) {
	.primary-nav .absolute {
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	}
}

.primary-nav .collapse {
	min-height: 150px;
	position: relative;
}

@media (min-width:992px) {
	.primary-nav .collapse {
		min-height: 341px;
	}
}

.primary-nav .collapse.open {
	visibility: visible;
}

@media (max-width:768px) {
	.primary-nav .backdrop {
		padding-top: 10px;
	}
}

@media (min-width:768px) {
	.primary-nav #top-row-panel {
		display: none;
	}
}

.primary-nav .menu-title {
	border-bottom: 2px solid #ffffff;
	font-size: 1.5625em;
	font-weight: 200;
	letter-spacing: -0.02em;
	line-height: 1.4;
	margin-bottom: 28px;
	padding: 0 0.5em 0.3em 0;
}

@media (max-width:767px) {
	.primary-nav .menu-title {
		padding: 0;
		border-bottom-width: 1px;
	}
}

.primary-nav .menu-title a {
	color: #555555;
	padding-bottom: 4px;
}

.primary-nav .menu-title a:after {
	content: "\00a0\203A";
	color: #A6A8AB;
	-webkit-font-smoothing: none;
	position: absolute;
}

.primary-nav .menu-title a:hover,
.primary-nav .menu-title a:active,
.primary-nav .menu-title a:focus {
	box-shadow: none;
	color: #2c2c2c;
}

.primary-nav .menu-title a:hover:after,
.primary-nav .menu-title a:active:after,
.primary-nav .menu-title a:focus:after {
	color: #0c6c6e;
	transform: translate(3px, 0);
	transition: all 0.2s ease-out;
}

.primary-nav .menu-title a:focus {
	outline: none;
}

@media (min-width:768px) {
	.primary-nav .menu-title a:focus {
		box-shadow: inset 0 -1px 0 #0c6c6e;
	}
}

.primary-nav .menu-subtitle,
.primary-nav .article-title {
	clear: both;
	font-size: 1.2em;
	line-height: 110%;
	margin-bottom: 10px;
	padding-bottom: 0.7em;
}

@media (min-width:768px) {

	.primary-nav .menu-subtitle,
	.primary-nav .article-title {
		font-size: 0.95em;
	}
}

.primary-nav .menu-subtitle.challenge,
.primary-nav .article-title.challenge {
	display: flex;
}

.primary-nav .menu-subtitle.challenge .img-circle,
.primary-nav .article-title.challenge .img-circle {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	border: transparent;
	flex: 0 0 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 50px;
}

.primary-nav .menu-subtitle.challenge .challenge-link,
.primary-nav .article-title.challenge .challenge-link {
	align-self: center;
	padding-left: 10px;
}

@media (min-width:1200px) {
	.primary-nav .forum-wrapper {
		display: flex;
	}
}

.primary-nav .forum-wrapper .forum-child {
	background-position: center;
	background-size: cover;
	min-height: 200px;
}

.primary-nav .forum-wrapper.bkg-darkblue {
	margin-bottom: 1.5em !important;
}

.primary-nav .forum-wrapper .date {
	color: #ffffff;
	opacity: 1;
}

.primary-nav .forum-wrapper .menu-forum-text {
	padding: 30px;
	color: #ffffff;
}

.primary-nav .forum-wrapper .menu-forum-text .forum-title a {
	box-shadow: none;
	text-decoration: none;
}

.primary-nav .forum-wrapper .menu-forum-text .forum-title a:hover,
.primary-nav .forum-wrapper .menu-forum-text .forum-title a:active,
.primary-nav .forum-wrapper .menu-forum-text .forum-title a:focus {
	box-shadow: inset 0 -1.5px 0 #ffffff;
	outline: none;
}

.primary-nav .forum-wrapper .menu-forum-text .forum-title a p {
	color: #ffffff;
	display: inline;
	font-family: "KievitWeb";
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 200;
	letter-spacing: -0.02em;
}

.primary-nav .author,
.primary-nav .date {
	color: #696969;
	font-family: "KievitWeb";
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.primary-nav .author a,
.primary-nav .date a {
	box-shadow: inset 0 -1px 0 #A6A8AB;
}

.primary-nav .author a:hover,
.primary-nav .date a:hover {
	box-shadow: inset 0 -1px 0 #0c6c6e;
}

.primary-nav .author a:active,
.primary-nav .date a:active,
.primary-nav .author a:focus,
.primary-nav .date a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.primary-nav .article-title {
	margin: 0 0 8px 0;
	padding: 0;
}

.primary-nav .image-full img {
	width: 100%;
}

.primary-nav .cfsj-wrapper {
	margin-top: 1.6em;
}

.primary-nav .cfsj-wrapper .menu-title {
	border-bottom: none;
	margin-bottom: 0;
}

.primary-nav .cfsj-wrapper .cfsj-primary {
	background-color: #FDC031;
	padding: 2rem 2.1rem 0.8rem 2rem;
	font-size: 1.5em;
}

.primary-nav .cfsj-wrapper .cfsj-primary.menu-title a:after {
	color: #767676;
}

.primary-nav .cfsj-wrapper .cfsj-primary .menu-subtitle {
	padding-top: 0.5em;
	margin-bottom: 0;
	font-size: 1.2rem;
}

.primary-nav .cfsj-wrapper .cfsj-primary .menu-subtitle a {
	padding-bottom: 0;
}

.primary-nav .cfsj-wrapper .cfsj-primary .menu-subtitle a:after {
	content: "";
}

.primary-nav .cfsj-wrapper .cfsj-primary .menu-subtitle a:hover,
.primary-nav .cfsj-wrapper .cfsj-primary .menu-subtitle a:active {
	box-shadow: inset 0 -1px 0 #0c6c6e;
}

.primary-nav .cfsj-wrapper .cfsj-primary a:focus {
	box-shadow: none;
	text-decoration: underline;
	text-decoration-color: #ffffff;
}

.primary-nav .cfsj-wrapper .cfsj-secondary {
	background-color: #FCF1D6;
	margin-top: 0;
	margin-bottom: 2em !important;
	display: flex;
}

@media (min-width:768px) and (max-width:992px) {
	.primary-nav .cfsj-wrapper .cfsj-secondary {
		display: block;
		margin-bottom: 0 !important;
	}
}

.primary-nav .cfsj-wrapper .cfsj-secondary .cfsj-secondary-text {
	padding: 2rem 2rem 1.9rem 2rem;
}

.primary-nav .cfsj-wrapper .cfsj-secondary .cfsj-secondary-text .menu-subtitle {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.primary-nav .cfsj-wrapper .cfsj-secondary .cfsj-secondary-text .artwork-name,
.primary-nav .cfsj-wrapper .cfsj-secondary .cfsj-secondary-text .artwork-desc {
	font-family: "KievitWeb";
	font-size: 14px;
	padding: 0;
	margin-bottom: 0.5em;
}

.primary-nav .cfsj-wrapper .cfsj-secondary .cfsj-secondary-text .artwork-name {
	font-weight: 700;
}

.primary-nav .cfsj-wrapper .cfsj-secondary .cfsj-secondary-image {
	flex-grow: 1;
	min-height: 110px;
	background-size: cover;
	background-position: 50% 50%;
}

@media (min-width:768px) and (max-width:992px) {
	.primary-nav .cfsj-wrapper .cfsj-secondary .cfsj-secondary-image {
		height: 130px;
	}
}

.primary-nav .region-hover {
	position: absolute;
}

.primary-nav .map-holder .map {
	position: relative;
	margin-bottom: 40px;
	background-color: #7F3F97;
}

.primary-nav .map-holder .map img {
	width: 100%;
}

.primary-nav .pin {
	border-radius: 50%;
	border: 7px solid #ffffff;
	height: 1.25rem;
	opacity: 0.5;
	transform: scale(0.6);
	transition: 0.3s ease;
	width: 1.25rem;
}

@media (min-width:768px) {
	.primary-nav .pin {
		transform: scale(1);
	}
}

.primary-nav .pin:hover,
.primary-nav .pin.hovered {
	opacity: 1;
}

.primary-nav .pin.andean-region-and-southern-cone,
.primary-nav .pin.andean-region {
	top: 50%;
	left: 25%;
}

@media (min-width:768px) {

	.primary-nav .pin.andean-region-and-southern-cone,
	.primary-nav .pin.andean-region {
		top: 51%;
		left: 27%;
	}
}

.primary-nav .pin.mexico-and-central-america {
	top: 39%;
	left: 17%;
}

@media (min-width:768px) {
	.primary-nav .pin.mexico-and-central-america {
		top: 41%;
		left: 19%;
	}
}

.primary-nav .pin.brazil {
	top: 58%;
	left: 34%;
}

@media (min-width:768px) {
	.primary-nav .pin.brazil {
		top: 60%;
		left: 34%;
	}
}

.primary-nav .pin.middle-east-and-north-africa,
.primary-nav .pin.middle-east-and-northern-africa {
	top: 35%;
	left: 52%;
}

@media (min-width:768px) {

	.primary-nav .pin.middle-east-and-north-africa,
	.primary-nav .pin.middle-east-and-northern-africa {
		top: 37%;
		left: 54%;
	}
}

.primary-nav .pin.china {
	top: 26%;
	left: 73%;
}

@media (min-width:768px) {
	.primary-nav .pin.china {
		top: 29%;
		left: 74%;
	}
}

.primary-nav .pin.southern-africa {
	top: 67%;
	left: 50%;
}

@media (min-width:768px) {
	.primary-nav .pin.southern-africa {
		top: 70%;
		left: 51.5%;
	}
}

.primary-nav .pin.eastern-africa {
	top: 51%;
	left: 54%;
}

@media (min-width:768px) {
	.primary-nav .pin.eastern-africa {
		top: 53%;
		left: 55%;
	}
}

.primary-nav .pin.united-states {
	top: 25%;
	left: 25%;
}

@media (min-width:768px) {
	.primary-nav .pin.united-states {
		top: 29%;
		left: 27%;
	}
}

.primary-nav .pin.india-nepal-and-sri-lanka {
	top: 41%;
	left: 64.5%;
}

@media (min-width:768px) {
	.primary-nav .pin.india-nepal-and-sri-lanka {
		top: 43%;
		left: 64.5%;
	}
}

.primary-nav .pin.west-africa {
	top: 46%;
	left: 42%;
}

@media (min-width:768px) {
	.primary-nav .pin.west-africa {
		top: 47.5%;
		left: 43.5%;
	}
}

.primary-nav .pin.indonesia {
	top: 51%;
	left: 71%;
}

@media (min-width:768px) {
	.primary-nav .pin.indonesia {
		top: 54%;
		left: 72%;
	}
}

.primary-nav .input-group.search-bar {
	display: inherit;
}

.primary-nav .search-bar input.form-control {
	background-color: transparent;
	border-bottom: 1px solid #A6A8AB;
	box-shadow: none;
	font-family: "Arnhem-Blond";
	font-size: 1.875rem;
	height: 2em;
	margin-top: 0;
	padding: 0;
}

.primary-nav .search-bar input.form-control:focus {
	box-shadow: none;
	border: transparent;
	border-bottom: 2px solid #0c6c6e;
}

.primary-nav .search-bar .btn.btn-primary {
	margin-left: 0;
	margin-top: 8px;
}

@media (max-width:767px) {
	.primary-nav .search-bar .btn.btn-primary {
		padding: 2px 5px;
	}
}

.nav-fix-toggle {
	position: absolute;
}

@media (max-width:767px) {
	.primary-nav {
		max-height: calc(100% - 67px);
	}

	.primary-nav .navbar.open .navigation-items {
		background-color: #EEEEEE;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.primary-nav .navbar-opened+.absolute {
		position: fixed;
		overflow-y: auto;
		bottom: 0;
	}

	.primary-nav .absolute #menu-panels.container-fluid {
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	}

	.primary-nav .navigation-items {
		position: fixed;
		top: 67px;
		left: 0;
	}

	.primary-nav .navigation-items ul {
		background-color: inherit;
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
		display: block;
		line-height: 0;
		margin: 0;
		padding: 0;
	}

	.primary-nav .navigation-items ul li {
		border-top: 1px solid #A6A8AB;
		width: 100%;
	}

	.primary-nav .navigation-items ul li a {
		display: block;
	}

	.primary-nav .navigation-items ul li a:hover,
	.primary-nav .navigation-items ul li a:active,
	.primary-nav .navigation-items ul li a:active:focus,
	.primary-nav .navigation-items ul li a:focus {
		box-shadow: none !important;
		background-color: #fbe2d1 !important;
	}

	.primary-nav .navigation-items ul li a:after {
		content: "";
		right: 0;
		float: right;
	}

	.primary-nav .navigation-items ul .dropdown-btn .menu-anchor:not(#search-collapse-btn)[aria-expanded="false"]:after,
	.primary-nav .navigation-items ul .dropdown-btn .menu-anchor:not(#search-collapse-btn)[aria-expanded="true"]:after {
		border-left: 0.5em solid #A6A8AB;
		border-top: 0.3em solid transparent;
		border-bottom: 0.3em solid transparent;
		content: " ";
		height: 0;
		margin-left: 0.3em;
		position: relative;
		width: 0;
		transform: translate(0, 84%);
	}

	.primary-nav .navigation-items ul li.search {
		background-color: white;
		padding: 18px 8% 12px 8%;
		min-height: 67px;
	}

	.primary-nav .navigation-items ul li.search form {
		font-size: 1.2rem;
	}

	.primary-nav .navigation-items ul li.search form .form-group {
		float: left;
		margin-bottom: 0;
		width: 80%;
	}

	.primary-nav .navigation-items ul li.search form .form-group input {
		padding: 0;
		background-color: white;
		box-shadow: none;
	}

	.primary-nav .navigation-items ul li.search form .form-group input:focus {
		border-color: transparent;
		border-bottom: 1px solid #0c6c6e;
	}

	.primary-nav .navigation-items ul li.search form .input-group-btn {
		text-align: right;
		width: 20%;
	}

	.primary-nav .navigation-items ul li.search form .input-group-btn .btn.icon-search {
		background-color: white;
		margin-right: -15px;
		margin-top: 0;
	}

	.primary-nav .navigation-items ul li.search form .input-group-btn .btn.icon-search:focus {
		outline: 1px solid #0c6c6e;
	}

	.primary-nav #top-row-panel {
		margin-bottom: 0;
		border-bottom-color: #767676;
	}

	.primary-nav #top-row-panel.menu-title a {
		display: block;
		background-color: #767676;
		color: #ffffff;
	}

	.primary-nav #top-row-panel.menu-title a:after {
		border-bottom: 0.3em solid transparent;
		border-right: 0.5em solid #ffffff;
		border-top: 0.3em solid transparent;
		content: " ";
		float: left;
		height: 0;
		margin-right: 0.6em;
		position: relative;
		transform: translate(0, 84%);
		width: 0;
	}

	.primary-nav #top-row-panel.menu-title a:focus,
	.primary-nav #top-row-panel.menu-title a:hover,
	.primary-nav #top-row-panel.menu-title a:active,
	.primary-nav #top-row-panel.menu-title a:active:focus {
		box-shadow: none !important;
	}

	.primary-nav #top-row-panel.menu-title a:focus,
	.primary-nav #top-row-panel.menu-title a:active,
	.primary-nav #top-row-panel.menu-title a:active:focus {
		background-color: #fbe2d1;
		color: #555555;
	}

	.primary-nav #top-row-panel.menu-title a:focus:after,
	.primary-nav #top-row-panel.menu-title a:active:after,
	.primary-nav #top-row-panel.menu-title a:active:focus:after {
		border-right-color: #555555;
	}

	.primary-nav .navigation-items li a,
	.primary-nav #top-row-panel.menu-title a {
		font-size: 1.2rem;
		font-weight: 700;
		letter-spacing: 0.03em;
		line-height: 1.75;
		padding: 20px 8% 14px 8%;
		text-transform: uppercase;
	}
}

.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
	opacity: 1;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
	transition: 0.4s ease;
}

.affix-top {
	position: fixed;
	opacity: 0;
}

#submenu {
	padding: 0 10px;
	border-bottom: 1px solid #EEEEEE;
}

#submenu .affix-top {
	opacity: 0;
}

#submenu .nav-tabs>li.active>a,
#submenu .nav-tabs>li.active>a:hover,
#submenu .nav-tabs>li.active>a:focus {
	border-color: transparent;
	background-color: transparent;
	color: #0c6c6e;
	padding: 0;
}

#submenu .nav>li>a:hover,
#submenu .nav>li>a:focus,
#submenu .nav>li>a {
	border-color: transparent;
	color: #767676;
	background-color: transparent;
	padding: 0;
}

#submenu .nav-tabs {
	border: none;
}

#submenu .nav-tabs li {
	padding: 15px 15px 15px 0;
}

#submenu .nav-tabs li.pipe {
	border: none;
	color: #EEEEEE;
}

.footer-wrapper {
	background-color: #2c2c2c;
	padding: 10px 0 60px 0;
	-webkit-font-smoothing: antialiased;
	color: #E5E5E5;
}

.footer-wrapper .office-address p,
.footer-wrapper .office-telephone {
	font-family: "KievitWeb";
}

@media print {
	.footer-wrapper .col-sm-3:first-child h2.h6:first-child {
		display: none;
	}
}

.footer-wrapper a {
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 1px;
	text-decoration: none;
	transition: all 0.2s;
}

.footer-wrapper a:hover,
.footer-wrapper a:active {
	color: #0c6c6e;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 #0c6c6e;
}

.footer-wrapper a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.footer-wrapper a.btn.btn-primary:hover,
.footer-wrapper a.btn.btn-primary:active {
	color: #ffffff;
	text-decoration: none;
}

@media (max-width:991px) {
	.footer-wrapper .email-block {
		margin-top: 50px;
	}
}

.footer-wrapper .careers {
	color: #A6A8AB;
}

.footer-wrapper .careers a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.footer-wrapper .careers a:hover,
.footer-wrapper .careers a:active {
	color: #0c6c6e;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 #0c6c6e;
}

.footer-wrapper .careers a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.footer-wrapper .small.sans.grey-light a,
.footer-wrapper .email-success-message a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.footer-wrapper .small.sans.grey-light a:hover,
.footer-wrapper .email-success-message a:hover,
.footer-wrapper .small.sans.grey-light a:active,
.footer-wrapper .email-success-message a:active {
	box-shadow: inset 0 -1px 0 #0c6c6e;
}

.footer-wrapper .small.sans.grey-light a:focus,
.footer-wrapper .email-success-message a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.footer-wrapper div>div:nth-child(1)>div.col-xs-12.col-sm-6.col-md-3.col-lg-3.padding-topx3>div.h6.contact {
	color: #fff;
	margin-top: -15px;
}

@media (min-width:768px) {
	.footer-wrapper div>div:nth-child(1)>div.col-xs-12.col-sm-6.col-md-3.col-lg-3.padding-topx3>div.h6.contact {
		margin-top: 12px;
	}
}

.footer-wrapper div>div:nth-child(1)>div.col-xs-12.col-sm-9.col-sm-offset-3.col-md-3.col-md-offset-0.padding-topx3.email-update {
	margin-top: -25px;
}

@media (min-width:768px) {
	.footer-wrapper div>div:nth-child(1)>div.col-xs-12.col-sm-9.col-sm-offset-3.col-md-3.col-md-offset-0.padding-topx3.email-update {
		margin-top: 0px;
	}
}

.footer-wrapper .form-group {
	padding-bottom: 15px;
}

.footer-wrapper .form-group .red {
	color: #0c6c6e;
}

@media print {
	.footer-wrapper .form-group {
		display: none;
	}
}

@media print {
	.footer-wrapper .email-signup-header {
		display: none;
	}
}

.footer-wrapper .form-control {
	box-shadow: none;
	color: #fff;
}

.footer-wrapper .form-control:focus {
	border-color: #0c6c6e;
}

.footer-wrapper .rule {
	border-top: 1px solid #555555;
	height: 1px;
}

.footer-wrapper .email-dont-show {
	display: none;
}

.footer-wrapper .subscription-slider,
.footer-wrapper .subscription-gallery {
	display: none;
}

.footer-links-primary {
	font-weight: 700;
	font-size: 2em;
	-webkit-font-smoothing: antialiased;
	line-height: 120%;
}

@media (max-width:767px) {
	.footer-links-primary {
		text-align: center;
	}
}

.footer-links-primary a {
	border-bottom: none;
	color: #fff;
	display: inline-block;
	padding: 15px 0 2px 0;
	text-decoration: none;
}

.footer-links-primary a:hover,
.footer-links-primary a:active {
	color: #0c6c6e;
	padding: 15px 0 2px 0;
	text-decoration: none;
}

.formpadding {
	padding-bottom: 10px;
}

.footer-icons {
	margin-left: -0.2em;
}

@media print {
	.footer-icons {
		display: none;
	}
}

.footer-icons a {
	text-decoration: none;
	border-bottom: none;
	margin-bottom: 0;
	vertical-align: text-top;
}

.footer-icons a svg {
	width: 36px;
}

.footer-icons a svg .icon {
	fill: #A6A8AB;
	transition: all 0.2s;
}

.footer-icons a svg .border {
	fill: transparent;
	transform-origin: 50% 50%;
	transform: scale(0.5, 0.5);
	transition: all 0.2s;
}

.footer-icons a:hover,
.footer-icons a:active {
	border-bottom: none;
	box-shadow: none;
}

.footer-icons a:hover svg .icon,
.footer-icons a:active svg .icon {
	fill: #ffffff;
}

.footer-icons a:hover svg .border,
.footer-icons a:active svg .border {
	fill: transparent;
}

.footer-icons a:active,
.footer-icons a:focus {
	box-shadow: none;
}

.footer-icons a:active svg .border,
.footer-icons a:focus svg .border {
	fill: #0c6c6e;
	transform: scale(1, 1);
}

@media (max-width:767px) {
	.footer-icons {
		padding: 5px 2% 5px 2%;
		text-align: center;
	}
}

.footer-detail {
	color: #A6A8AB;
}

.footer-detail p,
.footer-detail a {
	font-size: 0.85em;
	line-height: 1.2;
	margin-bottom: 0px;
}

.footer-detail ul {
	margin-left: 0;
}

.footer-detail li {
	margin-right: 14px;
}

.cc-by {
	position: relative;
	float: left;
	width: 65px;
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
}

@media (min-width:992px) {
	.cc-by {
		width: 78px;
	}
}

form.animated-label-form .animated-label {
	position: relative;
	line-height: 0.875rem;
}

form.animated-label-form .animated-label label {
	position: absolute;
	z-index: 2;
	left: 0.75rem;
	top: 0.875rem;
	font-size: 0.6875rem;
	pointer-events: none;
	transition: transform 100ms ease;
	transform: translateY(-0.625rem);
	color: inherit;
	font-family: "KievitWeb";
	font-weight: bold;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

form.animated-label-form .animated-label input {
	padding: 0.9375rem 0.625rem 0rem 0.6875rem;
	position: relative;
	font-size: 1rem;
	height: 2.625rem;
}

form.animated-label-form .animated-label input.empty+label {
	transform: translateY(0);
	font-size: 0.875rem;
}

form.animated-label-form .animated-label input:focus+label {
	transform: translateY(-0.625rem);
	font-size: 0.6875rem;
	color: inherit;
}

form.animated-label-form .field-validation-error {
	display: block;
	font-size: 0.85em;
	line-height: 1.25rem;
	margin-top: 0.3em;
}

.email-slider form.animated-label-form .animated-label label {
	color: #555555;
	left: 1.375rem;
}

.email-slider form.animated-label-form input:focus+label {
	color: #555555;
}

.email-slider .form-control:focus {
	border-color: #0c6c6e;
}

.campaign-signup {
	text-align: center;
}

@media (min-width:992px) {
	.campaign-signup {
		display: flex;
		text-align: left;
	}
}

@media print {
	.campaign-signup {
		display: none;
	}
}

.campaign-signup .signup-updates-title {
	display: none;
}

.campaign-signup .campaign-signup-image {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

@media (min-width:992px) {
	.campaign-signup .campaign-signup-image {
		width: 40%;
		padding-right: 38px;
	}
}

.campaign-signup .campaign-signup-image img {
	margin-bottom: 10px;
	align-self: flex-start;
	max-width: 100%;
	max-height: 150px;
	flex-shrink: 0;
}

@media (min-width:768px) {
	.campaign-signup .campaign-signup-image img {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.campaign-signup .campaign-signup-image img {
		margin-bottom: 24px;
	}
}

@media (min-width:992px) {
	.campaign-signup .campaign-signup-image img {
		margin-bottom: 0;
		max-height: 450px;
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.campaign-signup .campaign-signup-form {
		width: 60%;
	}
}

.campaign-signup .campaign-signup-form .campaign-signup-form-cta {
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.campaign-signup .campaign-signup-form .campaign-signup-form-cta {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.campaign-signup .campaign-signup-form .campaign-signup-form-cta {
		margin-bottom: 36px;
	}
}

.campaign-signup .campaign-signup-form .campaign-signup-form-cta h2 {
	margin-bottom: 0.6em;
}

.campaign-signup form {
	display: flex;
	flex-direction: column;
}

.campaign-signup .animated-label {
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.campaign-signup .animated-label {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.campaign-signup .animated-label {
		margin-bottom: 24px;
	}
}

.campaign-signup .animated-label .form-control {
	box-shadow: none;
}

@media (min-width:992px) {
	.campaign-signup .signup-name-group {
		display: flex;
	}
}

.campaign-signup .signup-name-group .signup-first-name,
.campaign-signup .signup-name-group .signup-last-name {
	width: 100%;
	flex-grow: 1;
	padding-bottom: 0;
}

.campaign-signup .signup-name-group .signup-first-name {
	margin-right: 30px;
}

.campaign-signup .signup-email {
	padding-bottom: 0;
}

.campaign-signup .signup-submit-and-options {
	text-align: left;
	margin: 0;
}

.campaign-signup .signup-submit-and-options .col-xs-5 {
	padding: 0;
}

.campaign-signup .signup-submit-and-options .email-dont-show {
	display: none;
}

.campaign-signup .subscription-footer,
.campaign-signup .subscription-slider {
	display: none;
}

.campaign-signup.no-img .campaign-signup-form {
	width: 100%;
}

.white .campaign-light .campaign-signup form.animated-label-form .animated-label label,
.white .campaign-light .campaign-signup form.animated-label-form .animated-label input,
.white .campaign-light .campaign-signup form.animated-label-form .animated-label input:focus+label {
	color: white;
}

.campaign-light .campaign-signup form.animated-label-form .animated-label label {
	color: #555555;
}

.campaign-light .campaign-signup form.animated-label-form input:focus+label {
	color: #555555;
}

.campaign-light .campaign-signup .form-control:focus {
	border-color: #0c6c6e;
}

.campaign-light .campaign-signup .btn.btn-default {
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.campaign-light .campaign-signup .btn.btn-default:focus,
.campaign-light .campaign-signup .btn.btn-default.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.campaign-light .campaign-signup .btn.btn-default:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.campaign-light .campaign-signup .btn.btn-default:active,
.campaign-light .campaign-signup .btn.btn-default.active,
.open>.dropdown-toggle.campaign-light .campaign-signup .btn.btn-default {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.campaign-light .campaign-signup .btn.btn-default:active:hover,
.campaign-light .campaign-signup .btn.btn-default.active:hover,
.open>.dropdown-toggle.campaign-light .campaign-signup .btn.btn-default:hover,
.campaign-light .campaign-signup .btn.btn-default:active:focus,
.campaign-light .campaign-signup .btn.btn-default.active:focus,
.open>.dropdown-toggle.campaign-light .campaign-signup .btn.btn-default:focus,
.campaign-light .campaign-signup .btn.btn-default:active.focus,
.campaign-light .campaign-signup .btn.btn-default.active.focus,
.open>.dropdown-toggle.campaign-light .campaign-signup .btn.btn-default.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.campaign-light .campaign-signup .btn.btn-default:active,
.campaign-light .campaign-signup .btn.btn-default.active,
.open>.dropdown-toggle.campaign-light .campaign-signup .btn.btn-default {
	background-image: none;
}

.campaign-light .campaign-signup .btn.btn-default.disabled:hover,
.campaign-light .campaign-signup .btn.btn-default[disabled]:hover,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default:hover,
.campaign-light .campaign-signup .btn.btn-default.disabled:focus,
.campaign-light .campaign-signup .btn.btn-default[disabled]:focus,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default:focus,
.campaign-light .campaign-signup .btn.btn-default.disabled.focus,
.campaign-light .campaign-signup .btn.btn-default[disabled].focus,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.campaign-light .campaign-signup .btn.btn-default .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.campaign-light .campaign-signup .btn.btn-default:hover,
.campaign-light .campaign-signup .btn.btn-default:focus,
.campaign-light .campaign-signup .btn.btn-default:active,
.campaign-light .campaign-signup .btn.btn-default.active,
.open .dropdown-toggle.campaign-light .campaign-signup .btn.btn-default {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.campaign-light .campaign-signup .btn.btn-default:active,
.campaign-light .campaign-signup .btn.btn-default.active,
.open .dropdown-toggle.campaign-light .campaign-signup .btn.btn-default {
	background-image: none;
}

.campaign-light .campaign-signup .btn.btn-default:focus,
.campaign-light .campaign-signup .btn.btn-default:active:focus,
.campaign-light .campaign-signup .btn.btn-default.active:focus,
.campaign-light .campaign-signup .btn.btn-default.focus,
.campaign-light .campaign-signup .btn.btn-default:active.focus,
.campaign-light .campaign-signup .btn.btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.campaign-light .campaign-signup .btn.btn-default.disabled,
.campaign-light .campaign-signup .btn.btn-default[disabled],
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default,
.campaign-light .campaign-signup .btn.btn-default.disabled:hover,
.campaign-light .campaign-signup .btn.btn-default[disabled]:hover,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default:hover,
.campaign-light .campaign-signup .btn.btn-default.disabled:focus,
.campaign-light .campaign-signup .btn.btn-default[disabled]:focus,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default:focus,
.campaign-light .campaign-signup .btn.btn-default.disabled:active,
.campaign-light .campaign-signup .btn.btn-default[disabled]:active,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default:active,
.campaign-light .campaign-signup .btn.btn-default.disabled.active,
.campaign-light .campaign-signup .btn.btn-default[disabled].active,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.campaign-light .campaign-signup .btn.btn-default .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.campaign-light .campaign-signup .btn.btn-default:hover,
.campaign-light .campaign-signup .btn.btn-default:focus,
.campaign-light .campaign-signup .btn.btn-default:active,
.campaign-light .campaign-signup .btn.btn-default.active,
.open .dropdown-toggle.campaign-light .campaign-signup .btn.btn-default {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.campaign-light .campaign-signup .btn.btn-default:active,
.campaign-light .campaign-signup .btn.btn-default.active,
.open .dropdown-toggle.campaign-light .campaign-signup .btn.btn-default {
	background-image: none;
}

.campaign-light .campaign-signup .btn.btn-default:focus,
.campaign-light .campaign-signup .btn.btn-default:active:focus,
.campaign-light .campaign-signup .btn.btn-default.active:focus,
.campaign-light .campaign-signup .btn.btn-default.focus,
.campaign-light .campaign-signup .btn.btn-default:active.focus,
.campaign-light .campaign-signup .btn.btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.campaign-light .campaign-signup .btn.btn-default.disabled,
.campaign-light .campaign-signup .btn.btn-default[disabled],
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default,
.campaign-light .campaign-signup .btn.btn-default.disabled:hover,
.campaign-light .campaign-signup .btn.btn-default[disabled]:hover,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default:hover,
.campaign-light .campaign-signup .btn.btn-default.disabled:focus,
.campaign-light .campaign-signup .btn.btn-default[disabled]:focus,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default:focus,
.campaign-light .campaign-signup .btn.btn-default.disabled:active,
.campaign-light .campaign-signup .btn.btn-default[disabled]:active,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default:active,
.campaign-light .campaign-signup .btn.btn-default.disabled.active,
.campaign-light .campaign-signup .btn.btn-default[disabled].active,
fieldset[disabled] .campaign-light .campaign-signup .btn.btn-default.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.campaign-light .campaign-signup .btn.btn-default .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.campaign-light .campaign-signup .email-options {
	text-align: right;
}

.campaign-light.bkg-blue .campaign-signup {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

@media (min-width:768px) {
	.campaign-light.bkg-blue .campaign-signup {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.campaign-light.bkg-blue .campaign-signup {
		padding-top: 72px;
	}
}

.campaign-light.bkg-blue .campaign-signup.load-more-section {
	padding-bottom: 50px;
}

@media (min-width:768px) {
	.campaign-light.bkg-blue .campaign-signup.load-more-section {
		padding-bottom: 72px;
	}
}

@media (min-width:768px) {
	.campaign-light.bkg-blue .campaign-signup {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.campaign-light.bkg-blue .campaign-signup {
		padding-bottom: 72px;
	}
}

.campaign-light.bkg-blue .campaign-signup a {
	color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.campaign-light.bkg-blue .campaign-signup .rte h2 a,
.campaign-light.bkg-blue .campaign-signup .rte h3 a,
.campaign-light.bkg-blue .campaign-signup .rte h4 a,
.campaign-light.bkg-blue .campaign-signup .rte h5 a,
.campaign-light.bkg-blue .campaign-signup .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.campaign-light.bkg-blue .campaign-signup .rte h2 a:hover,
.campaign-light.bkg-blue .campaign-signup .rte h3 a:hover,
.campaign-light.bkg-blue .campaign-signup .rte h4 a:hover,
.campaign-light.bkg-blue .campaign-signup .rte h5 a:hover,
.campaign-light.bkg-blue .campaign-signup .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.campaign-light.bkg-blue .campaign-signup .rte h2 a:active,
.campaign-light.bkg-blue .campaign-signup .rte h3 a:active,
.campaign-light.bkg-blue .campaign-signup .rte h4 a:active,
.campaign-light.bkg-blue .campaign-signup .rte h5 a:active,
.campaign-light.bkg-blue .campaign-signup .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .rte h2 a:focus,
.campaign-light.bkg-blue .campaign-signup .rte h3 a:focus,
.campaign-light.bkg-blue .campaign-signup .rte h4 a:focus,
.campaign-light.bkg-blue .campaign-signup .rte h5 a:focus,
.campaign-light.bkg-blue .campaign-signup .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.campaign-light.bkg-blue .campaign-signup .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

.campaign-light.bkg-blue .campaign-signup .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.campaign-light.bkg-blue .campaign-signup .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

.campaign-light.bkg-blue .campaign-signup .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

.campaign-light.bkg-blue .campaign-signup .rte p.blue-button a {
	color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .rte p.blue-button a:hover,
.campaign-light.bkg-blue .campaign-signup .rte p.blue-button a:active,
.campaign-light.bkg-blue .campaign-signup .rte p.blue-button a:focus {
	color: #007FAA;
}

.campaign-light.bkg-blue .campaign-signup .rte .orange-button a {
	box-shadow: none;
}

.campaign-light.bkg-blue .campaign-signup .rte .link-standalone {
	color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .rte .link-standalone a:hover,
.campaign-light.bkg-blue .campaign-signup .rte .link-standalone a:active,
.campaign-light.bkg-blue .campaign-signup .rte .link-standalone a:focus {
	text-decoration: none;
}

.campaign-light.bkg-blue .campaign-signup .rte .link-standalone a:hover,
.campaign-light.bkg-blue .campaign-signup .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.campaign-light.bkg-blue .campaign-signup .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default {
	background-image: none;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled],
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled]:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:hover,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled]:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:focus,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled]:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled.active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled.active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled].active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default .badge,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default {
	background-image: none;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active.focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled],
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled]:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:hover,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:hover,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled]:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:focus,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:focus,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled]:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default:active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default:active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.disabled.active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.disabled.active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default[disabled].active,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default.active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.campaign-light.bkg-blue .campaign-signup .bootstrap-select .btn-default .badge,
.campaign-light.bkg-blue .campaign-signup .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .red {
	color: #FDC031;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .animated-label input,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .animated-label label {
	color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .animated-label input:focus {
	outline: 1px solid white;
	box-shadow: none;
	border: transparent;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options {
	text-align: left;
	margin: 0;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .col-xs-5 {
	padding: 0;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #0c6c6e;
	background-color: #ffffff;
	border-color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active.focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:hover,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.focus {
	color: #fff;
	text-decoration: none;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled],
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled,
fieldset[disabled] a.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit {
	pointer-events: none;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active.focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:hover,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.focus {
	color: #C95100;
	text-decoration: none;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled],
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:hover,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit {
	color: #C95100;
	background-color: #ffffff;
	border-color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit {
	background-image: none;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active.focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active.focus {
	box-shadow: inset 0 0 0 2px #0c6c6e;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0c6c6e;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled],
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled:hover,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled]:hover,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:hover,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled]:focus,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled]:active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled.active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled].active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active {
	background-color: #ffffff;
	border-color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit .badge {
	color: #ffffff;
	background-color: #0c6c6e;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:hover,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit {
	color: #C95100;
	background-color: #ffffff;
	border-color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active,
.open .dropdown-toggle.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit {
	background-image: none;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active.focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active.focus {
	box-shadow: inset 0 0 0 2px #0c6c6e;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0c6c6e;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled],
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled:hover,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled]:hover,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:hover,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled]:focus,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:focus,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled]:active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit:active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.disabled.active,
.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit[disabled].active,
fieldset[disabled] .campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit.active {
	background-color: #ffffff;
	border-color: #ffffff;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .signup-submit-and-options .email-submit .badge {
	color: #ffffff;
	background-color: #0c6c6e;
}

.campaign-light.bkg-blue .campaign-signup .campaign-signup-form form.animated-label-form .email-options {
	text-align: right;
}

@media (min-width:768px) {
	.campaign-light.compact .campaign-signup-form {
		display: grid;
		grid-template-columns: 2fr 3fr;
		gap: 6%;
		width: 100%;
	}
}

.campaign-light.compact .campaign-signup-form-cta {
	text-align: left;
}

.campaign-light.compact .campaign-signup-form-cta h2 {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 130%;
	font-weight: 900 !important;
	margin-top: 0;
}

.campaign-light.compact .campaign-signup-form-cta h2 small,
.campaign-light.compact .campaign-signup-form-cta h2 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.campaign-light.compact .campaign-signup-form-cta h2 small,
.campaign-light.compact .campaign-signup-form-cta h2 .small {
	font-size: 75%;
}

.campaign-light.compact .campaign-signup-form-cta h2 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.campaign-light.compact .campaign-signup-form-cta h2 {
		font-weight: 400;
		font-size: 1.5em;
	}
}

@media (min-width:768px) {
	.campaign-light.compact .campaign-signup-form-cta {
		margin-bottom: 0;
	}
}

.campaign-light.compact form {
	display: block;
	text-align: left;
}

.campaign-light.compact .signup-first-name,
.campaign-light.compact .signup-last-name {
	float: left;
	width: 100%;
}

@media (min-width:768px) {

	.campaign-light.compact .signup-first-name,
	.campaign-light.compact .signup-last-name {
		margin-bottom: 16px;
		width: calc(50% - 8px);
	}
}

@media (min-width:992px) {

	.campaign-light.compact .signup-first-name,
	.campaign-light.compact .signup-last-name {
		margin-bottom: 32px;
		width: calc(50% - 16px);
	}
}

@media (min-width:768px) {
	.campaign-light.compact .signup-first-name {
		margin-right: 16px;
	}
}

@media (min-width:992px) {
	.campaign-light.compact .signup-first-name {
		margin-right: 32px;
	}
}

.campaign-light.compact .signup-email {
	float: left;
	width: 100%;
}

@media (min-width:768px) {
	.campaign-light.compact .signup-email {
		margin-right: 16px;
		width: calc(100% - 16px - 8rem);
	}
}

@media (min-width:992px) {
	.campaign-light.compact .signup-email {
		margin-right: 32px;
		width: calc(100% - 32px - 8rem);
	}
}

.campaign-light.compact .email-signup-header,
.campaign-light.compact .subscription-slider,
.campaign-light.compact .subscription-footer {
	display: none;
}

.campaign-light.compact .signup-submit-and-options {
	display: inline-block;
	width: 8rem;
}

.campaign-light.compact .signup-submit-and-options .col-xs-5 {
	width: 100%;
}

.campaign-light.compact .signup-submit-and-options .col-xs-5 input.email-submit {
	width: 100%;
}

.campaign-light:not(.bkg-blue) .email-success-message a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.campaign-light:not(.bkg-blue) .email-success-message a:hover,
.campaign-light:not(.bkg-blue) .email-success-message a:active,
.campaign-light:not(.bkg-blue) .email-success-message a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.campaign-light:not(.bkg-blue) .email-success-message a:focus {
	background-color: #f8caac;
}

.booking-form .h4 {
	margin-top: 1.5em;
}

.booking-form div:first-of-type .h4 {
	margin-top: 0 !important;
}

.booking-form input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.booking-form label a:focus,
.booking-form label a:hover {
	box-shadow: inset 0 -1px 0 #0c6c6e;
}

.booking-form label.radio {
	display: inline-block;
	position: relative;
	font-family: "KievitWeb";
	font-weight: 400;
	font-size: 1em;
	cursor: pointer;
	padding-left: 2.5em;
	z-index: 5;
}

.booking-form label.radio:hover span {
	box-shadow: inset 0 -2px 0 #767676;
}

.booking-form label.radio:hover~.check {
	border: 2px solid #0c6c6e;
}

.booking-form fieldset legend {
	border: none;
	outline: none;
}

.booking-form .radio-wrap {
	position: relative;
	height: 40px;
}

.booking-form .check {
	display: block;
	position: absolute;
	border: 2px solid #767676;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 11px;
	left: 0px;
	outline: none;
	transition: border 0.25s linear;
	-webkit-transition: border 0.25s linear;
}

.booking-form .check:focus {
	border: 2px solid #0c6c6e;
}

.booking-form .check:focus+label.radio span {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.booking-form .check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 3px;
	left: 3px;
	margin: 0;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.booking-form .clear {
	display: block;
	float: left;
	clear: both;
}

.booking-form input[type=radio]:checked~.check {
	border: 2px solid #0c6c6e;
}

.booking-form input[type=radio]:checked~.check::before {
	background: #0c6c6e;
}

.booking-form .checkbox-serif {
	height: 56px;
}

.booking-form .checkbox-serif:first-child {
	margin-top: 0.5em;
}

.booking-form .checkbox-serif .checkbox:focus~.chall.email-label {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.booking-form .checkbox-serif label:hover .chall.email-label {
	box-shadow: inset 0 -2px 0 #767676;
}

.booking-form .chall.email-label {
	margin-left: 2.5em;
}

.booking-form button.submit {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	margin-bottom: 15px;
}

.booking-form button.submit:focus,
.booking-form button.submit:active:focus,
.booking-form button.submit.active:focus,
.booking-form button.submit.focus,
.booking-form button.submit:active.focus,
.booking-form button.submit.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.booking-form button.submit:hover,
.booking-form button.submit:focus,
.booking-form button.submit.focus {
	color: #fff;
	text-decoration: none;
}

.booking-form button.submit:active,
.booking-form button.submit.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.booking-form button.submit.disabled,
.booking-form button.submit[disabled],
fieldset[disabled] .booking-form button.submit {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.booking-form button.submit.disabled,
fieldset[disabled] a.booking-form button.submit {
	pointer-events: none;
}

.booking-form button.submit:focus,
.booking-form button.submit:active:focus,
.booking-form button.submit.active:focus,
.booking-form button.submit.focus,
.booking-form button.submit:active.focus,
.booking-form button.submit.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.booking-form button.submit:hover,
.booking-form button.submit:focus,
.booking-form button.submit.focus {
	color: #C95100;
	text-decoration: none;
}

.booking-form button.submit:active,
.booking-form button.submit.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.booking-form button.submit.disabled,
.booking-form button.submit[disabled],
fieldset[disabled] .booking-form button.submit {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.booking-form button.submit:focus,
.booking-form button.submit.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.booking-form button.submit:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.booking-form button.submit:active,
.booking-form button.submit.active,
.open>.dropdown-toggle.booking-form button.submit {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.booking-form button.submit:active:hover,
.booking-form button.submit.active:hover,
.open>.dropdown-toggle.booking-form button.submit:hover,
.booking-form button.submit:active:focus,
.booking-form button.submit.active:focus,
.open>.dropdown-toggle.booking-form button.submit:focus,
.booking-form button.submit:active.focus,
.booking-form button.submit.active.focus,
.open>.dropdown-toggle.booking-form button.submit.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.booking-form button.submit:active,
.booking-form button.submit.active,
.open>.dropdown-toggle.booking-form button.submit {
	background-image: none;
}

.booking-form button.submit.disabled:hover,
.booking-form button.submit[disabled]:hover,
fieldset[disabled] .booking-form button.submit:hover,
.booking-form button.submit.disabled:focus,
.booking-form button.submit[disabled]:focus,
fieldset[disabled] .booking-form button.submit:focus,
.booking-form button.submit.disabled.focus,
.booking-form button.submit[disabled].focus,
fieldset[disabled] .booking-form button.submit.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.booking-form button.submit .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.booking-form button.submit:hover,
.booking-form button.submit:focus,
.booking-form button.submit:active,
.booking-form button.submit.active,
.open .dropdown-toggle.booking-form button.submit {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.booking-form button.submit:active,
.booking-form button.submit.active,
.open .dropdown-toggle.booking-form button.submit {
	background-image: none;
}

.booking-form button.submit:focus,
.booking-form button.submit:active:focus,
.booking-form button.submit.active:focus,
.booking-form button.submit.focus,
.booking-form button.submit:active.focus,
.booking-form button.submit.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.booking-form button.submit.disabled,
.booking-form button.submit[disabled],
fieldset[disabled] .booking-form button.submit,
.booking-form button.submit.disabled:hover,
.booking-form button.submit[disabled]:hover,
fieldset[disabled] .booking-form button.submit:hover,
.booking-form button.submit.disabled:focus,
.booking-form button.submit[disabled]:focus,
fieldset[disabled] .booking-form button.submit:focus,
.booking-form button.submit.disabled:active,
.booking-form button.submit[disabled]:active,
fieldset[disabled] .booking-form button.submit:active,
.booking-form button.submit.disabled.active,
.booking-form button.submit[disabled].active,
fieldset[disabled] .booking-form button.submit.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.booking-form button.submit .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.booking-form button.submit:hover,
.booking-form button.submit:focus,
.booking-form button.submit:active,
.booking-form button.submit.active,
.open .dropdown-toggle.booking-form button.submit {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.booking-form button.submit:active,
.booking-form button.submit.active,
.open .dropdown-toggle.booking-form button.submit {
	background-image: none;
}

.booking-form button.submit:focus,
.booking-form button.submit:active:focus,
.booking-form button.submit.active:focus,
.booking-form button.submit.focus,
.booking-form button.submit:active.focus,
.booking-form button.submit.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.booking-form button.submit.disabled,
.booking-form button.submit[disabled],
fieldset[disabled] .booking-form button.submit,
.booking-form button.submit.disabled:hover,
.booking-form button.submit[disabled]:hover,
fieldset[disabled] .booking-form button.submit:hover,
.booking-form button.submit.disabled:focus,
.booking-form button.submit[disabled]:focus,
fieldset[disabled] .booking-form button.submit:focus,
.booking-form button.submit.disabled:active,
.booking-form button.submit[disabled]:active,
fieldset[disabled] .booking-form button.submit:active,
.booking-form button.submit.disabled.active,
.booking-form button.submit[disabled].active,
fieldset[disabled] .booking-form button.submit.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.booking-form button.submit .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

@media (min-width:768px) {
	.booking-form button.submit {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.booking-form button.submit {
		margin-bottom: 36px;
	}
}

.booking-form .body-italic {
	font-weight: 400;
}

.booking-form label span.body-italic,
.booking-form legend span.body-italic {
	text-transform: none;
	display: block;
	font-size: 1.25em;
}

.booking-form label.h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 #A6A8AB;
}

.booking-form label.h6 a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.booking-form label.h6 a:active,
.booking-form label.h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.booking-form .input-group.time {
	width: 100%;
}

.booking-form .hours-dropdown,
.booking-form .min-dropdown {
	float: left;
	margin-right: -2px;
}

.booking-form .hours-dropdown .btn,
.booking-form .min-dropdown .btn {
	background-color: #ffffff;
	border: 2px solid #A6A8AB;
	color: #767676;
	font-size: 0.8rem;
	padding: 11px 0 9px 0;
	width: 100%;
}

.booking-form .hours-dropdown .btn:hover,
.booking-form .min-dropdown .btn:hover,
.booking-form .hours-dropdown .btn:focus,
.booking-form .min-dropdown .btn:focus,
.booking-form .hours-dropdown .btn:active,
.booking-form .min-dropdown .btn:active {
	border: 2px solid #404040;
	color: #2c2c2c;
}

.booking-form .hours-dropdown .btn:hover .caret,
.booking-form .min-dropdown .btn:hover .caret,
.booking-form .hours-dropdown .btn:focus .caret,
.booking-form .min-dropdown .btn:focus .caret,
.booking-form .hours-dropdown .btn:active .caret,
.booking-form .min-dropdown .btn:active .caret {
	color: #0c6c6e;
}

.booking-form .hours-dropdown .btn:focus,
.booking-form .min-dropdown .btn:focus {
	border: 2px solid #0c6c6e;
	z-index: 200;
}

.booking-form .hours-dropdown .btn .caret,
.booking-form .min-dropdown .btn .caret {
	color: #A6A8AB;
}

.booking-form .hours-dropdown .dropdown-menu,
.booking-form .min-dropdown .dropdown-menu {
	font-family: "KievitWeb";
	min-width: calc(100% - 2px);
	margin: 0;
	padding: 0;
}

.booking-form .hours-dropdown .dropdown-menu li,
.booking-form .min-dropdown .dropdown-menu li {
	padding-bottom: 0;
}

.booking-form .hours-dropdown .dropdown-menu li a,
.booking-form .min-dropdown .dropdown-menu li a {
	text-align: center;
	padding: 5px;
	border-left: 2px solid #ffffff;
	color: #767676;
}

.booking-form .hours-dropdown .dropdown-menu li a:hover,
.booking-form .min-dropdown .dropdown-menu li a:hover,
.booking-form .hours-dropdown .dropdown-menu li a:active,
.booking-form .min-dropdown .dropdown-menu li a:active,
.booking-form .hours-dropdown .dropdown-menu li a:focus,
.booking-form .min-dropdown .dropdown-menu li a:focus {
	color: #2c2c2c;
	background-color: #fce8db;
	border-left: 2px solid #0c6c6e;
	border-bottom: none;
}

.booking-form .hours-dropdown .dropdown-menu li a.selected,
.booking-form .min-dropdown .dropdown-menu li a.selected {
	border-left: 2px solid #555555;
	color: #2c2c2c;
}

.booking-form .hours-dropdown {
	width: calc(50% - 38px);
}

.booking-form .min-dropdown {
	width: calc(50% - 39px);
}

.booking-form .h-wrap {
	float: left;
	height: 100%;
	position: relative;
	width: 80px;
}

.booking-form .pm,
.booking-form .am {
	background-color: #EDEEEE;
	border: 2px solid #A6A8AB;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "KievitWeb";
	font-size: 0.8rem;
	font-weight: 700;
	height: 100%;
	line-height: 1.25;
	padding: 11px 0 9px 0;
	position: relative;
	text-align: center;
	width: 41px;
}

.booking-form .pm:hover,
.booking-form .am:hover,
.booking-form .pm:active,
.booking-form .am:active {
	border: 2px solid #404040;
}

.booking-form .pm:focus,
.booking-form .am:focus {
	border: 2px solid #0c6c6e;
	z-index: 100;
	outline: none;
}

.booking-form .pm:active:focus,
.booking-form .am:active:focus {
	background-color: #555555;
	color: #ffffff;
	border: 2px solid #2c2c2c;
	outline: none;
}

.booking-form .am {
	margin-right: -2px;
}

.booking-form .pm {
	right: 0;
}

.booking-form .pm.active,
.booking-form .am.active {
	background-color: #555555;
	color: #ffffff;
	border: 2px solid #2c2c2c;
	z-index: 30;
}

.booking-form .pm.active:focus,
.booking-form .am.active:focus {
	border: 2px solid #0c6c6e;
}

.booking-form .form-control.form-control-date:focus {
	border-right: none;
}

.booking-form .form-control.form-control-date:focus~.input-group-addon {
	border: 1px solid #0c6c6e;
	border-left: none;
}

.booking-form .time.input-error,
.booking-form input.ng-invalid.ng-touched,
.booking-form textarea.ng-invalid.ng-touched,
.booking-form form.ng-submitted input.ng-invalid,
.booking-form form.ng-submitted textarea.ng-invalid,
.booking-form input.input-error {
	border-color: red !important;
}

.booking-form input.ng-invalid.form-control-date,
.booking-form form.ng-submitted input.form-control-date.ng-invalid {
	border-right: none;
}

.booking-form input.ng-invalid.ng-touched~.input-group-addon,
.booking-form form.ng-submitted input.ng-invalid~.input-group-addon {
	border: 1px solid red !important;
	border-left: none !important;
}

.booking-form-nav {
	padding-bottom: 1.5em;
}

.booking-form-nav ol {
	margin: 0;
	padding: 0;
}

.booking-form-nav li {
	list-style: none;
	border: 1px solid transparent;
	padding: 1em 0.5em 0.75em 0.5em;
	display: flex;
	align-items: center;
}

.booking-form-nav li img {
	height: 22px;
	padding-bottom: 4px;
}

.booking-form-nav li span {
	font-weight: 200;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: block;
	line-height: 1.1;
	margin: 0;
	padding-left: 0.6em;
}

.booking-form-nav li span small,
.booking-form-nav li span .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.booking-form-nav li span small,
.booking-form-nav li span .small {
	font-size: 75%;
}

.booking-form-nav li span a {
	text-decoration: none;
}

@media (min-width:992px) {
	.booking-form-nav li span {
		font-size: 0.738em;
	}
}

.booking-form-nav li:last-of-type {
	padding-bottom: 0.75em;
}

.booking-form-nav .completed {
	cursor: pointer;
}

.booking-form-nav .completed:hover,
.booking-form-nav .completed:active,
.booking-form-nav .completed:focus {
	border: 1px solid #57A61B;
	transition: all 0.2s;
}

.booking-form-nav .completed:focus {
	outline: 1px solid #57A61B;
	transition: all 0s;
}

.booking-form-nav .active {
	cursor: pointer;
	transition: all 0.2s;
}

.booking-form-nav .active:hover,
.booking-form-nav .active:active,
.booking-form-nav .active:focus {
	border: 1px solid #0c6c6e;
	transition: all 0.2s;
}

.booking-form-nav .active:focus {
	outline: 1px solid #0c6c6e;
	transition: all 0s;
}

.booking-form-nav .todo {
	color: #767676;
	cursor: not-allowed;
}

.booking-form-nav .todo:focus {
	outline: none;
}

.booking-form-nav .todo span {
	margin-left: 22px;
}

.booking-form-nav .ended {
	cursor: not-allowed !important;
}

.input-group-addon:focus {
	outline: 2px solid #0c6c6e;
	position: relative;
	z-index: 10;
}

.form-calendar-icon {
	vertical-align: center;
}

.form-calendar-icon svg {
	fill: #767676;
	height: 1em;
	width: 1em;
	margin-bottom: -5px;
}

@media (min-width:768px) {
	.form-calendar-icon svg {
		margin-bottom: -3px;
		margin-top: 3px;
	}
}

.form-calendar-icon:hover svg {
	fill: #404040;
}

.form-calendar-icon:active svg,
.form-calendar-icon:focus svg {
	fill: #2c2c2c;
}

.form-calendar-icon:focus {
	border: 1px solid #0c6c6e;
	outline: 1px solid #0c6c6e !important;
}

.form-group div.calendar {
	text-align: center;
	color: #000;
	background: #fff;
	padding: 4px;
	margin: 2px 0;
	border-radius: 0px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-family: "KievitWeb";
}

.form-group div.calendar table.calendar {
	border: none;
	transition: all 0.15s;
}

.form-group div.calendar table.calendar td,
.form-group div.calendar table.calendar th {
	border-radius: 0px;
	font-family: "KievitWeb";
}

.form-group div.calendar table.calendar td.day {
	height: 1.5em;
	min-width: 40px;
}

.form-group div.calendar table.calendar td.day span {
	display: block;
	height: 1.5em;
	line-height: 1.3;
	padding: 0.2em;
}

.form-group div.calendar table.calendar td.day:hover {
	outline: 2px solid #0c6c6e;
}

.form-group div.calendar table.calendar td.day:active,
.form-group div.calendar table.calendar td.day:focus {
	outline: 2px solid #404040;
}

.form-group div.calendar table.calendar td.nav.month.btn {
	padding: 0.4em 0.2em 0.2em 0.2em;
	margin: 0;
	display: table-cell;
}

.form-group div.calendar table.calendar td.nav.month.btn span {
	color: #555555;
	line-height: 0.5;
	padding-top: 0.3em;
}

.form-group div.calendar table.calendar td.nav.month.btn:active,
.form-group div.calendar table.calendar td.nav.month.btn:focus,
.form-group div.calendar table.calendar td.nav.month.btn:active:focus {
	background-color: #ffffff;
	border: 2px solid #0c6c6e;
}

.form-group div.calendar table.calendar td.nav.month.btn:active span,
.form-group div.calendar table.calendar td.nav.month.btn:focus span,
.form-group div.calendar table.calendar td.nav.month.btn:active:focus span {
	color: #2c2c2c;
}

.form-group div.calendar table.calendar td.nav.month.btn:hover,
.form-group div.calendar table.calendar td.nav.month.btn:hover:focus {
	outline: none;
	background-color: #0c6c6e;
}

.form-group div.calendar table.calendar td.nav.month.btn:hover span,
.form-group div.calendar table.calendar td.nav.month.btn:hover:focus span {
	color: #ffffff;
}

.form-group div.calendar table.calendar td.day.selected {
	background-color: #404040;
	color: #fff;
	text-shadow: none;
}

.form-group div.calendar table.calendar td.day.selected:focus {
	outline: none;
}

.form-group div.calendar td.empty {
	background: rgba(255, 255, 255, 0.07);
}

.form-group div.calendar th.week {
	font-size: 0.738em;
	font-weight: 700;
	height: 1em;
	letter-spacing: 0.03em;
	padding-top: 0.25em;
	text-align: center;
	text-transform: uppercase;
}

.form-group div.calendar td.nav,
.form-group div.calendar td.day {
	cursor: pointer;
}

.form-group div.calendar td.dayToday {
	position: relative;
}

.form-group div.calendar td.dayToday:before {
	content: '';
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: #0c6c6e;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.form-group div.calendar td.dayInPrevMonth,
.form-group div.calendar td.dayInNextMonth {
	background: #fff;
	color: #767676;
}

.form-group div.calendar td.month {
	color: inherit;
	font-size: 1.2em;
	font-weight: 200;
	letter-spacing: -0.02em;
	line-height: 1.2;
	padding: 0.5em 0 0.3em 0;
	text-transform: inherit;
}

#form-wrap li:before {
	content: none !important;
}

.rte #form-wrap ul:not(.not-rte),
.rte #form-wrap ol {
	padding-left: 0 !important;
}

.rte #form-wrap ul:not(.not-rte) a,
.rte #form-wrap ol a {
	display: none;
}

.input-group.date .input-group-addon {
	cursor: pointer;
}

.featured {
	font-size: 0.6rem;
	left: 0;
	padding: 0.9375rem;
	position: absolute;
	top: 0;
	color: #555555;
}

.latest {
	position: relative;
	background-color: #E5E5E5;
}

.latest .social-latest {
	display: none;
	font-size: 1.5rem;
	margin-top: 20px;
	padding-left: 2px;
	text-align: left;
}

.latest .social-latest a {
	color: #ffffff;
	opacity: 0.5;
}

.latest .social-latest a:hover {
	color: #ffffff;
	opacity: 1;
}

.latest .card-latest {
	margin-bottom: 8.4%;
	position: relative;
}

.latest .card-latest .card-body {
	padding: 2.5em;
}

.latest .card-latest h6,
.latest .card-latest .h6,
.latest .card-latest h8,
.latest .card-latest .h8 {
	display: inline;
}

.latest .card-latest h6 a,
.latest .card-latest .h6 a,
.latest .card-latest h8 a,
.latest .card-latest .h8 a {
	color: inherit;
}

.latest .card-latest h6 a:hover,
.latest .card-latest .h6 a:hover,
.latest .card-latest h8 a:hover,
.latest .card-latest .h8 a:hover {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.6);
}

.latest .card-latest h6 a:focus,
.latest .card-latest .h6 a:focus,
.latest .card-latest h8 a:focus,
.latest .card-latest .h8 a:focus {
	box-shadow: inset 0 -1px 0 #ffffff;
}

.latest .card-latest h7,
.latest .card-latest .h7 {
	display: inline;
}

.latest .card-latest h3 a,
.latest .card-latest .h3 a {
	color: inherit;
}

.latest .card-latest h3 a:hover,
.latest .card-latest .h3 a:hover {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.6);
}

.latest .card-latest h3 a:focus,
.latest .card-latest .h3 a:focus {
	box-shadow: inset 0 -2px 0 #ffffff;
}

.latest .card-latest .card-img a:focus {
	outline: 3px solid #0c6c6e !important;
}

.latest .card-latest .card-img img {
	width: 100%;
}

.latest .card-latest .featured {
	background-color: #ffffff;
	border-top: 2px solid #0c6c6e;
}

.latest .card-latest.blog {
	background-color: #ffffff;
	color: #555555;
}

.latest .card-latest.blog h7,
.latest .card-latest.blog .h7,
.latest .card-latest.blog .h7 span {
	color: #767676;
}

.latest .card-latest.blog h7 a,
.latest .card-latest.blog .h7 a,
.latest .card-latest.blog .h7 span a {
	color: inherit;
	box-shadow: inset 0 -1px 0 #A6A8AB;
}

.latest .card-latest.blog h7 a:hover,
.latest .card-latest.blog .h7 a:hover,
.latest .card-latest.blog .h7 span a:hover {
	box-shadow: inset 0 -1px 0 #0c6c6e;
}

.latest .card-latest.blog h7 a:active,
.latest .card-latest.blog .h7 a:active,
.latest .card-latest.blog .h7 span a:active,
.latest .card-latest.blog h7 a:focus,
.latest .card-latest.blog .h7 a:focus,
.latest .card-latest.blog .h7 span a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.latest .card-latest.blog .h6 a:hover,
.latest .card-latest.blog h6 a:hover,
.latest .card-latest.blog .h6 a:focus,
.latest .card-latest.blog h6 a:focus {
	box-shadow: inset 0 -1px 0 #0c6c6e;
}

.latest .card-latest.blog .h3 a:hover,
.latest .card-latest.blog h3 a:hover {
	box-shadow: inset 0 -2px 0 rgba(237, 113, 30, 0.5);
}

.latest .card-latest.blog .h3 a:active,
.latest .card-latest.blog h3 a:active,
.latest .card-latest.blog .h3 a:focus,
.latest .card-latest.blog h3 a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.latest .card-latest.multimedia {
	background-color: #56823E;
	color: #ffffff;
}

.latest .card-latest.multimedia a {
	color: #ffffff;
}

.latest .card-latest.news {
	background-color: #7F3F97;
	color: #ffffff;
}

.latest .card-latest.campaign {
	background-color: #2c2c2c;
	color: #ffffff;
}

.latest .card-latest.event {
	background-color: #353863;
	color: #ffffff;
}

.latest .card-latest.headline {
	background-color: #C95100;
	color: #ffffff;
}

.latest .card-latest.gallery-event,
.latest .card-latest.gallery-exhibition {
	background-color: #000000;
	color: #ffffff;
}

.latest .card-latest.grantmaker {
	background-color: #3555A6;
	color: #ffffff;
}

.latest .card-latest.grantmaker .social-latest {
	display: block !important;
}

.latest .card-latest.openings {
	background-color: #767676;
	color: #ffffff;
}

.latest .card-latest.speeches {
	background-color: #FDC031;
	color: #2c2c2c;
}

.latest .card-latest.speeches .h6 a:hover,
.latest .card-latest.speeches h6 a:hover {
	box-shadow: inset 0 -1px 0 rgba(44, 44, 44, 0.4);
}

.latest .card-latest.speeches .h6 a:focus,
.latest .card-latest.speeches h6 a:focus {
	box-shadow: inset 0 -2px 0 #2c2c2c;
}

.latest .card-latest.speeches .h3 a:hover,
.latest .card-latest.speeches h3 a:hover {
	box-shadow: inset 0 -2px 0 rgba(44, 44, 44, 0.4);
}

.latest .card-latest.speeches .h3 a:focus,
.latest .card-latest.speeches h3 a:focus {
	box-shadow: inset 0 -2px 0 #2c2c2c;
}

.latest .card-latest.forum {
	background-color: #555555;
	color: #ffffff;
}

.latest .card-latest.campaign div[itemprop=description] a,
.latest .card-latest.news div[itemprop=description] a,
.latest .card-latest.grantmaker div[itemprop=description] a,
.latest .card-latest.speeches div[itemprop=description] a,
.latest .card-latest.multimedia div[itemprop=description] a,
.latest .card-latest.forum div[itemprop=description] a,
.latest .card-latest.event div[itemprop=description] a,
.latest .card-latest.openings div[itemprop=description] a,
.latest .card-latest.headline div[itemprop=description] a,
.latest .card-latest.news div[itemprop=description] a {
	color: inherit;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.6);
}

.latest .card-latest.campaign div[itemprop=description] a:active,
.latest .card-latest.news div[itemprop=description] a:active,
.latest .card-latest.grantmaker div[itemprop=description] a:active,
.latest .card-latest.speeches div[itemprop=description] a:active,
.latest .card-latest.multimedia div[itemprop=description] a:active,
.latest .card-latest.forum div[itemprop=description] a:active,
.latest .card-latest.event div[itemprop=description] a:active,
.latest .card-latest.openings div[itemprop=description] a:active,
.latest .card-latest.headline div[itemprop=description] a:active,
.latest .card-latest.news div[itemprop=description] a:active,
.latest .card-latest.campaign div[itemprop=description] a:hover,
.latest .card-latest.news div[itemprop=description] a:hover,
.latest .card-latest.grantmaker div[itemprop=description] a:hover,
.latest .card-latest.speeches div[itemprop=description] a:hover,
.latest .card-latest.multimedia div[itemprop=description] a:hover,
.latest .card-latest.forum div[itemprop=description] a:hover,
.latest .card-latest.event div[itemprop=description] a:hover,
.latest .card-latest.openings div[itemprop=description] a:hover,
.latest .card-latest.headline div[itemprop=description] a:hover,
.latest .card-latest.news div[itemprop=description] a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
}

.latest .card-latest.campaign div[itemprop=description] a:focus,
.latest .card-latest.news div[itemprop=description] a:focus,
.latest .card-latest.grantmaker div[itemprop=description] a:focus,
.latest .card-latest.speeches div[itemprop=description] a:focus,
.latest .card-latest.multimedia div[itemprop=description] a:focus,
.latest .card-latest.forum div[itemprop=description] a:focus,
.latest .card-latest.event div[itemprop=description] a:focus,
.latest .card-latest.openings div[itemprop=description] a:focus,
.latest .card-latest.headline div[itemprop=description] a:focus,
.latest .card-latest.news div[itemprop=description] a:focus {
	box-shadow: inset 0 -2px 0 #ffffff;
}

.latest .card-latest.reflections {
	background-color: #AD3A62;
	color: #ffffff;
}

.latest .card-latest.research {
	background-color: #0c6c6e;
	color: #ffffff;
}

.latest .card-latest.evaluation {
	background-color: #21A59D;
	color: #ffffff;
}

.latest .card-latest:last-child .card-body {
	margin-bottom: 0;
}

time.card-date,
p.card-date {
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	-webkit-font-smoothing: auto;
	display: inline;
}

.card-text-contenttype+time.card-date:before,
.card-text-contenttype+p.card-date:before,
.card-text-contenttype+time+p.card-date:before,
.card-text-contenttype+time+time+p.card-date:before {
	content: " — ";
	opacity: 0.5;
}

time.card-date.no-dash:before {
	content: "";
}

article.inequality-is-page {
	background-color: #F7F7F7 !important;
}

article.inequality-is-page .h6.crumb a {
	color: #717171;
}

article.inequality-is-page .grey-light {
	color: #717171;
}

article.inequality-is-page .rule-text span {
	background-color: #F7F7F7;
}

.inequality-is-landing .inequality-is-parent-card {
	margin-bottom: 2.5em;
}

.inequality-is-landing .inequality-is-parent-card .inequality-is-child-card .card-img {
	padding-bottom: 50px;
}

.inequality-is-landing .inequality-is-parent-card:nth-child(odd) .card-inequality {
	margin-right: 0px;
}

@media (min-width:992px) {
	.inequality-is-landing .inequality-is-parent-card:nth-child(odd) .card-inequality {
		margin-right: 1.125em;
	}
}

.inequality-is-landing .inequality-is-parent-card:nth-child(even) .card-inequality {
	margin-right: 0px;
}

@media (min-width:992px) {
	.inequality-is-landing .inequality-is-parent-card:nth-child(even) .card-inequality {
		margin-left: 1.125em;
	}
}

.inequality-is-landing .card-img {
	font-size: 1.5rem;
	background-color: #a13a22;
	padding: 20px 30px 60px 20px;
}

.inequality-is-landing .card-img p {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: -0.02em;
	line-height: 110%;
	font-size: 1.25em;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
}

.inequality-is-landing .card-img p small,
.inequality-is-landing .card-img p .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.inequality-is-landing .card-img p small,
.inequality-is-landing .card-img p .small {
	font-size: 75%;
}

.inequality-is-landing .card-img p a {
	text-decoration: none;
}

@media (min-width:1200px) {
	.inequality-is-landing .card-img p {
		font-size: 1.5em;
	}
}

.inequality-is-landing .card-img p a {
	color: #ffffff;
}

.inequality-is-landing .card-img p a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.inequality-is-landing .card-img p .rte h2 a,
.inequality-is-landing .card-img p .rte h3 a,
.inequality-is-landing .card-img p .rte h4 a,
.inequality-is-landing .card-img p .rte h5 a,
.inequality-is-landing .card-img p .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.inequality-is-landing .card-img p .rte h2 a:hover,
.inequality-is-landing .card-img p .rte h3 a:hover,
.inequality-is-landing .card-img p .rte h4 a:hover,
.inequality-is-landing .card-img p .rte h5 a:hover,
.inequality-is-landing .card-img p .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.inequality-is-landing .card-img p .rte h2 a:active,
.inequality-is-landing .card-img p .rte h3 a:active,
.inequality-is-landing .card-img p .rte h4 a:active,
.inequality-is-landing .card-img p .rte h5 a:active,
.inequality-is-landing .card-img p .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

.inequality-is-landing .card-img p .rte h2 a:focus,
.inequality-is-landing .card-img p .rte h3 a:focus,
.inequality-is-landing .card-img p .rte h4 a:focus,
.inequality-is-landing .card-img p .rte h5 a:focus,
.inequality-is-landing .card-img p .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.inequality-is-landing .card-img p .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

.inequality-is-landing .card-img p .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.inequality-is-landing .card-img p .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

.inequality-is-landing .card-img p .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

.inequality-is-landing .card-img p .rte p.blue-button a {
	color: #ffffff;
}

.inequality-is-landing .card-img p .rte p.blue-button a:hover,
.inequality-is-landing .card-img p .rte p.blue-button a:active,
.inequality-is-landing .card-img p .rte p.blue-button a:focus {
	color: #007FAA;
}

.inequality-is-landing .card-img p .rte .orange-button a {
	box-shadow: none;
}

.inequality-is-landing .card-img p .rte .link-standalone {
	color: #ffffff;
}

.inequality-is-landing .card-img p .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.inequality-is-landing .card-img p .rte .link-standalone a:hover,
.inequality-is-landing .card-img p .rte .link-standalone a:active,
.inequality-is-landing .card-img p .rte .link-standalone a:focus {
	text-decoration: none;
}

.inequality-is-landing .card-img p .rte .link-standalone a:hover,
.inequality-is-landing .card-img p .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.inequality-is-landing .card-img p .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default:hover,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:hover,
.inequality-is-landing .card-img p .bootstrap-select .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.inequality-is-landing .card-img p .bootstrap-select .btn-default,
.open .dropdown-toggle.inequality-is-landing .card-img p .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.inequality-is-landing .card-img p .bootstrap-select .btn-default,
.open .dropdown-toggle.inequality-is-landing .card-img p .bootstrap-select.open .btn-default {
	background-image: none;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default:active:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.active:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default:active.focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active.focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.active.focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled],
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled:hover,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled:hover,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled]:hover,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default:hover,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default:hover,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled]:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default:focus,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled:active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled:active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled]:active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default:active,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled.active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled.active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled].active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default.active,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default .badge,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default:hover,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:hover,
.inequality-is-landing .card-img p .bootstrap-select .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.inequality-is-landing .card-img p .bootstrap-select .btn-default,
.open .dropdown-toggle.inequality-is-landing .card-img p .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.inequality-is-landing .card-img p .bootstrap-select .btn-default,
.open .dropdown-toggle.inequality-is-landing .card-img p .bootstrap-select.open .btn-default {
	background-image: none;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default:active:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.active:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default:active.focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active.focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.active.focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled],
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled:hover,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled:hover,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled]:hover,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default:hover,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default:hover,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled]:focus,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default:focus,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default:focus,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled:active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled:active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled]:active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default:active,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default:active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default.disabled.active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default.disabled.active,
.inequality-is-landing .card-img p .bootstrap-select .btn-default[disabled].active,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select .btn-default.active,
fieldset[disabled] .inequality-is-landing .card-img p .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.inequality-is-landing .card-img p .bootstrap-select .btn-default .badge,
.inequality-is-landing .card-img p .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.inequality-is-landing .card-img.inequality-brown {
	background-color: #404040;
}

.inequality-is-landing .card-img.inequality-orange {
	background-color: #0c6c6e;
}

.inequality-is-landing .card-img.inequality-yellow {
	background-color: #C78800;
}

.inequality-is-landing .card-img.inequality-red {
	background-color: #B03030;
}

.inequality-is-landing div>div.col-sm-8>div:nth-child(1n) .card-img,
.inequality-is-landing div:nth-child(1n)>div>div.card-img {
	background-color: #C78800;
}

.inequality-is-landing div>div.col-sm-8>div:nth-child(2n) .card-img,
.inequality-is-landing div:nth-child(2n)>div>div.card-img {
	background-color: #B03030;
}

.inequality-is-landing div>div.col-sm-8>div:nth-child(3n) .card-img,
.inequality-is-landing div:nth-child(3n)>div>div.card-img {
	background-color: #404040;
}

.inequality-is-landing div>div.col-sm-8>div:nth-child(4n) .card-img,
.inequality-is-landing div:nth-child(4n)>div>div.card-img {
	background-color: #0c6c6e;
}

.inequality-is-landing .card-content {
	background-color: #ffffff;
	position: relative;
	padding: 20px;
}

.inequality-is-landing .card-content .card-author-img {
	position: absolute;
	color: #0c6c6e;
	z-index: 99;
	top: -55px;
	left: 50%;
	padding: 0 0 15px 0;
	transform: translatex(-50px);
}

.inequality-is-landing .card-content .card-author-img .circular-img {
	position: absolute;
	left: 130%;
}

.inequality-is-landing .card-content .card-author-img div>img.img-circle {
	border: 3px solid #ffffff;
	width: 100px;
}

.inequality-is-landing .card-content .card-body a:hover .name span,
.inequality-is-landing .card-content .card-body a:hover .inequality-video-link {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
}

.inequality-is-landing .card-content .card-body .name.h4 {
	margin-top: 40px;
	color: #767676;
	font-size: 1em;
	line-height: 1.4;
}

.inequality-is-landing .card-content .card-body .name.h4-left-col [class*="col-"]:first-of-type {
	color: #767676;
}

.inequality-is-landing .card-content .card-body .name.h4 .name-text {
	font-family: "KievitWeb";
	font-weight: bold;
}

.inequality-is-landing .card-content .card-body .inequality-video-link {
	display: inline;
	font-family: "KievitWeb";
	color: #0c6c6e;
	font-size: 1.1875rem;
	font-weight: 700;
}

.inequality-is-landing .card-content .card-body .inequality-video-link .inequality-video-link-duration {
	color: #767676;
}

.inequality-is-landing .card-content .card-body .inequality-video-link .inequality-video-link-duration-left-col [class*="col-"]:first-of-type {
	color: #767676;
}

.inequality-is-landing .card-content .card-body .inequality-video-link .fa-play {
	margin-right: 5px;
	font-size: 0.8em;
	vertical-align: text-top;
}

.inequality-is-landing .card-content .card-body .inequality-video-link .inequality-video-link-duration {
	color: #767676;
	font-size: 0.8em;
	font-weight: 400;
}

.inequality-is-landing .card-content .card-body .inequality-video-link .inequality-video-link-duration-left-col [class*="col-"]:first-of-type {
	color: #767676;
}

body>article>.container-fluid.inequality-is-landing>div>div.col-sm-8>div:nth-child(2)>div>div.card-author-no-img.card-contenttext-center>div.card-author-img.text-center>div>img .salvattore-added {
	-webkit-animation: showsup 0.5s;
	-moz-animation: showsup 0.5s;
	-o-animation: showsup 0.5s;
	animation: showsup 0.5s;
}

.inequality-tweets div:first-child {
	margin-top: 0;
}

.inequality-tweets .h6.inequality-tweets-intro {
	line-height: 1.3;
}

.inequality-tweets .h6.inequality-tweets-intro .twitter-logo {
	color: #55acee;
	font-size: 2rem;
	margin: 10px 0;
}

.inequality-tweets .h6 {
	color: #555555;
}

.inequality-tweets .h6 a {
	color: #404040;
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
}

.inequality-tweets .h6 a:hover,
.inequality-tweets .h6 a:active,
.inequality-tweets .h6 a:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.inequality-tweets .h6 a:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .inequality-tweets .h6 a {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .inequality-tweets .h6 a:hover,
.white .inequality-tweets .h6 a:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .inequality-tweets .h6 a:focus {
	text-decoration-color: #ffffff !important;
}

.inequality-tweets .tweet {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.inequality-tweets .tweet a abbr {
	border-bottom: none;
}

.inequality-tweets .tweet .twitter-username .twitter-usertag {
	color: #404040;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
}

.inequality-tweets .tweet .inequality-is-tweet-text {
	line-height: 1.5;
}

#inequality-author .circular-img img {
	position: absolute;
	transform: translatex(-62.5px);
	margin-top: -62.5px;
	width: 120px;
	border: 5px solid #ffffff;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	#inequality-author .circular-img img {
		margin: -62.5px 50% 0;
	}
}

.more-author-name .name,
.more-author-name .author {
	color: #555555;
	font-size: 1rem;
	font-family: "KievitWeb";
	line-height: 130%;
}

.more-author-name .name span {
	color: #404040;
	font-weight: 700;
	margin-top: -10px;
}

.more-author-name a:active,
.more-author-name a:focus,
.more-author-name a:hover {
	text-decoration: none;
}

.more-author-name a:active .name span,
.more-author-name a:focus .name span,
.more-author-name a:hover .name span,
.more-author-name a:active .author span,
.more-author-name a:focus .author span,
.more-author-name a:hover .author span {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
}

.card-inequality-more .more-author-name {
	margin-top: 1em;
}

span.video-name {
	color: #555555;
	font-family: "KievitWeb";
	font-size: 1.5rem;
	line-height: 1.1;
}

@media (min-width:1200px) {
	span.video-name {
		margin-left: -2px;
	}
}

span.video-name:hover {
	color: #0c6c6e;
}

.more-author-name {
	margin-top: 40px;
}

.card-inequality-more-inner-wrapper:nth-child(1)>div.card-inequality-more {
	border-top: solid 1px #E5E5E5;
}

@media (min-width:768px) {
	.card-inequality-more-inner-wrapper:nth-child(2)>div.card-inequality-more {
		border-top: solid 1px #E5E5E5;
	}
}

@media (min-width:1200px) {
	.card-inequality-more-inner-wrapper:nth-child(3)>div.card-inequality-more {
		border-top: solid 1px #E5E5E5;
	}
}

.card-inequality-more {
	border-bottom: solid 1px #E5E5E5;
}

.card-inequality-more img {
	width: 100px;
}

.filter {
	background-color: #fff;
	border: 2px solid #0c6c6e;
	color: #fff;
	position: absolute;
	transform: translateX(calc(50vw - 50%));
	transition: background-color 0.4s ease;
	width: 12rem;
	z-index: 700;
}

.filter:focus {
	outline: #0c6c6e auto 5px;
}

.filter .collapse.open ul {
	margin-bottom: 0;
}

.filter .filter-btn {
	background-color: #0c6c6e;
	border: none;
	box-shadow: inset 0 0 0 2px #0c6c6e;
	cursor: pointer;
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	padding: 14px 14px 7px 14px;
	text-transform: none;
}

.filter .filter-btn:focus {
	background-color: #0c6c6e;
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.filter .filter-btn:hover {
	background-color: #e46d1d;
	box-shadow: inset 0 0 0 2px #e46d1d;
}

.filter .filter-btn span {
	float: right;
}

.filter .filter-btn span.hamburger-span {
	display: block;
}

.filter .filter-btn span.x {
	display: none;
}

.filter .filter-btn[aria-expanded="true"] .hamburger-span {
	display: none;
}

.filter .filter-btn[aria-expanded="true"] .x {
	display: block;
	font-size: 1.6em;
	margin-top: -0.4em;
	font-family: "KievitWeb";
}

.filter li {
	display: block;
	line-height: 110%;
	padding: 0;
	width: 100%;
}

.filter li a {
	color: #555555;
	display: block;
	font-family: "KievitWeb";
	font-size: 1.0625rem;
	padding: 15px 10px 15px 15px;
	text-decoration: none;
	width: 100%;
}

.filter li a:hover {
	background-color: #EEEEEE;
}

.filter li a:active,
.filter li a:focus {
	background-color: #fbe2d1;
}

.filter-centered {
	left: 50%;
	margin-left: -100px;
}

@media (min-width:768px) {
	.filter-centered {
		top: 100px;
	}
}

.filter-spacer {
	width: 100%;
	margin-top: 20px;
}

@media (min-width:768px) {
	.filter-spacer {
		margin-top: 80px;
	}
}

.forum-landing-cards:nth-child(odd) .card-forum .card-img,
.thematic-forum-cards:nth-child(even) .card-forum .card-img,
.forum-landing-cards:nth-child(odd) .card-thematic-forum .card-img,
.thematic-forum-cards:nth-child(even) .card-thematic-forum .card-img {
	padding-right: 1.755%;
}

@media (min-width:992px) {

	.forum-landing-cards:nth-child(odd) .card-forum .card-img,
	.thematic-forum-cards:nth-child(even) .card-forum .card-img,
	.forum-landing-cards:nth-child(odd) .card-thematic-forum .card-img,
	.thematic-forum-cards:nth-child(even) .card-thematic-forum .card-img {
		padding-left: 0px;
		left: 50%;
	}
}

@media (min-width:768px) {

	.forum-landing-cards:nth-child(odd) .card-forum .card-body,
	.thematic-forum-cards:nth-child(even) .card-forum .card-body,
	.forum-landing-cards:nth-child(odd) .card-thematic-forum .card-body,
	.thematic-forum-cards:nth-child(even) .card-thematic-forum .card-body {
		padding: 5% 7.2% 5% 9%;
	}
}

@media (min-width:992px) {

	.forum-landing-cards:nth-child(odd) .card-forum .card-body,
	.thematic-forum-cards:nth-child(even) .card-forum .card-body,
	.forum-landing-cards:nth-child(odd) .card-thematic-forum .card-body,
	.thematic-forum-cards:nth-child(even) .card-thematic-forum .card-body {
		right: 50%;
	}
}

.thematic-forum-cards:nth-child(even) .card-forum .card-body,
.thematic-forum-cards:nth-child(even) .card-thematic-forum .card-body {
	padding: 8% 9% 5% 9%;
}

@media (min-width:768px) {

	.thematic-forum-cards:nth-child(even) .card-forum .card-body,
	.thematic-forum-cards:nth-child(even) .card-thematic-forum .card-body {
		padding: 6% 7% 4% 7%;
	}
}

@media (min-width:992px) {

	.thematic-forum-cards:nth-child(even) .card-forum .card-body,
	.thematic-forum-cards:nth-child(even) .card-thematic-forum .card-body {
		padding: 5% 7% 5% 5%;
		right: 50%;
	}
}

.card-forum-holder {
	position: relative;
}

.card-forum-holder .darkblue {
	background-color: #365B7A;
}

.card-forum-holder .neutral2 {
	background-color: #767676;
}

.card-forum-holder .neutral3 {
	background-color: #767676;
}

.card-forum-holder .yellow {
	background-color: #FDC031;
}

.card-forum-holder .card-forum,
.card-forum-holder .card-thematic-forum {
	color: #ffffff;
}

.card-forum-holder .card-forum .img-holder,
.card-forum-holder .card-thematic-forum .img-holder {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.card-forum-holder .card-forum .img-holder img,
.card-forum-holder .card-thematic-forum .img-holder img {
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width:768px) {

	.card-forum-holder .card-forum .img-holder img,
	.card-forum-holder .card-thematic-forum .img-holder img {
		min-height: 100%;
		width: auto;
	}
}

.card-forum-holder .card-forum .card-img,
.card-forum-holder .card-thematic-forum .card-img {
	min-height: 300px !important;
}

@media (min-width:992px) {

	.card-forum-holder .card-forum .card-img,
	.card-forum-holder .card-thematic-forum .card-img {
		padding-right: 0;
	}
}

.card-forum-holder .card-forum .card-body,
.card-forum-holder .card-thematic-forum .card-body {
	padding: 5% 9% 5% 7.25%;
}

.card-forum-holder .card-thematic-forum {
	background-color: white;
}

.card-forum-holder .card-thematic-forum .card-img,
.card-forum-holder .card-thematic-forum .card-body {
	color: black;
	font-family: "KievitWeb";
}

.card-forum-holder .card-thematic-forum .card-body {
	padding: 8% 9% 5% 9%;
}

@media (min-width:768px) {
	.card-forum-holder .card-thematic-forum .card-body {
		padding: 6% 7% 4% 7%;
	}
}

@media (min-width:992px) {
	.card-forum-holder .card-thematic-forum .card-body {
		padding: 5% 7% 5% 5%;
	}
}

.card-blog,
.card-blog-author {
	background-color: #ffffff;
	color: #767676;
	position: relative;
}

.card-blog a:not(.btn),
.card-blog-author a:not(.btn) {
	color: #767676;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: inset 0 -1px 0 #A6A8AB;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.card-blog a:not(.btn):hover,
.card-blog-author a:not(.btn):hover {
	color: #555555;
	box-shadow: inset 0 -1px 0 #0c6c6e;
	text-decoration: none;
}

.card-blog a:not(.btn):active,
.card-blog-author a:not(.btn):active,
.card-blog a:not(.btn):focus,
.card-blog-author a:not(.btn):focus {
	color: #0c6c6e;
	box-shadow: inset 0 -1px 0 #0c6c6e;
	text-decoration: none;
}

.card-blog .name,
.card-blog-author .name,
.card-blog .title,
.card-blog-author .title {
	font-size: 1.1875rem;
	font-family: "KievitWeb";
	display: inline;
}

.card-blog .name,
.card-blog-author .name {
	font-weight: 700;
}

.card-blog .title,
.card-blog-author .title {
	font-weight: 200;
}

.card-blog .h4>.blog-headline,
.card-blog-author .h4>.blog-headline,
.card-blog .h4.title>a,
.card-blog-author .h4.title>a {
	line-height: 1.25;
	color: #0c6c6e;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.card-blog .h4>.blog-headline:hover,
.card-blog-author .h4>.blog-headline:hover,
.card-blog .h4.title>a:hover,
.card-blog-author .h4.title>a:hover {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	text-decoration: none;
}

.card-blog .h4>.blog-headline:active,
.card-blog-author .h4>.blog-headline:active,
.card-blog .h4.title>a:active,
.card-blog-author .h4.title>a:active,
.card-blog .h4>.blog-headline:focus,
.card-blog-author .h4>.blog-headline:focus,
.card-blog .h4.title>a:focus,
.card-blog-author .h4.title>a:focus {
	color: #C95100;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 #C95100;
}

@media (max-width:768px) {

	.card-blog .h4>.blog-headline,
	.card-blog-author .h4>.blog-headline,
	.card-blog .h4.title>a,
	.card-blog-author .h4.title>a {
		font-size: 1.5rem;
	}
}

.card-blog .card-author-img,
.card-blog-author .card-author-img,
.card-blog .card-author-no-img,
.card-blog-author .card-author-no-img,
.card-blog .no-card-author-img,
.card-blog-author .no-card-author-img {
	position: relative;
	z-index: 99;
}

.card-blog .card-author-img p,
.card-blog-author .card-author-img p,
.card-blog .card-author-no-img p,
.card-blog-author .card-author-no-img p,
.card-blog .no-card-author-img p,
.card-blog-author .no-card-author-img p {
	color: #767676;
	line-height: 1.3;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	display: block;
}

.card-blog .card-author-img,
.card-blog-author .card-author-img,
.card-blog .card-author-no-img,
.card-blog-author .card-author-no-img {
	margin-bottom: 10px;
	top: -50px;
}

.card-blog .img-circle,
.card-blog-author .img-circle {
	border: 3px solid #ffffff;
	width: 100px;
}

.card-blog .img-circle.second,
.card-blog-author .img-circle.second {
	margin-left: -20px;
}

@media (max-width:480px) {

	.card-blog .img-circle,
	.card-blog-author .img-circle {
		width: 85px;
	}
}

.card-blog .circular-img,
.card-blog-author .circular-img {
	margin: 0 auto 15px auto;
}

.card-blog .card-img img {
	width: 100%;
}

.card-blog .card-img>a {
	display: block;
}

.card-blog .card-img>a:focus {
	outline: 3px solid #0c6c6e !important;
}

.card-blog .multiple-authors {
	position: relative;
	left: -3px;
}

.card-blog .multiple-authors:first-of-type {
	left: 3px;
}

.card-blog .multiple-authors:nth-of-type(3) {
	left: -8px;
}

.card-blog .multiple-authors:nth-of-type(4) {
	left: -15px;
}

.card-blog .no-card-author-img {
	padding: 25px 15px;
	margin-bottom: 40px;
}

.card-blog .card-author-no-img {
	margin-top: 75px;
}

.card-blog .card-body {
	padding: 15px 7%;
	margin-top: -50px;
}

.card-blog .card-body .opacity-high p {
	color: #2c2c2c;
	padding: 0 5px;
	margin-top: 30px;
	margin-bottom: 0;
	font-family: "Arnhem-Blond";
	font-size: 1.125rem;
	-webkit-font-smoothing: subpixel-antialiased;
}

.card-blog .card-body .opacity-high p a {
	color: #2c2c2c;
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.card-blog .card-body .opacity-high p a:hover,
.card-blog .card-body .opacity-high p a:active,
.card-blog .card-body .opacity-high p a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.card-blog .card-body .opacity-high p a:focus {
	background-color: #f8caac;
}

.card-blog .card-body h6,
.card-blog .card-body .h6 {
	margin: 30px 0;
}

.card-blog-author {
	margin-bottom: 80px;
}

.card-blog-author .title.h4 {
	font-size: 1.5rem;
	line-height: 1.3;
	display: block;
}

.card-blog-author .card-author-img {
	margin-bottom: -30px;
}

.card-blog-author .card-author-img .challenge {
	color: #A6A8AB;
	font-family: "KievitWeb";
}

.card-blog-author ul li {
	border-top: 1px solid #E5E5E5;
	padding: 30px;
}

.card-blog-author ul li h6,
.card-blog-author ul li .h6 {
	margin: 0;
}

.card-blog-topics:focus-within .btn-topic {
	outline: 3px solid #0c6c6e;
}

.card-blog-topics .btn-topic {
	background-color: #ffffff;
	color: #0c6c6e;
	margin-bottom: 0.5em;
	min-height: 140px;
	padding: 1em;
	text-align: left;
	white-space: normal;
	width: 100%;
}

.card-blog-topics .btn-topic:active {
	box-shadow: none;
}

.card-blog-topics .btn-topic .img-circle {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
}

@media (min-width:768px) {
	.card-blog-topics .btn-topic .img-circle {
		width: 120px;
		height: 120px;
	}
}

.card-blog-topics .btn-topic .img-circle.second {
	margin-left: -20px;
}

.card-blog-topics .btn-topic .title {
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
	padding: 10px;
	margin: 0;
	line-height: 1.35;
	font-size: 1.1875rem;
}

.card-blog-topics .btn-topic .title a:hover,
.card-blog-topics .btn-topic .title a:active,
.card-blog-topics .btn-topic .title a:active:focus {
	color: #C95100;
}

.card-blog-topics .btn-topic .title a:focus {
	color: #0c6c6e;
}

.card-blog-topics .btn-topic .parent {
	display: table;
}

@media (min-width:768px) {
	.card-blog-topics .btn-topic .parent {
		padding-left: 5px;
	}
}

.card-blog-topics .btn-topic .child {
	display: table-cell;
	vertical-align: middle;
}

.card-blog-topics .btn-topic .topic-img.child {
	width: 100px;
	height: 100px;
	background-position: center;
	background-size: cover;
}

.card-blog-topics .btn-topic .topic-img.child.andean-region-and-southern-cone {
	background-image: url("images/PS_004_Agricultores_AG.png");
}

.card-blog-topics .btn-topic .topic-img.child.brazil {
	background-image: url("images/LianneMilton_20130423batalha354.png");
}

.card-blog-topics .btn-topic .topic-img.child.china {
	background-image: url("images/China.png");
}

.card-blog-topics .btn-topic .topic-img.child.eastern-africa {
	background-image: url("images/panos_00176464.png");
}

.card-blog-topics .btn-topic .topic-img.child.india-nepal-and-sri-lanka {
	background-image: url("images/panos_00104193.png");
}

.card-blog-topics .btn-topic .topic-img.child.indonesia {
	background-image: url("images/PS_SUSC201108060103.jpg");
}

.card-blog-topics .btn-topic .topic-img.child.mexico-and-central-america {
	background-image: url("images/PS_IMG_3166.png");
}

.card-blog-topics .btn-topic .topic-img.child.middle-east-and-northern-africa {
	background-image: url("images/PS_eg8jeffrey-C287.png");
}

.card-blog-topics .btn-topic .topic-img.child.southern-africa {
	background-image: url("images/SouthAfrica.jpg");
}

.card-blog-topics .btn-topic .topic-img.child.united-states {
	background-image: url("images/USA.png");
}

.card-blog-topics .btn-topic .topic-img.child.west-africa {
	background-image: url("images/PS_mali2013jeffrey-D150.png");
}

.card-blog-topics .btn-topic .topic-body {
	width: auto;
}

.card-blog-topics .btn-topic .topic-body.child {
	padding-left: 10px;
}

.card-blog-topics.in-blog .btn-topic {
	min-width: 265px;
}

@media (min-width:991px) and (max-width:1199px) {
	.card-blog-topics.in-blog .btn-topic .title {
		font-size: 1.125rem;
	}
}

.popup-filter .filter-container {
	position: relative;
	display: block;
	padding: 60px 0;
}

.popup-filter .filter-container .filter-button {
	width: 100%;
	text-align: center;
}

.popup-filter .filter-container .filter-button button {
	width: auto;
}

.popup-filter .filter-container .modal {
	padding-right: 0 !important;
}

.popup-filter .filter-container .modal .modal-dialog {
	max-width: 1600px;
	padding-top: 30px;
}

@media (min-width:768px) {
	.popup-filter .filter-container .modal .modal-dialog {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.popup-filter .filter-container .modal .modal-dialog {
		padding-top: 72px;
	}
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body {
	padding: 80px 3em 3em 3em;
}

@media (max-width:480px) {
	.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body {
		padding: 80px 1em 1em 1em;
	}
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div>span:first-child {
	font-size: 1.2em;
	font-weight: bold;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 0.6em;
	color: #767676;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 small,
.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 small,
.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 .small {
	font-size: 75%;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 {
		font-size: 0.738em;
	}
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div a,
.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div a:active {
	color: #2c2c2c;
	text-decoration: none;
	transition: box-shadow 0.3s ease;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div a:hover,
.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div a:active:hover,
.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div a:focus,
.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div a:active:focus {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	outline: none;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul {
	list-style: none;
	padding: 0;
	margin-top: 1.2em;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li {
	font-weight: bold;
	font-size: 0.9em;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li ul {
	list-style: none;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li ul li {
	margin-top: 0.65em;
	font-weight: normal;
}

.popup-filter .filter-container .modal .modal-dialog .modal-content .close-button {
	margin: 30px;
}

.popup-filter .filter-container .filter-spacer {
	margin-top: 30px;
}

.blog-posts-by-date .filter-container {
	position: relative;
	display: block;
	padding: 60px 0;
}

.blog-posts-by-date .filter-container .filter-button {
	width: 100%;
	text-align: center;
}

.blog-posts-by-date .filter-container .filter-button button {
	width: auto;
}

.blog-posts-by-date .filter-container .modal {
	padding-right: 0 !important;
}

.blog-posts-by-date .filter-container .modal .modal-dialog {
	max-width: 1600px;
	padding-top: 30px;
}

@media (min-width:768px) {
	.blog-posts-by-date .filter-container .modal .modal-dialog {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.blog-posts-by-date .filter-container .modal .modal-dialog {
		padding-top: 72px;
	}
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body {
	padding: 80px 3em 3em 3em;
}

@media (max-width:480px) {
	.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body {
		padding: 80px 1em 1em 1em;
	}
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>span:first-child {
	font-size: 1.2em;
	font-weight: bold;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 0.6em;
	color: #767676;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 small,
.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 small,
.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 .small {
	font-size: 75%;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 {
		font-size: 0.738em;
	}
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div a,
.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div a:active {
	color: #2c2c2c;
	text-decoration: none;
	transition: box-shadow 0.3s ease;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div a:hover,
.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div a:active:hover,
.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div a:focus,
.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div a:active:focus {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	outline: none;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul {
	list-style: none;
	padding: 0;
	margin-top: 1.2em;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li {
	font-weight: bold;
	font-size: 0.9em;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li ul {
	list-style: none;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li ul li {
	margin-top: 0.65em;
	font-weight: normal;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .close-button {
	margin: 30px;
}

.blog-posts-by-date .filter-container .filter-spacer {
	margin-top: 30px;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div:first-of-type {
	border-bottom: solid 1px #E5E5E5;
	padding-bottom: 30px;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div:first-of-type.load-more-section {
	padding-bottom: 50px;
}

@media (min-width:768px) {
	.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div:first-of-type.load-more-section {
		padding-bottom: 72px;
	}
}

@media (min-width:768px) {
	.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div:first-of-type {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div:first-of-type {
		padding-bottom: 72px;
	}
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div h3 {
	padding-top: 30px;
}

@media (min-width:768px) {
	.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div h3 {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div h3 {
		padding-top: 72px;
	}
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul {
	columns: 250px 3;
	column-gap: 40px;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul li {
	padding: 0;
	break-inside: avoid-column;
	line-height: 1.25em;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul li>* {
	display: table;
}

.blog-posts-by-date .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li {
	margin-bottom: 0.65em;
}

.event-archive-page .filter-container {
	position: relative;
	display: block;
	padding: 60px 0;
}

.event-archive-page .filter-container .filter-button {
	width: 100%;
	text-align: center;
}

.event-archive-page .filter-container .filter-button button {
	width: auto;
}

.event-archive-page .filter-container .modal {
	padding-right: 0 !important;
}

.event-archive-page .filter-container .modal .modal-dialog {
	max-width: 1600px;
	padding-top: 30px;
}

@media (min-width:768px) {
	.event-archive-page .filter-container .modal .modal-dialog {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.event-archive-page .filter-container .modal .modal-dialog {
		padding-top: 72px;
	}
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body {
	padding: 80px 3em 3em 3em;
}

@media (max-width:480px) {
	.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body {
		padding: 80px 1em 1em 1em;
	}
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div>span:first-child {
	font-size: 1.2em;
	font-weight: bold;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 0.6em;
	color: #767676;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 small,
.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 small,
.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 .small {
	font-size: 75%;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div h3 {
		font-size: 0.738em;
	}
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div a,
.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div a:active {
	color: #2c2c2c;
	text-decoration: none;
	transition: box-shadow 0.3s ease;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div a:hover,
.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div a:active:hover,
.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div a:focus,
.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div a:active:focus {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	outline: none;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul {
	list-style: none;
	padding: 0;
	margin-top: 1.2em;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li {
	font-weight: bold;
	font-size: 0.9em;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li ul {
	list-style: none;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body>div>div>ul>li ul li {
	margin-top: 0.65em;
	font-weight: normal;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .close-button {
	margin: 30px;
}

.event-archive-page .filter-container .filter-spacer {
	margin-top: 30px;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap {
	padding-top: 30px;
	padding-bottom: 15px;
	display: grid;
	gap: 2em;
	font-size: 1.1em;
}

@media (min-width:768px) {
	.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap {
		padding-top: 72px;
	}
}

@media (min-width:768px) {
	.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap {
		padding-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap {
		padding-bottom: 36px;
	}
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap div {
	position: relative;
	padding-right: 10px;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap div:not(:first-child)::before {
	content: "";
	position: absolute;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap div span {
	color: #767676;
	font-size: 0.7em;
	vertical-align: middle;
}

.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap div ul li {
	padding-bottom: 0;
}

@media (max-width:991px) {
	.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap div:not(:first-child)::before {
		width: 100%;
		transform: translate(0, -1em);
		height: 1px;
		border-bottom: 1px solid #E5E5E5;
	}
}

@media (min-width:992px) {
	.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap {
		gap: 4em;
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
	}

	.event-archive-page .filter-container .modal .modal-dialog .modal-content .modal-body .grid-wrap div:not(:first-child)::before {
		width: 1px;
		border-left: 1px solid #E5E5E5;
		transform: translate(-2em, 0);
		height: 100%;
	}
}

.articles {
	position: relative;
}

.card-region-thematic {
	margin-top: -20px;
}

.card-region-thematic .thematic-body {
	padding-top: 40px;
	border-top: 1px solid #A6A8AB;
}

.card-region-thematic .thematic-body p {
	font-family: "KievitWeb";
}

.card-region-thematic .img-circle {
	margin: 0 auto;
	background-position: center;
	background-size: cover;
	position: relative;
	top: 40px;
	width: 80px;
	height: 80px;
}

@media (min-width:768px) {
	.card-region-thematic .img-circle {
		top: 50px;
		width: 100px;
		height: 100px;
	}

	.card-region-thematic .thematic-body {
		padding-top: 50px;
	}
}

@media (min-width:992px) {
	.card-region-thematic .img-circle {
		top: 65px;
		width: 130px;
		height: 130px;
	}

	.card-region-thematic .thematic-body {
		padding-top: 65px;
	}
}

@media (min-width:1200px) {
	.card-region-thematic .img-circle {
		top: 80px;
		width: 160px;
		height: 160px;
	}

	.card-region-thematic .thematic-body {
		padding-top: 80px;
	}
}

@media (min-width:1600px) {
	.card-region-thematic .img-circle {
		top: 100px;
		width: 200px;
		height: 200px;
	}

	.card-region-thematic .thematic-body {
		padding-top: 100px;
	}
}

div.what-we-are-following:last-of-type {
	margin-bottom: 30px;
}

@media (min-width:768px) {
	div.what-we-are-following:last-of-type {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	div.what-we-are-following:last-of-type {
		margin-bottom: 72px;
	}
}

div.what-we-are-following {
	font-size: 0.85em;
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
	color: #555555;
}

div.what-we-are-following a {
	box-shadow: none;
	color: #2c2c2c;
	font-family: "Arnhem-Blond";
	font-size: 1.15em;
	line-height: 1.25;
}

div.what-we-are-following a:hover {
	background-color: transparent;
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
}

div.what-we-are-following a:active,
div.what-we-are-following a:focus {
	background-color: #fce8db;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	text-decoration: none;
}

div.what-we-are-following p {
	margin-top: 0.5rem;
	line-height: 1.7;
}

div.what-we-are-following div.h6 {
	font-size: 1em;
}

div.what-we-are-following .mini-rule {
	background: url("images/blue-mini-rule.jpg") no-repeat;
	background-origin: border-box;
	padding-top: 20px;
	margin-top: 20px;
}

div.what-we-are-following .list-inline>li {
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 9px;
}

div.what-we-are-following div.row div {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 10px;
	background: url("images/blue-mini-rule.jpg") no-repeat;
	background-origin: border-box;
	padding-top: 20px;
	margin-top: 20px;
}

@media (min-width:768px) {
	div.what-we-are-following div.row div {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {
	div.what-we-are-following div.row div {
		float: left;
		width: 33.33333333%;
	}
}

div.what-we-are-following div.row div .download-link {
	padding-top: 0;
	padding-bottom: 20px;
}

div.what-we-are-following div.row div .download-link p {
	font-family: "KievitWeb";
	display: inline-block;
	margin-left: 10px;
}

div.what-we-are-following h2 {
	color: #333333;
}

.what-we-are-following-title {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.what-we-are-following-title {
		margin-bottom: 68px;
	}
}

@media (min-width:1200px) {
	.what-we-are-following-title {
		margin-top: 28px;
		margin-bottom: 100px;
	}
}

@media (min-width:1600px) {}

.new>.card-grantmaker>.featured {
	visibility: visible;
}

.card-grantmaker {
	background-color: #ffffff;
	position: relative;
	width: 100%;
	float: left;
}

@media print {
	.card-grantmaker {
		height: auto !important;
	}
}

.card-grantmaker div {
	float: left;
	display: block;
	width: 100%;
	max-width: 100%;
}

.card-grantmaker .card-img a {
	display: block;
}

.card-grantmaker .card-img a:focus {
	outline: 3px solid #0c6c6e !important;
}

.card-grantmaker .card-img img {
	width: 100%;
}

@media print {
	.card-grantmaker .card-img img {
		width: 100pt;
	}
}

.card-grantmaker .featured {
	visibility: hidden;
	position: relative;
	top: -3.125rem;
	left: 0;
}

.card-grantmaker .featured .new {
	position: absolute;
	background-color: #ffffff;
	padding: 0.75rem 30px;
	left: 0;
}

.card-grantmaker .card-body {
	font-family: "KievitWeb";
	padding: 0 30px;
	margin-top: 0rem;
	font-size: 1.1875rem;
	line-height: 120%;
}

.card-grantmaker .card-body .name {
	color: #555555;
	display: block;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0.5rem;
}

.card-grantmaker .card-body .name a {
	color: #0c6c6e;
	background-color: transparent;
	text-decoration: none;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.card-grantmaker .card-body .name a:hover,
.card-grantmaker .card-body .name a:active {
	color: #C95100;
	box-shadow: inset 0 -2px 0 #C95100;
}

.card-grantmaker .card-body .name a:focus {
	color: #0c6c6e;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.card-grantmaker .card-body .trustee-role {
	color: #555555;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0.75rem;
	margin-top: -0.25rem;
}

.card-grantmaker .card-body .title {
	font-weight: 200;
	color: #555555;
	margin-bottom: 0.5rem;
}

.card-grantmaker .card-body .region {
	padding: 0 30px;
	position: absolute;
	bottom: 0.3125rem;
	left: 0;
}

.card-grantmaker .card-body .region span {
	display: block;
	margin-left: 0;
	margin-right: 0.6875rem;
	position: absolute;
	left: 30px;
}

.card-grantmaker .card-body .region div.text {
	font-family: "KievitWeb";
	position: relative;
	max-width: 100%;
	display: block;
	top: 0;
	margin-left: 1.5625rem;
	margin-bottom: 0.625rem;
	float: none;
	color: #767676;
}

.bkg-grey-lightest .card-more-image {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

.card-more-image {
	margin-bottom: -1px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
}

.card-more-image .card-img {
	background-color: #404040;
	background-position: center top;
	background-size: cover;
	width: 100%;
	min-height: 300px;
}

@media (min-width:768px) {
	.card-more-image .card-img {
		min-height: 266px;
	}
}

@media (min-width:992px) {
	.card-more-image .card-img {
		min-height: 377px;
	}
}

.card-more-image .card-img img {
	width: 100%;
}

.card-more-image .card-body {
	position: absolute;
	z-index: 20;
	bottom: 30px;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 30%, rgba(0, 0, 0, 0.56) 100%);
	width: 100%;
	color: #ffffff;
	padding: 45px 20px 0px 20px;
}

@media (min-width:992px) {
	.card-more-image .card-body {
		bottom: 50px;
	}
}

@media screen {
	.card-more-image .card-body {
		padding: 45px 20px 0px 32px;
	}
}

@media print {
	.card-more-image .card-body {
		position: relative;
	}
}

.card-more-image .card-body h6,
.card-more-image .card-body .h6 {
	display: inline;
}

.card-more-image .card-body h6 a,
.card-more-image .card-body .h6 a {
	color: #ffffff;
}

.card-more-image .card-body h6 a:hover,
.card-more-image .card-body .h6 a:hover,
.card-more-image .card-body h6 a:active,
.card-more-image .card-body .h6 a:active {
	color: #ffffff;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

.card-more-image .card-body h6 a:focus,
.card-more-image .card-body .h6 a:focus {
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.card-more-image .card-body h7,
.card-more-image .card-body .h7 {
	display: inline;
}

.card-more-image .card-body h4>a,
.card-more-image .card-body .h4>a {
	color: #ffffff;
}

.card-more-image .card-body h4>a:hover,
.card-more-image .card-body .h4>a:hover {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.7);
}

.card-more-image .card-body h4>a:focus,
.card-more-image .card-body .h4>a:focus {
	box-shadow: inset 0 -2px 0 #ffffff;
}

.card-more-image .card-body svg {
	fill: #fff;
	height: 0.5em;
	margin-left: 0.15em;
}

.card-more-image .border-wrapper {
	margin: 30px 0;
}

@media (min-width:992px) {
	.card-more-image .border-wrapper {
		margin: 50px 0;
	}
}

.card-more-image .border-wrapper>a {
	display: block;
}

.card-more-image .border-wrapper>a:focus {
	outline: 3px solid #0c6c6e !important;
}

.region-more div.card-img {
	background-position: center top;
	background-size: cover;
	width: 100%;
	min-height: 300px;
}

@media (min-width:768px) {
	.region-more div.card-img {
		min-height: 266px;
	}
}

@media (min-width:992px) {
	.region-more div.card-img {
		min-height: 377px;
	}
}

.bkg-grey-lightest .card-more-list-item {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

.card-more-list-item {
	margin-bottom: -1px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
}

@media (min-width:768px) {
	.card-more-list-item {
		min-height: 165px;
	}
}

@media (min-width:992px) {
	.card-more-list-item {
		min-height: 240px;
	}
}

.card-more-list-item .border-wrapper {
	margin: 30px 0;
}

@media (min-width:992px) {
	.card-more-list-item .border-wrapper {
		margin: 50px 0 38px;
	}
}

.card-more-list-item .more-img {
	background-image: url("../fonts/icon_News.svg");
	background-color: #7F3F97;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: center;
	width: 100%;
	height: 86px;
}

@media (min-width:992px) {
	.card-more-list-item .more-img {
		height: 70px;
	}
}

@media (min-width:1200px) {
	.card-more-list-item .more-img {
		height: 86px;
	}
}

.card-more-list-item .more-img.current-openings {
	background-image: url("../fonts/icon_CurrentOpenings.svg");
	background-color: #767676;
}

.card-more-list-item .more-img.financial-statements {
	background-image: url("../fonts/icon_FinancialStatements.svg");
	background-color: #365B7A;
}

.card-more-list-item .more-img.governance-documents {
	background-image: url("../fonts/icon_GovernanceDocuments.svg");
	background-color: #555555;
}

.card-more-list-item .more-img.news {
	background-image: url("../fonts/icon_News.svg");
	background-color: #15706C;
}

.card-more-list-item .more-img.regional-brochures {
	background-image: url("../fonts/icon_RegionalBrochures.svg");
	background-color: #8C194A;
}

.card-more-list-item .more-img.reportsand-studies {
	background-image: url("../fonts/icon_ReportsandStudies.svg");
	background-color: #623166;
}

.card-more-list-item .more-img.around-the-web {
	background-image: url("../fonts/icon_AroundTheWeb.svg");
	background-color: #B03030;
}

.card-more-list-item .more-img.headline {
	background-color: #C95100;
}

.card-more-list-item .more-img.reflections {
	background-color: #AD3A62;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3JlZmxlY3Rpb25zPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMC4xNyw1MGExLjc4LDEuNzgsMCwwLDEtMS42LTFMMi42MiwyMS40OGExLjc1LDEuNzUsMCwwLDEsLjExLTEuOTFsNC43NC02LjIyLTQuMTItMTFBMS43MywxLjczLDAsMCwxLDMuNDguOTQsMS43MSwxLjcxLDAsMCwxLDQuNTMuMDksMS42OCwxLjY4LDAsMCwxLDQuOTIsMEgzNS4xN2wuMjIsMGExLjcsMS43LDAsMCwxLDEuNjgsMS40MSwxLjcsMS43LDAsMCwxLS4xOCwxLjEzbC00LDEwLjgxLDQuNjYsNi4yMmExLjc3LDEuNzcsMCwwLDEsLjExLDEuOTFMMjEuNzYsNDkuMDVBMS44LDEuOCwwLDAsMSwyMC4xNyw1MFptMS42Ny04TDM0LjE2LDIwLjdsLTQtNS4zM0gxMC4xOWwtNCw1LjM2TDE4LjQxLDQxLjkyVjI5LjM4QTQuNjcsNC42NywwLDAsMSwxNS41NywyNWE0LjU4LDQuNTgsMCwwLDEsNC4xNi00LjkzbC40MiwwYTQuNTYsNC41NiwwLDAsMSw0LjU2LDQuMTksMy42NiwzLjY2LDAsMCwxLDAsLjgxLDQuNjUsNC42NSwwLDAsMS0yLjg3LDQuMjdaTTIwLjE3LDIzLjg3QTEuMTQsMS4xNCwwLDEsMCwyMS4zMiwyNSwxLjE0LDEuMTQsMCwwLDAsMjAuMTcsMjMuODdabTUuNzcsMjZhMS42MywxLjYzLDAsMCwxLTEuMTgtLjUyLDEuNjksMS42OSwwLDAsMS0uNDktMS4yLDEuNzksMS43OSwwLDAsMSwuNS0xLjIyQTEuNzEsMS43MSwwLDAsMSwyNiw0Ni40MUg0OC4yOUExLjc0LDEuNzQsMCwwLDEsNTAsNDguMTRhMS43MiwxLjcyLDAsMCwxLTEuNzEsMS43MUgyNS45NFoiLz48L3N2Zz4=");
}

.card-more-list-item .more-img.research {
	background-color: #0c6c6e;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MSA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3Jlc2VhcmNoPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MC42NSw0My40Miw0My4xOSwzMi43OEExMi44LDEyLjgsMCwwLDAsMzYuODcsMTFWMS4xN0ExLjE3LDEuMTcsMCwwLDAsMzUuNywwSDQuNjRBMS4xNywxLjE3LDAsMCwwLDMuNDcsMS4xN2gwVjUuN0gyLjc5YTEuNzksMS43OSwwLDEsMCwwLDMuNTdoLjY4djdIMi43OWExLjc4LDEuNzgsMCwxLDAsMCwzLjU2aC42OHY3SDIuNzlhMS43OCwxLjc4LDAsMCwwLS4zNSwzLjU1aDF2N0gyLjc5YTEuNzgsMS43OCwwLDEsMC0uMzUsMy41NWgxdjhBMS4xNywxLjE3LDAsMCwwLDQuNjQsNTBIMzUuN2ExLjE3LDEuMTcsMCwwLDAsMS4xNy0xLjE3aDBWMzYuMDhBMTIuNzUsMTIuNzUsMCwwLDAsNDAsMzVsNy40NSwxMC42M2EyLDIsMCwwLDAsMi43Mi40OWgwQTIsMiwwLDAsMCw1MC42NSw0My40MlpNNDIuNDQsMTcuODVhOS45Miw5LjkyLDAsMSwxLTEzLjgyLTIuNDNBOS45MSw5LjkxLDAsMCwxLDQyLjQ0LDE3Ljg1WiIvPjwvc3ZnPg==");
}

.card-more-list-item .more-img.evaluation {
	background-color: #21A59D;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2V2YWx1YXRpb25zPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOC43Nyw4LjVsLTguMjIsOC4xN2ExLjQ0LDEuNDQsMCwwLDEtMSwuNCwxLjQxLDEuNDEsMCwwLDEtLjk1LS40TDQuNTIsMTIuNmExLjM1LDEuMzUsMCwwLDEsMS45MS0xLjkybDMuMTUsMy4xNSw3LjI3LTcuMjZhMS4zNSwxLjM1LDAsMSwxLDEuOTIsMS45MWgwWk0yMC41NSwwSDIuNzNBMi43NSwyLjc1LDAsMCwwLDAsMi43M1YyMC41NWEyLjc1LDIuNzUsMCwwLDAsMi43MiwyLjc4SDIwLjU1YTIuNzQsMi43NCwwLDAsMCwyLjc4LTIuNzFWMi43M0EyLjc0LDIuNzQsMCwwLDAsMjAuNTcsMFptMjUsMTYuODVhMS4zMiwxLjMyLDAsMCwxLC4wNiwxLjg2bC0uMDYuMDZhMS4zNSwxLjM1LDAsMCwxLTEsLjQxLDEuMzIsMS4zMiwwLDAsMS0uOTUtLjQxbC01LjMtNS4yLTUuMiw1LjJhMS4zMSwxLjMxLDAsMCwxLTEuODYuMDVsLS4wNS0uMDVhMS4zMSwxLjMxLDAsMCwxLS4wNi0xLjg2bC4wNi0uMDYsNS4yMS01LjE4LTUuMi01LjI0YTEuMzUsMS4zNSwwLDEsMSwxLjkyLTEuOTFoMGw1LjE4LDUuMiw1LjItNS4yYTEuMzUsMS4zNSwwLDAsMSwxLjkyLDEuOTFsLTUuMTgsNS4yNFpNNDcuMjcsMEgyOS40NWEyLjc1LDIuNzUsMCwwLDAtMi43OCwyLjcyaDBWMjAuNTVhMi43NCwyLjc0LDAsMCwwLDIuNzEsMi43OEg0Ny4yN0EyLjc0LDIuNzQsMCwwLDAsNTAsMjAuNTdWMi43M0EyLjc1LDIuNzUsMCwwLDAsNDcuMjcsMFpNNDUuNDgsMzUuMmwtOC4yMSw4LjIyYTEuMzUsMS4zNSwwLDAsMS0xLC40MSwxLjMyLDEuMzIsMCwwLDEtLjk1LS40MWwtNC4xMi00LjFhMS4zNiwxLjM2LDAsMSwxLDEuOTItMS45MmgwbDMuMTUsMy4xNSw3LjI3LTcuMjJhMS4zNSwxLjM1LDAsMCwxLDEuOTEsMS45MlptMS43OS04LjUzSDI5LjQ1YTIuNzQsMi43NCwwLDAsMC0yLjc4LDIuNzFWNDcuMjdBMi43NCwyLjc0LDAsMCwwLDI5LjQzLDUwSDQ3LjI3QTIuNzUsMi43NSwwLDAsMCw1MCw0Ny4yN1YyOS40NWEyLjc1LDIuNzUsMCwwLDAtMi43Mi0yLjc4Wm0tMjguNSwxNi45YTEuMzEsMS4zMSwwLDAsMSwuMDUsMS44NmwtLjA1LDBhMS4zNSwxLjM1LDAsMCwxLTEuOTEsMGgwbC01LjE4LTUuMjFMNi40Myw0NS40OGExLjMxLDEuMzEsMCwwLDEtLjk1LjQsMS4zNSwxLjM1LDAsMCwxLTEtLjQsMS4zMSwxLjMxLDAsMCwxLS4wNi0xLjg2bC4wNiwwLDUuMjEtNS4yNEw0LjUyLDMzLjE1YTEuMzUsMS4zNSwwLDEsMSwxLjkxLTEuOTJsNS4yNCw1LjIsNS4yLTUuMmExLjM1LDEuMzUsMCwxLDEsMS45MSwxLjkybC01LjIxLDUuMThabTEuNzgtMTYuOUgyLjczQTIuNzQsMi43NCwwLDAsMCwwLDI5LjQzVjQ3LjI3QTIuNzUsMi43NSwwLDAsMCwyLjczLDUwSDIwLjU1YTIuNzUsMi43NSwwLDAsMCwyLjc4LTIuNzJoMFYyOS40NWEyLjc0LDIuNzQsMCwwLDAtMi43MS0yLjc4WiIvPjwvc3ZnPg==");
}

.card-more-list-item .card-body {
	margin-top: -6px;
}

@media (min-width:992px) {
	.card-more-list-item .card-body {
		margin-top: -6px;
	}
}

.card-more-list-item .card-body h6,
.card-more-list-item .card-body .h6 {
	display: inline;
	color: #555555;
}

.card-more-list-item .card-body h6 a,
.card-more-list-item .card-body .h6 a {
	color: #404040;
}

.card-more-list-item .card-body h6 a:hover,
.card-more-list-item .card-body .h6 a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.5);
}

.card-more-list-item .card-body h6 a:focus,
.card-more-list-item .card-body .h6 a:focus,
.card-more-list-item .card-body h6 a:active,
.card-more-list-item .card-body .h6 a:active {
	box-shadow: inset 0 -1px 0 #0c6c6e;
}

.card-more-list-item .card-body h7,
.card-more-list-item .card-body .h7 {
	opacity: 0.5;
	display: inline;
}

.card-more-list-item .card-body h4 a,
.card-more-list-item .card-body .h4 a {
	color: #555555;
}

.card-more-list-item .card-body h4 a:hover,
.card-more-list-item .card-body .h4 a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.5);
}

.card-more-list-item .card-body h4 a:active,
.card-more-list-item .card-body .h4 a:active,
.card-more-list-item .card-body h4 a:focus,
.card-more-list-item .card-body .h4 a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.card-more-list-item .card-body>div.h4 {
	margin-bottom: 0px;
}

.card-more-list-item .card-body>div.h4 svg {
	fill: #0c6c6e;
	height: 0.5em;
	margin-left: 0.15em;
}

@media print {

	.bio .tile-container,
	.region-more .tile-container,
	.event-more .tile-container,
	.event .tile-container,
	.inequality-more .tile-container {
		margin-top: 72pt;
	}
}

@media (min-width:992px) {

	.bio .card-more-image,
	.region-more .card-more-image,
	.event-more .card-more-image,
	.event .card-more-image,
	.inequality-more .card-more-image {
		min-height: 377px;
	}
}

@media print {

	.bio .card-more-image a[title],
	.region-more .card-more-image a[title],
	.event-more .card-more-image a[title],
	.event .card-more-image a[title],
	.inequality-more .card-more-image a[title] {
		display: none;
	}
}

.bio .card-more-image .card-body div.h4,
.region-more .card-more-image .card-body div.h4,
.event-more .card-more-image .card-body div.h4,
.event .card-more-image .card-body div.h4,
.inequality-more .card-more-image .card-body div.h4 {
	margin-bottom: 20px;
}

@media (min-width:992px) {

	.bio .card-more-image .card-body div.h4,
	.region-more .card-more-image .card-body div.h4,
	.event-more .card-more-image .card-body div.h4,
	.event .card-more-image .card-body div.h4,
	.inequality-more .card-more-image .card-body div.h4 {
		margin-bottom: 28px;
	}
}

.bio .card-more-image .card-body div.h7,
.region-more .card-more-image .card-body div.h7,
.event-more .card-more-image .card-body div.h7,
.event .card-more-image .card-body div.h7,
.inequality-more .card-more-image .card-body div.h7 {
	opacity: 0.5;
}

.breadcrumbs a {
	color: #A6A8AB;
}

.breadcrumbs a:hover {
	color: #0c6c6e;
}

.breadcrumbs div.h6 a {
	color: #A6A8AB;
}

.breadcrumbs div.h6 a:hover {
	color: #0c6c6e;
}

.library-header,
.latest-header {
	position: relative;
	padding-bottom: 5rem;
}

@media (min-width:768px) {

	.library-header,
	.latest-header {
		padding-bottom: 7rem;
	}
}

.library-header h1,
.latest-header h1 {
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 0.5em;
}

@media (max-width:480px) {

	.library-header h1,
	.latest-header h1 {
		font-size: 2.625rem;
		margin-bottom: 0;
	}
}

.library-header .latest-links p img,
.latest-header .latest-links p img {
	max-width: 100%;
}

.library-header .latest-links h2,
.latest-header .latest-links h2,
.library-header .latest-links h3,
.latest-header .latest-links h3,
.library-header .latest-links h4,
.latest-header .latest-links h4,
.library-header .latest-links h5,
.latest-header .latest-links h5,
.library-header .latest-links h6,
.latest-header .latest-links h6,
.library-header .latest-links p.small-caps,
.latest-header .latest-links p.small-caps,
.library-header .latest-links p.heading-serif,
.latest-header .latest-links p.heading-serif,
.library-header .latest-links .heading-sans,
.latest-header .latest-links .heading-sans {
	margin-bottom: 1em;
	margin-top: 0;
}

.library-header .latest-links h2 a,
.latest-header .latest-links h2 a,
.library-header .latest-links h3 a,
.latest-header .latest-links h3 a,
.library-header .latest-links h4 a,
.latest-header .latest-links h4 a,
.library-header .latest-links h5 a,
.latest-header .latest-links h5 a,
.library-header .latest-links h6 a,
.latest-header .latest-links h6 a,
.library-header .latest-links p.small-caps a,
.latest-header .latest-links p.small-caps a,
.library-header .latest-links p.heading-serif a,
.latest-header .latest-links p.heading-serif a,
.library-header .latest-links .heading-sans a,
.latest-header .latest-links .heading-sans a {
	background-color: transparent;
	box-shadow: inset 0 -1px 0 #A6A8AB;
	color: inherit;
	overflow-wrap: break-word;
	transition: all 0.15s;
	word-break: break-word;
	word-wrap: break-word;
}

.library-header .latest-links h2 a:hover,
.latest-header .latest-links h2 a:hover,
.library-header .latest-links h3 a:hover,
.latest-header .latest-links h3 a:hover,
.library-header .latest-links h4 a:hover,
.latest-header .latest-links h4 a:hover,
.library-header .latest-links h5 a:hover,
.latest-header .latest-links h5 a:hover,
.library-header .latest-links h6 a:hover,
.latest-header .latest-links h6 a:hover,
.library-header .latest-links p.small-caps a:hover,
.latest-header .latest-links p.small-caps a:hover,
.library-header .latest-links p.heading-serif a:hover,
.latest-header .latest-links p.heading-serif a:hover,
.library-header .latest-links .heading-sans a:hover,
.latest-header .latest-links .heading-sans a:hover {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	text-decoration: none;
}

.library-header .latest-links h2 a:active,
.latest-header .latest-links h2 a:active,
.library-header .latest-links h3 a:active,
.latest-header .latest-links h3 a:active,
.library-header .latest-links h4 a:active,
.latest-header .latest-links h4 a:active,
.library-header .latest-links h5 a:active,
.latest-header .latest-links h5 a:active,
.library-header .latest-links h6 a:active,
.latest-header .latest-links h6 a:active,
.library-header .latest-links p.small-caps a:active,
.latest-header .latest-links p.small-caps a:active,
.library-header .latest-links p.heading-serif a:active,
.latest-header .latest-links p.heading-serif a:active,
.library-header .latest-links .heading-sans a:active,
.latest-header .latest-links .heading-sans a:active,
.library-header .latest-links h2 a:focus,
.latest-header .latest-links h2 a:focus,
.library-header .latest-links h3 a:focus,
.latest-header .latest-links h3 a:focus,
.library-header .latest-links h4 a:focus,
.latest-header .latest-links h4 a:focus,
.library-header .latest-links h5 a:focus,
.latest-header .latest-links h5 a:focus,
.library-header .latest-links h6 a:focus,
.latest-header .latest-links h6 a:focus,
.library-header .latest-links p.small-caps a:focus,
.latest-header .latest-links p.small-caps a:focus,
.library-header .latest-links p.heading-serif a:focus,
.latest-header .latest-links p.heading-serif a:focus,
.library-header .latest-links .heading-sans a:focus,
.latest-header .latest-links .heading-sans a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.library-header .latest-links h2:not(:first-child),
.latest-header .latest-links h2:not(:first-child),
.library-header .latest-links h3:not(:first-child),
.latest-header .latest-links h3:not(:first-child) {
	margin-top: 1em;
}

.library-header .latest-links .heading-serif,
.latest-header .latest-links .heading-serif {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 130%;
	display: block;
	margin-bottom: 1em;
	text-transform: none;
}

.library-header .latest-links .heading-serif small,
.latest-header .latest-links .heading-serif small,
.library-header .latest-links .heading-serif .small,
.latest-header .latest-links .heading-serif .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.library-header .latest-links .heading-serif small,
.latest-header .latest-links .heading-serif small,
.library-header .latest-links .heading-serif .small,
.latest-header .latest-links .heading-serif .small {
	font-size: 75%;
}

.library-header .latest-links .heading-serif a,
.latest-header .latest-links .heading-serif a {
	text-decoration: none;
}

@media (min-width:992px) {

	.library-header .latest-links .heading-serif,
	.latest-header .latest-links .heading-serif {
		font-weight: 400;
		font-size: 1.5em;
	}
}

.library-header .latest-links .heading-serif:not(:first-child),
.latest-header .latest-links .heading-serif:not(:first-child) {
	margin-top: 1.4em;
}

.library-header .latest-links .heading-serif a,
.latest-header .latest-links .heading-serif a {
	color: inherit;
}

.library-header .latest-links .heading-serif a:hover,
.latest-header .latest-links .heading-serif a:hover,
.library-header .latest-links .heading-serif a:active,
.latest-header .latest-links .heading-serif a:active,
.library-header .latest-links .heading-serif a:focus,
.latest-header .latest-links .heading-serif a:focus {
	color: inherit;
}

.library-header .latest-links .heading-sans,
.latest-header .latest-links .heading-sans {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 118%;
	font-size: 2em;
}

.library-header .latest-links .heading-sans small,
.latest-header .latest-links .heading-sans small,
.library-header .latest-links .heading-sans .small,
.latest-header .latest-links .heading-sans .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.library-header .latest-links .heading-sans small,
.latest-header .latest-links .heading-sans small,
.library-header .latest-links .heading-sans .small,
.latest-header .latest-links .heading-sans .small {
	font-size: 65%;
}

.library-header .latest-links .heading-sans a,
.latest-header .latest-links .heading-sans a {
	text-decoration: none;
}

.library-header .latest-links .small-caps,
.latest-header .latest-links .small-caps {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 2em;
}

.library-header .latest-links .small-caps small,
.latest-header .latest-links .small-caps small,
.library-header .latest-links .small-caps .small,
.latest-header .latest-links .small-caps .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.library-header .latest-links .small-caps small,
.latest-header .latest-links .small-caps small,
.library-header .latest-links .small-caps .small,
.latest-header .latest-links .small-caps .small {
	font-size: 75%;
}

.library-header .latest-links .small-caps a,
.latest-header .latest-links .small-caps a {
	text-decoration: none;
}

@media (min-width:992px) {

	.library-header .latest-links .small-caps,
	.latest-header .latest-links .small-caps {
		font-size: 0.738em;
	}
}

.library-header .latest-links .link-standalone,
.latest-header .latest-links .link-standalone {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
	box-shadow: none;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}

.library-header .latest-links .link-standalone:hover,
.latest-header .latest-links .link-standalone:hover,
.library-header .latest-links .link-standalone:active,
.latest-header .latest-links .link-standalone:active,
.library-header .latest-links .link-standalone:focus,
.latest-header .latest-links .link-standalone:focus {
	text-decoration: none;
}

.library-header .latest-links .link-standalone a,
.latest-header .latest-links .link-standalone a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #0c6c6e;
	box-shadow: none;
}

.library-header .latest-links .link-standalone a:hover,
.latest-header .latest-links .link-standalone a:hover,
.library-header .latest-links .link-standalone a:active,
.latest-header .latest-links .link-standalone a:active,
.library-header .latest-links .link-standalone a:focus,
.latest-header .latest-links .link-standalone a:focus {
	text-decoration: none;
}

.library-header .latest-links .link-standalone a:hover,
.latest-header .latest-links .link-standalone a:hover,
.library-header .latest-links .link-standalone a:active,
.latest-header .latest-links .link-standalone a:active {
	background-color: none !important;
	box-shadow: inset 0 -2px 0 #C95100;
	color: #C95100 !important;
}

.library-header .latest-links .link-standalone a:focus,
.latest-header .latest-links .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	color: #0c6c6e;
}

.library-header .latest-links .link-standalone.white,
.latest-header .latest-links .link-standalone.white,
.library-header .latest-links .link-standalone .white,
.latest-header .latest-links .link-standalone .white {
	color: #ffffff;
}

.library-header .latest-links .link-standalone.white a,
.latest-header .latest-links .link-standalone.white a,
.library-header .latest-links .link-standalone .white a,
.latest-header .latest-links .link-standalone .white a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.library-header .latest-links .link-standalone.white a:hover,
.latest-header .latest-links .link-standalone.white a:hover,
.library-header .latest-links .link-standalone .white a:hover,
.latest-header .latest-links .link-standalone .white a:hover,
.library-header .latest-links .link-standalone.white a:active,
.latest-header .latest-links .link-standalone.white a:active,
.library-header .latest-links .link-standalone .white a:active,
.latest-header .latest-links .link-standalone .white a:active,
.library-header .latest-links .link-standalone.white a:focus,
.latest-header .latest-links .link-standalone.white a:focus,
.library-header .latest-links .link-standalone .white a:focus,
.latest-header .latest-links .link-standalone .white a:focus {
	text-decoration: none;
}

.library-header .latest-links .link-standalone.white a:hover,
.latest-header .latest-links .link-standalone.white a:hover,
.library-header .latest-links .link-standalone .white a:hover,
.latest-header .latest-links .link-standalone .white a:hover,
.library-header .latest-links .link-standalone.white a:active,
.latest-header .latest-links .link-standalone.white a:active,
.library-header .latest-links .link-standalone .white a:active,
.latest-header .latest-links .link-standalone .white a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.library-header .latest-links .link-standalone.white a:focus,
.latest-header .latest-links .link-standalone.white a:focus,
.library-header .latest-links .link-standalone .white a:focus,
.latest-header .latest-links .link-standalone .white a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.library-header .latest-links .link-standalone.bkg-grey-lightest a,
.latest-header .latest-links .link-standalone.bkg-grey-lightest a,
.library-header .latest-links .link-standalone.bkg-grey-lighter a,
.latest-header .latest-links .link-standalone.bkg-grey-lighter a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
}

.library-header .latest-links .link-standalone.bkg-grey-lightest a:hover,
.latest-header .latest-links .link-standalone.bkg-grey-lightest a:hover,
.library-header .latest-links .link-standalone.bkg-grey-lighter a:hover,
.latest-header .latest-links .link-standalone.bkg-grey-lighter a:hover,
.library-header .latest-links .link-standalone.bkg-grey-lightest a:active,
.latest-header .latest-links .link-standalone.bkg-grey-lightest a:active,
.library-header .latest-links .link-standalone.bkg-grey-lighter a:active,
.latest-header .latest-links .link-standalone.bkg-grey-lighter a:active,
.library-header .latest-links .link-standalone.bkg-grey-lightest a:focus,
.latest-header .latest-links .link-standalone.bkg-grey-lightest a:focus,
.library-header .latest-links .link-standalone.bkg-grey-lighter a:focus,
.latest-header .latest-links .link-standalone.bkg-grey-lighter a:focus {
	text-decoration: none;
}

.library-header .latest-links .link-standalone.bkg-grey-lightest a:hover,
.latest-header .latest-links .link-standalone.bkg-grey-lightest a:hover,
.library-header .latest-links .link-standalone.bkg-grey-lighter a:hover,
.latest-header .latest-links .link-standalone.bkg-grey-lighter a:hover,
.library-header .latest-links .link-standalone.bkg-grey-lightest a:active,
.latest-header .latest-links .link-standalone.bkg-grey-lightest a:active,
.library-header .latest-links .link-standalone.bkg-grey-lighter a:active,
.latest-header .latest-links .link-standalone.bkg-grey-lighter a:active {
	box-shadow: inset 0 -2px 0 #404040;
	color: #404040;
}

.library-header .latest-links .link-standalone.bkg-grey-lightest a:focus,
.latest-header .latest-links .link-standalone.bkg-grey-lightest a:focus,
.library-header .latest-links .link-standalone.bkg-grey-lighter a:focus,
.latest-header .latest-links .link-standalone.bkg-grey-lighter a:focus {
	color: #404040;
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.library-header .latest-links p,
.latest-header .latest-links p {
	margin-bottom: 1.25em;
}

.library-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a,
.latest-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.library-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:hover,
.latest-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:hover,
.library-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:active,
.latest-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:active,
.library-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus,
.latest-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.library-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus,
.latest-header .latest-links p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus {
	background-color: #f8caac;
}

.library-header .latest-links p.orange-button a,
.latest-header .latest-links p.orange-button a {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	margin-bottom: 1em;
}

.library-header .latest-links p.orange-button a:focus,
.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a:active:focus,
.latest-header .latest-links p.orange-button a:active:focus,
.library-header .latest-links p.orange-button a.active:focus,
.latest-header .latest-links p.orange-button a.active:focus,
.library-header .latest-links p.orange-button a.focus,
.latest-header .latest-links p.orange-button a.focus,
.library-header .latest-links p.orange-button a:active.focus,
.latest-header .latest-links p.orange-button a:active.focus,
.library-header .latest-links p.orange-button a.active.focus,
.latest-header .latest-links p.orange-button a.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.library-header .latest-links p.orange-button a:hover,
.latest-header .latest-links p.orange-button a:hover,
.library-header .latest-links p.orange-button a:focus,
.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a.focus,
.latest-header .latest-links p.orange-button a.focus {
	color: #fff;
	text-decoration: none;
}

.library-header .latest-links p.orange-button a:active,
.latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.active,
.latest-header .latest-links p.orange-button a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.library-header .latest-links p.orange-button a.disabled,
.latest-header .latest-links p.orange-button a.disabled,
.library-header .latest-links p.orange-button a[disabled],
.latest-header .latest-links p.orange-button a[disabled],
fieldset[disabled] .library-header .latest-links p.orange-button a,
fieldset[disabled] .latest-header .latest-links p.orange-button a {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.library-header .latest-links p.orange-button a.disabled,
a.latest-header .latest-links p.orange-button a.disabled,
fieldset[disabled] a.library-header .latest-links p.orange-button a,
fieldset[disabled] a.latest-header .latest-links p.orange-button a {
	pointer-events: none;
}

.library-header .latest-links p.orange-button a:focus,
.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a:active:focus,
.latest-header .latest-links p.orange-button a:active:focus,
.library-header .latest-links p.orange-button a.active:focus,
.latest-header .latest-links p.orange-button a.active:focus,
.library-header .latest-links p.orange-button a.focus,
.latest-header .latest-links p.orange-button a.focus,
.library-header .latest-links p.orange-button a:active.focus,
.latest-header .latest-links p.orange-button a:active.focus,
.library-header .latest-links p.orange-button a.active.focus,
.latest-header .latest-links p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.library-header .latest-links p.orange-button a:hover,
.latest-header .latest-links p.orange-button a:hover,
.library-header .latest-links p.orange-button a:focus,
.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a.focus,
.latest-header .latest-links p.orange-button a.focus {
	color: #C95100;
	text-decoration: none;
}

.library-header .latest-links p.orange-button a:active,
.latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.active,
.latest-header .latest-links p.orange-button a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.library-header .latest-links p.orange-button a.disabled,
.latest-header .latest-links p.orange-button a.disabled,
.library-header .latest-links p.orange-button a[disabled],
.latest-header .latest-links p.orange-button a[disabled],
fieldset[disabled] .library-header .latest-links p.orange-button a,
fieldset[disabled] .latest-header .latest-links p.orange-button a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.library-header .latest-links p.orange-button a:focus,
.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a.focus,
.latest-header .latest-links p.orange-button a.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.library-header .latest-links p.orange-button a:hover,
.latest-header .latest-links p.orange-button a:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.library-header .latest-links p.orange-button a:active,
.latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.active,
.latest-header .latest-links p.orange-button a.active,
.open>.dropdown-toggle.library-header .latest-links p.orange-button a,
.open>.dropdown-toggle.latest-header .latest-links p.orange-button a {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.library-header .latest-links p.orange-button a:active:hover,
.latest-header .latest-links p.orange-button a:active:hover,
.library-header .latest-links p.orange-button a.active:hover,
.latest-header .latest-links p.orange-button a.active:hover,
.open>.dropdown-toggle.library-header .latest-links p.orange-button a:hover,
.open>.dropdown-toggle.latest-header .latest-links p.orange-button a:hover,
.library-header .latest-links p.orange-button a:active:focus,
.latest-header .latest-links p.orange-button a:active:focus,
.library-header .latest-links p.orange-button a.active:focus,
.latest-header .latest-links p.orange-button a.active:focus,
.open>.dropdown-toggle.library-header .latest-links p.orange-button a:focus,
.open>.dropdown-toggle.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a:active.focus,
.latest-header .latest-links p.orange-button a:active.focus,
.library-header .latest-links p.orange-button a.active.focus,
.latest-header .latest-links p.orange-button a.active.focus,
.open>.dropdown-toggle.library-header .latest-links p.orange-button a.focus,
.open>.dropdown-toggle.latest-header .latest-links p.orange-button a.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.library-header .latest-links p.orange-button a:active,
.latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.active,
.latest-header .latest-links p.orange-button a.active,
.open>.dropdown-toggle.library-header .latest-links p.orange-button a,
.open>.dropdown-toggle.latest-header .latest-links p.orange-button a {
	background-image: none;
}

.library-header .latest-links p.orange-button a.disabled:hover,
.latest-header .latest-links p.orange-button a.disabled:hover,
.library-header .latest-links p.orange-button a[disabled]:hover,
.latest-header .latest-links p.orange-button a[disabled]:hover,
fieldset[disabled] .library-header .latest-links p.orange-button a:hover,
fieldset[disabled] .latest-header .latest-links p.orange-button a:hover,
.library-header .latest-links p.orange-button a.disabled:focus,
.latest-header .latest-links p.orange-button a.disabled:focus,
.library-header .latest-links p.orange-button a[disabled]:focus,
.latest-header .latest-links p.orange-button a[disabled]:focus,
fieldset[disabled] .library-header .latest-links p.orange-button a:focus,
fieldset[disabled] .latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a.disabled.focus,
.latest-header .latest-links p.orange-button a.disabled.focus,
.library-header .latest-links p.orange-button a[disabled].focus,
.latest-header .latest-links p.orange-button a[disabled].focus,
fieldset[disabled] .library-header .latest-links p.orange-button a.focus,
fieldset[disabled] .latest-header .latest-links p.orange-button a.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.library-header .latest-links p.orange-button a .badge,
.latest-header .latest-links p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.library-header .latest-links p.orange-button a:hover,
.latest-header .latest-links p.orange-button a:hover,
.library-header .latest-links p.orange-button a:focus,
.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a:active,
.latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.active,
.latest-header .latest-links p.orange-button a.active,
.open .dropdown-toggle.library-header .latest-links p.orange-button a,
.open .dropdown-toggle.latest-header .latest-links p.orange-button a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.library-header .latest-links p.orange-button a:active,
.latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.active,
.latest-header .latest-links p.orange-button a.active,
.open .dropdown-toggle.library-header .latest-links p.orange-button a,
.open .dropdown-toggle.latest-header .latest-links p.orange-button a {
	background-image: none;
}

.library-header .latest-links p.orange-button a:focus,
.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a:active:focus,
.latest-header .latest-links p.orange-button a:active:focus,
.library-header .latest-links p.orange-button a.active:focus,
.latest-header .latest-links p.orange-button a.active:focus,
.library-header .latest-links p.orange-button a.focus,
.latest-header .latest-links p.orange-button a.focus,
.library-header .latest-links p.orange-button a:active.focus,
.latest-header .latest-links p.orange-button a:active.focus,
.library-header .latest-links p.orange-button a.active.focus,
.latest-header .latest-links p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.library-header .latest-links p.orange-button a.disabled,
.latest-header .latest-links p.orange-button a.disabled,
.library-header .latest-links p.orange-button a[disabled],
.latest-header .latest-links p.orange-button a[disabled],
fieldset[disabled] .library-header .latest-links p.orange-button a,
fieldset[disabled] .latest-header .latest-links p.orange-button a,
.library-header .latest-links p.orange-button a.disabled:hover,
.latest-header .latest-links p.orange-button a.disabled:hover,
.library-header .latest-links p.orange-button a[disabled]:hover,
.latest-header .latest-links p.orange-button a[disabled]:hover,
fieldset[disabled] .library-header .latest-links p.orange-button a:hover,
fieldset[disabled] .latest-header .latest-links p.orange-button a:hover,
.library-header .latest-links p.orange-button a.disabled:focus,
.latest-header .latest-links p.orange-button a.disabled:focus,
.library-header .latest-links p.orange-button a[disabled]:focus,
.latest-header .latest-links p.orange-button a[disabled]:focus,
fieldset[disabled] .library-header .latest-links p.orange-button a:focus,
fieldset[disabled] .latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a.disabled:active,
.latest-header .latest-links p.orange-button a.disabled:active,
.library-header .latest-links p.orange-button a[disabled]:active,
.latest-header .latest-links p.orange-button a[disabled]:active,
fieldset[disabled] .library-header .latest-links p.orange-button a:active,
fieldset[disabled] .latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.disabled.active,
.latest-header .latest-links p.orange-button a.disabled.active,
.library-header .latest-links p.orange-button a[disabled].active,
.latest-header .latest-links p.orange-button a[disabled].active,
fieldset[disabled] .library-header .latest-links p.orange-button a.active,
fieldset[disabled] .latest-header .latest-links p.orange-button a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.library-header .latest-links p.orange-button a .badge,
.latest-header .latest-links p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.library-header .latest-links p.orange-button a:hover,
.latest-header .latest-links p.orange-button a:hover,
.library-header .latest-links p.orange-button a:focus,
.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a:active,
.latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.active,
.latest-header .latest-links p.orange-button a.active,
.open .dropdown-toggle.library-header .latest-links p.orange-button a,
.open .dropdown-toggle.latest-header .latest-links p.orange-button a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.library-header .latest-links p.orange-button a:active,
.latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.active,
.latest-header .latest-links p.orange-button a.active,
.open .dropdown-toggle.library-header .latest-links p.orange-button a,
.open .dropdown-toggle.latest-header .latest-links p.orange-button a {
	background-image: none;
}

.library-header .latest-links p.orange-button a:focus,
.latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a:active:focus,
.latest-header .latest-links p.orange-button a:active:focus,
.library-header .latest-links p.orange-button a.active:focus,
.latest-header .latest-links p.orange-button a.active:focus,
.library-header .latest-links p.orange-button a.focus,
.latest-header .latest-links p.orange-button a.focus,
.library-header .latest-links p.orange-button a:active.focus,
.latest-header .latest-links p.orange-button a:active.focus,
.library-header .latest-links p.orange-button a.active.focus,
.latest-header .latest-links p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.library-header .latest-links p.orange-button a.disabled,
.latest-header .latest-links p.orange-button a.disabled,
.library-header .latest-links p.orange-button a[disabled],
.latest-header .latest-links p.orange-button a[disabled],
fieldset[disabled] .library-header .latest-links p.orange-button a,
fieldset[disabled] .latest-header .latest-links p.orange-button a,
.library-header .latest-links p.orange-button a.disabled:hover,
.latest-header .latest-links p.orange-button a.disabled:hover,
.library-header .latest-links p.orange-button a[disabled]:hover,
.latest-header .latest-links p.orange-button a[disabled]:hover,
fieldset[disabled] .library-header .latest-links p.orange-button a:hover,
fieldset[disabled] .latest-header .latest-links p.orange-button a:hover,
.library-header .latest-links p.orange-button a.disabled:focus,
.latest-header .latest-links p.orange-button a.disabled:focus,
.library-header .latest-links p.orange-button a[disabled]:focus,
.latest-header .latest-links p.orange-button a[disabled]:focus,
fieldset[disabled] .library-header .latest-links p.orange-button a:focus,
fieldset[disabled] .latest-header .latest-links p.orange-button a:focus,
.library-header .latest-links p.orange-button a.disabled:active,
.latest-header .latest-links p.orange-button a.disabled:active,
.library-header .latest-links p.orange-button a[disabled]:active,
.latest-header .latest-links p.orange-button a[disabled]:active,
fieldset[disabled] .library-header .latest-links p.orange-button a:active,
fieldset[disabled] .latest-header .latest-links p.orange-button a:active,
.library-header .latest-links p.orange-button a.disabled.active,
.latest-header .latest-links p.orange-button a.disabled.active,
.library-header .latest-links p.orange-button a[disabled].active,
.latest-header .latest-links p.orange-button a[disabled].active,
fieldset[disabled] .library-header .latest-links p.orange-button a.active,
fieldset[disabled] .latest-header .latest-links p.orange-button a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.library-header .latest-links p.orange-button a .badge,
.latest-header .latest-links p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.library-header .latest-links hr,
.latest-header .latest-links hr {
	margin-top: 3em;
	margin-bottom: 3em;
}

.library-header .latest-links ul:not(.not-rte) a,
.latest-header .latest-links ul:not(.not-rte) a,
.library-header .latest-links ol a,
.latest-header .latest-links ol a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.library-header .latest-links ul:not(.not-rte) a:hover,
.latest-header .latest-links ul:not(.not-rte) a:hover,
.library-header .latest-links ol a:hover,
.latest-header .latest-links ol a:hover,
.library-header .latest-links ul:not(.not-rte) a:active,
.latest-header .latest-links ul:not(.not-rte) a:active,
.library-header .latest-links ol a:active,
.latest-header .latest-links ol a:active,
.library-header .latest-links ul:not(.not-rte) a:focus,
.latest-header .latest-links ul:not(.not-rte) a:focus,
.library-header .latest-links ol a:focus,
.latest-header .latest-links ol a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.library-header .latest-links ul:not(.not-rte) a:focus,
.latest-header .latest-links ul:not(.not-rte) a:focus,
.library-header .latest-links ol a:focus,
.latest-header .latest-links ol a:focus {
	background-color: #f8caac;
}

.library-header .latest-links ul:not(.not-rte),
.latest-header .latest-links ul:not(.not-rte) {
	padding-left: 1.2em;
}

.library-header .latest-links ul:not(.not-rte) li,
.latest-header .latest-links ul:not(.not-rte) li {
	list-style: none;
	line-height: 1.75;
	padding-bottom: 0.75em;
}

.library-header .latest-links ul:not(.not-rte) li:before,
.latest-header .latest-links ul:not(.not-rte) li:before {
	color: #0c6c6e;
	content: '\2022';
	display: inline-block;
	left: -1em;
	max-height: 0;
	max-width: 0;
	position: relative;
	font-size: 1.2em;
	margin-top: -0.2em;
}

.library-header .latest-links ol:not(.not-rte),
.latest-header .latest-links ol:not(.not-rte) {
	padding-left: 1.2em;
}

.library-header .latest-links ol:not(.not-rte) li,
.latest-header .latest-links ol:not(.not-rte) li {
	line-height: 1.75;
	padding-bottom: 0.75em;
}

.filter-tags {
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.filter-tags {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.filter-tags {
		margin-bottom: 36px;
	}
}

.filter-tags .h6 a {
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
}

.filter-tags .h6 a:hover,
.filter-tags .h6 a:active,
.filter-tags .h6 a:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.filter-tags .h6 a:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .filter-tags .h6 a {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .filter-tags .h6 a:hover,
.white .filter-tags .h6 a:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .filter-tags .h6 a:focus {
	text-decoration-color: #ffffff !important;
}

.card-library {
	text-align: left;
	position: relative;
	border-top: 1px solid #EEEEEE;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 22px;
	clear: both;
}

.card-library h4,
.card-library .h4 {
	color: #404040;
	margin-left: -2px;
	margin-bottom: 0;
}

.card-library h4 a,
.card-library .h4 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.card-library h4 a:hover,
.card-library .h4 a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.card-library h4 a:active,
.card-library .h4 a:active,
.card-library h4 a:focus,
.card-library .h4 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.card-library h6,
.card-library .h6 {
	display: inline;
	text-transform: none;
	font-weight: 400;
}

.card-library h6 a,
.card-library .h6 a {
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: 700;
}

.card-library h6 a:hover,
.card-library .h6 a:hover,
.card-library h6 a:active,
.card-library .h6 a:active,
.card-library h6 a:focus,
.card-library .h6 a:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.card-library h6 a:focus,
.card-library .h6 a:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .card-library h6 a,
.white .card-library .h6 a {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .card-library h6 a:hover,
.white .card-library .h6 a:hover,
.white .card-library h6 a:active,
.white .card-library .h6 a:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .card-library h6 a:focus,
.white .card-library .h6 a:focus {
	text-decoration-color: #ffffff !important;
}

.card-library h6:before,
.card-library .h6:before {
	font-family: "ff-icons";
	font-size: 1.125rem;
}

.card-library h7,
.card-library .h7 {
	opacity: 0.5;
}

.card-library .card-library-text {
	width: 78%;
	float: left;
	padding-right: 20px;
	margin-bottom: 40px;
}

.card-library .card-library-image {
	width: 22%;
	float: right;
	margin-bottom: 30px;
	margin-top: 5px;
}

.card-library img {
	width: 100%;
	height: auto;
	margin-top: 0px;
	border: 1px solid #E5E5E5;
}

.card-library.report h6:before,
.card-library.report .h6:before {
	color: #623166;
	content: '\e80b''\00a0';
}

.card-library.regional-brochure h6:before,
.card-library.regional-brochure .h6:before {
	color: #8C194A;
	content: '\e805''\00a0';
}

.card-library.speech h6:before,
.card-library.speech .h6:before {
	color: #FDC031;
	content: '\e81a''\00a0';
}

.card-library.speech img {
	border-radius: 50%;
	border-width: 0;
}

.card-library.annual h6:before,
.card-library.annual .h6:before {
	color: #15706C;
	content: '\e80b''\00a0';
}

.card-library.governance .card-library-text {
	width: 100%;
	padding-right: 0px;
}

.card-library.governance h6:before,
.card-library.governance .h6:before {
	color: #555555;
	content: '\e80c''\00a0';
}

.card-library.financial .card-library-text {
	width: 100%;
	padding-right: 0px;
}

.card-library.financial h6:before,
.card-library.financial .h6:before {
	color: #365B7A;
	content: '\e808''\00a0';
}

.card-library.multimedia {
	padding-bottom: 0;
	margin-bottom: 30px;
}

.card-library.multimedia>a {
	display: block;
	margin-top: 10px;
}

.card-library.multimedia>a:focus {
	outline: 3px solid #0c6c6e !important;
}

.card-library.multimedia h6:before,
.card-library.multimedia h6:before {
	color: #3555A6;
	content: '\e81f''\00a0';
}

.card-library.multimedia h4,
.card-library.multimedia .h4 {
	color: #ffffff;
	padding-bottom: 15px;
}

.card-library.multimedia h4 a:hover,
.card-library.multimedia .h4 a:hover {
	color: #ffffff;
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.6);
}

.card-library.multimedia h4 a:active,
.card-library.multimedia .h4 a:active,
.card-library.multimedia h4 a:focus,
.card-library.multimedia .h4 a:focus {
	color: #ffffff;
	box-shadow: inset 0 -2px 0 #ffffff;
	text-decoration: none;
}

.card-library.multimedia .card-img {
	margin-bottom: 0;
}

.card-library.multimedia .card-img img {
	width: 100%;
}

.card-library.multimedia .card-library-text {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	left: 0;
	background: url("images/gradient.png") repeat-x;
	background-size: contain;
	width: 100%;
	padding: 50px 20px 0px 20px;
	margin-bottom: 0px;
}

.card.card-event-space a {
	color: #404040;
}

.card.card-event-space a:hover .card-title,
.card.card-event-space a:active .card-title {
	color: #0c6c6e;
	transition: 0.2s;
}

.card.card-event-space a:hover img,
.card.card-event-space a:active img {
	border-width: 0;
	border: transparent;
	filter: brightness(110%);
}

.card.card-event-space a:focus {
	text-decoration: none;
}

.card.card-event-space:focus-within {
	outline: 3px solid #0c6c6e;
}

.card.card-event-space .card-img img {
	border-width: 0;
	border: transparent;
	width: 100%;
}

.card.card-event-space .card-title {
	font-family: "KievitWeb";
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 0.3em;
}

@media (min-width:992px) {
	.card.card-event-space .card-title {
		margin-bottom: 0.8em;
	}
}

@media (min-width:992px) {
	.card.card-event-space .card-body {
		padding: 36px;
	}
}

.card.card-event-space .card-body p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0.4em;
}

@media (min-width:992px) {
	.card.card-event-space .card-body p {
		font-size: 19px;
		margin-bottom: 0.8em;
	}
}

.card.card-event-space .card-body p:last-child {
	margin-bottom: 0;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp,
.in-view {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

.animate-ready {
	opacity: 0;
}

@-webkit-keyframes showsup {
	from {
		opacity: 0;
		-webkit-transform: translate(0, -20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
}

@-moz-keyframes showsup {
	from {
		opacity: 0;
		-moz-transform: translate(0, -20px);
	}

	to {
		opacity: 1;
		-moz-transform: translate(0, 0);
	}
}

@-o-keyframes showsup {
	from {
		opacity: 0;
		-o-transform: translate(0, -20px);
	}

	to {
		opacity: 1;
		-o-transform: translate(0, 0);
	}
}

@keyframes showsup {
	from {
		opacity: 0;
		transform: translate(0, -20px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}

#load-more-spinner img {
	width: 0;
}

.padding-bottomx6.load-more-section {
	padding-bottom: 50px;
}

@media (min-width:768px) {
	.padding-bottomx6.load-more-section {
		padding-bottom: 72px;
	}
}

.card-float-text-left {
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: solid 2px #ffffff;
	background-image: url("images/India_Honey_Hunters_optimized.jpg");
	padding-top: 70%;
	background-size: 100%;
	background-position: center top;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.card-float-text-left {
		background-size: cover;
		background-position: center;
		padding-bottom: 50px;
		padding-top: inherit;
		margin-bottom: inherit;
	}
}

.card-float-text-left .text-insert {
	background-color: #ffffff;
}

@media (min-width:768px) {
	.card-float-text-left .text-insert {
		margin-top: 12%;
		margin-bottom: 5%;
		padding: 40px;
	}
}

.card-float-text-right {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("images/Katrina_memorial_optimized.jpg");
	padding-top: 70%;
	background-size: 100%;
	background-position: center top;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.card-float-text-right {
		background-size: cover;
		background-position: center;
		padding-bottom: 50px;
		padding-top: inherit;
		margin-bottom: inherit;
	}
}

.card-float-text-right .text-insert {
	background-color: #ffffff;
}

@media (min-width:768px) {
	.card-float-text-right .text-insert {
		margin-top: 12%;
		margin-bottom: 5%;
		padding: 40px;
	}
}

.justfilms-landing-full-gray {
	padding-top: 60px;
	padding-bottom: 60px;
}

.card-just-films {
	margin-bottom: 20px;
}

.card-just-films .h4 {
	color: #404040;
}

.card-just-films .film-year {
	position: absolute;
	bottom: 0;
	color: #555555;
}

.card-just-films .light {
	font-family: "KievitWeb";
}

.card-just-films .front p {
	color: #555555;
}

@media (min-width:768px) {
	.card-just-films {
		margin-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.card-just-films {
		margin-bottom: 48px;
	}
}

.card-just-films .flip-container {
	perspective: 1000;
	-webkit-perspective: 1000;
	transform-style: preserve-3d;
}

.card-just-films .flip-container:hover .flipper,
.card-just-films .flip-container.hover .flipper {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	padding-bottom: inherit;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.card-just-films .flip-container:hover .back {
		transform: rotateY(0deg);
		transform: scaleX(-1);
	}

	.card-just-films .flip-container:hover .front {
		transform: rotateY(180deg);
	}
}

.card-just-films _::-webkit-full-page-media,
.card-just-films _:future,
.card-just-films ::root .flip-container:hover .back {
	-webkit-transform: rotateY(0deg);
	-webkit-transform: scaleX(-1);
}

.card-just-films _::-webkit-full-page-media,
.card-just-films _:future,
.card-just-films ::root .flip-container:hover .front {
	-webkit-transform: rotateY(180deg);
}

.card-just-films .flip-container,
.card-just-films .front,
.card-just-films .back {
	width: 100%;
	min-height: 450px;
	padding-bottom: inherit;
}

.card-just-films .flip-container:focus,
.card-just-films .front:focus,
.card-just-films .back:focus {
	outline: none;
}

.card-just-films .flipper {
	transition: 0.6s;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	position: relative;
	padding-bottom: inherit;
}

.card-just-films .flipper .front,
.card-just-films .flipper .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	transition: 0.6s;
	transform-style: preserve-3d;
	top: 0;
	left: 0;
}

.card-just-films .flipper .front {
	z-index: 2;
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	position: relative;
	padding: 20px;
}

.card-just-films .flipper .front .poster-holder {
	width: 100%;
	padding-bottom: 52%;
	background-image: url("images/internships_placeholder.jpg");
	background-size: cover;
}

.card-just-films .flipper .back {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	background-color: #404040;
	padding: 20px;
	height: 100%;
}

.card-just-films .flipper .back .h6,
.card-just-films .flipper .back .h7 {
	display: inline;
}

.card-just-films .flipper .back a {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #0c6c6e;
	background-color: #ffffff;
	border-color: #ffffff;
}

.card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a:active:focus,
.card-just-films .flipper .back a.active:focus,
.card-just-films .flipper .back a.focus,
.card-just-films .flipper .back a:active.focus,
.card-just-films .flipper .back a.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.card-just-films .flipper .back a:hover,
.card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a.focus {
	color: #fff;
	text-decoration: none;
}

.card-just-films .flipper .back a:active,
.card-just-films .flipper .back a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.card-just-films .flipper .back a.disabled,
.card-just-films .flipper .back a[disabled],
fieldset[disabled] .card-just-films .flipper .back a {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.card-just-films .flipper .back a.disabled,
fieldset[disabled] a.card-just-films .flipper .back a {
	pointer-events: none;
}

.card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a:active:focus,
.card-just-films .flipper .back a.active:focus,
.card-just-films .flipper .back a.focus,
.card-just-films .flipper .back a:active.focus,
.card-just-films .flipper .back a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.card-just-films .flipper .back a:hover,
.card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a.focus {
	color: #C95100;
	text-decoration: none;
}

.card-just-films .flipper .back a:active,
.card-just-films .flipper .back a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.card-just-films .flipper .back a.disabled,
.card-just-films .flipper .back a[disabled],
fieldset[disabled] .card-just-films .flipper .back a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.card-just-films .flipper .back a:hover,
.card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a:active,
.card-just-films .flipper .back a.active,
.open .dropdown-toggle.card-just-films .flipper .back a {
	color: #C95100;
	background-color: #ffffff;
	border-color: #ffffff;
}

.card-just-films .flipper .back a:active,
.card-just-films .flipper .back a.active,
.open .dropdown-toggle.card-just-films .flipper .back a {
	background-image: none;
}

.card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a:active:focus,
.card-just-films .flipper .back a.active:focus,
.card-just-films .flipper .back a.focus,
.card-just-films .flipper .back a:active.focus,
.card-just-films .flipper .back a.active.focus {
	box-shadow: inset 0 0 0 2px #0c6c6e;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0c6c6e;
}

.card-just-films .flipper .back a.disabled,
.card-just-films .flipper .back a[disabled],
fieldset[disabled] .card-just-films .flipper .back a,
.card-just-films .flipper .back a.disabled:hover,
.card-just-films .flipper .back a[disabled]:hover,
fieldset[disabled] .card-just-films .flipper .back a:hover,
.card-just-films .flipper .back a.disabled:focus,
.card-just-films .flipper .back a[disabled]:focus,
fieldset[disabled] .card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a.disabled:active,
.card-just-films .flipper .back a[disabled]:active,
fieldset[disabled] .card-just-films .flipper .back a:active,
.card-just-films .flipper .back a.disabled.active,
.card-just-films .flipper .back a[disabled].active,
fieldset[disabled] .card-just-films .flipper .back a.active {
	background-color: #ffffff;
	border-color: #ffffff;
}

.card-just-films .flipper .back a .badge {
	color: #ffffff;
	background-color: #0c6c6e;
}

.card-just-films .flipper .back a:hover,
.card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a:active,
.card-just-films .flipper .back a.active,
.open .dropdown-toggle.card-just-films .flipper .back a {
	color: #C95100;
	background-color: #ffffff;
	border-color: #ffffff;
}

.card-just-films .flipper .back a:active,
.card-just-films .flipper .back a.active,
.open .dropdown-toggle.card-just-films .flipper .back a {
	background-image: none;
}

.card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a:active:focus,
.card-just-films .flipper .back a.active:focus,
.card-just-films .flipper .back a.focus,
.card-just-films .flipper .back a:active.focus,
.card-just-films .flipper .back a.active.focus {
	box-shadow: inset 0 0 0 2px #0c6c6e;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0c6c6e;
}

.card-just-films .flipper .back a.disabled,
.card-just-films .flipper .back a[disabled],
fieldset[disabled] .card-just-films .flipper .back a,
.card-just-films .flipper .back a.disabled:hover,
.card-just-films .flipper .back a[disabled]:hover,
fieldset[disabled] .card-just-films .flipper .back a:hover,
.card-just-films .flipper .back a.disabled:focus,
.card-just-films .flipper .back a[disabled]:focus,
fieldset[disabled] .card-just-films .flipper .back a:focus,
.card-just-films .flipper .back a.disabled:active,
.card-just-films .flipper .back a[disabled]:active,
fieldset[disabled] .card-just-films .flipper .back a:active,
.card-just-films .flipper .back a.disabled.active,
.card-just-films .flipper .back a[disabled].active,
fieldset[disabled] .card-just-films .flipper .back a.active {
	background-color: #ffffff;
	border-color: #ffffff;
}

.card-just-films .flipper .back a .badge {
	color: #ffffff;
	background-color: #0c6c6e;
}

.card-just-films .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.card-just-films .embed-container iframe,
.card-just-films .embed-container object,
.card-just-films .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ie8-justfilms-card-replacement {
	display: none;
}

.cfsj-calls-to-action-wrapper {
	justify-content: center;
}

.cfsj-calls-to-action-wrapper .cfsj-call-to-action-card {
	display: flex;
	padding: 0;
	flex-direction: column-reverse;
	text-align: center;
}

.cfsj-calls-to-action-wrapper .cfsj-call-to-action-card p {
	font-family: "KievitWeb";
}

@media (min-width:768px) {
	.cfsj-calls-to-action-wrapper .cfsj-call-to-action-card {
		flex-direction: row;
		margin-bottom: 0;
		text-align: left;
	}
}

.cfsj-calls-to-action-wrapper img {
	margin-bottom: 20px;
	margin-top: 12px;
	width: 50%;
}

@media (min-width:768px) {
	.cfsj-calls-to-action-wrapper img {
		margin-bottom: 0;
		width: 100%;
	}
}

body[data-template="Bio"] .more-from,
body[data-template="BlogPost"] .more-from,
body[data-template="BuildLanding"] .more-from,
body[data-template="Campaign"] .more-from,
body[data-template="Challenge"] .more-from,
body[data-template="RegionsLanding"] .more-from {
	padding-top: 25px;
}

@media (min-width:768px) {

	body[data-template="Bio"] .more-from,
	body[data-template="BlogPost"] .more-from,
	body[data-template="BuildLanding"] .more-from,
	body[data-template="Campaign"] .more-from,
	body[data-template="Challenge"] .more-from,
	body[data-template="RegionsLanding"] .more-from {
		padding-top: 50px;
	}
}

@media (min-width:1200px) {

	body[data-template="Bio"] .more-from,
	body[data-template="BlogPost"] .more-from,
	body[data-template="BuildLanding"] .more-from,
	body[data-template="Campaign"] .more-from,
	body[data-template="Challenge"] .more-from,
	body[data-template="RegionsLanding"] .more-from {
		padding-top: 60px;
	}
}

@media (max-width:767px) {
	.more-from {
		padding-bottom: 25px;
	}
}

@media (max-width:767px) and (min-width:768px) {
	.more-from {
		padding-bottom: 50px;
	}
}

@media (max-width:767px) and (min-width:1200px) {
	.more-from {
		padding-bottom: 60px;
	}
}

.more-from h2 {
	padding-bottom: 20px;
	margin-top: 0;
}

@media (min-width:768px) {
	.more-from h2 {
		padding-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.more-from h2 {
		padding-bottom: 48px;
	}
}

.more-from ul {
	list-style: none !important;
	padding: 0;
}

.more-from .more-from-card {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #E5E5E5;
	display: grid;
	grid-gap: 1em;
	grid-template-columns: 5em auto;
	width: 100%;
}

@media (min-width:768px) {
	.more-from .more-from-card {
		padding-top: 40px;
	}
}

@media (min-width:1200px) {
	.more-from .more-from-card {
		padding-top: 48px;
	}
}

@media (min-width:768px) {
	.more-from .more-from-card {
		padding-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.more-from .more-from-card {
		padding-bottom: 48px;
	}
}

.more-from .more-from-card:last-child {
	padding-bottom: 0;
}

.white .more-from .more-from-card {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width:768px) {
	.more-from .more-from-card {
		grid-template-columns: 6em auto;
	}
}

@media (min-width:1200px) {
	.more-from .more-from-card {
		grid-template-columns: 9em auto;
		grid-gap: 1.2em;
	}
}

.more-from .more-from-card .card-body {
	grid-column-start: 2;
}

.more-from .more-from-card .card-img {
	border-radius: 5px;
	grid-column-start: 1;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

@media (min-width:1200px) {
	.more-from .more-from-card .card-img {
		padding-bottom: 56.25%;
	}
}

.more-from .more-from-card .card-img-inner {
	background-position: center;
	background-size: cover;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transform: scale(1);
	transition: all 0.3s ease-out;
}

.more-from .more-from-card.img .card-img.img-scale .card-img-inner,
.more-from .more-from-card.img .card-img:hover .card-img-inner,
.more-from .more-from-card.img .card-img:active .card-img-inner,
.more-from .more-from-card.img .card-img:focus .card-img-inner {
	transform: scale(1.02);
}

.more-from .more-from-card.img .card-img.img-scale .card-img-inner.no-link,
.more-from .more-from-card.img .card-img:hover .card-img-inner.no-link,
.more-from .more-from-card.img .card-img:active .card-img-inner.no-link,
.more-from .more-from-card.img .card-img:focus .card-img-inner.no-link {
	transform: none;
	cursor: default;
}

.more-from .more-from-card.icon .card-img .card-img-inner {
	background-color: #7F3F97;
	background-image: url("../fonts/more-v2-news.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
}

@media (min-width:1200px) {
	.more-from .more-from-card.icon .card-img .card-img-inner {
		background-size: 60%;
	}
}

.more-from .more-from-card.icon .card-img:hover .card-img-inner,
.more-from .more-from-card.icon .card-img:active .card-img-inner,
.more-from .more-from-card.icon .card-img:focus .card-img-inner,
.more-from .more-from-card.icon .card-img.img-scale .card-img-inner {
	transform: scale(1.04);
}

.more-from .more-from-card.icon .card-img.headline .card-img-inner {
	background-color: #C95100;
}

.more-from .more-from-card.icon .card-img.news .card-img-inner {
	background-color: #15706C;
}

.more-from .more-from-card.icon .card-img.around-the-web .card-img-inner {
	background-image: url("../fonts/more-v2-link.svg");
	background-color: #B03030;
}

.more-from .more-from-card.icon .card-img.reflections .card-img-inner {
	background-color: #AD3A62;
	background-image: url("../fonts/more-v2-pen.svg");
}

.more-from .more-from-card.icon .card-img.research .card-img-inner {
	background-color: #0c6c6e;
	background-image: url("../fonts/more-v2-notebook.svg");
}

.more-from .more-from-card.icon .card-img.evaluation .card-img-inner {
	background-color: #21A59D;
	background-image: url("../fonts/more-v2-checkboxes.svg");
}

.more-from .more-from-card.remove-rule {
	border-top: 0 !important;
	padding-top: 0 !important;
}

.more-from .more-from-card .card-meta {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #767676;
	margin-top: 0;
	position: relative;
}

.more-from .more-from-card .card-meta small,
.more-from .more-from-card .card-meta .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.more-from .more-from-card .card-meta small,
.more-from .more-from-card .card-meta .small {
	font-size: 75%;
}

.more-from .more-from-card .card-meta a {
	text-decoration: none;
}

@media (min-width:992px) {
	.more-from .more-from-card .card-meta {
		font-size: 0.738em;
	}
}

.more-from .more-from-card .card-meta a {
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.15em;
	text-underline-offset: 0.1em;
}

.more-from .more-from-card .card-meta a:hover,
.more-from .more-from-card .card-meta a:active,
.more-from .more-from-card .card-meta a:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.more-from .more-from-card .card-meta a:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .more-from .more-from-card .card-meta a {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .more-from .more-from-card .card-meta a:hover,
.white .more-from .more-from-card .card-meta a:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .more-from .more-from-card .card-meta a:focus {
	text-decoration-color: #ffffff !important;
}

.more-from .more-from-card .card-meta p.card-date,
.more-from .more-from-card .card-meta time.card-date {
	line-height: 1;
}

.white .more-from .more-from-card .card-meta {
	color: rgba(255, 255, 255, 0.85);
}

.more-from .more-from-card p.duration {
	background-color: rgba(0, 0, 0, 0.67);
	border-radius: 2px;
	color: #ffffff !important;
	font-size: 0.9em;
	left: -5.25em;
	line-height: 1;
	margin: 0;
	padding: 0.5em 0.5em 0.25em 0.5em;
	position: absolute;
	top: 3.125em;
}

.more-from .more-from-card h3.card-title {
	font-family: "Arnhem-Blond";
	font-size: 1.3rem !important;
	font-weight: 700;
	line-height: 1.167;
	margin: 0.5em 0 0 0;
}

@media (min-width:768px) {
	.more-from .more-from-card h3.card-title {
		font-size: 1.4375rem !important;
	}
}

.more-from .more-from-card h3.card-title a {
	box-shadow: none !important;
	color: #2c2c2c;
	text-decoration: underline !important;
	text-decoration-thickness: 0.1em !important;
	text-decoration-color: transparent !important;
	text-underline-offset: 0.04em;
	transition: all 0.3s;
}

.more-from .more-from-card h3.card-title a:hover,
.more-from .more-from-card h3.card-title a:active,
.more-from .more-from-card h3.card-title a.card-title-hover {
	text-decoration: underline !important;
	text-decoration-thickness: 0.1em !important;
	text-decoration-color: #0c6c6e !important;
}

.more-from .more-from-card h3.card-title a:focus {
	text-decoration: underline;
	text-decoration-color: #2c2c2c !important;
}

.more-from .more-from-card h3.card-title a svg {
	margin-left: 0.2em;
	fill: #767676;
	padding-top: 0.125em;
}

.white .more-from .more-from-card h3.card-title a {
	color: #ffffff;
}

.white .more-from .more-from-card h3.card-title a:hover,
.white .more-from .more-from-card h3.card-title a:active,
.white .more-from .more-from-card h3.card-title a.card-title-hover {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .more-from .more-from-card h3.card-title a:focus {
	text-decoration-color: #ffffff !important;
}

.white .more-from .more-from-card h3.card-title a svg {
	fill: rgba(255, 255, 255, 0.5);
}

.more-from .more-from-card h3.card-title.no-meta {
	margin-top: -0.167em;
}

.more-from .more-from-card .card-abstract {
	color: #555555;
	font-family: "KievitWeb";
	font-size: 0.9em;
	line-height: 1.45;
	margin: 1em 0 0 0;
}

@media (min-width:768px) {
	.more-from .more-from-card .card-abstract {
		font-size: 0.8em;
	}
}

.white .more-from .more-from-card .card-abstract {
	color: rgba(255, 255, 255, 0.85);
}

.more-from .more-from-card .card-footer-link span {
	font-family: "KievitWeb";
	font-weight: 700;
	font-size: 0.8em;
}

.more-from .more-from-card .card-footer-link svg {
	margin-left: 0.2em;
	fill: #767676;
	padding-top: 0.125em;
}

@media (min-width:768px) {
	.row-vertical-divider .more-from.more-from-cols-1 .more-from-card {
		border-top: none;
	}

	.row-vertical-divider .more-from.more-from-cols-1 .more-from-card:first-child {
		padding-top: 0;
	}
}

@media (min-width:992px) {
	.more-from.more-from-cols-1 .more-from-card {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (min-width:992px) and (min-width:768px) {
	.more-from.more-from-cols-1 .more-from-card {
		padding-top: 30px;
	}
}

@media (min-width:992px) and (min-width:1200px) {
	.more-from.more-from-cols-1 .more-from-card {
		padding-top: 36px;
	}
}

@media (min-width:992px) and (min-width:768px) {
	.more-from.more-from-cols-1 .more-from-card {
		padding-bottom: 30px;
	}
}

@media (min-width:992px) and (min-width:1200px) {
	.more-from.more-from-cols-1 .more-from-card {
		padding-bottom: 36px;
	}
}

@media (min-width:768px) {
	.more-from.more-from-cols-1 p.duration {
		left: -5.25em;
		top: 4.25em;
	}
}

@media (min-width:992px) {
	.more-from.more-from-cols-1 p.duration {
		left: -10.1em;
		top: 4.8em;
	}
}

@media (min-width:1200px) {
	.more-from.more-from-cols-1 p.duration {
		left: -5.9em;
		top: 5.6em;
	}
}

.more-from.more-from-cols-1 .more-from-cards+.related-content {
	margin-top: 15px;
	margin-bottom: 0;
}

.more-from.more-from-cols-1 .more-from-cards+.related-content a {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border-radius: 5px;
	border: 2px solid #0c6c6e;
	color: #000000;
	display: inline-block;
	padding: 1.1em 1.8em 0.9em 1.8em;
	transition: all 0.3s;
}

.more-from.more-from-cols-1 .more-from-cards+.related-content a small,
.more-from.more-from-cols-1 .more-from-cards+.related-content a .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.more-from.more-from-cols-1 .more-from-cards+.related-content a small,
.more-from.more-from-cols-1 .more-from-cards+.related-content a .small {
	font-size: 75%;
}

.more-from.more-from-cols-1 .more-from-cards+.related-content a a {
	text-decoration: none;
}

@media (min-width:992px) {
	.more-from.more-from-cols-1 .more-from-cards+.related-content a {
		font-size: 0.738em;
	}
}

@media (max-width:991px) {
	.more-from.more-from-cols-1 .more-from-cards+.related-content a {
		font-size: 0.9375rem;
	}
}

.white .more-from.more-from-cols-1 .more-from-cards+.related-content a {
	color: #ffffff;
}

.more-from.more-from-cols-1 .more-from-cards+.related-content a:hover,
.more-from.more-from-cols-1 .more-from-cards+.related-content a:active,
.more-from.more-from-cols-1 .more-from-cards+.related-content a:focus {
	color: #007FAA;
	box-shadow: inset -2px 2px 0 #0c6c6e, inset 2px -2px 0 #0c6c6e, inset 2px 2px 0 #0c6c6e, inset -2px -2px 0 #0c6c6e;
	background-color: #ffffff;
	text-decoration: none;
}

@media (min-width:768px) {
	.more-from.more-from-cols-1 .more-from-cards+.related-content {
		margin-top: 30px;
	}
}

@media (min-width:1200px) {
	.more-from.more-from-cols-1 .more-from-cards+.related-content {
		margin-top: 36px;
	}
}

.more-from.more-from-cols-1 h2+.related-content,
.more-from.more-from-cols-1 .related-content:first-child {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.more-from.more-from-cols-1 h2+.related-content small,
.more-from.more-from-cols-1 .related-content:first-child small,
.more-from.more-from-cols-1 h2+.related-content .small,
.more-from.more-from-cols-1 .related-content:first-child .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.more-from.more-from-cols-1 h2+.related-content small,
.more-from.more-from-cols-1 .related-content:first-child small,
.more-from.more-from-cols-1 h2+.related-content .small,
.more-from.more-from-cols-1 .related-content:first-child .small {
	font-size: 75%;
}

.more-from.more-from-cols-1 h2+.related-content a,
.more-from.more-from-cols-1 .related-content:first-child a {
	text-decoration: none;
}

@media (min-width:992px) {

	.more-from.more-from-cols-1 h2+.related-content,
	.more-from.more-from-cols-1 .related-content:first-child {
		font-size: 0.738em;
	}
}

@media (min-width:768px) {

	.more-from.more-from-cols-1 h2+.related-content,
	.more-from.more-from-cols-1 .related-content:first-child {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {

	.more-from.more-from-cols-1 h2+.related-content,
	.more-from.more-from-cols-1 .related-content:first-child {
		margin-bottom: 60px;
	}
}

.more-from.more-from-cols-1 h2+.related-content a,
.more-from.more-from-cols-1 .related-content:first-child a {
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
}

.more-from.more-from-cols-1 h2+.related-content a:hover,
.more-from.more-from-cols-1 .related-content:first-child a:hover,
.more-from.more-from-cols-1 h2+.related-content a:active,
.more-from.more-from-cols-1 .related-content:first-child a:active,
.more-from.more-from-cols-1 h2+.related-content a:focus,
.more-from.more-from-cols-1 .related-content:first-child a:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.more-from.more-from-cols-1 h2+.related-content a:focus,
.more-from.more-from-cols-1 .related-content:first-child a:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .more-from.more-from-cols-1 h2+.related-content a,
.white .more-from.more-from-cols-1 .related-content:first-child a {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .more-from.more-from-cols-1 h2+.related-content a:hover,
.white .more-from.more-from-cols-1 .related-content:first-child a:hover,
.white .more-from.more-from-cols-1 h2+.related-content a:active,
.white .more-from.more-from-cols-1 .related-content:first-child a:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .more-from.more-from-cols-1 h2+.related-content a:focus,
.white .more-from.more-from-cols-1 .related-content:first-child a:focus {
	text-decoration-color: #ffffff !important;
}

.more-from.more-from-cols-1 .col-sm-4.col-sm-offset-4.margin-bottomx6 {
	margin-left: 0;
	margin-top: -1em;
	padding: 0;
	width: auto;
}

.more-from.more-from-cols-1 h2 {
	font-family: "Arnhem-Blond";
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.167;
}

.homepage #main-content .more-from.more-from-cols-1 h2 {
	font-size: 1.875rem;
}

.more-from.more-from-cols-2 h2,
.more-from.more-from-cols-3 h2 {
	text-align: center;
}

.more-from.more-from-cols-2 .related-content,
.more-from.more-from-cols-3 .related-content {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 25px;
	text-align: center;
}

.more-from.more-from-cols-2 .related-content small,
.more-from.more-from-cols-3 .related-content small,
.more-from.more-from-cols-2 .related-content .small,
.more-from.more-from-cols-3 .related-content .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.more-from.more-from-cols-2 .related-content small,
.more-from.more-from-cols-3 .related-content small,
.more-from.more-from-cols-2 .related-content .small,
.more-from.more-from-cols-3 .related-content .small {
	font-size: 75%;
}

.more-from.more-from-cols-2 .related-content a,
.more-from.more-from-cols-3 .related-content a {
	text-decoration: none;
}

@media (min-width:992px) {

	.more-from.more-from-cols-2 .related-content,
	.more-from.more-from-cols-3 .related-content {
		font-size: 0.738em;
	}
}

@media (min-width:768px) {

	.more-from.more-from-cols-2 .related-content,
	.more-from.more-from-cols-3 .related-content {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {

	.more-from.more-from-cols-2 .related-content,
	.more-from.more-from-cols-3 .related-content {
		margin-bottom: 60px;
	}
}

.more-from.more-from-cols-2 .related-content a,
.more-from.more-from-cols-3 .related-content a {
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
}

.more-from.more-from-cols-2 .related-content a:hover,
.more-from.more-from-cols-3 .related-content a:hover,
.more-from.more-from-cols-2 .related-content a:active,
.more-from.more-from-cols-3 .related-content a:active,
.more-from.more-from-cols-2 .related-content a:focus,
.more-from.more-from-cols-3 .related-content a:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.more-from.more-from-cols-2 .related-content a:focus,
.more-from.more-from-cols-3 .related-content a:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .more-from.more-from-cols-2 .related-content a,
.white .more-from.more-from-cols-3 .related-content a {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .more-from.more-from-cols-2 .related-content a:hover,
.white .more-from.more-from-cols-3 .related-content a:hover,
.white .more-from.more-from-cols-2 .related-content a:active,
.white .more-from.more-from-cols-3 .related-content a:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .more-from.more-from-cols-2 .related-content a:focus,
.white .more-from.more-from-cols-3 .related-content a:focus {
	text-decoration-color: #ffffff !important;
}

.more-from.more-from-cols-2 h2+.related-content,
.more-from.more-from-cols-3 h2+.related-content {
	margin-top: -2em;
}

@media (min-width:768px) {

	.more-from.more-from-cols-2 ul,
	.more-from.more-from-cols-3 ul {
		margin: 0 -2%;
	}

	.more-from.more-from-cols-2 .more-from-card,
	.more-from.more-from-cols-3 .more-from-card {
		margin: 0 2%;
		width: 46%;
	}

	.more-from.more-from-cols-2 .more-from-card.icon,
	.more-from.more-from-cols-3 .more-from-card.icon {
		grid-template-columns: 5em auto;
	}

	.more-from.more-from-cols-2 .more-from-card.icon .card-img,
	.more-from.more-from-cols-3 .more-from-card.icon .card-img {
		padding-bottom: 100%;
	}

	.more-from.more-from-cols-2 .more-from-card.icon .card-img-inner,
	.more-from.more-from-cols-3 .more-from-card.icon .card-img-inner {
		background-size: 90%;
	}

	.more-from.more-from-cols-2 .more-from-card.img,
	.more-from.more-from-cols-3 .more-from-card.img {
		display: flex;
		flex-direction: column;
	}

	.more-from.more-from-cols-2 .more-from-card.img .card-img,
	.more-from.more-from-cols-3 .more-from-card.img .card-img {
		padding-bottom: 56.25%;
	}
}

@media (min-width:768px) {

	.more-from.more-from-cols-2 p.duration,
	.more-from.more-from-cols-3 p.duration {
		font-size: 1em;
		left: unset;
		right: 10px;
		top: -30px;
		transform: translateY(-100%);
	}
}

@media (min-width:1200px) {

	.more-from.more-from-cols-2 p.duration,
	.more-from.more-from-cols-3 p.duration {
		right: 15px;
		top: -39px;
	}
}

@media (min-width:992px) {
	.more-from.more-from-cols-2 h3.card-title {
		font-size: 1.625rem !important;
	}

	.more-from.more-from-cols-2 h3.card-title a svg {
		padding-top: 0;
	}
}

@media (min-width:1200px) {
	.more-from.more-from-cols-2 h3.card-title {
		font-size: 1.875rem !important;
	}
}

@media (min-width:1200px) {
	.more-from.more-from-cols-3 ul {
		margin: 0 -2%;
	}

	.more-from.more-from-cols-3 .more-from-card {
		width: 29.33%;
		margin: 0 2%;
	}

	.more-from.more-from-cols-3 .more-from-card.icon {
		grid-template-columns: 3.5em auto;
	}

	.more-from.more-from-cols-3 .more-from-card.icon .card-img-inner {
		background-size: 80%;
	}
}

.video-collection {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width:768px) {
	.video-collection {
		padding-top: 40px;
	}
}

@media (min-width:1200px) {
	.video-collection {
		padding-top: 48px;
	}
}

@media (min-width:768px) {
	.video-collection {
		padding-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.video-collection {
		padding-bottom: 48px;
	}
}

.video-collection .link-container .image-container {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

.video-collection .link-container .image-container>* {
	position: absolute;
}

.video-collection .link-container .image-container .image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease-out;
}

.video-collection .link-container .image-container .count {
	font-family: "KievitWeb";
	font-weight: 700;
	right: 15px;
	bottom: 10px;
	background-color: rgba(0, 0, 0, 0.67);
	border-radius: 2px;
	padding: 4px 8px;
	font-size: 0.7em;
	display: flex;
	align-items: center;
	line-height: initial;
	color: #fff;
}

.video-collection .link-container .image-container .count svg {
	margin-right: 6px;
}

.video-collection .link-container .image-container .count svg #multimediaPaintTarget {
	fill: #fff;
}

.video-collection .link-container .video-collection-title {
	font-family: "Arnhem-Blond";
	font-size: 1.3rem !important;
	font-weight: 700;
	line-height: 1.167;
	margin: 0.5em 0 0 0;
}

@media (min-width:768px) {
	.video-collection .link-container .video-collection-title {
		font-size: 1.4375rem !important;
	}
}

.video-collection .link-container .video-collection-title a {
	box-shadow: none !important;
	color: #2c2c2c;
	transition: all 0.3s;
	text-underline-offset: 0.04em;
	text-decoration-color: transparent !important;
}

@supports (text-decoration-color:transparent) {
	.video-collection .link-container .video-collection-title a {
		text-decoration: underline;
	}
}

.video-collection .link-container .video-collection-title a:focus {
	text-decoration: underline;
	text-decoration-color: #2c2c2c !important;
}

.video-collection .link-container:hover .image-container .image,
.video-collection .link-container:active .image-container .image,
.video-collection .link-container:focus .image-container .image {
	transform: scale(1.02);
}

.video-collection .link-container:hover .video-collection-title a,
.video-collection .link-container:active .video-collection-title a,
.video-collection .link-container:focus .video-collection-title a {
	text-decoration: underline !important;
	text-decoration-thickness: 0.1em !important;
	text-decoration-color: #0c6c6e !important;
	transition: all 0.3s;
}

.video-collection .video-collection-abstract {
	font-size: 0.9em;
	color: #555555;
	font-family: "KievitWeb";
	line-height: 1.45;
	margin: 1em 0 0 0;
}

.video-collection .video-collection-abstract>p {
	line-height: 1.45;
}

@media (min-width:768px) {
	.video-collection .video-collection-abstract {
		font-size: 0.8em;
	}
}

@font-face {
	font-family: 'ff-icons';
	src: url("../fonts/ff-icons.eot");
	src: url("../fonts/ff-icons.eot#iefix") format('embedded-opentype'), url("../fonts/ff-icons.woff2") format('woff2'), url("../fonts/ff-icons.woff") format('woff'), url("../fonts/ff-icons.ttf") format('truetype'), url("../fonts/ff-icons.svg#ff-icons") format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "ff-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: inherit;
	width: 1.1em;
	margin-right: 0.1em;
	margin-left: -2px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1.1em;
	font-size: 100%;
}

.icon-arrow-circle-rt:before {
	content: '\e800';
}

.icon-arrow-dn:before {
	content: '\e801';
}

.icon-arrow-lt:before {
	content: '\e802';
}

.icon-arrow-rt:before {
	content: '\e803';
}

.icon-arrow-up:before {
	content: '\e804';
}

.icon-book:before {
	content: '\e805';
}

.icon-cc-fill:before {
	content: '\e806';
}

.icon-cc:before {
	content: '\e807';
}

.icon-chart:before {
	content: '\e808';
}

.icon-donut:before {
	content: '\e809';
}

.icon-facebook:before {
	content: '\e80a';
}

.icon-folder:before {
	content: '\e80b';
}

.icon-gavel:before {
	content: '\e80c';
}

.icon-globe:before {
	content: '\e80d';
}

.icon-googleplus:before {
	content: '\e80e';
}

.icon-hamburger:before {
	content: '\e80f';
}

.icon-launch:before {
	content: '\e810';
}

.icon-people:before {
	content: '\e811';
}

.icon-phone:before {
	content: '\e812';
}

.icon-pin:before {
	content: '\e813';
}

.icon-play:before {
	content: '\e814';
}

.icon-reply:before {
	content: '\e815';
}

.icon-report:before {
	content: '\e816';
}

.icon-retweet:before {
	content: '\e817';
}

.icon-rss:before {
	content: '\e818';
}

.icon-search:before {
	content: '\e819';
}

.icon-speech:before {
	content: '\e81a';
}

.icon-star:before {
	content: '\e81b';
}

.icon-twitter:before {
	content: '\e81c';
}

.icon-linkedin:before {
	content: '\e81d';
}

.icon-mail:before {
	content: '\e81e';
}

.icon-multimedia:before {
	content: '\e81f';
}

.icon-news:before {
	content: '\e820';
}

.icon-alert:before {
	content: '\e821';
}

.icon-youtube:before {
	content: '\e822';
}

.social-language-wrapper {
	text-align: center;
}

@media (min-width:768px) {
	.social-language-wrapper {
		text-align: right;
	}
}

@media print {
	.social-language-wrapper {
		display: none;
	}
}

.social-container {
	display: block;
	text-align: center;
}

@media (min-width:768px) {
	.social-container {
		text-align: right;
	}
}

@media print {
	.social-container {
		display: none;
	}
}

@media print {

	.social-wrapper,
	.social-wrapper-follow {
		display: none;
	}
}

.social-wrapper li,
.social-wrapper-follow li {
	margin: 0;
	padding: 0;
}

.social-wrapper li:last-of-type,
.social-wrapper-follow li:last-of-type {
	margin-right: -5px;
}

.social-wrapper a svg,
.social-wrapper-follow a svg {
	width: 30px;
}

.social-wrapper a svg .icon,
.social-wrapper-follow a svg .icon {
	transition: all 0.2s;
	fill: #767676;
}

.social-wrapper a svg .border,
.social-wrapper-follow a svg .border {
	transition: all 0.2s;
	fill: transparent;
	transform: scale(0.5, 0.5);
	transform-origin: 50% 50%;
}

@media (min-width:992px) {

	.social-wrapper a svg,
	.social-wrapper-follow a svg {
		width: 36px;
	}
}

.social-wrapper .twitter:hover svg .icon,
.social-wrapper-follow .twitter:hover svg .icon,
.social-wrapper .twitter:active svg .icon,
.social-wrapper-follow .twitter:active svg .icon {
	fill: #55ACEE;
}

.social-wrapper .facebook:hover svg .icon,
.social-wrapper-follow .facebook:hover svg .icon,
.social-wrapper .facebook:active svg .icon,
.social-wrapper-follow .facebook:active svg .icon {
	fill: #3A5795;
}

.social-wrapper .linkedin:hover svg .icon,
.social-wrapper-follow .linkedin:hover svg .icon,
.social-wrapper .linkedin:active svg .icon,
.social-wrapper-follow .linkedin:active svg .icon {
	fill: #1C87BD;
}

.social-wrapper .googleplus:hover svg .icon,
.social-wrapper-follow .googleplus:hover svg .icon,
.social-wrapper .googleplus:active svg .icon,
.social-wrapper-follow .googleplus:active svg .icon {
	fill: #D73D32;
}

.social-wrapper .creativecommons:hover svg .icon,
.social-wrapper-follow .creativecommons:hover svg .icon,
.social-wrapper .creativecommons:active svg .icon,
.social-wrapper-follow .creativecommons:active svg .icon {
	fill: #555555;
}

.social-wrapper a:active svg .border,
.social-wrapper-follow a:active svg .border,
.social-wrapper a:focus svg .border,
.social-wrapper-follow a:focus svg .border {
	fill: #0c6c6e;
	transform: scale(1, 1);
}

.social-wrapper-white .social-wrapper a svg .icon {
	fill: rgba(255, 255, 255, 0.7);
}

.social-wrapper-white .social-wrapper a svg .border {
	fill: transparent;
}

.social-wrapper-white .social-wrapper a:hover svg .icon,
.social-wrapper-white .social-wrapper a:active svg .icon {
	fill: #ffffff;
}

.social-wrapper-white .social-wrapper a:active svg .border,
.social-wrapper-white .social-wrapper a:focus svg .border {
	fill: #ffffff;
}

.bkg-yellow .social-wrapper a svg .icon,
.hero-mega:not(.white) .social-wrapper a svg .icon {
	fill: rgba(0, 0, 0, 0.7);
}

.bkg-yellow .social-wrapper a svg .border,
.hero-mega:not(.white) .social-wrapper a svg .border {
	fill: transparent;
}

.bkg-yellow .social-wrapper a:hover,
.hero-mega:not(.white) .social-wrapper a:hover,
.bkg-yellow .social-wrapper a:active,
.hero-mega:not(.white) .social-wrapper a:active {
	box-shadow: none;
}

.bkg-yellow .social-wrapper a:hover svg .icon,
.hero-mega:not(.white) .social-wrapper a:hover svg .icon,
.bkg-yellow .social-wrapper a:active svg .icon,
.hero-mega:not(.white) .social-wrapper a:active svg .icon {
	fill: #000000;
}

.bkg-yellow .social-wrapper a:active,
.hero-mega:not(.white) .social-wrapper a:active,
.bkg-yellow .social-wrapper a:focus,
.hero-mega:not(.white) .social-wrapper a:focus {
	box-shadow: none;
}

.bkg-yellow .social-wrapper a:active svg .border,
.hero-mega:not(.white) .social-wrapper a:active svg .border,
.bkg-yellow .social-wrapper a:focus svg .border,
.hero-mega:not(.white) .social-wrapper a:focus svg .border {
	fill: #000000;
}

.social-wrapper-follow {
	text-align: left;
}

.social-wrapper-follow .list-inline {
	margin-left: 0;
}

.social-wrapper-follow .list-inline li {
	padding: 3px;
}

.social-wrapper-follow .list-inline li a {
	font-size: 1.875rem;
}

a.social-media-link {
	text-decoration: none;
}

a.social-media-link:hover {
	text-decoration: none;
}

a.social-media-link:hover {
	opacity: 1;
}

li.social-media-li {
	position: relative;
	z-index: 100;
}

*[data-template='Speeches'] [class^="social-wrapper"] .container-fluid,
*[data-template='NewsItemDetail'] [class^="social-wrapper"] .container-fluid,
*[data-template='InTheHeadlinesDetailed'] [class^="social-wrapper"] .container-fluid,
*[data-template='GovernanceDocument'] [class^="social-wrapper"] .container-fluid,
*[data-template='ReportsAndStudies'] [class^="social-wrapper"] .container-fluid,
*[data-template='RegionalBrochure'] [class^="social-wrapper"] .container-fluid,
*[data-template='AnnualReport'] [class^="social-wrapper"] .container-fluid,
*[data-template='FinancialStatement'] [class^="social-wrapper"] .container-fluid,
*[data-template='Campaign'] [class^="social-wrapper"] .container-fluid,
*[data-template='Learning'] [class^="social-wrapper"] .container-fluid,
*[data-template='TermsAndConditionsOfUse'] [class^="social-wrapper"] .container-fluid,
*[data-template='Privacy'] [class^="social-wrapper"] .container-fluid,
*[data-template='IndividualsSeekingFellowships'] [class^="social-wrapper"] .container-fluid,
*[data-template='HowWeMakeGrants'] [class^="social-wrapper"] .container-fluid,
*[data-template='OtherPhilanthropicResources'] [class^="social-wrapper"] .container-fluid {
	padding: 0;
}

.hero-icon .circular-img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background-color: #8d837a;
	border: 5px solid #ffffff;
	border-radius: 50%;
	overflow: hidden;
}

.hero-icon .circular-img .icon {
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
}

.btn.thematic-area,
.thematic-bullet {
	background-color: red;
}

.btn.thematic-area .btn-white,
.thematic-bullet .btn-white {
	color: red;
}

.btn.thematic-area:hover {
	background-color: red;
	opacity: 0.8;
}

.btn.thematic-area.equitable-development,
.equitable-development {
	background-color: #4DA806;
}

.btn.thematic-area.equitable-development .btn-white,
.equitable-development .btn-white {
	color: #4DA806;
}

.btn.equitable-development:hover {
	background-color: #4DA806;
	opacity: 0.8;
}

.btn.thematic-area.civic-engagement,
.civic-engagement {
	background-color: #00A59B;
}

.btn.thematic-area.civic-engagement .btn-white,
.civic-engagement .btn-white {
	color: #00A59B;
}

.btn.civic-engagement:hover {
	background-color: #00A59B;
	opacity: 0.8;
}

.btn.thematic-area.gender-racial,
.gender-racial {
	background-color: #3555A6;
}

.btn.thematic-area.gender-racial .btn-white,
.gender-racial .btn-white {
	color: #3555A6;
}

.btn.gender-racial:hover {
	background-color: #3555A6;
	opacity: 0.8;
}

.btn.thematic-area.internet-freedom,
.internet-freedom {
	background-color: #0c6c6e;
}

.btn.thematic-area.internet-freedom .btn-white,
.internet-freedom .btn-white {
	color: #0c6c6e;
}

.btn.internet-freedom:hover {
	background-color: #0c6c6e;
	opacity: 0.8;
}

.btn.thematic-area.creativity,
.creativity {
	background-color: #019FDA;
}

.btn.thematic-area.creativity .btn-white,
.creativity .btn-white {
	color: #019FDA;
}

.btn.creativity:hover {
	background-color: #019FDA;
	opacity: 0.8;
}

.btn.thematic-area.youth-opportunity,
.youth-opportunity {
	background-color: #DB3127;
}

.btn.thematic-area.youth-opportunity .btn-white,
.youth-opportunity .btn-white {
	color: #DB3127;
}

.btn.youth-opportunity:hover {
	background-color: #DB3127;
	opacity: 0.8;
}

.btn.thematic-area.inclusive-economies,
.inclusive-economies {
	background-color: #7F3F97;
}

.btn.thematic-area.inclusive-economies .btn-white,
.inclusive-economies .btn-white {
	color: #7F3F97;
}

.btn.inclusive-economies:hover {
	background-color: #7F3F97;
	opacity: 0.8;
}

.collapse.open {
	display: block;
}

.icon-item {
	width: 50%;
}

.p-large-center-margined p {
	text-align: center;
	font-size: 1.15em;
}

section p img,
.rte p img {
	max-width: 100%;
}

#heroCaption p:last-child {
	margin-bottom: 0;
}

.center-for-social-justice .spaces-wrap {
	margin-left: -2%;
	margin-right: -2%;
}

.center-for-social-justice .social-justice-text-left-image-right,
.center-for-social-justice .social-justice-image-left-text-right,
.social-justice-text-left-image-right,
.social-justice-image-left-text-right {
	background-color: #F7F7F7 !important;
}

.center-for-social-justice .social-justice-text-left-image-right .h6.crumb a,
.center-for-social-justice .social-justice-image-left-text-right .h6.crumb a,
.social-justice-text-left-image-right .h6.crumb a,
.social-justice-image-left-text-right .h6.crumb a {
	color: #717171;
}

.center-for-social-justice .social-justice-text-left-image-right .grey-light,
.center-for-social-justice .social-justice-image-left-text-right .grey-light,
.social-justice-text-left-image-right .grey-light,
.social-justice-image-left-text-right .grey-light {
	color: #717171;
}

.center-for-social-justice .social-justice-text-left-image-right .rule-text span,
.center-for-social-justice .social-justice-image-left-text-right .rule-text span,
.social-justice-text-left-image-right .rule-text span,
.social-justice-image-left-text-right .rule-text span {
	background-color: #F7F7F7;
}

.center-for-social-justice .social-justice-text-left-image-right a,
.center-for-social-justice .social-justice-image-left-text-right a,
.social-justice-text-left-image-right a,
.social-justice-image-left-text-right a {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff !important;
	box-shadow: none !important;
}

.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a:active:focus,
.center-for-social-justice .social-justice-image-left-text-right a:active:focus,
.social-justice-text-left-image-right a:active:focus,
.social-justice-image-left-text-right a:active:focus,
.center-for-social-justice .social-justice-text-left-image-right a.active:focus,
.center-for-social-justice .social-justice-image-left-text-right a.active:focus,
.social-justice-text-left-image-right a.active:focus,
.social-justice-image-left-text-right a.active:focus,
.center-for-social-justice .social-justice-text-left-image-right a.focus,
.center-for-social-justice .social-justice-image-left-text-right a.focus,
.social-justice-text-left-image-right a.focus,
.social-justice-image-left-text-right a.focus,
.center-for-social-justice .social-justice-text-left-image-right a:active.focus,
.center-for-social-justice .social-justice-image-left-text-right a:active.focus,
.social-justice-text-left-image-right a:active.focus,
.social-justice-image-left-text-right a:active.focus,
.center-for-social-justice .social-justice-text-left-image-right a.active.focus,
.center-for-social-justice .social-justice-image-left-text-right a.active.focus,
.social-justice-text-left-image-right a.active.focus,
.social-justice-image-left-text-right a.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.center-for-social-justice .social-justice-text-left-image-right a:hover,
.center-for-social-justice .social-justice-image-left-text-right a:hover,
.social-justice-text-left-image-right a:hover,
.social-justice-image-left-text-right a:hover,
.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a.focus,
.center-for-social-justice .social-justice-image-left-text-right a.focus,
.social-justice-text-left-image-right a.focus,
.social-justice-image-left-text-right a.focus {
	color: #fff;
	text-decoration: none;
}

.center-for-social-justice .social-justice-text-left-image-right a:active,
.center-for-social-justice .social-justice-image-left-text-right a:active,
.social-justice-text-left-image-right a:active,
.social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.active,
.center-for-social-justice .social-justice-image-left-text-right a.active,
.social-justice-text-left-image-right a.active,
.social-justice-image-left-text-right a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.center-for-social-justice .social-justice-text-left-image-right a.disabled,
.center-for-social-justice .social-justice-image-left-text-right a.disabled,
.social-justice-text-left-image-right a.disabled,
.social-justice-image-left-text-right a.disabled,
.center-for-social-justice .social-justice-text-left-image-right a[disabled],
.center-for-social-justice .social-justice-image-left-text-right a[disabled],
.social-justice-text-left-image-right a[disabled],
.social-justice-image-left-text-right a[disabled],
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a,
fieldset[disabled] .social-justice-text-left-image-right a,
fieldset[disabled] .social-justice-image-left-text-right a {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.center-for-social-justice .social-justice-text-left-image-right a.disabled,
a.center-for-social-justice .social-justice-image-left-text-right a.disabled,
a.social-justice-text-left-image-right a.disabled,
a.social-justice-image-left-text-right a.disabled,
fieldset[disabled] a.center-for-social-justice .social-justice-text-left-image-right a,
fieldset[disabled] a.center-for-social-justice .social-justice-image-left-text-right a,
fieldset[disabled] a.social-justice-text-left-image-right a,
fieldset[disabled] a.social-justice-image-left-text-right a {
	pointer-events: none;
}

.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a:active:focus,
.center-for-social-justice .social-justice-image-left-text-right a:active:focus,
.social-justice-text-left-image-right a:active:focus,
.social-justice-image-left-text-right a:active:focus,
.center-for-social-justice .social-justice-text-left-image-right a.active:focus,
.center-for-social-justice .social-justice-image-left-text-right a.active:focus,
.social-justice-text-left-image-right a.active:focus,
.social-justice-image-left-text-right a.active:focus,
.center-for-social-justice .social-justice-text-left-image-right a.focus,
.center-for-social-justice .social-justice-image-left-text-right a.focus,
.social-justice-text-left-image-right a.focus,
.social-justice-image-left-text-right a.focus,
.center-for-social-justice .social-justice-text-left-image-right a:active.focus,
.center-for-social-justice .social-justice-image-left-text-right a:active.focus,
.social-justice-text-left-image-right a:active.focus,
.social-justice-image-left-text-right a:active.focus,
.center-for-social-justice .social-justice-text-left-image-right a.active.focus,
.center-for-social-justice .social-justice-image-left-text-right a.active.focus,
.social-justice-text-left-image-right a.active.focus,
.social-justice-image-left-text-right a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.center-for-social-justice .social-justice-text-left-image-right a:hover,
.center-for-social-justice .social-justice-image-left-text-right a:hover,
.social-justice-text-left-image-right a:hover,
.social-justice-image-left-text-right a:hover,
.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a.focus,
.center-for-social-justice .social-justice-image-left-text-right a.focus,
.social-justice-text-left-image-right a.focus,
.social-justice-image-left-text-right a.focus {
	color: #C95100;
	text-decoration: none;
}

.center-for-social-justice .social-justice-text-left-image-right a:active,
.center-for-social-justice .social-justice-image-left-text-right a:active,
.social-justice-text-left-image-right a:active,
.social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.active,
.center-for-social-justice .social-justice-image-left-text-right a.active,
.social-justice-text-left-image-right a.active,
.social-justice-image-left-text-right a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.center-for-social-justice .social-justice-text-left-image-right a.disabled,
.center-for-social-justice .social-justice-image-left-text-right a.disabled,
.social-justice-text-left-image-right a.disabled,
.social-justice-image-left-text-right a.disabled,
.center-for-social-justice .social-justice-text-left-image-right a[disabled],
.center-for-social-justice .social-justice-image-left-text-right a[disabled],
.social-justice-text-left-image-right a[disabled],
.social-justice-image-left-text-right a[disabled],
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a,
fieldset[disabled] .social-justice-text-left-image-right a,
fieldset[disabled] .social-justice-image-left-text-right a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a.focus,
.center-for-social-justice .social-justice-image-left-text-right a.focus,
.social-justice-text-left-image-right a.focus,
.social-justice-image-left-text-right a.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.center-for-social-justice .social-justice-text-left-image-right a:hover,
.center-for-social-justice .social-justice-image-left-text-right a:hover,
.social-justice-text-left-image-right a:hover,
.social-justice-image-left-text-right a:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.center-for-social-justice .social-justice-text-left-image-right a:active,
.center-for-social-justice .social-justice-image-left-text-right a:active,
.social-justice-text-left-image-right a:active,
.social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.active,
.center-for-social-justice .social-justice-image-left-text-right a.active,
.social-justice-text-left-image-right a.active,
.social-justice-image-left-text-right a.active,
.open>.dropdown-toggle.center-for-social-justice .social-justice-text-left-image-right a,
.open>.dropdown-toggle.center-for-social-justice .social-justice-image-left-text-right a,
.open>.dropdown-toggle.social-justice-text-left-image-right a,
.open>.dropdown-toggle.social-justice-image-left-text-right a {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.center-for-social-justice .social-justice-text-left-image-right a:active:hover,
.center-for-social-justice .social-justice-image-left-text-right a:active:hover,
.social-justice-text-left-image-right a:active:hover,
.social-justice-image-left-text-right a:active:hover,
.center-for-social-justice .social-justice-text-left-image-right a.active:hover,
.center-for-social-justice .social-justice-image-left-text-right a.active:hover,
.social-justice-text-left-image-right a.active:hover,
.social-justice-image-left-text-right a.active:hover,
.open>.dropdown-toggle.center-for-social-justice .social-justice-text-left-image-right a:hover,
.open>.dropdown-toggle.center-for-social-justice .social-justice-image-left-text-right a:hover,
.open>.dropdown-toggle.social-justice-text-left-image-right a:hover,
.open>.dropdown-toggle.social-justice-image-left-text-right a:hover,
.center-for-social-justice .social-justice-text-left-image-right a:active:focus,
.center-for-social-justice .social-justice-image-left-text-right a:active:focus,
.social-justice-text-left-image-right a:active:focus,
.social-justice-image-left-text-right a:active:focus,
.center-for-social-justice .social-justice-text-left-image-right a.active:focus,
.center-for-social-justice .social-justice-image-left-text-right a.active:focus,
.social-justice-text-left-image-right a.active:focus,
.social-justice-image-left-text-right a.active:focus,
.open>.dropdown-toggle.center-for-social-justice .social-justice-text-left-image-right a:focus,
.open>.dropdown-toggle.center-for-social-justice .social-justice-image-left-text-right a:focus,
.open>.dropdown-toggle.social-justice-text-left-image-right a:focus,
.open>.dropdown-toggle.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a:active.focus,
.center-for-social-justice .social-justice-image-left-text-right a:active.focus,
.social-justice-text-left-image-right a:active.focus,
.social-justice-image-left-text-right a:active.focus,
.center-for-social-justice .social-justice-text-left-image-right a.active.focus,
.center-for-social-justice .social-justice-image-left-text-right a.active.focus,
.social-justice-text-left-image-right a.active.focus,
.social-justice-image-left-text-right a.active.focus,
.open>.dropdown-toggle.center-for-social-justice .social-justice-text-left-image-right a.focus,
.open>.dropdown-toggle.center-for-social-justice .social-justice-image-left-text-right a.focus,
.open>.dropdown-toggle.social-justice-text-left-image-right a.focus,
.open>.dropdown-toggle.social-justice-image-left-text-right a.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.center-for-social-justice .social-justice-text-left-image-right a:active,
.center-for-social-justice .social-justice-image-left-text-right a:active,
.social-justice-text-left-image-right a:active,
.social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.active,
.center-for-social-justice .social-justice-image-left-text-right a.active,
.social-justice-text-left-image-right a.active,
.social-justice-image-left-text-right a.active,
.open>.dropdown-toggle.center-for-social-justice .social-justice-text-left-image-right a,
.open>.dropdown-toggle.center-for-social-justice .social-justice-image-left-text-right a,
.open>.dropdown-toggle.social-justice-text-left-image-right a,
.open>.dropdown-toggle.social-justice-image-left-text-right a {
	background-image: none;
}

.center-for-social-justice .social-justice-text-left-image-right a.disabled:hover,
.center-for-social-justice .social-justice-image-left-text-right a.disabled:hover,
.social-justice-text-left-image-right a.disabled:hover,
.social-justice-image-left-text-right a.disabled:hover,
.center-for-social-justice .social-justice-text-left-image-right a[disabled]:hover,
.center-for-social-justice .social-justice-image-left-text-right a[disabled]:hover,
.social-justice-text-left-image-right a[disabled]:hover,
.social-justice-image-left-text-right a[disabled]:hover,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a:hover,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a:hover,
fieldset[disabled] .social-justice-text-left-image-right a:hover,
fieldset[disabled] .social-justice-image-left-text-right a:hover,
.center-for-social-justice .social-justice-text-left-image-right a.disabled:focus,
.center-for-social-justice .social-justice-image-left-text-right a.disabled:focus,
.social-justice-text-left-image-right a.disabled:focus,
.social-justice-image-left-text-right a.disabled:focus,
.center-for-social-justice .social-justice-text-left-image-right a[disabled]:focus,
.center-for-social-justice .social-justice-image-left-text-right a[disabled]:focus,
.social-justice-text-left-image-right a[disabled]:focus,
.social-justice-image-left-text-right a[disabled]:focus,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a:focus,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a:focus,
fieldset[disabled] .social-justice-text-left-image-right a:focus,
fieldset[disabled] .social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a.disabled.focus,
.center-for-social-justice .social-justice-image-left-text-right a.disabled.focus,
.social-justice-text-left-image-right a.disabled.focus,
.social-justice-image-left-text-right a.disabled.focus,
.center-for-social-justice .social-justice-text-left-image-right a[disabled].focus,
.center-for-social-justice .social-justice-image-left-text-right a[disabled].focus,
.social-justice-text-left-image-right a[disabled].focus,
.social-justice-image-left-text-right a[disabled].focus,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a.focus,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a.focus,
fieldset[disabled] .social-justice-text-left-image-right a.focus,
fieldset[disabled] .social-justice-image-left-text-right a.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.center-for-social-justice .social-justice-text-left-image-right a .badge,
.center-for-social-justice .social-justice-image-left-text-right a .badge,
.social-justice-text-left-image-right a .badge,
.social-justice-image-left-text-right a .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.center-for-social-justice .social-justice-text-left-image-right a:hover,
.center-for-social-justice .social-justice-image-left-text-right a:hover,
.social-justice-text-left-image-right a:hover,
.social-justice-image-left-text-right a:hover,
.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a:active,
.center-for-social-justice .social-justice-image-left-text-right a:active,
.social-justice-text-left-image-right a:active,
.social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.active,
.center-for-social-justice .social-justice-image-left-text-right a.active,
.social-justice-text-left-image-right a.active,
.social-justice-image-left-text-right a.active,
.open .dropdown-toggle.center-for-social-justice .social-justice-text-left-image-right a,
.open .dropdown-toggle.center-for-social-justice .social-justice-image-left-text-right a,
.open .dropdown-toggle.social-justice-text-left-image-right a,
.open .dropdown-toggle.social-justice-image-left-text-right a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.center-for-social-justice .social-justice-text-left-image-right a:active,
.center-for-social-justice .social-justice-image-left-text-right a:active,
.social-justice-text-left-image-right a:active,
.social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.active,
.center-for-social-justice .social-justice-image-left-text-right a.active,
.social-justice-text-left-image-right a.active,
.social-justice-image-left-text-right a.active,
.open .dropdown-toggle.center-for-social-justice .social-justice-text-left-image-right a,
.open .dropdown-toggle.center-for-social-justice .social-justice-image-left-text-right a,
.open .dropdown-toggle.social-justice-text-left-image-right a,
.open .dropdown-toggle.social-justice-image-left-text-right a {
	background-image: none;
}

.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a:active:focus,
.center-for-social-justice .social-justice-image-left-text-right a:active:focus,
.social-justice-text-left-image-right a:active:focus,
.social-justice-image-left-text-right a:active:focus,
.center-for-social-justice .social-justice-text-left-image-right a.active:focus,
.center-for-social-justice .social-justice-image-left-text-right a.active:focus,
.social-justice-text-left-image-right a.active:focus,
.social-justice-image-left-text-right a.active:focus,
.center-for-social-justice .social-justice-text-left-image-right a.focus,
.center-for-social-justice .social-justice-image-left-text-right a.focus,
.social-justice-text-left-image-right a.focus,
.social-justice-image-left-text-right a.focus,
.center-for-social-justice .social-justice-text-left-image-right a:active.focus,
.center-for-social-justice .social-justice-image-left-text-right a:active.focus,
.social-justice-text-left-image-right a:active.focus,
.social-justice-image-left-text-right a:active.focus,
.center-for-social-justice .social-justice-text-left-image-right a.active.focus,
.center-for-social-justice .social-justice-image-left-text-right a.active.focus,
.social-justice-text-left-image-right a.active.focus,
.social-justice-image-left-text-right a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.center-for-social-justice .social-justice-text-left-image-right a.disabled,
.center-for-social-justice .social-justice-image-left-text-right a.disabled,
.social-justice-text-left-image-right a.disabled,
.social-justice-image-left-text-right a.disabled,
.center-for-social-justice .social-justice-text-left-image-right a[disabled],
.center-for-social-justice .social-justice-image-left-text-right a[disabled],
.social-justice-text-left-image-right a[disabled],
.social-justice-image-left-text-right a[disabled],
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a,
fieldset[disabled] .social-justice-text-left-image-right a,
fieldset[disabled] .social-justice-image-left-text-right a,
.center-for-social-justice .social-justice-text-left-image-right a.disabled:hover,
.center-for-social-justice .social-justice-image-left-text-right a.disabled:hover,
.social-justice-text-left-image-right a.disabled:hover,
.social-justice-image-left-text-right a.disabled:hover,
.center-for-social-justice .social-justice-text-left-image-right a[disabled]:hover,
.center-for-social-justice .social-justice-image-left-text-right a[disabled]:hover,
.social-justice-text-left-image-right a[disabled]:hover,
.social-justice-image-left-text-right a[disabled]:hover,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a:hover,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a:hover,
fieldset[disabled] .social-justice-text-left-image-right a:hover,
fieldset[disabled] .social-justice-image-left-text-right a:hover,
.center-for-social-justice .social-justice-text-left-image-right a.disabled:focus,
.center-for-social-justice .social-justice-image-left-text-right a.disabled:focus,
.social-justice-text-left-image-right a.disabled:focus,
.social-justice-image-left-text-right a.disabled:focus,
.center-for-social-justice .social-justice-text-left-image-right a[disabled]:focus,
.center-for-social-justice .social-justice-image-left-text-right a[disabled]:focus,
.social-justice-text-left-image-right a[disabled]:focus,
.social-justice-image-left-text-right a[disabled]:focus,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a:focus,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a:focus,
fieldset[disabled] .social-justice-text-left-image-right a:focus,
fieldset[disabled] .social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a.disabled:active,
.center-for-social-justice .social-justice-image-left-text-right a.disabled:active,
.social-justice-text-left-image-right a.disabled:active,
.social-justice-image-left-text-right a.disabled:active,
.center-for-social-justice .social-justice-text-left-image-right a[disabled]:active,
.center-for-social-justice .social-justice-image-left-text-right a[disabled]:active,
.social-justice-text-left-image-right a[disabled]:active,
.social-justice-image-left-text-right a[disabled]:active,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a:active,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a:active,
fieldset[disabled] .social-justice-text-left-image-right a:active,
fieldset[disabled] .social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.disabled.active,
.center-for-social-justice .social-justice-image-left-text-right a.disabled.active,
.social-justice-text-left-image-right a.disabled.active,
.social-justice-image-left-text-right a.disabled.active,
.center-for-social-justice .social-justice-text-left-image-right a[disabled].active,
.center-for-social-justice .social-justice-image-left-text-right a[disabled].active,
.social-justice-text-left-image-right a[disabled].active,
.social-justice-image-left-text-right a[disabled].active,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a.active,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a.active,
fieldset[disabled] .social-justice-text-left-image-right a.active,
fieldset[disabled] .social-justice-image-left-text-right a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.center-for-social-justice .social-justice-text-left-image-right a .badge,
.center-for-social-justice .social-justice-image-left-text-right a .badge,
.social-justice-text-left-image-right a .badge,
.social-justice-image-left-text-right a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.center-for-social-justice .social-justice-text-left-image-right a:hover,
.center-for-social-justice .social-justice-image-left-text-right a:hover,
.social-justice-text-left-image-right a:hover,
.social-justice-image-left-text-right a:hover,
.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a:active,
.center-for-social-justice .social-justice-image-left-text-right a:active,
.social-justice-text-left-image-right a:active,
.social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.active,
.center-for-social-justice .social-justice-image-left-text-right a.active,
.social-justice-text-left-image-right a.active,
.social-justice-image-left-text-right a.active,
.open .dropdown-toggle.center-for-social-justice .social-justice-text-left-image-right a,
.open .dropdown-toggle.center-for-social-justice .social-justice-image-left-text-right a,
.open .dropdown-toggle.social-justice-text-left-image-right a,
.open .dropdown-toggle.social-justice-image-left-text-right a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.center-for-social-justice .social-justice-text-left-image-right a:active,
.center-for-social-justice .social-justice-image-left-text-right a:active,
.social-justice-text-left-image-right a:active,
.social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.active,
.center-for-social-justice .social-justice-image-left-text-right a.active,
.social-justice-text-left-image-right a.active,
.social-justice-image-left-text-right a.active,
.open .dropdown-toggle.center-for-social-justice .social-justice-text-left-image-right a,
.open .dropdown-toggle.center-for-social-justice .social-justice-image-left-text-right a,
.open .dropdown-toggle.social-justice-text-left-image-right a,
.open .dropdown-toggle.social-justice-image-left-text-right a {
	background-image: none;
}

.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a:active:focus,
.center-for-social-justice .social-justice-image-left-text-right a:active:focus,
.social-justice-text-left-image-right a:active:focus,
.social-justice-image-left-text-right a:active:focus,
.center-for-social-justice .social-justice-text-left-image-right a.active:focus,
.center-for-social-justice .social-justice-image-left-text-right a.active:focus,
.social-justice-text-left-image-right a.active:focus,
.social-justice-image-left-text-right a.active:focus,
.center-for-social-justice .social-justice-text-left-image-right a.focus,
.center-for-social-justice .social-justice-image-left-text-right a.focus,
.social-justice-text-left-image-right a.focus,
.social-justice-image-left-text-right a.focus,
.center-for-social-justice .social-justice-text-left-image-right a:active.focus,
.center-for-social-justice .social-justice-image-left-text-right a:active.focus,
.social-justice-text-left-image-right a:active.focus,
.social-justice-image-left-text-right a:active.focus,
.center-for-social-justice .social-justice-text-left-image-right a.active.focus,
.center-for-social-justice .social-justice-image-left-text-right a.active.focus,
.social-justice-text-left-image-right a.active.focus,
.social-justice-image-left-text-right a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.center-for-social-justice .social-justice-text-left-image-right a.disabled,
.center-for-social-justice .social-justice-image-left-text-right a.disabled,
.social-justice-text-left-image-right a.disabled,
.social-justice-image-left-text-right a.disabled,
.center-for-social-justice .social-justice-text-left-image-right a[disabled],
.center-for-social-justice .social-justice-image-left-text-right a[disabled],
.social-justice-text-left-image-right a[disabled],
.social-justice-image-left-text-right a[disabled],
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a,
fieldset[disabled] .social-justice-text-left-image-right a,
fieldset[disabled] .social-justice-image-left-text-right a,
.center-for-social-justice .social-justice-text-left-image-right a.disabled:hover,
.center-for-social-justice .social-justice-image-left-text-right a.disabled:hover,
.social-justice-text-left-image-right a.disabled:hover,
.social-justice-image-left-text-right a.disabled:hover,
.center-for-social-justice .social-justice-text-left-image-right a[disabled]:hover,
.center-for-social-justice .social-justice-image-left-text-right a[disabled]:hover,
.social-justice-text-left-image-right a[disabled]:hover,
.social-justice-image-left-text-right a[disabled]:hover,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a:hover,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a:hover,
fieldset[disabled] .social-justice-text-left-image-right a:hover,
fieldset[disabled] .social-justice-image-left-text-right a:hover,
.center-for-social-justice .social-justice-text-left-image-right a.disabled:focus,
.center-for-social-justice .social-justice-image-left-text-right a.disabled:focus,
.social-justice-text-left-image-right a.disabled:focus,
.social-justice-image-left-text-right a.disabled:focus,
.center-for-social-justice .social-justice-text-left-image-right a[disabled]:focus,
.center-for-social-justice .social-justice-image-left-text-right a[disabled]:focus,
.social-justice-text-left-image-right a[disabled]:focus,
.social-justice-image-left-text-right a[disabled]:focus,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a:focus,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a:focus,
fieldset[disabled] .social-justice-text-left-image-right a:focus,
fieldset[disabled] .social-justice-image-left-text-right a:focus,
.center-for-social-justice .social-justice-text-left-image-right a.disabled:active,
.center-for-social-justice .social-justice-image-left-text-right a.disabled:active,
.social-justice-text-left-image-right a.disabled:active,
.social-justice-image-left-text-right a.disabled:active,
.center-for-social-justice .social-justice-text-left-image-right a[disabled]:active,
.center-for-social-justice .social-justice-image-left-text-right a[disabled]:active,
.social-justice-text-left-image-right a[disabled]:active,
.social-justice-image-left-text-right a[disabled]:active,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a:active,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a:active,
fieldset[disabled] .social-justice-text-left-image-right a:active,
fieldset[disabled] .social-justice-image-left-text-right a:active,
.center-for-social-justice .social-justice-text-left-image-right a.disabled.active,
.center-for-social-justice .social-justice-image-left-text-right a.disabled.active,
.social-justice-text-left-image-right a.disabled.active,
.social-justice-image-left-text-right a.disabled.active,
.center-for-social-justice .social-justice-text-left-image-right a[disabled].active,
.center-for-social-justice .social-justice-image-left-text-right a[disabled].active,
.social-justice-text-left-image-right a[disabled].active,
.social-justice-image-left-text-right a[disabled].active,
fieldset[disabled] .center-for-social-justice .social-justice-text-left-image-right a.active,
fieldset[disabled] .center-for-social-justice .social-justice-image-left-text-right a.active,
fieldset[disabled] .social-justice-text-left-image-right a.active,
fieldset[disabled] .social-justice-image-left-text-right a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.center-for-social-justice .social-justice-text-left-image-right a .badge,
.center-for-social-justice .social-justice-image-left-text-right a .badge,
.social-justice-text-left-image-right a .badge,
.social-justice-image-left-text-right a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.center-for-social-justice .social-justice-text-left-image-right a:hover,
.center-for-social-justice .social-justice-image-left-text-right a:hover,
.social-justice-text-left-image-right a:hover,
.social-justice-image-left-text-right a:hover {
	color: #ffffff !important;
	background-color: #e46d1d !important;
	border-color: #e46d1d !important;
}

.center-for-social-justice .social-justice-text-left-image-right a:focus,
.center-for-social-justice .social-justice-image-left-text-right a:focus,
.social-justice-text-left-image-right a:focus,
.social-justice-image-left-text-right a:focus {
	box-shadow: inset 0 0 0 2px #ffffff !important;
	background-color: #0c6c6e !important;
	border-color: #0c6c6e !important;
	color: #ffffff;
}

.social-justice-centralised {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.social-justice-centralised {
		margin-top: 60px;
	}
}

@media (min-width:1200px) {
	.social-justice-centralised {
		margin-top: 72px;
	}
}

@media (min-width:768px) {
	.social-justice-centralised {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.social-justice-centralised {
		margin-bottom: 72px;
	}
}

.social-justice-full-width-image {
	margin-top: 30px;
}

@media (min-width:768px) {
	.social-justice-full-width-image {
		margin-top: 60px;
	}
}

@media (min-width:1200px) {
	.social-justice-full-width-image {
		margin-top: 72px;
	}
}

.social-justice-full-width-image .row {
	margin: 0;
}

.social-justice-full-width-image .row [class*="col-"] {
	padding: 0;
}

.social-justice-full-width-image img {
	width: 100%;
}

.text-left-image-right .row,
.social-justice-text-left-image-right .row {
	margin: 0 !important;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

@media (min-width:768px) {

	.text-left-image-right .row img,
	.social-justice-text-left-image-right .row img {
		min-width: 100%;
		min-height: 100%;
	}
}

@media (max-width:767px) {

	.text-left-image-right .row,
	.social-justice-text-left-image-right .row {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width:768px) {

	.text-left-image-right .row,
	.social-justice-text-left-image-right .row {
		display: table;
	}

	.text-left-image-right .row [class*="col-"],
	.social-justice-text-left-image-right .row [class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: top;
	}

	.text-left-image-right .row [class*="col-"]:last-of-type p,
	.social-justice-text-left-image-right .row [class*="col-"]:last-of-type p {
		position: absolute;
	}

	.text-left-image-right .row img,
	.social-justice-text-left-image-right .row img {
		object-fit: cover;
		width: 100%;
		position: absolute;
		left: 0;
	}
}

.text-left-image-right .row img,
.social-justice-text-left-image-right .row img {
	width: 86%;
}

.text-left-image-right .row [class*="col-"]:last-of-type,
.social-justice-text-left-image-right .row [class*="col-"]:last-of-type {
	overflow: hidden;
	padding: 0;
	text-align: center;
	padding-bottom: 30px;
}

.text-left-image-right .row [class*="col-"]:last-of-type p,
.social-justice-text-left-image-right .row [class*="col-"]:last-of-type p {
	width: 100%;
	height: 100%;
	margin: 0px;
}

@media (min-width:768px) {

	.text-left-image-right .row [class*="col-"]:last-of-type,
	.social-justice-text-left-image-right .row [class*="col-"]:last-of-type {
		padding-bottom: 0px;
	}

	.text-left-image-right .row [class*="col-"]:last-of-type .video-vimeo-container,
	.social-justice-text-left-image-right .row [class*="col-"]:last-of-type .video-vimeo-container {
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (max-width:767px) {

	.text-left-image-right .row [class*="col-"]:last-of-type,
	.social-justice-text-left-image-right .row [class*="col-"]:last-of-type {
		order: 1;
	}
}

.text-left-image-right .row [class*="col-"]:first-of-type,
.social-justice-text-left-image-right .row [class*="col-"]:first-of-type {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 7%;
	padding-left: 11%;
}

@media (min-width:768px) {

	.text-left-image-right .row [class*="col-"]:first-of-type,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {

	.text-left-image-right .row [class*="col-"]:first-of-type,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type {
		padding-top: 72px;
	}
}

@media (min-width:768px) {

	.text-left-image-right .row [class*="col-"]:first-of-type,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {

	.text-left-image-right .row [class*="col-"]:first-of-type,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type {
		padding-bottom: 60px;
	}
}

.text-left-image-right .row [class*="col-"]:first-of-type h5,
.social-justice-text-left-image-right .row [class*="col-"]:first-of-type h5 {
	margin-bottom: 15px;
}

@media (min-width:768px) {

	.text-left-image-right .row [class*="col-"]:first-of-type h5,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type h5 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {

	.text-left-image-right .row [class*="col-"]:first-of-type h5,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type h5 {
		margin-bottom: 36px;
	}
}

.text-left-image-right .row [class*="col-"]:first-of-type h6,
.social-justice-text-left-image-right .row [class*="col-"]:first-of-type h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}

@media (min-width:768px) {

	.text-left-image-right .row [class*="col-"]:first-of-type h6,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type h6 {
		margin-top: 30px;
	}
}

@media (min-width:1200px) {

	.text-left-image-right .row [class*="col-"]:first-of-type h6,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type h6 {
		margin-top: 36px;
	}
}

@media (min-width:768px) {

	.text-left-image-right .row [class*="col-"]:first-of-type h6,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type h6 {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {

	.text-left-image-right .row [class*="col-"]:first-of-type h6,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type h6 {
		margin-bottom: 24px;
	}
}

@media (max-width:767px) {

	.text-left-image-right .row [class*="col-"]:first-of-type,
	.social-justice-text-left-image-right .row [class*="col-"]:first-of-type {
		padding-left: 7%;
		order: 2;
	}
}

.image-left-text-right .row,
.social-justice-image-left-text-right .row {
	width: 100%;
	margin: 0 !important;
	overflow: hidden;
	height: 100%;
}

@media (min-width:768px) {

	.image-left-text-right .row img,
	.social-justice-image-left-text-right .row img {
		min-width: 100%;
		min-height: 100%;
	}
}

@media (min-width:768px) {

	.image-left-text-right .row,
	.social-justice-image-left-text-right .row {
		display: table;
	}

	.image-left-text-right .row [class*="col-"],
	.social-justice-image-left-text-right .row [class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: top;
	}

	.image-left-text-right .row [class*="col-"]:first-of-type p,
	.social-justice-image-left-text-right .row [class*="col-"]:first-of-type p {
		position: absolute;
	}

	.image-left-text-right .row img,
	.social-justice-image-left-text-right .row img {
		object-fit: cover;
		width: 100%;
		position: absolute;
		left: 0;
	}
}

.image-left-text-right .row img,
.social-justice-image-left-text-right .row img {
	width: 86%;
}

.image-left-text-right .row [class*="col-"]:first-of-type,
.social-justice-image-left-text-right .row [class*="col-"]:first-of-type {
	overflow: hidden;
	padding: 0;
	text-align: center;
	padding-top: 30px;
}

.image-left-text-right .row [class*="col-"]:first-of-type p,
.social-justice-image-left-text-right .row [class*="col-"]:first-of-type p {
	margin: 0px;
	width: 100%;
	height: 100%;
}

@media (min-width:768px) {

	.image-left-text-right .row [class*="col-"]:first-of-type,
	.social-justice-image-left-text-right .row [class*="col-"]:first-of-type {
		padding-top: 0px;
	}

	.image-left-text-right .row [class*="col-"]:first-of-type .video-vimeo-container,
	.social-justice-image-left-text-right .row [class*="col-"]:first-of-type .video-vimeo-container {
		top: 50%;
		transform: translateY(-50%);
	}
}

.image-left-text-right .row [class*="col-"]:last-of-type,
.social-justice-image-left-text-right .row [class*="col-"]:last-of-type {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 11%;
	padding-left: 7%;
}

@media (min-width:768px) {

	.image-left-text-right .row [class*="col-"]:last-of-type,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {

	.image-left-text-right .row [class*="col-"]:last-of-type,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type {
		padding-top: 72px;
	}
}

@media (min-width:768px) {

	.image-left-text-right .row [class*="col-"]:last-of-type,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {

	.image-left-text-right .row [class*="col-"]:last-of-type,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type {
		padding-bottom: 60px;
	}
}

.image-left-text-right .row [class*="col-"]:last-of-type h5,
.social-justice-image-left-text-right .row [class*="col-"]:last-of-type h5 {
	margin-bottom: 15px;
}

@media (min-width:768px) {

	.image-left-text-right .row [class*="col-"]:last-of-type h5,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type h5 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {

	.image-left-text-right .row [class*="col-"]:last-of-type h5,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type h5 {
		margin-bottom: 36px;
	}
}

.image-left-text-right .row [class*="col-"]:last-of-type h6,
.social-justice-image-left-text-right .row [class*="col-"]:last-of-type h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}

@media (min-width:768px) {

	.image-left-text-right .row [class*="col-"]:last-of-type h6,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type h6 {
		margin-top: 30px;
	}
}

@media (min-width:1200px) {

	.image-left-text-right .row [class*="col-"]:last-of-type h6,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type h6 {
		margin-top: 36px;
	}
}

@media (min-width:768px) {

	.image-left-text-right .row [class*="col-"]:last-of-type h6,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type h6 {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {

	.image-left-text-right .row [class*="col-"]:last-of-type h6,
	.social-justice-image-left-text-right .row [class*="col-"]:last-of-type h6 {
		margin-bottom: 24px;
	}
}

@media (min-width:768px) {
	.bkg-neutral2 {
		padding-bottom: 25px;
	}
}

@media (min-width:768px) and (min-width:768px) {
	.bkg-neutral2 {
		padding-bottom: 50px;
	}
}

@media (min-width:768px) and (min-width:1200px) {
	.bkg-neutral2 {
		padding-bottom: 60px;
	}
}

.bkg-neutral2 .col-sm-8,
.bkg-neutral2 .col-sm-8+col-sm-4 {
	padding-bottom: 25px;
	padding-right: 11%;
	padding-left: 7%;
}

.no-padding-no-margin>div:first-child {
	margin: 0;
}

.no-padding-no-margin>div:first-child div.col-xs-12 {
	padding: 0;
}

.about-us-introduction {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

.about-us-introduction>.navbar-header,
.about-us-introduction>.navbar-collapse {
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width:768px) {

	.about-us-introduction>.navbar-header,
	.about-us-introduction>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width:1600px) {
	.about-us-introduction {
		padding: 0 128px;
	}
}

.about-us-introduction .row>div {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	color: #767676;
}

@media (min-width:768px) {
	.about-us-introduction .row>div {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {
	.about-us-introduction .row>div {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {
	.about-us-introduction .row>div {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {
	.about-us-introduction .row>div {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1600px) {
	.about-us-introduction .row>div {
		float: left;
		width: 50%;
	}
}

@media (min-width:1600px) {
	.about-us-introduction .row>div {
		margin-left: 25%;
	}
}

.about-us-introduction .row>div-left-col [class*="col-"]:first-of-type {
	color: #767676;
}

.about-us-introduction .row>div p {
	font-size: 1.15em;
}

div.container-history-images {
	color: #365B7A;
	font-size: 85%;
	font-size: 0.9em;
	margin-top: 10px;
}

div.container-history-images-h h1,
div.container-history-images-h .h1,
div.container-history-images-h h2,
div.container-history-images-h .h2,
div.container-history-images-h h3,
div.container-history-images-h .h3,
div.container-history-images-h h4,
div.container-history-images-h .h4,
div.container-history-images-h h5,
div.container-history-images-h .h5,
div.container-history-images-h h6,
div.container-history-images-h .h6,
div.container-history-images-h h7,
div.container-history-images-h .h7 {
	color: #365B7A;
}

div.container-history-images-p p {
	color: #365B7A;
}

@media (min-width:768px) {
	div.container-history-images {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	div.container-history-images {
		margin-top: 24px;
	}
}

div.container-history-images div>p.post-image-text.margin-top,
div.container-history-images div>div.post-image-text.margin-top {
	line-height: 100%;
	font-size: 1rem;
	color: #365B7A;
}

div.container-history-images div>p.post-image-text.margin-top-h h1,
div.container-history-images div>div.post-image-text.margin-top-h h1,
div.container-history-images div>p.post-image-text.margin-top-h .h1,
div.container-history-images div>div.post-image-text.margin-top-h .h1,
div.container-history-images div>p.post-image-text.margin-top-h h2,
div.container-history-images div>div.post-image-text.margin-top-h h2,
div.container-history-images div>p.post-image-text.margin-top-h .h2,
div.container-history-images div>div.post-image-text.margin-top-h .h2,
div.container-history-images div>p.post-image-text.margin-top-h h3,
div.container-history-images div>div.post-image-text.margin-top-h h3,
div.container-history-images div>p.post-image-text.margin-top-h .h3,
div.container-history-images div>div.post-image-text.margin-top-h .h3,
div.container-history-images div>p.post-image-text.margin-top-h h4,
div.container-history-images div>div.post-image-text.margin-top-h h4,
div.container-history-images div>p.post-image-text.margin-top-h .h4,
div.container-history-images div>div.post-image-text.margin-top-h .h4,
div.container-history-images div>p.post-image-text.margin-top-h h5,
div.container-history-images div>div.post-image-text.margin-top-h h5,
div.container-history-images div>p.post-image-text.margin-top-h .h5,
div.container-history-images div>div.post-image-text.margin-top-h .h5,
div.container-history-images div>p.post-image-text.margin-top-h h6,
div.container-history-images div>div.post-image-text.margin-top-h h6,
div.container-history-images div>p.post-image-text.margin-top-h .h6,
div.container-history-images div>div.post-image-text.margin-top-h .h6,
div.container-history-images div>p.post-image-text.margin-top-h h7,
div.container-history-images div>div.post-image-text.margin-top-h h7,
div.container-history-images div>p.post-image-text.margin-top-h .h7,
div.container-history-images div>div.post-image-text.margin-top-h .h7 {
	color: #365B7A;
}

div.container-history-images div>p.post-image-text.margin-top-p p,
div.container-history-images div>div.post-image-text.margin-top-p p {
	color: #365B7A;
}

.container-history-leadership h5 {
	margin-bottom: 15px;
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.container-history-leadership h5 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.container-history-leadership h5 {
		margin-bottom: 36px;
	}
}

.container-history-leadership p {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.container-history-leadership div[class*="col-"] img {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	margin-left:25%;
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	padding-left: 0;
	padding-right: 0;
}

.container-history-leadership div[class*="col-"] .rte h2{font-size: 30px;}

.container-history-leadership div[class*="col-"] img.border {
	border: 3px solid #ffffff;
	width: 100px;
}

.container-history-leadership h6 {
	margin-top: 10px;
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.container-history-leadership h6 {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.container-history-leadership h6 {
		margin-top: 24px;
	}
}

.container-good-neighbor-commitee>div>div>div:first-child {
	margin-top: 10px;
	float: left;
	width: 33.33333333%;
	margin-left: 33.33333333%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.container-good-neighbor-commitee>div>div>div:first-child {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.container-good-neighbor-commitee>div>div>div:first-child {
		margin-top: 24px;
	}
}

@media (min-width:768px) {
	.container-good-neighbor-commitee>div>div>div:first-child {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width:768px) {
	.container-good-neighbor-commitee>div>div>div:first-child {
		margin-left: 0%;
	}
}

.container-good-neighbor-commitee>div>div>div:nth-child(2) {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.container-good-neighbor-commitee>div>div>div:nth-child(2) {
		float: left;
		width: 66.66666667%;
	}
}

.container-good-neighbor-commitee img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.container-good-neighbor-commitee img.border {
	border: 3px solid #ffffff;
	width: 100px;
}

.mission-icons {
	text-align: center;
}

.mission-icons img {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto 30px auto;
}

.container-multimedia-large-dark-blue>div>div {
	color: #365B7A;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.container-multimedia-large-dark-blue>div>div p {
	font-size: 1.15em;
}

@media (min-width:992px) {
	.container-multimedia-large-dark-blue>div>div {
		float: left;
		width: 75%;
	}
}

@media (min-width:1200px) {
	.container-multimedia-large-dark-blue>div>div {
		float: left;
		width: 66.66666667%;
	}
}

.container-multimedia-main-text>div>div {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:992px) {
	.container-multimedia-main-text>div>div {
		float: left;
		width: 58.33333333%;
	}
}

.full-length-rule>div>div {
	margin-top: 15px;
	margin-bottom: 30px;
	border-top: 1px solid #E5E5E5;
	margin-left: 1.8125%;
	margin-right: -1.8125%;
}

@media (min-width:768px) {
	.full-length-rule>div>div {
		margin-top: 30px;
	}
}

@media (min-width:1200px) {
	.full-length-rule>div>div {
		margin-top: 36px;
	}
}

@media (min-width:768px) {
	.full-length-rule>div>div {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.full-length-rule>div>div {
		margin-bottom: 72px;
	}
}

.full-length-rule-no-padding>div>div {
	border-top: 1px solid #E5E5E5;
	margin-left: 1.8125%;
	margin-right: -1.8125%;
}

.ford-forum-fffr .col-sm-3 p {
	text-align: center;
}

.ford-forum-fffr .col-sm-3 img {
	height: 260px;
	width: 195px;
	object-fit: cover;
}

.careers-introduction {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

.careers-introduction>.navbar-header,
.careers-introduction>.navbar-collapse {
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width:768px) {

	.careers-introduction>.navbar-header,
	.careers-introduction>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width:1600px) {
	.careers-introduction {
		padding: 0 128px;
	}
}

.careers-introduction .row>div {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	color: #767676;
}

@media (min-width:768px) {
	.careers-introduction .row>div {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {
	.careers-introduction .row>div {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {
	.careers-introduction .row>div {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {
	.careers-introduction .row>div {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1600px) {
	.careers-introduction .row>div {
		float: left;
		width: 50%;
	}
}

@media (min-width:1600px) {
	.careers-introduction .row>div {
		margin-left: 25%;
	}
}

.careers-introduction .row>div-left-col [class*="col-"]:first-of-type {
	color: #767676;
}

.careers-introduction .row>div p {
	font-size: 1.15em;
}

.careers-introduction .row>div h5 a {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	color: #767676;
}

.careers-introduction .row>div h5 a:hover {
	color: #555555;
	box-shadow: inset 0 -1px 0 #404040;
	text-decoration: none;
}

.careers-introduction .row>div h5 a:active,
.careers-introduction .row>div h5 a:focus {
	color: #555555;
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.careers-about-container img {
	display: block;
	max-width: 100%;
	height: auto;
}

.careers-benefits-container h4,
.careers-benefits-container h5,
.careers-benefits-container p {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.careers-benefits-container h5 {
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.careers-benefits-container h5 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.careers-benefits-container h5 {
		margin-bottom: 36px;
	}
}

.careers-benefits-container h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.careers-benefits-container h6 {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.careers-benefits-container h6 {
		margin-top: 24px;
	}
}

@media (min-width:768px) {
	.careers-benefits-container h6 {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.careers-benefits-container h6 {
		margin-bottom: 24px;
	}
}

.careers-benefits-container div[class*="col-"] img {
	opacity: 0.8;
	float: left;
	width: 33.33333333%;
	margin-left: 33.33333333%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	.careers-benefits-container div[class*="col-"] img {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width:768px) {
	.careers-benefits-container div[class*="col-"] img {
		margin-left: 33.33333333%;
	}
}

@media (min-width:768px) {
	.careers-benefits-container div[class*="col-"] img {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.careers-benefits-container div[class*="col-"] img {
		margin-bottom: 36px;
	}
}

@media (min-width:1200px) {
	.careers-benefits-container div[class*="col-"] img {
		padding: 20px;
	}
}

.not-found-body {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.not-found-body {
		margin-top: 60px;
	}
}

@media (min-width:1200px) {
	.not-found-body {
		margin-top: 72px;
	}
}

@media (min-width:768px) {
	.not-found-body {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.not-found-body {
		margin-bottom: 72px;
	}
}

.not-found-body .row>div {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:992px) {
	.not-found-body .row>div {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {
	.not-found-body .row>div {
		margin-left: 16.66666667%;
	}
}

.not-found-body h1,
.not-found-body h2,
.not-found-body h3 {
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
}

.not-found-body p {
	font-size: 1.15em;
	color: #767676;
}

.not-found-body p-left-col [class*="col-"]:first-of-type {
	color: #767676;
}

.grantmaking-circular-image {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

.grantmaking-circular-image>.navbar-header,
.grantmaking-circular-image>.navbar-collapse {
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width:768px) {

	.grantmaking-circular-image>.navbar-header,
	.grantmaking-circular-image>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width:1600px) {
	.grantmaking-circular-image {
		padding: 0 128px;
	}
}

.grantmaking-circular-image div.col-sm-4 {
	float: left;
	width: 50%;
	margin-left: 25%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.grantmaking-circular-image div.col-sm-4 {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width:768px) {
	.grantmaking-circular-image div.col-sm-4 {
		margin-left: 0%;
	}
}

.grantmaking-circular-image div.col-sm-4 img {
	border-radius: 50%;
	display: block;
	height: auto;
	max-width: 100%;
}

.grantmaking-circular-image div.col-sm-4 img.border {
	border: 3px solid #ffffff;
	width: 100px;
}

@media (min-width:768px) {
	.grantmaking-circular-image div.col-sm-4 img {
		max-width: 90%;
	}
}

.grantmaking-circular-image div.col-sm-8 {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.grantmaking-circular-image div.col-sm-8 {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:768px) {
	.grantmaking-circular-image div.col-sm-8 {
		margin-top: 0 !important;
	}
}

@media (min-width:768px) {
	.grantmaking-circular-image div.col-sm-8 {
		margin-top: 40px;
	}
}

@media (min-width:1200px) {
	.grantmaking-circular-image div.col-sm-8 {
		margin-top: 48px;
	}
}

@media (min-width:768px) {
	.grantmaking-circular-image div.col-sm-8 {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.grantmaking-circular-image div.col-sm-8 {
		margin-bottom: 72px;
	}
}

.grantmaking-circular-image div.col-sm-8 h6 {
	margin-bottom: 0;
}

.grantmaking-circular-image div.col-sm-8 span.note {
	font-size: 85%;
	font-size: 0.9em;
	color: #767676;
	font-style: none !important;
	line-height: 1.4;
}

.grantmaking-circular-image div.col-sm-8 span.note-left-col [class*="col-"]:first-of-type {
	color: #767676;
}

.grantmaking-gray-background-orange-button-links {
	background-color: #E5E5E5;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width:768px) {
	.grantmaking-gray-background-orange-button-links {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.grantmaking-gray-background-orange-button-links {
		padding-top: 72px;
	}
}

@media (min-width:768px) {
	.grantmaking-gray-background-orange-button-links {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.grantmaking-gray-background-orange-button-links {
		padding-bottom: 72px;
	}
}

.grantmaking-gray-background-orange-button-links div {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

.grantmaking-gray-background-orange-button-links div>.navbar-header,
.grantmaking-gray-background-orange-button-links div>.navbar-collapse {
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width:768px) {

	.grantmaking-gray-background-orange-button-links div>.navbar-header,
	.grantmaking-gray-background-orange-button-links div>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width:1600px) {
	.grantmaking-gray-background-orange-button-links div {
		padding: 0 128px;
	}
}

.grantmaking-gray-background-orange-button-links div div {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.grantmaking-gray-background-orange-button-links div div {
		float: left;
		width: 100%;
	}
}

@media (min-width:992px) {
	.grantmaking-gray-background-orange-button-links div div {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:992px) {
	.grantmaking-gray-background-orange-button-links div div {
		margin-left: 8.33333333%;
	}
}

@media (min-width:1200px) {
	.grantmaking-gray-background-orange-button-links div div {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {
	.grantmaking-gray-background-orange-button-links div div {
		float: left;
		width: 66.66666667%;
	}
}

.grantmaking-gray-background-orange-button-links div div h5 {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-weight: 900;
	font-size: 2em;
}

.grantmaking-gray-background-orange-button-links div div h5 small,
.grantmaking-gray-background-orange-button-links div div h5 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.grantmaking-gray-background-orange-button-links div div h5 small,
.grantmaking-gray-background-orange-button-links div div h5 .small {
	font-size: 65%;
}

.grantmaking-gray-background-orange-button-links div div h5 a {
	text-decoration: none;
}

@media (min-width:1200px) {
	.grantmaking-gray-background-orange-button-links div div h5 {
		font-size: 2.5em;
	}
}

.grantmaking-gray-background-orange-button-links a {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff !important;
	display: block;
	margin-top: 1rem;
	width: 100%;
	padding: 8px 12 6px;
	line-height: 1.25;
}

.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a:active:focus,
.grantmaking-gray-background-orange-button-links a.active:focus,
.grantmaking-gray-background-orange-button-links a.focus,
.grantmaking-gray-background-orange-button-links a:active.focus,
.grantmaking-gray-background-orange-button-links a.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.grantmaking-gray-background-orange-button-links a:hover,
.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a.focus {
	color: #fff;
	text-decoration: none;
}

.grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.grantmaking-gray-background-orange-button-links a.disabled,
.grantmaking-gray-background-orange-button-links a[disabled],
fieldset[disabled] .grantmaking-gray-background-orange-button-links a {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.grantmaking-gray-background-orange-button-links a.disabled,
fieldset[disabled] a.grantmaking-gray-background-orange-button-links a {
	pointer-events: none;
}

.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a:active:focus,
.grantmaking-gray-background-orange-button-links a.active:focus,
.grantmaking-gray-background-orange-button-links a.focus,
.grantmaking-gray-background-orange-button-links a:active.focus,
.grantmaking-gray-background-orange-button-links a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.grantmaking-gray-background-orange-button-links a:hover,
.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a.focus {
	color: #C95100;
	text-decoration: none;
}

.grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.grantmaking-gray-background-orange-button-links a.disabled,
.grantmaking-gray-background-orange-button-links a[disabled],
fieldset[disabled] .grantmaking-gray-background-orange-button-links a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.grantmaking-gray-background-orange-button-links a:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.active,
.open>.dropdown-toggle.grantmaking-gray-background-orange-button-links a {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.grantmaking-gray-background-orange-button-links a:active:hover,
.grantmaking-gray-background-orange-button-links a.active:hover,
.open>.dropdown-toggle.grantmaking-gray-background-orange-button-links a:hover,
.grantmaking-gray-background-orange-button-links a:active:focus,
.grantmaking-gray-background-orange-button-links a.active:focus,
.open>.dropdown-toggle.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a:active.focus,
.grantmaking-gray-background-orange-button-links a.active.focus,
.open>.dropdown-toggle.grantmaking-gray-background-orange-button-links a.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.active,
.open>.dropdown-toggle.grantmaking-gray-background-orange-button-links a {
	background-image: none;
}

.grantmaking-gray-background-orange-button-links a.disabled:hover,
.grantmaking-gray-background-orange-button-links a[disabled]:hover,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a:hover,
.grantmaking-gray-background-orange-button-links a.disabled:focus,
.grantmaking-gray-background-orange-button-links a[disabled]:focus,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a.disabled.focus,
.grantmaking-gray-background-orange-button-links a[disabled].focus,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.grantmaking-gray-background-orange-button-links a .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.grantmaking-gray-background-orange-button-links a:hover,
.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.active,
.open .dropdown-toggle.grantmaking-gray-background-orange-button-links a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.active,
.open .dropdown-toggle.grantmaking-gray-background-orange-button-links a {
	background-image: none;
}

.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a:active:focus,
.grantmaking-gray-background-orange-button-links a.active:focus,
.grantmaking-gray-background-orange-button-links a.focus,
.grantmaking-gray-background-orange-button-links a:active.focus,
.grantmaking-gray-background-orange-button-links a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.grantmaking-gray-background-orange-button-links a.disabled,
.grantmaking-gray-background-orange-button-links a[disabled],
fieldset[disabled] .grantmaking-gray-background-orange-button-links a,
.grantmaking-gray-background-orange-button-links a.disabled:hover,
.grantmaking-gray-background-orange-button-links a[disabled]:hover,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a:hover,
.grantmaking-gray-background-orange-button-links a.disabled:focus,
.grantmaking-gray-background-orange-button-links a[disabled]:focus,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a.disabled:active,
.grantmaking-gray-background-orange-button-links a[disabled]:active,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.disabled.active,
.grantmaking-gray-background-orange-button-links a[disabled].active,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.grantmaking-gray-background-orange-button-links a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.grantmaking-gray-background-orange-button-links a:hover,
.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.active,
.open .dropdown-toggle.grantmaking-gray-background-orange-button-links a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.active,
.open .dropdown-toggle.grantmaking-gray-background-orange-button-links a {
	background-image: none;
}

.grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a:active:focus,
.grantmaking-gray-background-orange-button-links a.active:focus,
.grantmaking-gray-background-orange-button-links a.focus,
.grantmaking-gray-background-orange-button-links a:active.focus,
.grantmaking-gray-background-orange-button-links a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.grantmaking-gray-background-orange-button-links a.disabled,
.grantmaking-gray-background-orange-button-links a[disabled],
fieldset[disabled] .grantmaking-gray-background-orange-button-links a,
.grantmaking-gray-background-orange-button-links a.disabled:hover,
.grantmaking-gray-background-orange-button-links a[disabled]:hover,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a:hover,
.grantmaking-gray-background-orange-button-links a.disabled:focus,
.grantmaking-gray-background-orange-button-links a[disabled]:focus,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a:focus,
.grantmaking-gray-background-orange-button-links a.disabled:active,
.grantmaking-gray-background-orange-button-links a[disabled]:active,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a.disabled.active,
.grantmaking-gray-background-orange-button-links a[disabled].active,
fieldset[disabled] .grantmaking-gray-background-orange-button-links a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.grantmaking-gray-background-orange-button-links a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.grantmaking-gray-background-orange-button-links a:hover {
	color: #ffffff !important;
	background-color: #e46d1d !important;
}

.grantmaking-gray-background-orange-button-links a:active,
.grantmaking-gray-background-orange-button-links a:focus {
	color: #ffffff !important;
	background-color: #0c6c6e !important;
}

.grantmaking-gray-background-orange-button-links a:focus {
	box-shadow: inset 0 0 0 2px #ffffff !important;
}

@media (min-width:768px) {
	.grantmaking-gray-background-orange-button-links a {
		display: inline-block;
		margin-top: 2rem;
		width: auto;
	}

	.grantmaking-gray-background-orange-button-links a:nth-of-type(odd) {
		margin-right: 15px;
	}

	.grantmaking-gray-background-orange-button-links a:nth-of-type(even) {
		margin-left: 15px;
	}
}

.event #bodyText img {
	width: 100%;
}

.event .image-with-caption {
	padding-left: 0;
	padding-right: 0;
}

.grantmaking-101-fixed-left-text,
.grantmaking-other-fixed-right-text,
.grantmaking-other-fixed-left-text,
.grantmaking-building-fixed-right-text,
div.grantmaking-building-fixed-right-text {
	border-bottom: solid 2px #ffffff;
}

.grantmaking-101-fixed-left-text h2,
.grantmaking-other-fixed-right-text h2,
.grantmaking-other-fixed-left-text h2,
.grantmaking-building-fixed-right-text h2,
div.grantmaking-building-fixed-right-text h2,
.grantmaking-101-fixed-left-text h5,
.grantmaking-other-fixed-right-text h5,
.grantmaking-other-fixed-left-text h5,
.grantmaking-building-fixed-right-text h5,
div.grantmaking-building-fixed-right-text h5 {
	font-size: 2.875rem;
	font-family: "KievitWeb";
	font-weight: normal;
}

.grantmaking-other-fixed-right-text,
.grantmaking-building-fixed-right-text,
div.grantmaking-building-fixed-right-text {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("images/Katrina_memorial_optimized.jpg");
	padding-top: 70%;
	background-size: 100%;
	background-position: center top;
	margin-bottom: 30px;
}

@media (min-width:768px) {

	.grantmaking-other-fixed-right-text,
	.grantmaking-building-fixed-right-text,
	div.grantmaking-building-fixed-right-text {
		background-size: cover;
		background-position: center;
		padding-bottom: 50px;
		padding-top: inherit;
		margin-bottom: inherit;
	}
}

.grantmaking-other-fixed-right-text .text-insert,
.grantmaking-building-fixed-right-text .text-insert,
div.grantmaking-building-fixed-right-text .text-insert {
	background-color: #ffffff;
}

@media (min-width:768px) {

	.grantmaking-other-fixed-right-text .text-insert,
	.grantmaking-building-fixed-right-text .text-insert,
	div.grantmaking-building-fixed-right-text .text-insert {
		margin-top: 12%;
		margin-bottom: 5%;
		padding: 40px;
	}
}

.grantmaking-other-fixed-right-text div,
.grantmaking-building-fixed-right-text div,
div.grantmaking-building-fixed-right-text div {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

.grantmaking-other-fixed-right-text div>.navbar-header,
.grantmaking-building-fixed-right-text div>.navbar-header,
div.grantmaking-building-fixed-right-text div>.navbar-header,
.grantmaking-other-fixed-right-text div>.navbar-collapse,
.grantmaking-building-fixed-right-text div>.navbar-collapse,
div.grantmaking-building-fixed-right-text div>.navbar-collapse {
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width:768px) {

	.grantmaking-other-fixed-right-text div>.navbar-header,
	.grantmaking-building-fixed-right-text div>.navbar-header,
	div.grantmaking-building-fixed-right-text div>.navbar-header,
	.grantmaking-other-fixed-right-text div>.navbar-collapse,
	.grantmaking-building-fixed-right-text div>.navbar-collapse,
	div.grantmaking-building-fixed-right-text div>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width:1600px) {

	.grantmaking-other-fixed-right-text div,
	.grantmaking-building-fixed-right-text div,
	div.grantmaking-building-fixed-right-text div {
		padding: 0 128px;
	}
}

.grantmaking-other-fixed-right-text div div[class*="col-"]:last-of-type,
.grantmaking-building-fixed-right-text div div[class*="col-"]:last-of-type,
div.grantmaking-building-fixed-right-text div div[class*="col-"]:last-of-type {
	background-color: #ffffff;
}

@media (min-width:768px) {

	.grantmaking-other-fixed-right-text div div[class*="col-"]:last-of-type,
	.grantmaking-building-fixed-right-text div div[class*="col-"]:last-of-type,
	div.grantmaking-building-fixed-right-text div div[class*="col-"]:last-of-type {
		margin-top: 12%;
		margin-bottom: 5%;
		padding: 4em 40px;
	}
}

.grantmaking-101-fixed-left-text,
.grantmaking-other-fixed-left-text {
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: solid 2px #ffffff;
	background-image: url("images/India_Honey_Hunters_optimized.jpg");
	padding-top: 70%;
	background-size: 100%;
	background-position: center top;
	margin-bottom: 30px;
}

@media (min-width:768px) {

	.grantmaking-101-fixed-left-text,
	.grantmaking-other-fixed-left-text {
		background-size: cover;
		background-position: center;
		padding-bottom: 50px;
		padding-top: inherit;
		margin-bottom: inherit;
	}
}

.grantmaking-101-fixed-left-text .text-insert,
.grantmaking-other-fixed-left-text .text-insert {
	background-color: #ffffff;
}

@media (min-width:768px) {

	.grantmaking-101-fixed-left-text .text-insert,
	.grantmaking-other-fixed-left-text .text-insert {
		margin-top: 12%;
		margin-bottom: 5%;
		padding: 40px;
	}
}

.grantmaking-101-fixed-left-text div,
.grantmaking-other-fixed-left-text div {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

.grantmaking-101-fixed-left-text div>.navbar-header,
.grantmaking-other-fixed-left-text div>.navbar-header,
.grantmaking-101-fixed-left-text div>.navbar-collapse,
.grantmaking-other-fixed-left-text div>.navbar-collapse {
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width:768px) {

	.grantmaking-101-fixed-left-text div>.navbar-header,
	.grantmaking-other-fixed-left-text div>.navbar-header,
	.grantmaking-101-fixed-left-text div>.navbar-collapse,
	.grantmaking-other-fixed-left-text div>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width:1600px) {

	.grantmaking-101-fixed-left-text div,
	.grantmaking-other-fixed-left-text div {
		padding: 0 128px;
	}
}

.grantmaking-101-fixed-left-text div div:first-child,
.grantmaking-other-fixed-left-text div div:first-child {
	background-color: #ffffff;
}

@media (min-width:768px) {

	.grantmaking-101-fixed-left-text div div:first-child,
	.grantmaking-other-fixed-left-text div div:first-child {
		margin-top: 12%;
		margin-bottom: 5%;
		padding: 4em 40px;
	}
}

.grantmaking-other-fixed-left-text {
	background-image: url("images/Katrina_memorial_optimized.jpg");
}

.grantmaking-building-fixed-right-text {
	background-image: url("images/build-background-retina_optimized.jpg");
}

.individuals-seeking-fellowships div div[class*="col-"]:first-of-type {
	float: left;
	width: 33.33333333%;
	margin-left: 33.33333333%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.individuals-seeking-fellowships div div[class*="col-"]:first-of-type {
		float: left;
		width: 25%;
	}
}

@media (min-width:768px) {
	.individuals-seeking-fellowships div div[class*="col-"]:first-of-type {
		margin-left: 0%;
	}
}

.individuals-seeking-fellowships div div[class*="col-"]:first-of-type img {
	border-radius: 50%;
	display: block;
	max-width: 100%;
	height: auto;
}

.individuals-seeking-fellowships div div[class*="col-"]:first-of-type img.border {
	border: 3px solid #ffffff;
	width: 100px;
}

@media (min-width:768px) {
	.individuals-seeking-fellowships div div[class*="col-"]:first-of-type {
		margin-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.individuals-seeking-fellowships div div[class*="col-"]:first-of-type {
		margin-bottom: 48px;
	}
}

@media (min-width:768px) {
	.individuals-seeking-fellowships div div[class*="col-"]:first-of-type {
		margin-bottom: 0;
	}
}

.individuals-seeking-fellowships div div[class*="col-"]:last-of-type {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.individuals-seeking-fellowships div div[class*="col-"]:last-of-type {
		float: left;
		width: 75%;
	}
}

.grey-large-intro-left .row {
	padding: 0;
	margin-bottom: 25px;
}

@media (min-width:768px) {
	.grey-large-intro-left .row {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.grey-large-intro-left .row {
		margin-bottom: 60px;
	}
}

.grey-large-intro-left>div>div {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:992px) {
	.grey-large-intro-left>div>div {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:1200px) {
	.grey-large-intro-left>div>div {
		float: left;
		width: 75%;
	}
}

.grey-large-intro-left>div>div p {
	font-size: 1.15em;
	color: #767676;
}

.grey-large-intro-left>div>div p-left-col [class*="col-"]:first-of-type {
	color: #767676;
}

.just-films-purple-h h5,
.just-films-purple-h h4 {
	margin-bottom: 15px;
}

@media (min-width:768px) {

	.just-films-purple-h h5,
	.just-films-purple-h h4 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {

	.just-films-purple-h h5,
	.just-films-purple-h h4 {
		margin-bottom: 36px;
	}
}

.just-films-purple-h .row {
	margin-bottom: 25px;
}

@media (min-width:768px) {
	.just-films-purple-h .row {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.just-films-purple-h .row {
		margin-bottom: 60px;
	}
}

.just-films-grey-bg {
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	background-color: #404040 !important;
	margin-bottom: 25px;
	color: #E5E5E5;
}

.just-films-grey-bg a {
	color: #ffffff;
}

.just-films-grey-bg a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.just-films-grey-bg .rte h2 a,
.just-films-grey-bg .rte h3 a,
.just-films-grey-bg .rte h4 a,
.just-films-grey-bg .rte h5 a,
.just-films-grey-bg .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.just-films-grey-bg .rte h2 a:hover,
.just-films-grey-bg .rte h3 a:hover,
.just-films-grey-bg .rte h4 a:hover,
.just-films-grey-bg .rte h5 a:hover,
.just-films-grey-bg .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.just-films-grey-bg .rte h2 a:active,
.just-films-grey-bg .rte h3 a:active,
.just-films-grey-bg .rte h4 a:active,
.just-films-grey-bg .rte h5 a:active,
.just-films-grey-bg .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

.just-films-grey-bg .rte h2 a:focus,
.just-films-grey-bg .rte h3 a:focus,
.just-films-grey-bg .rte h4 a:focus,
.just-films-grey-bg .rte h5 a:focus,
.just-films-grey-bg .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.just-films-grey-bg .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

.just-films-grey-bg .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.just-films-grey-bg .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

.just-films-grey-bg .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

.just-films-grey-bg .rte p.blue-button a {
	color: #ffffff;
}

.just-films-grey-bg .rte p.blue-button a:hover,
.just-films-grey-bg .rte p.blue-button a:active,
.just-films-grey-bg .rte p.blue-button a:focus {
	color: #007FAA;
}

.just-films-grey-bg .rte .orange-button a {
	box-shadow: none;
}

.just-films-grey-bg .rte .link-standalone {
	color: #ffffff;
}

.just-films-grey-bg .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.just-films-grey-bg .rte .link-standalone a:hover,
.just-films-grey-bg .rte .link-standalone a:active,
.just-films-grey-bg .rte .link-standalone a:focus {
	text-decoration: none;
}

.just-films-grey-bg .rte .link-standalone a:hover,
.just-films-grey-bg .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.just-films-grey-bg .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.just-films-grey-bg .bootstrap-select .btn-default,
.just-films-grey-bg .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.just-films-grey-bg .bootstrap-select .btn-default:hover,
.just-films-grey-bg .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg .bootstrap-select .btn-default:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg .bootstrap-select .btn-default:active,
.just-films-grey-bg .bootstrap-select.open .btn-default:active,
.just-films-grey-bg .bootstrap-select .btn-default.active,
.just-films-grey-bg .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.just-films-grey-bg .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.just-films-grey-bg .bootstrap-select .btn-default:active,
.just-films-grey-bg .bootstrap-select.open .btn-default:active,
.just-films-grey-bg .bootstrap-select .btn-default.active,
.just-films-grey-bg .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.just-films-grey-bg .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg .bootstrap-select.open .btn-default {
	background-image: none;
}

.just-films-grey-bg .bootstrap-select .btn-default:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg .bootstrap-select .btn-default:active:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default:active:focus,
.just-films-grey-bg .bootstrap-select .btn-default.active:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default.active:focus,
.just-films-grey-bg .bootstrap-select .btn-default.focus,
.just-films-grey-bg .bootstrap-select.open .btn-default.focus,
.just-films-grey-bg .bootstrap-select .btn-default:active.focus,
.just-films-grey-bg .bootstrap-select.open .btn-default:active.focus,
.just-films-grey-bg .bootstrap-select .btn-default.active.focus,
.just-films-grey-bg .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.just-films-grey-bg .bootstrap-select .btn-default.disabled,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled,
.just-films-grey-bg .bootstrap-select .btn-default[disabled],
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default,
.just-films-grey-bg .bootstrap-select .btn-default.disabled:hover,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled:hover,
.just-films-grey-bg .bootstrap-select .btn-default[disabled]:hover,
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg .bootstrap-select .btn-default.disabled:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled:focus,
.just-films-grey-bg .bootstrap-select .btn-default[disabled]:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg .bootstrap-select .btn-default.disabled:active,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled:active,
.just-films-grey-bg .bootstrap-select .btn-default[disabled]:active,
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default:active,
.just-films-grey-bg .bootstrap-select .btn-default.disabled.active,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled.active,
.just-films-grey-bg .bootstrap-select .btn-default[disabled].active,
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.just-films-grey-bg .bootstrap-select .btn-default .badge,
.just-films-grey-bg .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.just-films-grey-bg .bootstrap-select .btn-default:hover,
.just-films-grey-bg .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg .bootstrap-select .btn-default:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg .bootstrap-select .btn-default:active,
.just-films-grey-bg .bootstrap-select.open .btn-default:active,
.just-films-grey-bg .bootstrap-select .btn-default.active,
.just-films-grey-bg .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.just-films-grey-bg .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.just-films-grey-bg .bootstrap-select .btn-default:active,
.just-films-grey-bg .bootstrap-select.open .btn-default:active,
.just-films-grey-bg .bootstrap-select .btn-default.active,
.just-films-grey-bg .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.just-films-grey-bg .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg .bootstrap-select.open .btn-default {
	background-image: none;
}

.just-films-grey-bg .bootstrap-select .btn-default:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg .bootstrap-select .btn-default:active:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default:active:focus,
.just-films-grey-bg .bootstrap-select .btn-default.active:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default.active:focus,
.just-films-grey-bg .bootstrap-select .btn-default.focus,
.just-films-grey-bg .bootstrap-select.open .btn-default.focus,
.just-films-grey-bg .bootstrap-select .btn-default:active.focus,
.just-films-grey-bg .bootstrap-select.open .btn-default:active.focus,
.just-films-grey-bg .bootstrap-select .btn-default.active.focus,
.just-films-grey-bg .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.just-films-grey-bg .bootstrap-select .btn-default.disabled,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled,
.just-films-grey-bg .bootstrap-select .btn-default[disabled],
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default,
.just-films-grey-bg .bootstrap-select .btn-default.disabled:hover,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled:hover,
.just-films-grey-bg .bootstrap-select .btn-default[disabled]:hover,
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg .bootstrap-select .btn-default.disabled:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled:focus,
.just-films-grey-bg .bootstrap-select .btn-default[disabled]:focus,
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg .bootstrap-select .btn-default.disabled:active,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled:active,
.just-films-grey-bg .bootstrap-select .btn-default[disabled]:active,
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default:active,
.just-films-grey-bg .bootstrap-select .btn-default.disabled.active,
.just-films-grey-bg .bootstrap-select.open .btn-default.disabled.active,
.just-films-grey-bg .bootstrap-select .btn-default[disabled].active,
.just-films-grey-bg .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .just-films-grey-bg .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-grey-bg .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.just-films-grey-bg .bootstrap-select .btn-default .badge,
.just-films-grey-bg .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

@media (min-width:768px) {
	.just-films-grey-bg {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.just-films-grey-bg {
		margin-bottom: 60px;
	}
}

.just-films-grey-bg .row {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.just-films-grey-bg .row {
		margin-top: 30px;
	}
}

@media (min-width:1200px) {
	.just-films-grey-bg .row {
		margin-top: 36px;
	}
}

@media (min-width:768px) {
	.just-films-grey-bg .row {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.just-films-grey-bg .row {
		margin-bottom: 36px;
	}
}

.just-films-grey-bg h5,
.just-films-grey-bg h4 {
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #555555;
	font-size: 1.5625rem;
}

.just-films-grey-bg h5 a,
.just-films-grey-bg h4 a {
	color: #ffffff;
}

.just-films-grey-bg h5 a:hover,
.just-films-grey-bg h4 a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.just-films-grey-bg h5 .rte h2 a,
.just-films-grey-bg h4 .rte h2 a,
.just-films-grey-bg h5 .rte h3 a,
.just-films-grey-bg h4 .rte h3 a,
.just-films-grey-bg h5 .rte h4 a,
.just-films-grey-bg h4 .rte h4 a,
.just-films-grey-bg h5 .rte h5 a,
.just-films-grey-bg h4 .rte h5 a,
.just-films-grey-bg h5 .rte h6 a,
.just-films-grey-bg h4 .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.just-films-grey-bg h5 .rte h2 a:hover,
.just-films-grey-bg h4 .rte h2 a:hover,
.just-films-grey-bg h5 .rte h3 a:hover,
.just-films-grey-bg h4 .rte h3 a:hover,
.just-films-grey-bg h5 .rte h4 a:hover,
.just-films-grey-bg h4 .rte h4 a:hover,
.just-films-grey-bg h5 .rte h5 a:hover,
.just-films-grey-bg h4 .rte h5 a:hover,
.just-films-grey-bg h5 .rte h6 a:hover,
.just-films-grey-bg h4 .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.just-films-grey-bg h5 .rte h2 a:active,
.just-films-grey-bg h4 .rte h2 a:active,
.just-films-grey-bg h5 .rte h3 a:active,
.just-films-grey-bg h4 .rte h3 a:active,
.just-films-grey-bg h5 .rte h4 a:active,
.just-films-grey-bg h4 .rte h4 a:active,
.just-films-grey-bg h5 .rte h5 a:active,
.just-films-grey-bg h4 .rte h5 a:active,
.just-films-grey-bg h5 .rte h6 a:active,
.just-films-grey-bg h4 .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

.just-films-grey-bg h5 .rte h2 a:focus,
.just-films-grey-bg h4 .rte h2 a:focus,
.just-films-grey-bg h5 .rte h3 a:focus,
.just-films-grey-bg h4 .rte h3 a:focus,
.just-films-grey-bg h5 .rte h4 a:focus,
.just-films-grey-bg h4 .rte h4 a:focus,
.just-films-grey-bg h5 .rte h5 a:focus,
.just-films-grey-bg h4 .rte h5 a:focus,
.just-films-grey-bg h5 .rte h6 a:focus,
.just-films-grey-bg h4 .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.just-films-grey-bg h5 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a,
.just-films-grey-bg h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

.just-films-grey-bg h5 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.just-films-grey-bg h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.just-films-grey-bg h5 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.just-films-grey-bg h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

.just-films-grey-bg h5 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.just-films-grey-bg h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

.just-films-grey-bg h5 .rte p.blue-button a,
.just-films-grey-bg h4 .rte p.blue-button a {
	color: #ffffff;
}

.just-films-grey-bg h5 .rte p.blue-button a:hover,
.just-films-grey-bg h4 .rte p.blue-button a:hover,
.just-films-grey-bg h5 .rte p.blue-button a:active,
.just-films-grey-bg h4 .rte p.blue-button a:active,
.just-films-grey-bg h5 .rte p.blue-button a:focus,
.just-films-grey-bg h4 .rte p.blue-button a:focus {
	color: #007FAA;
}

.just-films-grey-bg h5 .rte .orange-button a,
.just-films-grey-bg h4 .rte .orange-button a {
	box-shadow: none;
}

.just-films-grey-bg h5 .rte .link-standalone,
.just-films-grey-bg h4 .rte .link-standalone {
	color: #ffffff;
}

.just-films-grey-bg h5 .rte .link-standalone a,
.just-films-grey-bg h4 .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.just-films-grey-bg h5 .rte .link-standalone a:hover,
.just-films-grey-bg h4 .rte .link-standalone a:hover,
.just-films-grey-bg h5 .rte .link-standalone a:active,
.just-films-grey-bg h4 .rte .link-standalone a:active,
.just-films-grey-bg h5 .rte .link-standalone a:focus,
.just-films-grey-bg h4 .rte .link-standalone a:focus {
	text-decoration: none;
}

.just-films-grey-bg h5 .rte .link-standalone a:hover,
.just-films-grey-bg h4 .rte .link-standalone a:hover,
.just-films-grey-bg h5 .rte .link-standalone a:active,
.just-films-grey-bg h4 .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.just-films-grey-bg h5 .rte .link-standalone a:focus,
.just-films-grey-bg h4 .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default,
.just-films-grey-bg h4 .bootstrap-select .btn-default,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default:hover,
.just-films-grey-bg h4 .bootstrap-select .btn-default:hover,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg h5 .bootstrap-select .btn-default:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default:active,
.just-films-grey-bg h4 .bootstrap-select .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select .btn-default.active,
.just-films-grey-bg h4 .bootstrap-select .btn-default.active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.just-films-grey-bg h5 .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg h4 .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg h5 .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-grey-bg h4 .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default:active,
.just-films-grey-bg h4 .bootstrap-select .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select .btn-default.active,
.just-films-grey-bg h4 .bootstrap-select .btn-default.active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.just-films-grey-bg h5 .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg h4 .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg h5 .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-grey-bg h4 .bootstrap-select.open .btn-default {
	background-image: none;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default:active:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default:active:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:active:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:active:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default.active:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default.active:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.active:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.active:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default.focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default.focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default:active.focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default:active.focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:active.focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:active.focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default.active.focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default.active.focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.active.focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled],
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled],
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled],
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default,
.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled:hover,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled:hover,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled:hover,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled:hover,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled]:hover,
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled]:hover,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled]:hover,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled]:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled]:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled]:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled:active,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled:active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled:active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled:active,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled]:active,
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled]:active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled]:active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default:active,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled.active,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled.active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled.active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled.active,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled].active,
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled].active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled].active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default.active,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default .badge,
.just-films-grey-bg h4 .bootstrap-select .btn-default .badge,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default .badge,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default:hover,
.just-films-grey-bg h4 .bootstrap-select .btn-default:hover,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg h5 .bootstrap-select .btn-default:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default:active,
.just-films-grey-bg h4 .bootstrap-select .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select .btn-default.active,
.just-films-grey-bg h4 .bootstrap-select .btn-default.active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.just-films-grey-bg h5 .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg h4 .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg h5 .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-grey-bg h4 .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default:active,
.just-films-grey-bg h4 .bootstrap-select .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select .btn-default.active,
.just-films-grey-bg h4 .bootstrap-select .btn-default.active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.just-films-grey-bg h5 .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg h4 .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-grey-bg h5 .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-grey-bg h4 .bootstrap-select.open .btn-default {
	background-image: none;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default:active:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default:active:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:active:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:active:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default.active:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default.active:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.active:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.active:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default.focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default.focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default:active.focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default:active.focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default:active.focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default:active.focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default.active.focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default.active.focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.active.focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled],
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled],
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled],
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default,
.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled:hover,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled:hover,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled:hover,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled:hover,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled]:hover,
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled]:hover,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled]:hover,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default:hover,
.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled]:focus,
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled]:focus,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled]:focus,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default:focus,
.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled:active,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled:active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled:active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled:active,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled]:active,
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled]:active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled]:active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default:active,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default:active,
.just-films-grey-bg h5 .bootstrap-select .btn-default.disabled.active,
.just-films-grey-bg h4 .bootstrap-select .btn-default.disabled.active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default.disabled.active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default.disabled.active,
.just-films-grey-bg h5 .bootstrap-select .btn-default[disabled].active,
.just-films-grey-bg h4 .bootstrap-select .btn-default[disabled].active,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default[disabled].active,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-grey-bg h5 .bootstrap-select.open .btn-default.active,
fieldset[disabled] .just-films-grey-bg h4 .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.just-films-grey-bg h5 .bootstrap-select .btn-default .badge,
.just-films-grey-bg h4 .bootstrap-select .btn-default .badge,
.just-films-grey-bg h5 .bootstrap-select.open .btn-default .badge,
.just-films-grey-bg h4 .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

@media (min-width:768px) {

	.just-films-grey-bg h5,
	.just-films-grey-bg h4 {
		padding-bottom: 20px;
	}
}

@media (min-width:1200px) {

	.just-films-grey-bg h5,
	.just-films-grey-bg h4 {
		padding-bottom: 24px;
	}
}

@media (min-width:768px) {

	.just-films-grey-bg h5,
	.just-films-grey-bg h4 {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {

	.just-films-grey-bg h5,
	.just-films-grey-bg h4 {
		margin-bottom: 24px;
	}
}

.justfilms-landing-full-gray {
	background-color: #404040 !important;
	margin-bottom: 15px;
	color: #E5E5E5;
}

@media (min-width:768px) {
	.justfilms-landing-full-gray {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-full-gray {
		margin-bottom: 36px;
	}
}

.justfilms-landing-full-gray h5 {
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #555555;
	font-size: 1.5625rem;
}

.justfilms-landing-full-gray h5 a {
	color: #ffffff;
}

.justfilms-landing-full-gray h5 a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.justfilms-landing-full-gray h5 .rte h2 a,
.justfilms-landing-full-gray h5 .rte h3 a,
.justfilms-landing-full-gray h5 .rte h4 a,
.justfilms-landing-full-gray h5 .rte h5 a,
.justfilms-landing-full-gray h5 .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.justfilms-landing-full-gray h5 .rte h2 a:hover,
.justfilms-landing-full-gray h5 .rte h3 a:hover,
.justfilms-landing-full-gray h5 .rte h4 a:hover,
.justfilms-landing-full-gray h5 .rte h5 a:hover,
.justfilms-landing-full-gray h5 .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.justfilms-landing-full-gray h5 .rte h2 a:active,
.justfilms-landing-full-gray h5 .rte h3 a:active,
.justfilms-landing-full-gray h5 .rte h4 a:active,
.justfilms-landing-full-gray h5 .rte h5 a:active,
.justfilms-landing-full-gray h5 .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

.justfilms-landing-full-gray h5 .rte h2 a:focus,
.justfilms-landing-full-gray h5 .rte h3 a:focus,
.justfilms-landing-full-gray h5 .rte h4 a:focus,
.justfilms-landing-full-gray h5 .rte h5 a:focus,
.justfilms-landing-full-gray h5 .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.justfilms-landing-full-gray h5 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

.justfilms-landing-full-gray h5 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.justfilms-landing-full-gray h5 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

.justfilms-landing-full-gray h5 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

.justfilms-landing-full-gray h5 .rte p.blue-button a {
	color: #ffffff;
}

.justfilms-landing-full-gray h5 .rte p.blue-button a:hover,
.justfilms-landing-full-gray h5 .rte p.blue-button a:active,
.justfilms-landing-full-gray h5 .rte p.blue-button a:focus {
	color: #007FAA;
}

.justfilms-landing-full-gray h5 .rte .orange-button a {
	box-shadow: none;
}

.justfilms-landing-full-gray h5 .rte .link-standalone {
	color: #ffffff;
}

.justfilms-landing-full-gray h5 .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.justfilms-landing-full-gray h5 .rte .link-standalone a:hover,
.justfilms-landing-full-gray h5 .rte .link-standalone a:active,
.justfilms-landing-full-gray h5 .rte .link-standalone a:focus {
	text-decoration: none;
}

.justfilms-landing-full-gray h5 .rte .link-standalone a:hover,
.justfilms-landing-full-gray h5 .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.justfilms-landing-full-gray h5 .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:hover,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:hover,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.justfilms-landing-full-gray h5 .bootstrap-select .btn-default,
.open .dropdown-toggle.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.justfilms-landing-full-gray h5 .bootstrap-select .btn-default,
.open .dropdown-toggle.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default {
	background-image: none;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active.focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active.focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active.focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled],
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled:hover,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled:hover,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled]:hover,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default:hover,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:hover,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled]:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default:focus,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled:active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled:active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled]:active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled.active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled.active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled].active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default .badge,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:hover,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:hover,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.justfilms-landing-full-gray h5 .bootstrap-select .btn-default,
.open .dropdown-toggle.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.justfilms-landing-full-gray h5 .bootstrap-select .btn-default,
.open .dropdown-toggle.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default {
	background-image: none;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active.focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active.focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active.focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled],
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled:hover,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled:hover,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled]:hover,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default:hover,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:hover,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled]:focus,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default:focus,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:focus,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled:active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled:active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled]:active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default:active,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default:active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default.disabled.active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.disabled.active,
.justfilms-landing-full-gray h5 .bootstrap-select .btn-default[disabled].active,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select .btn-default.active,
fieldset[disabled] .justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.justfilms-landing-full-gray h5 .bootstrap-select .btn-default .badge,
.justfilms-landing-full-gray h5 .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

@media (min-width:768px) {
	.justfilms-landing-full-gray h5 {
		padding-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-full-gray h5 {
		padding-bottom: 24px;
	}
}

@media (min-width:768px) {
	.justfilms-landing-full-gray h5 {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-full-gray h5 {
		margin-bottom: 24px;
	}
}

.justfilms-landing-full-gray a {
	color: #ffffff;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.justfilms-landing-full-gray h2 a,
.justfilms-landing-full-gray h3 a,
.justfilms-landing-full-gray h4 a,
.justfilms-landing-full-gray h5 a {
	box-shadow: none;
}

.justfilms-landing-full-gray h2 a:hover,
.justfilms-landing-full-gray h3 a:hover,
.justfilms-landing-full-gray h4 a:hover,
.justfilms-landing-full-gray h5 a:hover,
.justfilms-landing-full-gray h2 a:active,
.justfilms-landing-full-gray h3 a:active,
.justfilms-landing-full-gray h4 a:active,
.justfilms-landing-full-gray h5 a:active,
.justfilms-landing-full-gray h2 a:focus,
.justfilms-landing-full-gray h3 a:focus,
.justfilms-landing-full-gray h4 a:focus,
.justfilms-landing-full-gray h5 a:focus {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	color: #ffffff;
	text-decoration: none;
}

.justfilms-landing-full-gray h2 a:focus,
.justfilms-landing-full-gray h3 a:focus,
.justfilms-landing-full-gray h4 a:focus,
.justfilms-landing-full-gray h5 a:focus {
	box-shadow: inset 0 -1px 0 #ffffff;
}

.justfilms-landing-full-gray p a {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.justfilms-landing-full-gray p a:hover,
.justfilms-landing-full-gray p a:active,
.justfilms-landing-full-gray p a:focus {
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.justfilms-landing-full-gray p a:focus {
	background-color: #f8caac;
	box-shadow: inset 0 -2px 0 #f8caac;
	color: #404040;
}

.justfilms-landing-gray-right-box-button-links {
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media (min-width:768px) {
	.justfilms-landing-gray-right-box-button-links {
		margin-top: 30px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-gray-right-box-button-links {
		margin-top: 36px;
	}
}

@media (min-width:768px) {
	.justfilms-landing-gray-right-box-button-links {
		padding-top: 30px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-gray-right-box-button-links {
		padding-top: 36px;
	}
}

@media (min-width:768px) {
	.justfilms-landing-gray-right-box-button-links {
		margin-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-gray-right-box-button-links {
		margin-bottom: 48px;
	}
}

@media (min-width:768px) {
	.justfilms-landing-gray-right-box-button-links {
		padding-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-gray-right-box-button-links {
		padding-bottom: 48px;
	}
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #EEEEEE !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width:768px) {
	.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) {
		float: left;
		width: 41.66666667%;
	}
}

@media (min-width:768px) {
	.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) {
		margin-left: 8.33333333%;
	}
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) .card-more-image {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) .card-more-list-item {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

@media (min-width:768px) {
	.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) {
		padding-top: 20px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) {
		padding-top: 24px;
	}
}

@media (min-width:768px) {
	.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) {
		padding-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) {
		padding-bottom: 24px;
	}
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	display: block;
	width: 100%;
	margin-top: 10px;
	color: #ffffff !important;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.focus {
	color: #fff;
	text-decoration: none;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled],
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled,
fieldset[disabled] a.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	pointer-events: none;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.focus {
	color: #C95100;
	text-decoration: none;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled],
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active,
.open>.dropdown-toggle.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active:hover,
.open>.dropdown-toggle.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active:focus,
.open>.dropdown-toggle.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active.focus,
.open>.dropdown-toggle.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active,
.open>.dropdown-toggle.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	background-image: none;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled]:hover,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled]:focus,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled].focus,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active,
.open .dropdown-toggle.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active,
.open .dropdown-toggle.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	background-image: none;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled],
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled]:hover,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled]:focus,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled]:active,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled.active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled].active,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active,
.open .dropdown-toggle.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active,
.open .dropdown-toggle.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
	background-image: none;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active.focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled],
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled]:hover,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled]:focus,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled]:active,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.disabled.active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a[disabled].active,
fieldset[disabled] .justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

@media (min-width:768px) {
	.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a {
		margin-top: 24px;
	}
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:hover {
	color: #ffffff !important;
	background-color: #e46d1d !important;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:active,
.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus {
	color: #ffffff !important;
	background-color: #0c6c6e !important;
}

.justfilms-landing-gray-right-box-button-links .col-sm-6:nth-child(2) a:focus {
	box-shadow: inset 0 0 0 2px #ffffff !important;
}

.strategy-background-img-colour {
	background-size: 100%;
	background-size: cover;
	background-position: center center;
}

.thematic-areas-gray-background {
	background-color: #E5E5E5;
}

section.anticipated-outcomes {
	position: relative;
}

section.anticipated-outcomes h4,
section.anticipated-outcomes .h4 {
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
}

section.anticipated-outcomes h4 a,
section.anticipated-outcomes .h4 a {
	color: #ffffff;
}

section.anticipated-outcomes h4 a:hover,
section.anticipated-outcomes .h4 a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

section.anticipated-outcomes h4 .rte h2 a,
section.anticipated-outcomes .h4 .rte h2 a,
section.anticipated-outcomes h4 .rte h3 a,
section.anticipated-outcomes .h4 .rte h3 a,
section.anticipated-outcomes h4 .rte h4 a,
section.anticipated-outcomes .h4 .rte h4 a,
section.anticipated-outcomes h4 .rte h5 a,
section.anticipated-outcomes .h4 .rte h5 a,
section.anticipated-outcomes h4 .rte h6 a,
section.anticipated-outcomes .h4 .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

section.anticipated-outcomes h4 .rte h2 a:hover,
section.anticipated-outcomes .h4 .rte h2 a:hover,
section.anticipated-outcomes h4 .rte h3 a:hover,
section.anticipated-outcomes .h4 .rte h3 a:hover,
section.anticipated-outcomes h4 .rte h4 a:hover,
section.anticipated-outcomes .h4 .rte h4 a:hover,
section.anticipated-outcomes h4 .rte h5 a:hover,
section.anticipated-outcomes .h4 .rte h5 a:hover,
section.anticipated-outcomes h4 .rte h6 a:hover,
section.anticipated-outcomes .h4 .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

section.anticipated-outcomes h4 .rte h2 a:active,
section.anticipated-outcomes .h4 .rte h2 a:active,
section.anticipated-outcomes h4 .rte h3 a:active,
section.anticipated-outcomes .h4 .rte h3 a:active,
section.anticipated-outcomes h4 .rte h4 a:active,
section.anticipated-outcomes .h4 .rte h4 a:active,
section.anticipated-outcomes h4 .rte h5 a:active,
section.anticipated-outcomes .h4 .rte h5 a:active,
section.anticipated-outcomes h4 .rte h6 a:active,
section.anticipated-outcomes .h4 .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

section.anticipated-outcomes h4 .rte h2 a:focus,
section.anticipated-outcomes .h4 .rte h2 a:focus,
section.anticipated-outcomes h4 .rte h3 a:focus,
section.anticipated-outcomes .h4 .rte h3 a:focus,
section.anticipated-outcomes h4 .rte h4 a:focus,
section.anticipated-outcomes .h4 .rte h4 a:focus,
section.anticipated-outcomes h4 .rte h5 a:focus,
section.anticipated-outcomes .h4 .rte h5 a:focus,
section.anticipated-outcomes h4 .rte h6 a:focus,
section.anticipated-outcomes .h4 .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

section.anticipated-outcomes h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a,
section.anticipated-outcomes .h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

section.anticipated-outcomes h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
section.anticipated-outcomes .h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
section.anticipated-outcomes h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
section.anticipated-outcomes .h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

section.anticipated-outcomes h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
section.anticipated-outcomes .h4 .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

section.anticipated-outcomes h4 .rte p.blue-button a,
section.anticipated-outcomes .h4 .rte p.blue-button a {
	color: #ffffff;
}

section.anticipated-outcomes h4 .rte p.blue-button a:hover,
section.anticipated-outcomes .h4 .rte p.blue-button a:hover,
section.anticipated-outcomes h4 .rte p.blue-button a:active,
section.anticipated-outcomes .h4 .rte p.blue-button a:active,
section.anticipated-outcomes h4 .rte p.blue-button a:focus,
section.anticipated-outcomes .h4 .rte p.blue-button a:focus {
	color: #007FAA;
}

section.anticipated-outcomes h4 .rte .orange-button a,
section.anticipated-outcomes .h4 .rte .orange-button a {
	box-shadow: none;
}

section.anticipated-outcomes h4 .rte .link-standalone,
section.anticipated-outcomes .h4 .rte .link-standalone {
	color: #ffffff;
}

section.anticipated-outcomes h4 .rte .link-standalone a,
section.anticipated-outcomes .h4 .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

section.anticipated-outcomes h4 .rte .link-standalone a:hover,
section.anticipated-outcomes .h4 .rte .link-standalone a:hover,
section.anticipated-outcomes h4 .rte .link-standalone a:active,
section.anticipated-outcomes .h4 .rte .link-standalone a:active,
section.anticipated-outcomes h4 .rte .link-standalone a:focus,
section.anticipated-outcomes .h4 .rte .link-standalone a:focus {
	text-decoration: none;
}

section.anticipated-outcomes h4 .rte .link-standalone a:hover,
section.anticipated-outcomes .h4 .rte .link-standalone a:hover,
section.anticipated-outcomes h4 .rte .link-standalone a:active,
section.anticipated-outcomes .h4 .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

section.anticipated-outcomes h4 .rte .link-standalone a:focus,
section.anticipated-outcomes .h4 .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default:hover,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:hover,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:hover,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:hover,
section.anticipated-outcomes h4 .bootstrap-select .btn-default:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default:active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active,
.open .dropdown-togglesection.anticipated-outcomes h4 .bootstrap-select .btn-default,
.open .dropdown-togglesection.anticipated-outcomes .h4 .bootstrap-select .btn-default,
.open .dropdown-togglesection.anticipated-outcomes h4 .bootstrap-select.open .btn-default,
.open .dropdown-togglesection.anticipated-outcomes .h4 .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default:active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active,
.open .dropdown-togglesection.anticipated-outcomes h4 .bootstrap-select .btn-default,
.open .dropdown-togglesection.anticipated-outcomes .h4 .bootstrap-select .btn-default,
.open .dropdown-togglesection.anticipated-outcomes h4 .bootstrap-select.open .btn-default,
.open .dropdown-togglesection.anticipated-outcomes .h4 .bootstrap-select.open .btn-default {
	background-image: none;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default:active:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.active:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default:active.focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active.focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active.focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active.focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.active.focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active.focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active.focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled],
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled],
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled],
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled:hover,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled:hover,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled:hover,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled:hover,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled]:hover,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled]:hover,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled]:hover,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default:hover,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default:hover,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:hover,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:hover,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled]:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled]:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled]:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default:focus,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default:focus,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:focus,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled:active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled:active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled:active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled:active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled]:active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled]:active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled]:active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default:active,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled.active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled.active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled.active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled.active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled].active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled].active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled].active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default.active,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default .badge,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default .badge,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default .badge,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default:hover,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:hover,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:hover,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:hover,
section.anticipated-outcomes h4 .bootstrap-select .btn-default:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default:active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active,
.open .dropdown-togglesection.anticipated-outcomes h4 .bootstrap-select .btn-default,
.open .dropdown-togglesection.anticipated-outcomes .h4 .bootstrap-select .btn-default,
.open .dropdown-togglesection.anticipated-outcomes h4 .bootstrap-select.open .btn-default,
.open .dropdown-togglesection.anticipated-outcomes .h4 .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default:active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active,
.open .dropdown-togglesection.anticipated-outcomes h4 .bootstrap-select .btn-default,
.open .dropdown-togglesection.anticipated-outcomes .h4 .bootstrap-select .btn-default,
.open .dropdown-togglesection.anticipated-outcomes h4 .bootstrap-select.open .btn-default,
.open .dropdown-togglesection.anticipated-outcomes .h4 .bootstrap-select.open .btn-default {
	background-image: none;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default:active:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.active:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default:active.focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active.focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active.focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active.focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.active.focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active.focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active.focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled],
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled],
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled],
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled:hover,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled:hover,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled:hover,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled:hover,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled]:hover,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled]:hover,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled]:hover,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default:hover,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default:hover,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:hover,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:hover,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled]:focus,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled]:focus,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled]:focus,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default:focus,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default:focus,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:focus,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:focus,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled:active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled:active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled:active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled:active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled]:active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled]:active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled]:active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default:active,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default:active,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default:active,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default:active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default.disabled.active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default.disabled.active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.disabled.active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.disabled.active,
section.anticipated-outcomes h4 .bootstrap-select .btn-default[disabled].active,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default[disabled].active,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default[disabled].active,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select .btn-default.active,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select .btn-default.active,
fieldset[disabled] section.anticipated-outcomes h4 .bootstrap-select.open .btn-default.active,
fieldset[disabled] section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

section.anticipated-outcomes h4 .bootstrap-select .btn-default .badge,
section.anticipated-outcomes .h4 .bootstrap-select .btn-default .badge,
section.anticipated-outcomes h4 .bootstrap-select.open .btn-default .badge,
section.anticipated-outcomes .h4 .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

@media (min-width:768px) {

	section.anticipated-outcomes h4,
	section.anticipated-outcomes .h4 {
		margin-bottom: 40px;
	}
}

@media (min-width:1200px) {

	section.anticipated-outcomes h4,
	section.anticipated-outcomes .h4 {
		margin-bottom: 48px;
	}
}

section.anticipated-outcomes .card-header {
	font-family: "KievitWeb";
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0.8em;
}

@media (min-width:992px) {
	section.anticipated-outcomes .card-header {
		padding-bottom: 1.2em;
	}
}

section.anticipated-outcomes .down-arrow {
	width: 50px;
	height: 20px;
	margin-left: -25px;
	position: absolute;
	top: 0;
	left: 50%;
	fill: #ffffff;
}

section.anticipated-outcomes .down-arrow svg {
	width: 100%;
	height: 100%;
	top: -1px;
	position: absolute;
}

section.anticipated-outcomes.regions .down-arrow {
	display: none;
}

section.anticipated-outcomes .card {
	font-size: 1em;
}

.blueHeader4 {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 110%;
	font-size: 1.25em;
	color: #365B7A;
}

.blueHeader4 small,
.blueHeader4 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.blueHeader4 small,
.blueHeader4 .small {
	font-size: 75%;
}

.blueHeader4 a {
	text-decoration: none;
}

@media (min-width:1200px) {
	.blueHeader4 {
		font-size: 1.5em;
	}
}

.blueHeader5 {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 130%;
	color: #365B7A;
}

.blueHeader5 small,
.blueHeader5 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.blueHeader5 small,
.blueHeader5 .small {
	font-size: 75%;
}

.blueHeader5 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.blueHeader5 {
		font-weight: 400;
		font-size: 1.5em;
	}
}

.blueHeader6 {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #365B7A;
}

.blueHeader6 small,
.blueHeader6 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.blueHeader6 small,
.blueHeader6 .small {
	font-size: 75%;
}

.blueHeader6 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.blueHeader6 {
		font-size: 0.738em;
	}
}

.blueHeader7 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #365B7A;
}

.blueHeader7 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.blueHeader7 {
		font-size: 0.738em;
	}
}

.greenHeader4 {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 110%;
	font-size: 1.25em;
	color: #365B7A;
}

.greenHeader4 small,
.greenHeader4 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.greenHeader4 small,
.greenHeader4 .small {
	font-size: 75%;
}

.greenHeader4 a {
	text-decoration: none;
}

@media (min-width:1200px) {
	.greenHeader4 {
		font-size: 1.5em;
	}
}

.greenHeader5 {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 130%;
	color: #57A61B;
}

.greenHeader5 small,
.greenHeader5 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.greenHeader5 small,
.greenHeader5 .small {
	font-size: 75%;
}

.greenHeader5 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.greenHeader5 {
		font-weight: 400;
		font-size: 1.5em;
	}
}

.greenHeader6 {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #57A61B;
}

.greenHeader6 small,
.greenHeader6 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.greenHeader6 small,
.greenHeader6 .small {
	font-size: 75%;
}

.greenHeader6 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.greenHeader6 {
		font-size: 0.738em;
	}
}

.greenHeader7 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #57A61B;
}

.greenHeader7 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.greenHeader7 {
		font-size: 0.738em;
	}
}

.how-we-make-grants {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.how-we-make-grants {
		margin-top: 60px;
	}
}

@media (min-width:1200px) {
	.how-we-make-grants {
		margin-top: 72px;
	}
}

@media (min-width:768px) {
	.how-we-make-grants {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.how-we-make-grants {
		margin-bottom: 72px;
	}
}

.how-we-make-grants h5 {
	color: #404040;
	font-size: 2.3125rem;
}

.terms-gray-background {
	background-color: #EEEEEE !important;
	padding-top: 30px;
	padding-bottom: 30px;
}

.terms-gray-background .card-more-image {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

.terms-gray-background .card-more-list-item {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

@media (min-width:768px) {
	.terms-gray-background {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.terms-gray-background {
		padding-top: 72px;
	}
}

.terms-gray-background.load-more-section {
	padding-bottom: 50px;
}

@media (min-width:768px) {
	.terms-gray-background.load-more-section {
		padding-bottom: 72px;
	}
}

@media (min-width:768px) {
	.terms-gray-background {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.terms-gray-background {
		padding-bottom: 72px;
	}
}

.terms-general {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width:768px) {
	.terms-general {
		padding-top: 30px;
	}
}

@media (min-width:1200px) {
	.terms-general {
		padding-top: 36px;
	}
}

@media (min-width:768px) {
	.terms-general {
		padding-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.terms-general {
		padding-bottom: 36px;
	}
}

.terms-general div>div>div:nth-child(2) {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:992px) {
	.terms-general div>div>div:nth-child(2) {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:1200px) {
	.terms-general div>div>div:nth-child(2) {
		float: left;
		width: 58.33333333%;
	}
}

.other-philanthropic-resources-resource-list:last-of-type {
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.other-philanthropic-resources-resource-list:last-of-type {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.other-philanthropic-resources-resource-list:last-of-type {
		margin-bottom: 72px;
	}
}

.other-philanthropic-resources-resource-list {
	font-size: 0.85em;
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
	color: #555555;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

.other-philanthropic-resources-resource-list a {
	box-shadow: none;
	color: #2c2c2c;
	font-family: "Arnhem-Blond";
	font-size: 1.15em;
	line-height: 1.25;
}

.other-philanthropic-resources-resource-list a:hover {
	background-color: transparent;
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
}

.other-philanthropic-resources-resource-list a:active,
.other-philanthropic-resources-resource-list a:focus {
	background-color: #fce8db;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	text-decoration: none;
}

.other-philanthropic-resources-resource-list p {
	margin-top: 0.5rem;
	line-height: 1.7;
}

.other-philanthropic-resources-resource-list div.h6 {
	font-size: 1em;
}

.other-philanthropic-resources-resource-list .mini-rule {
	background: url("images/blue-mini-rule.jpg") no-repeat;
	background-origin: border-box;
	padding-top: 20px;
	margin-top: 20px;
}

.other-philanthropic-resources-resource-list .list-inline>li {
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 9px;
}

.other-philanthropic-resources-resource-list>.navbar-header,
.other-philanthropic-resources-resource-list>.navbar-collapse {
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width:768px) {

	.other-philanthropic-resources-resource-list>.navbar-header,
	.other-philanthropic-resources-resource-list>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width:1600px) {
	.other-philanthropic-resources-resource-list {
		padding: 0 128px;
	}
}

.other-philanthropic-resources-resource-list .rte.col-sm-4 {
	background: url("images/blue-mini-rule.jpg") no-repeat;
	background-origin: content-box;
	padding-top: 20px;
	margin-top: 20px;
}

.other-philanthropic-resources-resource-list .rte.col-sm-4 p:first-child {
	margin-top: 20px;
}

.other-philanthropic-resources-resource-list .rte.col-sm-4 p:first-child a {
	box-shadow: none !important;
	color: #2c2c2c !important;
}

.other-philanthropic-resources-resource-list .rte.col-sm-4 p:first-child a:hover {
	background-color: transparent !important;
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6) !important;
}

.other-philanthropic-resources-resource-list .rte.col-sm-4 p:first-child a:active,
.other-philanthropic-resources-resource-list .rte.col-sm-4 p:first-child a:focus {
	background-color: #fce8db !important;
	box-shadow: inset 0 -2px 0 #0c6c6e !important;
	text-decoration: none !important;
}

.learning-gray {
	background-color: #EEEEEE !important;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.learning-gray .card-more-image {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

.learning-gray .card-more-list-item {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

@media (min-width:768px) {
	.learning-gray {
		padding-top: 50px;
	}
}

@media (min-width:1200px) {
	.learning-gray {
		padding-top: 60px;
	}
}

@media (min-width:768px) {
	.learning-gray {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.learning-gray {
		padding-bottom: 60px;
	}
}

@media (min-width:768px) {
	.learning-gray {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.learning-gray {
		margin-bottom: 72px;
	}
}

.learning-gray .learning-diagram {
	background-position: relative;
	border: 1px solid #ffffff;
	display: table;
	font-family: "KievitWeb";
	font-weight: bold;
	width: 100%;
}

.learning-gray .learning-diagram .learning-box {
	border: 1px solid #ffffff;
	color: #ffffff;
	width: 50%;
	display: inline-block;
	float: left;
}

.learning-gray .learning-diagram .learning-box p {
	padding: 1.5em 0.5em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 0.75rem;
	padding: 3em 0.5em;
}

@media (min-width:768px) {
	.learning-gray .learning-diagram .learning-box p {
		font-size: 0.9375rem;
	}
}

@media (min-width:1200px) {
	.learning-gray .learning-diagram .learning-box p {
		font-size: 1.125rem;
	}
}

@media (min-width:1600px) {
	.learning-gray .learning-diagram .learning-box p {
		font-size: 1.25rem;
	}
}

.learning-gray .learning-diagram .learning-box.top-left {
	background-color: #3555A6;
}

.learning-gray .learning-diagram .learning-box.top-right {
	background-color: #7F3F97;
}

.learning-gray .learning-diagram .learning-box.bottom-left {
	background-color: #C95100;
}

.learning-gray .learning-diagram .learning-box.bottom-right {
	background-color: #56823E;
}

.learning-gray .learning-diagram [class^="learning-arrow"],
.learning-gray .learning-diagram [class^="learning-arrow"]+span {
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}

.learning-gray .learning-diagram .learning-arrow-right {
	border-color: transparent transparent transparent #3555A6;
	border-width: 16px 0 16px 17px;
	right: calc(50% - 15px);
	top: calc(25% - 16px);
	z-index: 20;
}

.learning-gray .learning-diagram .learning-arrow-right+span {
	border-color: transparent transparent transparent #ffffff;
	border-width: 18px 0 18px 19px;
	right: calc(50% - 18px);
	top: calc(25% - 18px);
	z-index: 10;
}

.learning-gray .learning-diagram .learning-arrow-down {
	border-color: #7F3F97 transparent transparent transparent;
	border-width: 17px 16px 0 16px;
	right: 25%;
	top: calc(50% - 2px);
	z-index: 20;
}

.learning-gray .learning-diagram .learning-arrow-down+span {
	border-color: #ffffff transparent transparent transparent;
	border-width: 18px 17px 0 17px;
	right: calc(25% - 1px);
	top: 50%;
	z-index: 10;
}

.learning-gray .learning-diagram .learning-arrow-left {
	border-color: transparent #56823E transparent transparent;
	border-width: 16px 17px 16px 0;
	right: calc(50% - 2px);
	top: calc(75% - 16px);
	z-index: 20;
}

.learning-gray .learning-diagram .learning-arrow-left+span {
	border-color: transparent #ffffff transparent transparent;
	border-width: 17px 18px 17px 0;
	right: 50%;
	top: calc(75% - 17px);
	z-index: 10;
}

.learning-gray .learning-diagram .learning-arrow-up {
	border-color: transparent transparent #C95100 transparent;
	border-width: 0 16px 17px 16px;
	right: calc(75% - 32px);
	top: calc(50% - 14px);
	z-index: 20;
}

.learning-gray .learning-diagram .learning-arrow-up+span {
	border-color: transparent transparent #ffffff transparent;
	border-width: 0 16px 17px 16px;
	right: calc(75% - 32px);
	top: calc(50% - 17px);
	z-index: 10;
}

#challenge>div>div>section>div>div>p {
	margin: 36px 0 12px;
}

#challenge>div>div>section {
	padding-bottom: 25px;
}

@media (min-width:768px) {
	#challenge>div>div>section {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	#challenge>div>div>section {
		padding-bottom: 60px;
	}
}

#challenge>div>div>section:first-child {
	padding-bottom: 0;
}

section.challenge.row {
	margin-left: 0;
	margin-right: 0;
}

section.thematic-area {
	background-color: #E5E5E5;
}

.challenges-landing-general {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding: 0 5%;
}

@media (min-width:768px) {
	.challenges-landing-general {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {
	.challenges-landing-general {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {
	.challenges-landing-general {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {
	.challenges-landing-general {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {
	.challenges-landing-general {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {
	.challenges-landing-general {
		margin-left: 25%;
	}
}

@media (min-width:768px) {
	.challenges-landing-general {
		padding: inherit;
	}
}

.challenges-landing-general h1,
.challenges-landing-general h2,
.challenges-landing-general h3,
.challenges-landing-general h4,
.challenges-landing-general h5,
.challenges-landing-general h6,
.challenges-landing-general h7 {
	margin-top: 30px;
	margin-bottom: 15px;
}

@media (min-width:768px) {

	.challenges-landing-general h1,
	.challenges-landing-general h2,
	.challenges-landing-general h3,
	.challenges-landing-general h4,
	.challenges-landing-general h5,
	.challenges-landing-general h6,
	.challenges-landing-general h7 {
		margin-top: 60px;
	}
}

@media (min-width:1200px) {

	.challenges-landing-general h1,
	.challenges-landing-general h2,
	.challenges-landing-general h3,
	.challenges-landing-general h4,
	.challenges-landing-general h5,
	.challenges-landing-general h6,
	.challenges-landing-general h7 {
		margin-top: 72px;
	}
}

@media (min-width:768px) {

	.challenges-landing-general h1,
	.challenges-landing-general h2,
	.challenges-landing-general h3,
	.challenges-landing-general h4,
	.challenges-landing-general h5,
	.challenges-landing-general h6,
	.challenges-landing-general h7 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {

	.challenges-landing-general h1,
	.challenges-landing-general h2,
	.challenges-landing-general h3,
	.challenges-landing-general h4,
	.challenges-landing-general h5,
	.challenges-landing-general h6,
	.challenges-landing-general h7 {
		margin-bottom: 36px;
	}
}

.challenges-landing-body section div.col-xs-12 img {
	width: 80%;
}

ul {
	padding-left: 16px;
	line-height: 1.5;
}

@media (min-width:992px) {
	ul {
		padding-left: 20px;
	}
}

li {
	padding-bottom: 12px;
}

li:last-of-type {
	padding-bottom: 0;
}

.challenges-landing-general-no-top-margin h2,
.challenges-landing-general-no-top-margin h3,
.challenges-landing-general-no-top-margin h4,
.challenges-landing-general-no-top-margin h5,
.challenges-landing-general-no-top-margin h6,
.challenges-landing-general-no-top-margin h7 {
	margin-top: 0;
	margin-bottom: 15px;
}

@media (min-width:768px) {

	.challenges-landing-general-no-top-margin h2,
	.challenges-landing-general-no-top-margin h3,
	.challenges-landing-general-no-top-margin h4,
	.challenges-landing-general-no-top-margin h5,
	.challenges-landing-general-no-top-margin h6,
	.challenges-landing-general-no-top-margin h7 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {

	.challenges-landing-general-no-top-margin h2,
	.challenges-landing-general-no-top-margin h3,
	.challenges-landing-general-no-top-margin h4,
	.challenges-landing-general-no-top-margin h5,
	.challenges-landing-general-no-top-margin h6,
	.challenges-landing-general-no-top-margin h7 {
		margin-bottom: 36px;
	}
}

.challenges-landing-images {
	padding-top: 10px;
	padding-bottom: 20px;
}

.challenges-landing-images img {
	border-radius: 50%;
	display: block;
	max-width: 100%;
	height: auto;
}

.challenges-landing-images img.border {
	border: 3px solid #ffffff;
	width: 100px;
}

@media (min-width:768px) {
	.challenges-landing-images {
		padding-top: 20px;
	}
}

@media (min-width:1200px) {
	.challenges-landing-images {
		padding-top: 24px;
	}
}

@media (min-width:768px) {
	.challenges-landing-images {
		padding-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.challenges-landing-images {
		padding-bottom: 48px;
	}
}

.challenges-landing-image-text-image {
	margin-top: 30px;
}

@media (min-width:768px) {
	.challenges-landing-image-text-image {
		margin-top: 60px;
	}
}

@media (min-width:1200px) {
	.challenges-landing-image-text-image {
		margin-top: 72px;
	}
}

.challenges-landing-image-text-image div div:first-of-type {
	float: left;
	width: 16.66666667%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.challenges-landing-image-text-image div div:first-of-type {
		float: left;
		width: 25%;
	}
}

@media (max-width:767px) {
	.challenges-landing-image-text-image div div:first-of-type {
		display: none !important;
	}
}

.challenges-landing-image-text-image div div:nth-of-type(2) {
	float: left;
	width: 66.66666667%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}

@media (min-width:768px) {
	.challenges-landing-image-text-image div div:nth-of-type(2) {
		float: left;
		width: 50%;
	}
}

.challenges-landing-image-text-image div div:nth-of-type(2) h1,
.challenges-landing-image-text-image div div:nth-of-type(2) h2,
.challenges-landing-image-text-image div div:nth-of-type(2) h3,
.challenges-landing-image-text-image div div:nth-of-type(2) h4,
.challenges-landing-image-text-image div div:nth-of-type(2) h5,
.challenges-landing-image-text-image div div:nth-of-type(2) h6,
.challenges-landing-image-text-image div div:nth-of-type(2) h7 {
	color: #0c6c6e;
}

.challenges-landing-image-text-image div div:nth-of-type(2) p {
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.challenges-landing-image-text-image div div:nth-of-type(2) p {
		margin-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.challenges-landing-image-text-image div div:nth-of-type(2) p {
		margin-bottom: 48px;
	}
}

.challenges-landing-image-text-image div div:last-of-type {
	float: left;
	width: 16.66666667%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.challenges-landing-image-text-image div div:last-of-type {
		float: left;
		width: 25%;
	}
}

@media (max-width:767px) {
	.challenges-landing-image-text-image div div:last-of-type {
		display: none !important;
	}
}

.challenges-landing-image-text-image div img {
	display: block;
	max-width: 100%;
	height: auto;
}

.internships-Learning-left-image-right-text {
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width:768px) {
	.internships-Learning-left-image-right-text {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.internships-Learning-left-image-right-text {
		padding-top: 72px;
	}
}

.internships-Learning-left-image-right-text.load-more-section {
	padding-bottom: 50px;
}

@media (min-width:768px) {
	.internships-Learning-left-image-right-text.load-more-section {
		padding-bottom: 72px;
	}
}

@media (min-width:768px) {
	.internships-Learning-left-image-right-text {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.internships-Learning-left-image-right-text {
		padding-bottom: 72px;
	}
}

.internships-Learning-left-image-right-text img {
	display: block;
	max-width: 100%;
	height: auto;
}

.internships-Learning-left-image-right-text div>div.col-sm-4>p>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.internships-Learning-left-image-right-text div>div div:first-of-type {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.internships-Learning-left-image-right-text div>div div:first-of-type {
		float: left;
		width: 41.66666667%;
	}
}

.internships-Learning-left-image-right-text div>div div:nth-of-type(2) {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.internships-Learning-left-image-right-text div>div div:nth-of-type(2) {
		float: left;
		width: 58.33333333%;
	}
}

.internships-Learning-3-row-grey {
	background-color: #EEEEEE !important;
}

.internships-Learning-3-row-grey .card-more-image {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

.internships-Learning-3-row-grey .card-more-list-item {
	border-top: 1px solid #A6A8AB;
	border-bottom: 1px solid #A6A8AB;
}

.internships-Learning-3-row-grey div>div div {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.internships-Learning-3-row-grey div>div div {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.internships-Learning-3-row-grey div>div div {
		padding-top: 72px;
	}
}

.internships-Learning-3-row-grey div>div div.load-more-section {
	padding-bottom: 50px;
}

@media (min-width:768px) {
	.internships-Learning-3-row-grey div>div div.load-more-section {
		padding-bottom: 72px;
	}
}

@media (min-width:768px) {
	.internships-Learning-3-row-grey div>div div {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.internships-Learning-3-row-grey div>div div {
		padding-bottom: 72px;
	}
}

@media (min-width:768px) {
	.internships-Learning-3-row-grey div>div div {
		float: left;
		width: 33.33333333%;
	}
}

section.single-column-image-with-wrapped-text {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	section.single-column-image-with-wrapped-text {
		margin-top: 60px;
	}
}

@media (min-width:1200px) {
	section.single-column-image-with-wrapped-text {
		margin-top: 72px;
	}
}

@media (min-width:768px) {
	section.single-column-image-with-wrapped-text {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	section.single-column-image-with-wrapped-text {
		margin-bottom: 72px;
	}
}

@media (min-width:768px) {
	section.single-column-image-with-wrapped-text p>img {
		display: block;
		max-width: 100%;
		height: auto;
		float: left;
		padding: 0 40px 9px 0;
	}
}

.internships-Learning-bottom-text {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.internships-Learning-bottom-text {
		margin-top: 60px;
	}
}

@media (min-width:1200px) {
	.internships-Learning-bottom-text {
		margin-top: 72px;
	}
}

@media (min-width:768px) {
	.internships-Learning-bottom-text {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.internships-Learning-bottom-text {
		margin-bottom: 72px;
	}
}

.library-speeches-left-image-right-text {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8% 0 8%;
	margin-bottom: 30px;
}

.library-speeches-left-image-right-text>.navbar-header,
.library-speeches-left-image-right-text>.navbar-collapse {
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width:768px) {

	.library-speeches-left-image-right-text>.navbar-header,
	.library-speeches-left-image-right-text>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width:1600px) {
	.library-speeches-left-image-right-text {
		padding: 0 128px;
	}
}

@media (min-width:768px) {
	.library-speeches-left-image-right-text {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.library-speeches-left-image-right-text {
		margin-bottom: 72px;
	}
}

.library-speeches-left-image-right-text p,
.library-speeches-left-image-right-text h1,
.library-speeches-left-image-right-text h2,
.library-speeches-left-image-right-text h3,
.library-speeches-left-image-right-text h4,
.library-speeches-left-image-right-text h5,
.library-speeches-left-image-right-text h6 {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.library-speeches-left-image-right-text div img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.library-speeches-left-image-right-text div img.border {
	border: 3px solid #ffffff;
	width: 100px;
}

.library-tiles .margin-bottomx3.margin-top.text-left .col-xs-12 {
	padding: 0 !important;
}

body[data-template="Speeches"] section img {
	width: 100%;
}

.people-grantmakers {
	background-color: #FDC031;
}

.people-grantmakers .img-circle {
	border-radius: 50%;
	border: 3px solid #ffffff;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0;
	color: transparent;
}

.people-grantmakers .img-circle:before,
.people-grantmakers .img-circle:after {
	content: '';
	display: none;
	font-size: 0;
	color: transparent;
}

.people-grantmakers .person-attributes {
	display: block;
}

section.people-leadership-row .rte {
	text-align: center;
}

section.people-leadership-row .rte img {
	max-width: 25%;
	margin-bottom: 10px;
	margin-top: 10px;
}

@media (min-width:768px) {
	section.people-leadership-row .rte img {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	section.people-leadership-row .rte img {
		margin-top: 24px;
	}
}

section.people-leadership-row .rte .rte {
	padding-top: 25px;
}

@media (min-width:768px) {
	section.people-leadership-row .rte .rte {
		padding-top: 50px;
	}
}

@media (min-width:1200px) {
	section.people-leadership-row .rte .rte {
		padding-top: 60px;
	}
}

.row-no-padding {
	margin-left: 0;
	margin-right: 0;
}

.row-no-padding div[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.container-extra-wide>.row {
	margin: 0;
}

.container-extra-wide>.row>.col-xs-12 {
	padding: 0;
}

.table-expander {
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.table-expander {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.table-expander {
		margin-bottom: 72px;
	}
}

.table-expander .table-expander-toggle {
	text-align: center;
	padding-bottom: 15px;
}

@media (min-width:768px) {
	.table-expander .table-expander-toggle {
		padding-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.table-expander .table-expander-toggle {
		padding-bottom: 36px;
	}
}

.table-expander .table-expander-toggle a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #0c6c6e;
	display: inline-block;
}

.table-expander .table-expander-toggle a:hover,
.table-expander .table-expander-toggle a:active,
.table-expander .table-expander-toggle a:focus {
	text-decoration: none;
}

.table-expander .table-expander-toggle a:hover,
.table-expander .table-expander-toggle a:active {
	background-color: none !important;
	box-shadow: inset 0 -2px 0 #C95100;
	color: #C95100 !important;
}

.table-expander .table-expander-toggle a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	color: #0c6c6e;
}

.table-expander .table-expander-toggle a .icon-arrow-dn,
.table-expander .table-expander-toggle a .icon-arrow-up {
	font-size: 0.7em;
}

.table-expander table {
	font-family: "KievitWeb";
	width: 100%;
	line-height: 1.25;
}

.table-expander table thead {
	border-bottom: 2px solid #0c6c6e;
}

.table-expander table thead tr {
	border-top: transparent;
}

.table-expander table thead tr td,
.table-expander table thead tr th {
	font-weight: 700;
}

.table-expander table tr {
	border-top: 1px solid #A6A8AB;
}

.table-expander table td:not(:last-of-type),
.table-expander table th:not(:last-of-type) {
	padding: 0.7em 1em 0.5em 0;
}

section.form-row,
div.form-row {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #3555A6 !important;
}

@media (min-width:768px) {

	section.form-row,
	div.form-row {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {

	section.form-row,
	div.form-row {
		padding-top: 72px;
	}
}

section.form-row.load-more-section,
div.form-row.load-more-section {
	padding-bottom: 50px;
}

@media (min-width:768px) {

	section.form-row.load-more-section,
	div.form-row.load-more-section {
		padding-bottom: 72px;
	}
}

@media (min-width:768px) {

	section.form-row,
	div.form-row {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {

	section.form-row,
	div.form-row {
		padding-bottom: 72px;
	}
}

section.form-row a:not(.social-media-link),
div.form-row a:not(.social-media-link) {
	text-decoration: none;
	color: #ffffff;
}

section.form-row a:not(.social-media-link):hover,
div.form-row a:not(.social-media-link):hover,
section.form-row a:not(.social-media-link):active,
div.form-row a:not(.social-media-link):active,
section.form-row a:not(.social-media-link):focus,
div.form-row a:not(.social-media-link):focus {
	opacity: 1;
	box-shadow: inset 0 -1px 0 #ffffff;
}

section.form-row a:not(.social-media-link):focus,
div.form-row a:not(.social-media-link):focus {
	box-shadow: inset 0 -2px 0 #fff;
}

section.form-row p a,
div.form-row p a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.row-padding-bottom {
	padding-bottom: 25px;
}

@media (min-width:768px) {
	.row-padding-bottom {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.row-padding-bottom {
		padding-bottom: 60px;
	}
}

.row-padding-top {
	padding-top: 30px;
}

@media (min-width:768px) {
	.row-padding-top {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.row-padding-top {
		padding-top: 72px;
	}
}

.row-padding-both {
	overflow-x: hidden;
	padding-bottom: 25px;
	padding-top: 30px;
}

@media (min-width:768px) {
	.row-padding-both {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.row-padding-both {
		padding-bottom: 60px;
	}
}

@media (min-width:768px) {
	.row-padding-both {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.row-padding-both {
		padding-top: 72px;
	}
}

.row-bg-greylightest {
	padding-bottom: 25px;
	padding-top: 30px;
	background-color: #EEEEEE;
}

@media (min-width:768px) {
	.row-bg-greylightest {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.row-bg-greylightest {
		padding-bottom: 60px;
	}
}

@media (min-width:768px) {
	.row-bg-greylightest {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.row-bg-greylightest {
		padding-top: 72px;
	}
}

.row-bg-greylightest .rte hr {
	border-top: 1px solid #A6A8AB;
}

.row-padding-top-override {
	padding-top: calc(var(--rpt)*5px);
}

@media (min-width:768px) {
	.row-padding-top-override {
		padding-top: calc(var(--rpt)*10px);
	}
}

@media (min-width:1200px) {
	.row-padding-top-override {
		padding-top: calc(var(--rpt)*12px);
	}
}

.row-padding-bottom-override {
	padding-bottom: calc(var(--rpb)*5px);
}

@media (min-width:768px) {
	.row-padding-bottom-override {
		padding-bottom: calc(var(--rpb)*10px);
	}
}

@media (min-width:1200px) {
	.row-padding-bottom-override {
		padding-bottom: calc(var(--rpb)*12px);
	}
}

.able-main {
	position: relative;
	z-index: 900;
}

.able-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100% !important;
	height: auto;
	box-sizing: content-box !important;
	text-align: left;
	max-width: none !important;
}

.able-wrapper iframe {
	width: 100%;
}

.able-main-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 5001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
}

.able-main-overlay button {
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 50%;
	border: none;
	height: 6em;
	left: calc(50% - 3em);
	padding: 0;
	position: absolute;
	top: calc(50% - 3em);
	transition: all 0.3s ease;
	width: 6em;
}

.able-main-overlay button:hover,
.able-main-overlay button:active,
.able-main-overlay button:active:focus,
.able-main-overlay button:focus {
	background-color: rgba(0, 0, 0, 0.95);
	transform: scale(1.05);
}

.able-main-overlay button:active:focus,
.able-main-overlay button:focus {
	box-shadow: 0px 0px 10px 2px #ffffff;
	outline: none;
}

.able-main-overlay button:focus #play {
	fill: #0c6c6e;
}

.able-main-overlay button:hover:focus #play,
.able-main-overlay button:active:focus #play {
	fill: #ffffff;
}

.able-main-overlay button #play {
	position: absolute;
	fill: #ffffff;
	width: 5em;
	height: 5em;
	top: calc(50% - 2.5em);
	left: calc(50% - 2.5em);
}

.able {
	position: relative;
	margin: 0.25em 0 0 0;
	width: 100%;
	line-height: 1;
	background-color: #000000;
	z-index: 5000;
}

.able-column-left {
	float: left;
}

.able-column-right {
	float: left;
}

.able .able-vidcap-container {
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
}

.able-player {
	font-family: "KievitWeb";
	background-color: #000000;
}

.able-offscreen {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.able-media-container {
	line-height: 0;
}

.able-media-container audio {
	display: none !important;
}

.able-video .able-now-playing {
	display: none;
}

.able-controller {
	position: relative;
	border-bottom: 1px solid #404040;
	background-color: #000000;
	min-height: 38px;
	padding: 0 5px 5px 5px;
}

.able-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: auto !important;
}

.able .able-vidcap-container {
	overflow: hidden;
}

.able-big-play-button {
	position: absolute;
	font-size: 8em;
	opacity: 0.5;
	filter: alpha(opacity=50);
	color: #F7F7F7;
	background-color: transparent;
	border: none;
	outline: none;
	left: 0;
	top: 0;
	padding: 0;
	z-index: 6500;
}

.able-big-play-button:hover {
	opacity: 100;
	filter: alpha(opacity=100);
}

.able-left-controls,
.able-right-controls {
	overflow: visible;
}

.able-left-controls div[role="button"],
.able-right-controls div[role="button"] {
	vertical-align: middle;
}

.able-left-controls {
	float: left;
}

.able-right-controls {
	float: right;
}

.able-black-controls,
.able-black-controls div[role="button"],
.able-black-controls label {
	color: #000 !important;
}

.able-black-controls .able-seekbar {
	border: 1px solid #000;
}

.able-white-controls,
.able-white-controls div[role="button"],
.able-black-controls label {
	color: #FFF !important;
}

.able-white-controls .able-seekbar {
	border: 1px solid #FFF;
}

.able-controller div[role="button"] {
	background: none;
	border-radius: 1px;
	border-style: none;
	border: none;
	display: inline-block;
	font-size: 20px;
	min-width: 24px;
	outline: none;
	overflow: visible !important;
	padding: 5px 5px 0 5px;
	position: relative;
	z-index: 6600;
}

.able-controller div[role="button"]>span,
.able-controller div[role="button"]>img {
	width: 20px;
	margin: 0 auto;
	padding: 0;
	z-index: 6700;
}

.able-controller .buttonOff {
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 6800;
}

.able-controller .able-seekbar {
	margin: 0 5px;
	z-index: 6900;
}

.able-controller div[role="button"]:hover {
	background-color: #2c2c2c;
	border-radius: 3px;
	outline: none !important;
}

.able-controller div[role="button"]:focus {
	outline: none !important;
	box-shadow: inset 0 0 0 2px #0c6c6e;
}

.able-controller button::-moz-focus-inner,
.able-search-results button::-moz-focus-inner {
	border: 0;
}

.able-seekbar-wrapper {
	display: inline-block;
	vertical-align: middle;
}

.able-seekbar {
	position: relative;
	height: 0.5em;
	border: 1px solid;
	margin: 0 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}

.able-seekbar-loaded {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: calc(0.5em - 2px);
	background-color: #2c2c2c;
	z-index: 5100;
}

.able-seekbar-played {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: calc(0.5em - 2px);
	background-color: #DADADA;
	z-index: 5200;
}

.able-seekbar-head {
	display: inline-block;
	position: relative;
	left: 0;
	top: calc(-0.4em + 4px);
	background-color: #F7F7F7;
	width: 0.8em;
	height: 0.8em;
	border: 2px solid;
	border-radius: 0.8em;
	z-index: 5500;
}

.able-seekbar-head:hover,
.able-seekbar-head:active {
	border: 2px solid #0c6c6e;
	outline: none;
}

.able-seekbar-head:focus {
	outline: none;
	background-color: #0c6c6e;
	border: 2px solid #0c6c6e;
}

.able-volume-slider {
	width: 34px;
	height: 70px;
	background-color: #404040;
	padding: 10px 0;
	position: absolute;
	right: 0px;
	top: -74px;
	display: block;
	z-index: 9100;
}

.able-volume-track {
	display: block;
	position: relative;
	height: 100%;
	width: 7px;
	margin: 0 auto;
	background-color: #000;
}

.able-volume-track.able-volume-track-on {
	background-color: #dadada;
	position: absolute;
	height: 20px;
	top: 30px;
}

.able-volume-slider>.able-volume-track {
	border: 1px solid #FFF;
}

.able-volume-head {
	display: inline-block;
	background-color: #F7F7F7;
	outline: 1px solid #333;
	position: absolute;
	height: 7px;
	width: 15px;
	left: -5px;
	top: 23px;
	z-index: 9175;
}

.able-volume-head:hover,
.able-volume-head:focus {
	background-color: #0c6c6e !important;
}

.able-volume-help {
	display: none;
}

.able-status-bar {
	height: 1.5em;
	min-height: 1.5em;
	color: #CCC;
	font-size: 0.8em;
	background-color: transparent;
	padding: 0.7em 0.5em 0;
	box-sizing: content-box;
}

.able-status-bar span.able-timer {
	text-align: left;
	float: left;
	width: 32%;
}

.able-status-bar span.able-speed {
	float: left;
	width: 33%;
	text-align: center;
}

.able-status {
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 0.05em;
	float: right;
	width: 32%;
	text-align: right;
}

div.able-captions-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.35em;
	display: block;
	z-index: 6000;
}

div.able-captions {
	display: none;
	padding: 0.15em 0.25em;
	background-color: black;
	font-size: 1.1em;
	color: white;
	opacity: 0.75;
}

div.able-captions-overlay {
	position: absolute;
	margin: 0;
	bottom: 0;
}

div.able-captions-below {
	position: relative;
	min-height: 3.2em;
}

div.able-descriptions {
	position: relative;
	color: #FF6;
	background-color: #262626;
	min-height: 2.8em;
	border-top: 1px solid #666;
	margin: 0;
	padding: 3%;
	width: 100%;
	text-align: center;
}

div.able-now-playing {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: transparent;
	padding: 0.5em 0.5em 1em;
}

div.able-now-playing span {
	font-size: 0.9em;
}

div.able-now-playing span span {
	display: block;
}

div.able-modal-dialog {
	position: fixed;
	height: auto;
	overflow-y: auto;
	max-height: calc(90vh - 3em);
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	outline: 0px none;
	display: none;
	color: #2c2c2c;
	background-color: #FAFAFA;
	box-sizing: content-box !important;
	z-index: 10000020 !important;
}

div.able-modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	display: none;
	z-index: 10000010 !important;
}

.able-prefs-form button.modalCloseButton,
.able-resize-form button.modalCloseButton {
	position: absolute;
	top: 10px;
	right: 10px;
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #404040;
	background-color: #ffffff;
	border-color: #767676;
}

.able-prefs-form button.modalCloseButton:focus,
.able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton:active:focus,
.able-resize-form button.modalCloseButton:active:focus,
.able-prefs-form button.modalCloseButton.active:focus,
.able-resize-form button.modalCloseButton.active:focus,
.able-prefs-form button.modalCloseButton.focus,
.able-resize-form button.modalCloseButton.focus,
.able-prefs-form button.modalCloseButton:active.focus,
.able-resize-form button.modalCloseButton:active.focus,
.able-prefs-form button.modalCloseButton.active.focus,
.able-resize-form button.modalCloseButton.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.able-prefs-form button.modalCloseButton:hover,
.able-resize-form button.modalCloseButton:hover,
.able-prefs-form button.modalCloseButton:focus,
.able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton.focus,
.able-resize-form button.modalCloseButton.focus {
	color: #fff;
	text-decoration: none;
}

.able-prefs-form button.modalCloseButton:active,
.able-resize-form button.modalCloseButton:active,
.able-prefs-form button.modalCloseButton.active,
.able-resize-form button.modalCloseButton.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.able-prefs-form button.modalCloseButton.disabled,
.able-resize-form button.modalCloseButton.disabled,
.able-prefs-form button.modalCloseButton[disabled],
.able-resize-form button.modalCloseButton[disabled],
fieldset[disabled] .able-prefs-form button.modalCloseButton,
fieldset[disabled] .able-resize-form button.modalCloseButton {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.able-prefs-form button.modalCloseButton.disabled,
a.able-resize-form button.modalCloseButton.disabled,
fieldset[disabled] a.able-prefs-form button.modalCloseButton,
fieldset[disabled] a.able-resize-form button.modalCloseButton {
	pointer-events: none;
}

.able-prefs-form button.modalCloseButton:focus,
.able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton:active:focus,
.able-resize-form button.modalCloseButton:active:focus,
.able-prefs-form button.modalCloseButton.active:focus,
.able-resize-form button.modalCloseButton.active:focus,
.able-prefs-form button.modalCloseButton.focus,
.able-resize-form button.modalCloseButton.focus,
.able-prefs-form button.modalCloseButton:active.focus,
.able-resize-form button.modalCloseButton:active.focus,
.able-prefs-form button.modalCloseButton.active.focus,
.able-resize-form button.modalCloseButton.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.able-prefs-form button.modalCloseButton:hover,
.able-resize-form button.modalCloseButton:hover,
.able-prefs-form button.modalCloseButton:focus,
.able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton.focus,
.able-resize-form button.modalCloseButton.focus {
	color: #C95100;
	text-decoration: none;
}

.able-prefs-form button.modalCloseButton:active,
.able-resize-form button.modalCloseButton:active,
.able-prefs-form button.modalCloseButton.active,
.able-resize-form button.modalCloseButton.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.able-prefs-form button.modalCloseButton.disabled,
.able-resize-form button.modalCloseButton.disabled,
.able-prefs-form button.modalCloseButton[disabled],
.able-resize-form button.modalCloseButton[disabled],
fieldset[disabled] .able-prefs-form button.modalCloseButton,
fieldset[disabled] .able-resize-form button.modalCloseButton {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.able-prefs-form button.modalCloseButton:hover,
.able-resize-form button.modalCloseButton:hover,
.able-prefs-form button.modalCloseButton:focus,
.able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton:active,
.able-resize-form button.modalCloseButton:active,
.able-prefs-form button.modalCloseButton.active,
.able-resize-form button.modalCloseButton.active,
.open .dropdown-toggle.able-prefs-form button.modalCloseButton,
.open .dropdown-toggle.able-resize-form button.modalCloseButton {
	color: #404040;
	background-color: #fbe2d1;
	border-color: #0c6c6e;
}

.able-prefs-form button.modalCloseButton:active,
.able-resize-form button.modalCloseButton:active,
.able-prefs-form button.modalCloseButton.active,
.able-resize-form button.modalCloseButton.active,
.open .dropdown-toggle.able-prefs-form button.modalCloseButton,
.open .dropdown-toggle.able-resize-form button.modalCloseButton {
	background-image: none;
}

.able-prefs-form button.modalCloseButton:focus,
.able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton:active:focus,
.able-resize-form button.modalCloseButton:active:focus,
.able-prefs-form button.modalCloseButton.active:focus,
.able-resize-form button.modalCloseButton.active:focus,
.able-prefs-form button.modalCloseButton.focus,
.able-resize-form button.modalCloseButton.focus,
.able-prefs-form button.modalCloseButton:active.focus,
.able-resize-form button.modalCloseButton:active.focus,
.able-prefs-form button.modalCloseButton.active.focus,
.able-resize-form button.modalCloseButton.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #ffffff;
	border-color: #767676;
	color: #404040;
}

.able-prefs-form button.modalCloseButton.disabled,
.able-resize-form button.modalCloseButton.disabled,
.able-prefs-form button.modalCloseButton[disabled],
.able-resize-form button.modalCloseButton[disabled],
fieldset[disabled] .able-prefs-form button.modalCloseButton,
fieldset[disabled] .able-resize-form button.modalCloseButton,
.able-prefs-form button.modalCloseButton.disabled:hover,
.able-resize-form button.modalCloseButton.disabled:hover,
.able-prefs-form button.modalCloseButton[disabled]:hover,
.able-resize-form button.modalCloseButton[disabled]:hover,
fieldset[disabled] .able-prefs-form button.modalCloseButton:hover,
fieldset[disabled] .able-resize-form button.modalCloseButton:hover,
.able-prefs-form button.modalCloseButton.disabled:focus,
.able-resize-form button.modalCloseButton.disabled:focus,
.able-prefs-form button.modalCloseButton[disabled]:focus,
.able-resize-form button.modalCloseButton[disabled]:focus,
fieldset[disabled] .able-prefs-form button.modalCloseButton:focus,
fieldset[disabled] .able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton.disabled:active,
.able-resize-form button.modalCloseButton.disabled:active,
.able-prefs-form button.modalCloseButton[disabled]:active,
.able-resize-form button.modalCloseButton[disabled]:active,
fieldset[disabled] .able-prefs-form button.modalCloseButton:active,
fieldset[disabled] .able-resize-form button.modalCloseButton:active,
.able-prefs-form button.modalCloseButton.disabled.active,
.able-resize-form button.modalCloseButton.disabled.active,
.able-prefs-form button.modalCloseButton[disabled].active,
.able-resize-form button.modalCloseButton[disabled].active,
fieldset[disabled] .able-prefs-form button.modalCloseButton.active,
fieldset[disabled] .able-resize-form button.modalCloseButton.active {
	background-color: #ffffff;
	border-color: #767676;
}

.able-prefs-form button.modalCloseButton .badge,
.able-resize-form button.modalCloseButton .badge {
	color: #ffffff;
	background-color: #404040;
}

.able-prefs-form button.modalCloseButton:hover,
.able-resize-form button.modalCloseButton:hover,
.able-prefs-form button.modalCloseButton:focus,
.able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton:active,
.able-resize-form button.modalCloseButton:active,
.able-prefs-form button.modalCloseButton.active,
.able-resize-form button.modalCloseButton.active,
.open .dropdown-toggle.able-prefs-form button.modalCloseButton,
.open .dropdown-toggle.able-resize-form button.modalCloseButton {
	color: #404040;
	background-color: #fbe2d1;
	border-color: #0c6c6e;
}

.able-prefs-form button.modalCloseButton:active,
.able-resize-form button.modalCloseButton:active,
.able-prefs-form button.modalCloseButton.active,
.able-resize-form button.modalCloseButton.active,
.open .dropdown-toggle.able-prefs-form button.modalCloseButton,
.open .dropdown-toggle.able-resize-form button.modalCloseButton {
	background-image: none;
}

.able-prefs-form button.modalCloseButton:focus,
.able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton:active:focus,
.able-resize-form button.modalCloseButton:active:focus,
.able-prefs-form button.modalCloseButton.active:focus,
.able-resize-form button.modalCloseButton.active:focus,
.able-prefs-form button.modalCloseButton.focus,
.able-resize-form button.modalCloseButton.focus,
.able-prefs-form button.modalCloseButton:active.focus,
.able-resize-form button.modalCloseButton:active.focus,
.able-prefs-form button.modalCloseButton.active.focus,
.able-resize-form button.modalCloseButton.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #ffffff;
	border-color: #767676;
	color: #404040;
}

.able-prefs-form button.modalCloseButton.disabled,
.able-resize-form button.modalCloseButton.disabled,
.able-prefs-form button.modalCloseButton[disabled],
.able-resize-form button.modalCloseButton[disabled],
fieldset[disabled] .able-prefs-form button.modalCloseButton,
fieldset[disabled] .able-resize-form button.modalCloseButton,
.able-prefs-form button.modalCloseButton.disabled:hover,
.able-resize-form button.modalCloseButton.disabled:hover,
.able-prefs-form button.modalCloseButton[disabled]:hover,
.able-resize-form button.modalCloseButton[disabled]:hover,
fieldset[disabled] .able-prefs-form button.modalCloseButton:hover,
fieldset[disabled] .able-resize-form button.modalCloseButton:hover,
.able-prefs-form button.modalCloseButton.disabled:focus,
.able-resize-form button.modalCloseButton.disabled:focus,
.able-prefs-form button.modalCloseButton[disabled]:focus,
.able-resize-form button.modalCloseButton[disabled]:focus,
fieldset[disabled] .able-prefs-form button.modalCloseButton:focus,
fieldset[disabled] .able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton.disabled:active,
.able-resize-form button.modalCloseButton.disabled:active,
.able-prefs-form button.modalCloseButton[disabled]:active,
.able-resize-form button.modalCloseButton[disabled]:active,
fieldset[disabled] .able-prefs-form button.modalCloseButton:active,
fieldset[disabled] .able-resize-form button.modalCloseButton:active,
.able-prefs-form button.modalCloseButton.disabled.active,
.able-resize-form button.modalCloseButton.disabled.active,
.able-prefs-form button.modalCloseButton[disabled].active,
.able-resize-form button.modalCloseButton[disabled].active,
fieldset[disabled] .able-prefs-form button.modalCloseButton.active,
fieldset[disabled] .able-resize-form button.modalCloseButton.active {
	background-color: #ffffff;
	border-color: #767676;
}

.able-prefs-form button.modalCloseButton .badge,
.able-resize-form button.modalCloseButton .badge {
	color: #ffffff;
	background-color: #404040;
}

.able-prefs-form button.modalCloseButton:focus,
.able-resize-form button.modalCloseButton:focus,
.able-prefs-form button.modalCloseButton:active:focus,
.able-resize-form button.modalCloseButton:active:focus {
	background-color: #0c6c6e;
	color: #ffffff;
}

.able-prefs-form button.modal-button,
.able-resize-form button.modal-button {
	margin-right: 5px;
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button:active:focus,
.able-resize-form button.modal-button:active:focus,
.able-prefs-form button.modal-button.active:focus,
.able-resize-form button.modal-button.active:focus,
.able-prefs-form button.modal-button.focus,
.able-resize-form button.modal-button.focus,
.able-prefs-form button.modal-button:active.focus,
.able-resize-form button.modal-button:active.focus,
.able-prefs-form button.modal-button.active.focus,
.able-resize-form button.modal-button.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.able-prefs-form button.modal-button:hover,
.able-resize-form button.modal-button:hover,
.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button.focus,
.able-resize-form button.modal-button.focus {
	color: #fff;
	text-decoration: none;
}

.able-prefs-form button.modal-button:active,
.able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.active,
.able-resize-form button.modal-button.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.able-prefs-form button.modal-button.disabled,
.able-resize-form button.modal-button.disabled,
.able-prefs-form button.modal-button[disabled],
.able-resize-form button.modal-button[disabled],
fieldset[disabled] .able-prefs-form button.modal-button,
fieldset[disabled] .able-resize-form button.modal-button {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.able-prefs-form button.modal-button.disabled,
a.able-resize-form button.modal-button.disabled,
fieldset[disabled] a.able-prefs-form button.modal-button,
fieldset[disabled] a.able-resize-form button.modal-button {
	pointer-events: none;
}

.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button:active:focus,
.able-resize-form button.modal-button:active:focus,
.able-prefs-form button.modal-button.active:focus,
.able-resize-form button.modal-button.active:focus,
.able-prefs-form button.modal-button.focus,
.able-resize-form button.modal-button.focus,
.able-prefs-form button.modal-button:active.focus,
.able-resize-form button.modal-button:active.focus,
.able-prefs-form button.modal-button.active.focus,
.able-resize-form button.modal-button.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.able-prefs-form button.modal-button:hover,
.able-resize-form button.modal-button:hover,
.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button.focus,
.able-resize-form button.modal-button.focus {
	color: #C95100;
	text-decoration: none;
}

.able-prefs-form button.modal-button:active,
.able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.active,
.able-resize-form button.modal-button.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.able-prefs-form button.modal-button.disabled,
.able-resize-form button.modal-button.disabled,
.able-prefs-form button.modal-button[disabled],
.able-resize-form button.modal-button[disabled],
fieldset[disabled] .able-prefs-form button.modal-button,
fieldset[disabled] .able-resize-form button.modal-button {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button.focus,
.able-resize-form button.modal-button.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.able-prefs-form button.modal-button:hover,
.able-resize-form button.modal-button:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.able-prefs-form button.modal-button:active,
.able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.active,
.able-resize-form button.modal-button.active,
.open>.dropdown-toggle.able-prefs-form button.modal-button,
.open>.dropdown-toggle.able-resize-form button.modal-button {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.able-prefs-form button.modal-button:active:hover,
.able-resize-form button.modal-button:active:hover,
.able-prefs-form button.modal-button.active:hover,
.able-resize-form button.modal-button.active:hover,
.open>.dropdown-toggle.able-prefs-form button.modal-button:hover,
.open>.dropdown-toggle.able-resize-form button.modal-button:hover,
.able-prefs-form button.modal-button:active:focus,
.able-resize-form button.modal-button:active:focus,
.able-prefs-form button.modal-button.active:focus,
.able-resize-form button.modal-button.active:focus,
.open>.dropdown-toggle.able-prefs-form button.modal-button:focus,
.open>.dropdown-toggle.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button:active.focus,
.able-resize-form button.modal-button:active.focus,
.able-prefs-form button.modal-button.active.focus,
.able-resize-form button.modal-button.active.focus,
.open>.dropdown-toggle.able-prefs-form button.modal-button.focus,
.open>.dropdown-toggle.able-resize-form button.modal-button.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.able-prefs-form button.modal-button:active,
.able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.active,
.able-resize-form button.modal-button.active,
.open>.dropdown-toggle.able-prefs-form button.modal-button,
.open>.dropdown-toggle.able-resize-form button.modal-button {
	background-image: none;
}

.able-prefs-form button.modal-button.disabled:hover,
.able-resize-form button.modal-button.disabled:hover,
.able-prefs-form button.modal-button[disabled]:hover,
.able-resize-form button.modal-button[disabled]:hover,
fieldset[disabled] .able-prefs-form button.modal-button:hover,
fieldset[disabled] .able-resize-form button.modal-button:hover,
.able-prefs-form button.modal-button.disabled:focus,
.able-resize-form button.modal-button.disabled:focus,
.able-prefs-form button.modal-button[disabled]:focus,
.able-resize-form button.modal-button[disabled]:focus,
fieldset[disabled] .able-prefs-form button.modal-button:focus,
fieldset[disabled] .able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button.disabled.focus,
.able-resize-form button.modal-button.disabled.focus,
.able-prefs-form button.modal-button[disabled].focus,
.able-resize-form button.modal-button[disabled].focus,
fieldset[disabled] .able-prefs-form button.modal-button.focus,
fieldset[disabled] .able-resize-form button.modal-button.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.able-prefs-form button.modal-button .badge,
.able-resize-form button.modal-button .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.able-prefs-form button.modal-button:hover,
.able-resize-form button.modal-button:hover,
.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button:active,
.able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.active,
.able-resize-form button.modal-button.active,
.open .dropdown-toggle.able-prefs-form button.modal-button,
.open .dropdown-toggle.able-resize-form button.modal-button {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.able-prefs-form button.modal-button:active,
.able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.active,
.able-resize-form button.modal-button.active,
.open .dropdown-toggle.able-prefs-form button.modal-button,
.open .dropdown-toggle.able-resize-form button.modal-button {
	background-image: none;
}

.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button:active:focus,
.able-resize-form button.modal-button:active:focus,
.able-prefs-form button.modal-button.active:focus,
.able-resize-form button.modal-button.active:focus,
.able-prefs-form button.modal-button.focus,
.able-resize-form button.modal-button.focus,
.able-prefs-form button.modal-button:active.focus,
.able-resize-form button.modal-button:active.focus,
.able-prefs-form button.modal-button.active.focus,
.able-resize-form button.modal-button.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.able-prefs-form button.modal-button.disabled,
.able-resize-form button.modal-button.disabled,
.able-prefs-form button.modal-button[disabled],
.able-resize-form button.modal-button[disabled],
fieldset[disabled] .able-prefs-form button.modal-button,
fieldset[disabled] .able-resize-form button.modal-button,
.able-prefs-form button.modal-button.disabled:hover,
.able-resize-form button.modal-button.disabled:hover,
.able-prefs-form button.modal-button[disabled]:hover,
.able-resize-form button.modal-button[disabled]:hover,
fieldset[disabled] .able-prefs-form button.modal-button:hover,
fieldset[disabled] .able-resize-form button.modal-button:hover,
.able-prefs-form button.modal-button.disabled:focus,
.able-resize-form button.modal-button.disabled:focus,
.able-prefs-form button.modal-button[disabled]:focus,
.able-resize-form button.modal-button[disabled]:focus,
fieldset[disabled] .able-prefs-form button.modal-button:focus,
fieldset[disabled] .able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button.disabled:active,
.able-resize-form button.modal-button.disabled:active,
.able-prefs-form button.modal-button[disabled]:active,
.able-resize-form button.modal-button[disabled]:active,
fieldset[disabled] .able-prefs-form button.modal-button:active,
fieldset[disabled] .able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.disabled.active,
.able-resize-form button.modal-button.disabled.active,
.able-prefs-form button.modal-button[disabled].active,
.able-resize-form button.modal-button[disabled].active,
fieldset[disabled] .able-prefs-form button.modal-button.active,
fieldset[disabled] .able-resize-form button.modal-button.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.able-prefs-form button.modal-button .badge,
.able-resize-form button.modal-button .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.able-prefs-form button.modal-button:hover,
.able-resize-form button.modal-button:hover,
.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button:active,
.able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.active,
.able-resize-form button.modal-button.active,
.open .dropdown-toggle.able-prefs-form button.modal-button,
.open .dropdown-toggle.able-resize-form button.modal-button {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.able-prefs-form button.modal-button:active,
.able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.active,
.able-resize-form button.modal-button.active,
.open .dropdown-toggle.able-prefs-form button.modal-button,
.open .dropdown-toggle.able-resize-form button.modal-button {
	background-image: none;
}

.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button:active:focus,
.able-resize-form button.modal-button:active:focus,
.able-prefs-form button.modal-button.active:focus,
.able-resize-form button.modal-button.active:focus,
.able-prefs-form button.modal-button.focus,
.able-resize-form button.modal-button.focus,
.able-prefs-form button.modal-button:active.focus,
.able-resize-form button.modal-button:active.focus,
.able-prefs-form button.modal-button.active.focus,
.able-resize-form button.modal-button.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.able-prefs-form button.modal-button.disabled,
.able-resize-form button.modal-button.disabled,
.able-prefs-form button.modal-button[disabled],
.able-resize-form button.modal-button[disabled],
fieldset[disabled] .able-prefs-form button.modal-button,
fieldset[disabled] .able-resize-form button.modal-button,
.able-prefs-form button.modal-button.disabled:hover,
.able-resize-form button.modal-button.disabled:hover,
.able-prefs-form button.modal-button[disabled]:hover,
.able-resize-form button.modal-button[disabled]:hover,
fieldset[disabled] .able-prefs-form button.modal-button:hover,
fieldset[disabled] .able-resize-form button.modal-button:hover,
.able-prefs-form button.modal-button.disabled:focus,
.able-resize-form button.modal-button.disabled:focus,
.able-prefs-form button.modal-button[disabled]:focus,
.able-resize-form button.modal-button[disabled]:focus,
fieldset[disabled] .able-prefs-form button.modal-button:focus,
fieldset[disabled] .able-resize-form button.modal-button:focus,
.able-prefs-form button.modal-button.disabled:active,
.able-resize-form button.modal-button.disabled:active,
.able-prefs-form button.modal-button[disabled]:active,
.able-resize-form button.modal-button[disabled]:active,
fieldset[disabled] .able-prefs-form button.modal-button:active,
fieldset[disabled] .able-resize-form button.modal-button:active,
.able-prefs-form button.modal-button.disabled.active,
.able-resize-form button.modal-button.disabled.active,
.able-prefs-form button.modal-button[disabled].active,
.able-resize-form button.modal-button[disabled].active,
fieldset[disabled] .able-prefs-form button.modal-button.active,
fieldset[disabled] .able-resize-form button.modal-button.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.able-prefs-form button.modal-button .badge,
.able-resize-form button.modal-button .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.able-prefs-form button.modal-button:focus,
.able-resize-form button.modal-button:focus {
	outline: none;
}

div.able-modal-dialog input:hover,
div.able-modal-dialog input:focus {
	outline-style: solid;
	outline-width: 2px;
}

div.able-modal-dialog input:hover {
	border: 1px solid #767676;
	outline: none !important;
}

div.able-modal-dialog input:focus {
	outline-color: #0c6c6e;
}

div.able-modal-dialog h1 {
	font-family: "Arnhem-Blond";
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2em;
	margin: 0.75em 0;
	text-align: center;
}

.able-prefs-form,
.able-help-div,
.able-resize-form {
	background-color: #F5F5F5;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	padding: 1.5em;
	margin: 0 0 0 1em;
	width: 25em;
	display: none;
}

.able-prefs-form fieldset {
	margin-left: 0;
	margin-bottom: 1em;
	padding-left: 0;
	border: none;
	outline: 1px solid #0c6c6e;
}

.able-prefs-form fieldset div {
	display: table;
	position: relative;
}

.able-prefs-form fieldset div label {
	display: table-cell;
	padding-left: 0.5em;
}

.able-prefs-form fieldset input {
	display: table-cell;
	height: 1em;
	left: 0;
	opacity: 0;
	position: relative;
	top: 0;
	vertical-align: middle;
	width: 1em;
}

.able-prefs-form fieldset input:hover+label::before,
.able-prefs-form fieldset input:active+label::before,
.able-prefs-form fieldset input:focus+label::before {
	border: 2px solid #000000;
}

.able-prefs-form fieldset input:focus+label::before {
	outline: 2px solid #0c6c6e;
}

.able-prefs-form fieldset input:checked+label::before {
	background-color: #000000;
}

.able-prefs-form fieldset input:checked+label::after {
	content: '';
	position: absolute;
	top: 0.25em;
	left: 0.1em;
	border-left: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	height: 0.45em;
	width: 0.8em;
	transform: rotate(-45deg);
}

.able-prefs-form fieldset input+label::before {
	border: 2px solid rgba(0, 0, 0, 0.75);
	content: "";
	height: 1em;
	left: 0;
	position: absolute;
	top: 0.05em;
	width: 1em;
}

.able-prefs-form fieldset label {
	display: block;
	padding-left: 1.6em;
	font-family: "KievitWeb";
}

.able-prefs-form legend {
	border-bottom: none;
	display: inline-block;
	float: left;
	font-family: "KievitWeb";
	font-size: 0.8125em;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding-top: 0;
	text-transform: uppercase;
}

@media (min-width:992px) {
	.able-prefs-form legend {
		font-size: 0.738em;
	}
}

fieldset.able-prefs-keys div {
	float: left;
	margin-right: 1em;
}

fieldset.able-prefs-keyboard,
fieldset.able-prefs-descriptions {
	padding: 1em 1em 0.1em 1em;
}

fieldset.able-prefs-keyboard div,
fieldset.able-prefs-descriptions div {
	margin-bottom: 0.7em;
	margin-top: 0.3em;
}

fieldset.able-prefs-transcript {
	padding: 1em 1em 0 1em;
}

fieldset.able-prefs-transcript div {
	margin-left: 0;
	margin-bottom: 0.7em;
}

div.able-desc-pref-prompt {
	font-weight: bold;
	font-style: italic;
	margin-left: 1em !important;
}

div.able-prefDescFormat>div {
	margin-left: 1.5em;
}

fieldset select {
	-moz-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #767676;
	box-sizing: border-box;
	font-family: "KievitWeb";
	font-size: 0.9em;
	height: 2em;
	margin-bottom: 1em;
	padding: 0.3em;
}

@supports not (-ms-high-contrast:none) {
	fieldset select {
		padding: 0.3em 1.6em 0.3em 0.3em;
		background-image: linear-gradient(45deg, transparent 50%, #767676 50%), linear-gradient(135deg, #767676 50%, transparent 50%);
		background-position: calc(100% - .8em) 0.8em, calc(100% - 0.51em) 0.8em;
		background-size: 0.3125em 0.3125em, 0.3125em 0.3125em;
		background-repeat: no-repeat;
	}

	fieldset select:first-child {
		margin-right: 0.1rem;
	}

	fieldset select:last-child {
		margin-left: 0.1rem;
	}

	fieldset select:focus {
		outline: 1px solid #0c6c6e;
		border-color: #0c6c6e;
		background-image: linear-gradient(45deg, transparent 50%, #0c6c6e 50%), linear-gradient(135deg, #0c6c6e 50%, transparent 50%);
	}
}

fieldset.able-prefs-captions {
	margin: 1em 0;
	padding: 1em 0 0.7em 0;
}

fieldset.able-prefs-captions div {
	margin-left: 0;
}

fieldset.able-prefs-captions label,
fieldset.able-prefs-captions select {
	display: block;
	float: left;
	margin-bottom: 0.25em;
}

fieldset.able-prefs-captions label {
	width: 7em;
	font-family: "KievitWeb";
	text-align: right;
	padding-right: 1em;
	padding-top: 0.25em;
}

fieldset.able-prefs-descriptions>div.able-prefs-select>label,
fieldset.able-prefs-descriptions>div.able-prefs-slider>label {
	width: 6em;
	text-align: right;
	padding-right: 1em;
}

fieldset.able-prefs-descriptions>div.able-prefs-select>select,
fieldset.able-prefs-descriptions>div.able-prefs-slider>select {
	width: 10em;
	font-size: 0.9em;
	border-radius: none;
}

div.able-prefDescPause {
	margin-top: 1em;
}

.able-prefs-form div.able-captions-sample {
	padding: 0.5em;
	text-align: center;
}

.able-prefs-form div.able-desc-sample {
	padding: 0.5em;
	text-align: center;
	color: #FFF;
	background-color: #000;
}

.able-prefs-form h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}

.able-prefs-form ul {
	margin-top: 0;
}

.able-prefs-form-keyboard ul {
	list-style-type: none;
	font-family: "KievitWeb";
}

.able-prefs-form-keyboard ul li {
	padding-bottom: 0;
}

span.able-modkey-alt,
span.able-modkey-ctrl,
span.able-modkey-shift {
	color: #666;
	font-style: italic;
}

span.able-modkey {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
}

.able-resize-form h1 {
	font-size: 1.15em;
}

.able-resize-form div div {
	margin: 1em 0;
}

.able-resize-form label {
	padding-right: 0.5em;
	font-weight: bold;
	font-family: "KievitWeb";
	min-width: 4em;
}

.able-resize-form input[type="text"] {
	border: 1px solid #A6A8AB;
	font-family: "KievitWeb";
	font-size: 1em;
	margin: 0.3em 0 0 0;
	padding-left: 0.25em;
}

.able-resize-form input[readonly] {
	color: #AAA;
}

.able-window-toolbar {
	background-color: #404040;
	min-height: 15px;
	padding: 0.5em 1em 0.3em 1em;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-family: "KievitWeb";
}

.able-window-toolbar input {
	margin-top: 0;
}

.able-draggable:hover {
	cursor: move;
}

.able-window-toolbar .able-button-handler-preferences {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5em;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0 0.5em;
	z-index: 9300;
}

.able-window-toolbar .able-button-handler-preferences:hover,
.able-window-toolbar .able-button-handler-preferences:active,
.able-window-toolbar .able-button-handler-preferences:focus {
	background-color: #000000;
}

.able-window-toolbar .able-button-handler-preferences:focus {
	box-shadow: inset 0 0 0 2px #0c6c6e;
}

.able-window-toolbar .able-popup {
	position: absolute;
	cursor: default;
	right: 0;
	top: 0;
	display: block;
	padding: 0;
}

.able-drag {
	border: 2px dashed #0c6c6e;
	cursor: move;
}

.able-resizable {
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 5px 2px;
	bottom: 0;
	right: 0;
	cursor: nwse-resize;
	border: 2px solid #ffffff;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.65) 47%, rgba(0, 0, 0, 0.65) 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 95%, rgba(0, 0, 0, 0) 95%);
}

.able-sign-window {
	position: relative;
	margin: 1em;
	z-index: 8000;
}

.able-sign-window video {
	width: 100%;
}

.able-sign-window:focus {
	outline: none;
}

div.able-chapters-div {
	padding: 0;
}

div.able-chapters-div .able-chapters-heading {
	margin: 1em 0.75em;
	font-size: 1.1em;
	font-weight: bold;
}

div.able-chapters-div ul {
	list-style-type: none;
	padding-left: 0;
}

div.able-chapters-div ul li {
	max-width: 100%;
	padding: 0;
	height: 2em;
}

div.able-chapters-div button {
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	color: #000;
	font-size: 1em;
	text-align: left;
	padding: 0.15em 1em;
}

div.able-chapters-div li.able-current-chapter {
	background-color: #000 !important;
}

div.able-chapters-div li.able-current-chapter button {
	color: #FFF !important;
}

div.able-chapters-div li.able-focus {
	background-color: #555555;
}

div.able-chapters-div button:focus,
div.able-chapters-div button:hover,
div.able-chapters-div button::-moz-focus-inner {
	border: 0;
	outline: none;
	color: #FFF !important;
}

.able-tooltip,
.able-alert {
	position: absolute;
	padding: 4px 6px;
	border-color: black;
	border-width: 1px;
	color: #000 !important;
	background-color: #CCCCCC;
	display: block;
}

.able-alert {
	background-color: #FFFFFF;
	border: 1px solid #0c6c6e;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	font-family: "KievitWeb";
	font-weight: 400;
	padding: 0.5em;
	position: absolute;
	top: 1em;
	z-index: 9400;
}

.able-popup {
	z-index: 9200;
}

.able-tooltip {
	z-index: 9000;
	padding: 0.6em 0.6em 0.5em 0.6em;
	font-size: 0.9em;
}

.able-popup {
	position: absolute;
	margin: 0;
	padding: 0;
	border-color: black;
	border-width: 1px;
	background-color: #000;
	opacity: 0.85;
	display: block;
	cursor: default;
}

ul.able-popup,
.blog-post-main ul.able-popup {
	list-style-type: none;
	padding-left: 0 !important;
	padding: 0;
	margin: 0;
	position: absolute;
	width: auto;
}

.able-popup li {
	padding: 0.3em 0.7em 0.25em 0.5em !important;
	margin: 1px;
	color: #FFF;
	outline: 1px solid #ffffff;
}

.able-popup li:before {
	display: none !important;
}

.able-popup li:focus {
	box-shadow: inset 0 0 0 3px #0c6c6e;
}

.able-popup li.able-focus {
	background-color: #ffffff;
	color: #000;
}

.able-popup-captions li {
	padding-left: 1em;
}

.able-popup-captions li[aria-checked="true"] {
	padding-left: 0;
}

.able-popup-captions li[aria-checked="true"]::before {
	content: "\2713  ";
}

.modal-open.able-modal-open {
	overflow-y: scroll;
}

.modal-open.able-modal-open .modal {
	overflow-y: hidden;
}

.able-transcript-area {
	border-width: 1px;
	border-style: solid;
	height: 325px;
	z-index: 7000;
	outline: none;
	padding-bottom: 25px;
	background-color: #FFF;
	line-height: 1.5;
	max-width: 100%;
	box-sizing: content-box;
}

.able-transcript {
	color: #2c2c2c;
	position: relative;
	overflow-y: scroll;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #FFF;
	height: 296px;
}

.able-transcript div {
	margin: 1em 0;
}

.able-transcript-heading {
	font-size: 1.4em;
	font-weight: bold;
}

.able-transcript-chapter-heading {
	font-size: 1.2em;
	font-weight: bold;
}

.able-transcript div.able-transcript-desc {
	background-color: rgba(237, 113, 30, 0.1);
	border: thin solid #0c6c6e;
	font-style: italic;
	padding: 1em;
}

.able-transcript .able-unspoken {
	font-weight: bold;
}

.able-transcript .able-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

.able-highlight {
	background: #F9EC59;
}

.able-previous {
	background: black !important;
	font-style: italic;
}

.able-transcript span:hover,
.able-transcript span:focus,
.able-transcript span:active {
	background: #f5ad7c;
	cursor: pointer;
	color: #000000;
}

.able-window-toolbar label {
	margin-right: 10px;
	margin-bottom: 0;
	font-family: "KievitWeb";
	color: #FFF;
}

.able-window-toolbar input:focus,
.able-window-toolbar input:hover,
.able-window-toolbar select:focus,
.able-window-toolbar select:hover,
.able-controller input:focus,
.able-controller input:hover,
.able-controller div[role="button"]:focus,
.able-controller div[role="button"]:hover {
	outline-style: solid;
}

.able-window-toolbar input:focus,
.able-window-toolbar select:focus,
.able-controller input:focus,
.able-controller div[role="button"]:focus {
	outline-color: #0c6c6e;
	outline-width: 2px;
}

.able-window-toolbar input:hover,
.able-window-toolbar select:hover,
.able-controller input:hover,
.able-controller div[role="button"]:hover {
	outline-color: #0c6c6e;
}

.able-window-toolbar .transcript-language-select-wrapper {
	float: right;
	padding-right: 30px;
}

.able-playlist {
	list-style-type: none;
	margin: 0;
	background-color: #FFFFFF;
	padding: 5px 0;
}

.able-playlist li {
	background-color: #DDDDDD;
	margin: 5px;
	padding: 0;
	border: 2px solid #AAA;
}

.able-playlist li button {
	border: none;
	color: #000000;
	background-color: transparent;
	font-size: 1em;
	width: 100%;
	padding: 5px 10px;
	text-align: left;
}

.able-playlist li button:hover,
.able-playlist li button:focus,
.able-playlist li button:active {
	background-color: #FFEEB3;
	color: #000000;
	text-decoration: none;
	outline: none;
}

.able-playlist li button::-moz-focus-inner {
	border: 0;
}

.able-playlist li button img {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.able-playlist li.able-current {
	background-color: #340449;
	border-color: #230330;
}

.able-playlist li.able-current button {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

.able-playlist li.able-current button:hover,
.able-playlist li.able-current button:focus,
.able-playlist li.able-current button:active {
	color: #000000;
}

#able-search-term-echo {
	font-weight: bold;
	font-style: italic;
}

.able-search-results ul li {
	font-size: 1.1em;
	margin-bottom: 1em;
}

button.able-search-results-time {
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}

button.able-search-results-time:hover,
button.able-search-results-time:focus,
button.able-search-results-time:active {
	color: #FFF;
	background-color: #000;
}

.able-search-results-text {
	padding-left: 1em;
}

.able-search-term {
	background-color: #FFC;
	font-weight: bold;
}

#search-term {
	font-weight: bold;
	font-style: italic;
}

#able-vts-instructions {
	margin-bottom: 1.5em;
	padding: 1em;
	border: 1px solid #999;
	width: 720px;
	max-width: 90%;
}

#able-vts fieldset {
	margin: 1em;
	border: none;
}

#able-vts fieldset legend {
	color: #000;
	font-weight: bold;
}

#able-vts fieldset div {
	float: left;
	padding-right: 1em;
}

#able-vts table {
	clear: left;
}

#able-vts table,
#able-vts table th,
#able-vts table td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 0.5em 0.75em;
}

#able-vts table th.actions {
	min-width: 140px;
}

#able-vts table td button {
	width: auto;
	padding: 0;
	margin: 2px;
}

#able-vts table td button svg {
	width: 16px;
	height: 16px;
}

#able-vts table button:hover,
#able-vts table button:focus {}

#able-vts table button:hover svg {
	fill: #C00;
}

tr.kind-chapters,
tr.kind-subtitles {
	background-color: #FFF;
}

tr.kind-descriptions {
	background-color: #FEE;
}

tr.kind-chapters {
	background-color: #e6ffe6;
}

.able-vts-dragging {
	background-color: #FFC;
}

div#able-vts-icon-credit {
	margin: 1em;
}

div#able-vts-alert {
	display: none;
	position: fixed;
	top: 5px;
	left: 5px;
	border: 2px solid #666;
	background-color: #FFC;
	padding: 1em;
	font-weight: bold;
	z-index: 9400;
}

button#able-vts-save {
	font-size: 1em;
	padding: 0.25em;
	border-radius: 5px;
	margin-bottom: 1em;
	font-weight: bold;
}

button#able-vts-save:hover,
button#able-vts-save:focus {
	color: white;
	background-color: #060;
}

.able-vts-output-instructions {
	width: 720px;
	max-width: 90%;
}

#able-vts textarea {
	height: 200px;
	width: 720px;
	max-width: 90%;
}

.able-clipped,
.able-screenreader-alert {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.able-error {
	display: block;
	background: #ffc;
	border: 2px solid #000;
	color: #FF0000;
	margin: 0.75em;
	padding: 0.5em;
}

.able-fallback {
	display: block;
	text-align: center;
	border: 2px solid #333355;
	background-color: #EEE;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	padding: 1em;
	margin-bottom: 1em;
	max-width: 500px;
	width: 95%;
}

.able-fallback div,
.able-fallback ul,
.able-fallback p {
	text-align: left;
}

.able-fallback li {
	font-weight: normal;
}

.able-fallback img {
	width: 90%;
	margin: 1em auto;
	opacity: 0.3;
}

.able-fallback img.able-poster {
	position: relative;
}

div[role="button"] svg {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.able-skin-2020 .able-seekbar-wrapper {
	margin: 10px 2%;
	width: 96%;
}

.able-skin-2020 .able-right-controls span {
	opacity: 0.35;
}

.able-skin-2020 .able-right-controls.able-responsive {
	display: flex;
	width: 100%;
	justify-content: space-between;
	float: none;
}

.able-skin-2020 .able-right-controls.able-responsive span {
	margin-top: 5px;
}

@font-face {
	font-family: 'able';
	src: url("../fonts/able.eot");
	src: url("../fonts/able.eot#iefix") format('embedded-opentype'), url("../fonts/able.ttf") format('truetype'), url("../fonts/able.woff") format('woff'), url("../fonts/able.svg#able") format('svg');
	font-weight: normal;
	font-style: normal;
}

.able-wrapper [class^="icon-"],
.able-wrapper [class*=" icon-"] {
	font-family: 'able' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.able-main {
	margin-bottom: 1em;
}

.able-main .video-accessibility-toggle {
	display: flex;
	flex: 1 1 0;
	font-size: 0.9rem;
	line-height: 55px;
	transition: all linear 0.15s;
	outline: none;
	text-decoration: none;
	box-sizing: border-box;
	background-color: rgba(238, 238, 238, 0.65);
	position: relative;
	font-family: "KievitWeb";
}

.able-main .video-accessibility-toggle * {
	display: inline-block;
	vertical-align: middle;
	transition: all linear 0.15s;
}

.able-main .video-accessibility-toggle .icon {
	flex: 0 0 45px;
	background-color: rgba(0, 0, 0, 0.05);
	text-align: center;
}

.able-main .video-accessibility-toggle .icon svg {
	max-height: 17px;
	max-width: 28px;
	height: 100%;
	width: 100%;
}

.able-main .video-accessibility-toggle .icon svg g path {
	fill: rgba(0, 0, 0, 0.5);
}

.able-main .video-accessibility-toggle .text {
	flex: 1 1 auto;
	padding: 0 10px;
	align-self: center;
	color: #2c2c2c;
	display: inline;
	line-height: 1.2em;
}

.able-main .video-accessibility-toggle .text svg {
	height: 10px;
	width: 10px;
}

.able-main .video-accessibility-toggle .text svg g path,
.able-main .video-accessibility-toggle .text svg g polygon {
	fill: #2c2c2c;
}

.able-main .video-accessibility-toggle .outline {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.15);
}

.able-main .video-accessibility-toggle:hover,
.able-main .video-accessibility-toggle:focus {
	background-color: #fff;
}

.able-main .video-accessibility-toggle:hover .icon,
.able-main .video-accessibility-toggle:focus .icon {
	background-color: #A6A8AB;
}

.able-main .video-accessibility-toggle:hover .icon svg g path,
.able-main .video-accessibility-toggle:focus .icon svg g path {
	fill: #000;
}

.able-main .video-accessibility-toggle:hover .outline,
.able-main .video-accessibility-toggle:focus .outline {
	border-color: #000000;
}

.able-main .video-accessibility-message-container {
	display: none;
	border: 1px solid #555555;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	font-size: 1.1rem;
	font-family: "KievitWeb";
}

.able-main .video-accessibility-message-container .video-accessibility-message {
	display: inline-block;
	text-align: left;
	max-width: 800px;
	padding: 0;
}

.able-main .video-accessibility-message-container .video-accessibility-message p {
	all: inherit;
	line-height: 1.4em;
}

.able-main.small .video-accessibility-toggle {
	font-size: 0.8rem;
}

.able-main.small .video-accessibility-toggle .outline {
	border-left-color: transparent;
	border-top-color: rgba(0, 0, 0, 0.15);
	border-bottom-color: rgba(0, 0, 0, 0.15);
}

.able-main.small .video-accessibility-toggle:first-child .outline {
	border-top-color: transparent;
}

.able-main.small .video-accessibility-toggle:last-child .outline {
	border-bottom-color: transparent;
}

.able-main.small .video-accessibility-toggle:hover .outline,
.able-main.small .video-accessibility-toggle:focus .outline {
	border-color: #000000;
}

.able-main.small .video-accessibility-message-container {
	font-size: 0.9rem;
}

.able-main.show-accessibility-message .video-accessibility-message-container {
	display: block;
}

.able-main.show-accessibility-message .video-accessibility-toggle {
	border-left-color: #555555;
}

.able-main.show-accessibility-message .video-accessibility-toggle .icon {
	background-color: #A6A8AB;
}

.able-main.show-accessibility-message .video-accessibility-toggle .icon svg g path {
	fill: #2c2c2c;
}

.able-main.show-accessibility-message .video-accessibility-toggle .text svg {
	transform: rotateX(180deg);
}

.white .able-main .video-accessibility-toggle {
	background-color: rgba(0, 0, 0, 0.2);
}

.white .able-main .video-accessibility-toggle .icon {
	background-color: rgba(255, 255, 255, 0.15);
}

.white .able-main .video-accessibility-toggle .icon svg g path {
	fill: rgba(255, 255, 255, 0.5);
}

.white .able-main .video-accessibility-toggle .text {
	color: #fff;
}

.white .able-main .video-accessibility-toggle .text svg g path,
.white .able-main .video-accessibility-toggle .text svg g polygon {
	fill: #fff;
}

.white .able-main .video-accessibility-toggle .outline {
	border-left-color: rgba(255, 255, 255, 0.15);
}

.white .able-main .video-accessibility-toggle:hover,
.white .able-main .video-accessibility-toggle:focus {
	background-color: #000;
}

.white .able-main .video-accessibility-toggle:hover .icon,
.white .able-main .video-accessibility-toggle:focus .icon {
	background-color: #767676;
}

.white .able-main .video-accessibility-toggle:hover .icon svg g path,
.white .able-main .video-accessibility-toggle:focus .icon svg g path {
	fill: #fff;
}

.white .able-main .video-accessibility-toggle:hover .outline,
.white .able-main .video-accessibility-toggle:focus .outline {
	border-color: #fff;
}

.white .able-main.small .controls>*:not(:hover, :focus) .outline {
	border-left-color: transparent;
}

.white .able-main.small .controls>*:not(:hover, :focus, :first-child) .outline {
	border-top-color: rgba(255, 255, 255, 0.15);
}

.white .able-main.small .controls>*:not(:hover, :focus, :last-child) .outline {
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.white .able-main .video-accessibility-message-container {
	border-color: #EEEEEE;
	background-color: #000000;
}

.white .able-main.show-accessibility-message .video-accessibility-toggle {
	background-color: #000;
}

.white .able-main.show-accessibility-message .video-accessibility-toggle .icon {
	background-color: #767676;
}

.white .able-main.show-accessibility-message .video-accessibility-toggle .icon svg g path {
	fill: #fff;
}

.white .able-main.show-accessibility-message .video-accessibility-toggle .outline {
	border-color: #fff;
	border-bottom-color: transparent;
}

.icon-play:before {
	content: "\f04b";
}

.icon-pause:before {
	content: "\f04c";
}

.icon-stop:before {
	content: "\f04d";
}

.icon-restart:before {
	content: "\e900";
}

.icon-rewind:before {
	content: "\e603";
}

.icon-forward:before {
	content: "\e604";
}

.icon-previous:before {
	content: "\e901";
}

.icon-next:before {
	content: "\e902";
}

.icon-slower:before {
	content: "\f0dd";
}

.icon-faster:before {
	content: "\f0de";
}

.icon-turtle:before {
	content: "\e904";
}

.icon-rabbit:before {
	content: "\e905";
}

.icon-ellipsis:before {
	content: "\e903";
}

.icon-pipe:before {
	content: "\e600";
}

.icon-captions:before {
	content: "\e601";
}

.icon-descriptions:before {
	content: "\e602";
}

.icon-sign:before {
	content: "\e60a";
}

.icon-volume-mute:before {
	content: "\e606";
}

.icon-volume-soft:before {
	content: "\e60c";
}

.icon-volume-medium:before {
	content: "\e605";
}

.icon-volume-loud:before {
	content: "\e60b";
}

.icon-volume-up:before {
	content: "\e607";
}

.icon-volume-down:before {
	content: "\e608";
}

.icon-chapters:before {
	content: "\e609";
}

.icon-transcript:before {
	content: "\f15c";
}

.icon-preferences:before {
	content: "\e60d";
}

.icon-close:before {
	content: "\f00d";
}

.icon-fullscreen-expand:before {
	content: "\f065";
}

.icon-fullscreen-collapse:before {
	content: "\f066";
}

.icon-help:before {
	content: "\f128";
}

.youtube-embed {
	position: relative;
	font-family: "KievitWeb";
}

.youtube-embed .reader-links {
	display: none;
	position: absolute;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	color: #555555;
	font-size: 1em;
	transition: transform linear 0.15s;
	box-shadow: rgba(85, 85, 85, 0.4) 1px 1px 4px;
}

@media (max-width:991px) {
	.youtube-embed .reader-links {
		font-size: 0.8em;
	}
}

.youtube-embed .reader-links.show {
	transform: translateY(-105%);
}

.youtube-embed .reader-links a,
.youtube-embed .reader-links a:hover,
.youtube-embed .reader-links a:active,
.youtube-embed .reader-links a:visited {
	color: #555555;
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	font-weight: 700;
}

.youtube-embed .video-vimeo-container {
	margin-bottom: 0;
}

.youtube-embed.loaded .reader-links {
	display: block;
}

.youtube-embed.loaded .controls {
	display: flex;
}

.youtube-embed.loaded.small .controls {
	display: block;
}

.youtube-embed.audio-description .ad-link {
	display: none;
}

.youtube-embed.audio-description .video-vimeo-container.non-audio-description {
	display: none;
}

.youtube-embed.non-audio-description .non-ad-link {
	display: none;
}

.youtube-embed.non-audio-description .video-vimeo-container.audio-description {
	display: none;
}

.youtube-embed.show-accessibility-message .video-accessibility-message-container {
	display: block;
}

.youtube-embed.show-accessibility-message .controls .video-accessibility-toggle {
	background-color: #fff;
}

.youtube-embed.show-accessibility-message .controls .video-accessibility-toggle .icon {
	background-color: #A6A8AB;
}

.youtube-embed.show-accessibility-message .controls .video-accessibility-toggle .icon svg g path {
	fill: #2c2c2c;
}

.youtube-embed.show-accessibility-message .controls .video-accessibility-toggle .text svg {
	transform: rotateX(180deg);
}

.youtube-embed.show-accessibility-message .controls .video-accessibility-toggle .outline {
	border-color: #000000;
	border-bottom-color: transparent;
}

.youtube-embed .controls {
	display: none;
}

.youtube-embed .controls>* {
	display: flex;
	flex: 1 1 0;
	font-size: 0.9rem;
	line-height: 55px;
	transition: all linear 0.15s;
	outline: none;
	text-decoration: none;
	box-sizing: border-box;
	background-color: rgba(238, 238, 238, 0.65);
	position: relative;
}

.youtube-embed .controls>* * {
	display: inline-block;
	vertical-align: middle;
	transition: all linear 0.15s;
}

.youtube-embed .controls>* .icon {
	flex: 0 0 45px;
	background-color: rgba(0, 0, 0, 0.05);
	text-align: center;
}

.youtube-embed .controls>* .icon svg {
	max-height: 17px;
	max-width: 28px;
	height: 100%;
	width: 100%;
}

.youtube-embed .controls>* .icon svg g path {
	fill: rgba(0, 0, 0, 0.5);
}

.youtube-embed .controls>* .text {
	flex: 1 1 auto;
	padding: 0 10px;
	align-self: center;
	color: #2c2c2c;
	display: inline;
	line-height: 1.2em;
}

.youtube-embed .controls>* .text svg {
	height: 10px;
	width: 10px;
}

.youtube-embed .controls>* .text svg g path,
.youtube-embed .controls>* .text svg g polygon {
	fill: #2c2c2c;
}

.youtube-embed .controls>* .outline {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.15);
}

.youtube-embed .controls>*:hover,
.youtube-embed .controls>*:focus {
	background-color: #fff;
}

.youtube-embed .controls>*:hover .icon,
.youtube-embed .controls>*:focus .icon {
	background-color: #A6A8AB;
}

.youtube-embed .controls>*:hover .icon svg g path,
.youtube-embed .controls>*:focus .icon svg g path {
	fill: #000;
}

.youtube-embed .controls>*:hover .outline,
.youtube-embed .controls>*:focus .outline {
	border-color: #000000;
}

.youtube-embed.small .controls>* {
	font-size: 0.8rem;
}

.youtube-embed.small .controls>* .outline {
	border-left-color: transparent;
	border-top-color: rgba(0, 0, 0, 0.15);
	border-bottom-color: rgba(0, 0, 0, 0.15);
}

.youtube-embed.small .controls>*:first-child .outline {
	border-top-color: transparent;
}

.youtube-embed.small .controls>*:last-child .outline {
	border-bottom-color: transparent;
}

.youtube-embed.small .controls>*:hover .outline,
.youtube-embed.small .controls>*:focus .outline {
	border-color: #000000;
}

.youtube-embed.small .video-accessibility-message-container {
	font-size: 0.9rem;
}

.youtube-embed .video-accessibility-message-container {
	display: none;
	border: 1px solid #555555;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	font-size: 1.1rem;
}

.youtube-embed .video-accessibility-message-container .video-accessibility-message {
	display: inline-block;
	text-align: left;
	max-width: 800px;
	padding: 0;
}

.youtube-embed .video-accessibility-message-container .video-accessibility-message p {
	all: inherit;
	line-height: 1.4em;
}

.white .youtube-embed .controls>* {
	background-color: rgba(0, 0, 0, 0.2);
}

.white .youtube-embed .controls>* .icon {
	background-color: rgba(255, 255, 255, 0.15);
}

.white .youtube-embed .controls>* .icon svg g path {
	fill: rgba(255, 255, 255, 0.5);
}

.white .youtube-embed .controls>* .text {
	color: #fff;
}

.white .youtube-embed .controls>* .text svg g path,
.white .youtube-embed .controls>* .text svg g polygon {
	fill: #fff;
}

.white .youtube-embed .controls>* .outline {
	border-left-color: rgba(255, 255, 255, 0.15);
}

.white .youtube-embed .controls>*:hover,
.white .youtube-embed .controls>*:focus {
	background-color: #000;
}

.white .youtube-embed .controls>*:hover .icon,
.white .youtube-embed .controls>*:focus .icon {
	background-color: #767676;
}

.white .youtube-embed .controls>*:hover .icon svg g path,
.white .youtube-embed .controls>*:focus .icon svg g path {
	fill: #fff;
}

.white .youtube-embed .controls>*:hover .outline,
.white .youtube-embed .controls>*:focus .outline {
	border-color: #fff;
}

.white .youtube-embed.small .controls>*:not(:hover, :focus) .outline {
	border-left-color: transparent;
}

.white .youtube-embed.small .controls>*:not(:hover, :focus, :first-child) .outline {
	border-top-color: rgba(255, 255, 255, 0.15);
}

.white .youtube-embed.small .controls>*:not(:hover, :focus, :last-child) .outline {
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.white .youtube-embed .video-accessibility-message-container {
	border-color: #EEEEEE;
	background-color: #000000;
}

.white .youtube-embed.show-accessibility-message .controls .video-accessibility-toggle {
	background-color: #000;
}

.white .youtube-embed.show-accessibility-message .controls .video-accessibility-toggle .icon {
	background-color: #767676;
}

.white .youtube-embed.show-accessibility-message .controls .video-accessibility-toggle .icon svg g path {
	fill: #fff;
}

.white .youtube-embed.show-accessibility-message .controls .video-accessibility-toggle .outline {
	border-color: #fff;
	border-bottom-color: transparent;
}

.pagination-control {
	padding-bottom: 30px;
	font-family: "Arnhem-Blond";
	color: #2c2c2c;
	display: block;
	text-align: center;
}

.pagination-control.load-more-section {
	padding-bottom: 50px;
}

@media (min-width:768px) {
	.pagination-control.load-more-section {
		padding-bottom: 72px;
	}
}

@media (min-width:768px) {
	.pagination-control {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.pagination-control {
		padding-bottom: 72px;
	}
}

.pagination-control>div {
	display: inline-block;
	position: relative;
}

.pagination-control>div>* {
	display: inline;
	position: relative;
}

.pagination-control>div a,
.pagination-control>div a:hover,
.pagination-control>div a:focus,
.pagination-control>div a:active {
	color: #2c2c2c !important;
	outline: none;
}

.pagination-control>div .current-page-container svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 13px;
}

.pagination-control>div .current-page-container svg g polygon {
	fill: #767676;
}

.pagination-control>div .current-page-container .current-page {
	padding: 5px 25px 5px 10px;
	border: solid 3px transparent;
	transition: border-color ease-out 0.2s;
	text-decoration: underline !important;
	text-decoration-color: transparent !important;
	transition: text-decoration-color ease-out 0.2s;
}

.pagination-control>div .current-page-container .current-page:hover,
.pagination-control>div .current-page-container .current-page:active,
.pagination-control>div .current-page-container .current-page:focus {
	text-decoration-color: #0c6c6e !important;
}

.pagination-control>div .current-page-container .current-page:focus-visible {
	border-color: #404040;
}

.pagination-control>div .pagination-button {
	border: 2px solid transparent;
	border-radius: 50%;
	padding: 6px;
	margin: 0 10px;
	display: inline-block;
	transition: border-color ease-out 0.2s;
}

.pagination-control>div .pagination-button:focus {
	border-color: #e46d1d;
}

.pagination-control>div .pagination-button:hover .previous-button,
.pagination-control>div .pagination-button:focus .previous-button,
.pagination-control>div .pagination-button:hover .next-button,
.pagination-control>div .pagination-button:focus .next-button {
	background-color: #e46d1d;
}

.pagination-control>div .pagination-button .previous-button,
.pagination-control>div .pagination-button .next-button {
	display: inline-flex;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #0c6c6e;
	vertical-align: middle;
	align-items: center;
	justify-content: space-around;
}

.pagination-control>div .pagination-button .previous-button.disabled,
.pagination-control>div .pagination-button .next-button.disabled {
	background-color: #E5E5E5;
}

.pagination-control>div .pagination-button .previous-button svg,
.pagination-control>div .pagination-button .next-button svg {
	height: 24px;
	width: 24px;
}

.pagination-control>div .pagination-button .previous-button svg g polygon,
.pagination-control>div .pagination-button .next-button svg g polygon {
	fill: #fff;
}

.pagination-control>div .pagination-button .previous-button svg {
	transform: rotate(90deg);
	margin-right: 3px;
}

.pagination-control>div .pagination-button .next-button svg {
	transform: rotate(270deg);
	margin-left: 3px;
}

.pagination-control>div .options-container {
	display: none;
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%) translateY(15px);
}

.pagination-control>div .options-container>ul {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.07) 5px 7px 10px 0, rgba(0, 0, 0, 0.15) 2px 2px 4px 0;
	list-style: none;
	padding: 0;
	max-height: 400px;
	overflow-y: auto;
}

.pagination-control>div .options-container>ul li {
	border-bottom: 2px solid #EEEEEE;
	padding: 0;
	white-space: nowrap;
}

.pagination-control>div .options-container>ul li a {
	padding: 5px 10px;
	cursor: pointer;
	display: block;
	text-align: left;
}

.pagination-control>div .options-container>ul li a:hover,
.pagination-control>div .options-container>ul li a:focus {
	background-color: #fce8db;
	text-decoration: underline;
}

.pagination-control>div .options-container>ul li a svg {
	width: 11px;
	margin-left: 15px;
}

.pagination-control>div .options-container>ul li a svg path {
	fill: #404040;
}

.pagination-control>div .options-container .dialog-pointer {
	width: 31px;
	height: 16px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
}

.pagination-control>div .options-container .dialog-pointer:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 26px;
	background: #fff;
	transform: rotate(45deg);
	top: 6px;
	left: 4px;
	box-shadow: rgba(0, 0, 0, 0.07) 3px 0 4px 0, rgba(0, 0, 0, 0.15) 1px -1px 3px 0;
}

.pagination-control.up>div .options-container {
	bottom: 0;
	transform: translateX(-50%) translateY(-70px);
}

.pagination-control.up>div .options-container .dialog-pointer {
	top: unset;
	bottom: -5px;
	transform: translateX(-50%) rotate(180deg);
}

.pagination-control.expand>div .options-container {
	display: block;
}

html {
	width: 100%;
	height: 100%;
	font-size: 1em;
}

body {
	width: 100%;
	min-height: 100%;
	position: relative;
	font-family: "Arnhem-Blond";
	min-width: 320px;
	font-size: 1rem;
}

@media (min-width:768px) {
	body {
		font-size: 1.125rem;
	}
}

@media (min-width:992px) {
	body {
		font-size: 1.1875rem;
	}
}

@media (min-width:1200px) {
	body {
		font-size: 1.25rem;
	}
}

@media (min-width:1600px) {
	body {
		font-size: 1.375rem;
	}
}

.container-fluid {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8% 0 8%;
}

@media (min-width:1600px) {
	.container-fluid {
		padding: 0 128px;
	}
}

.container-fluid-full {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
}

.rule {
	border-top: 1px solid #E5E5E5;
}

.rule-fluid>div>div>div {
	border-top: 1px solid #E5E5E5;
}

img.img-responsive {
	max-width: 100%;
}

tr {
	background-color: #ffffff;
}

tr:hover {
	background-color: #fce8db;
}

@media (max-width:767px) {

	.btn-group .btn+.btn,
	.btn-group .btn+.btn-group,
	.btn-group .btn-group+.btn,
	.btn-group .btn-group+.btn-group {
		margin-left: 0px;
	}
}

.padding-bottom {
	padding-bottom: 10px;
}

.padding-bottomx2 {
	padding-bottom: 10px;
}

@media (min-width:768px) {
	.padding-bottomx2 {
		padding-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.padding-bottomx2 {
		padding-bottom: 24px;
	}
}

.padding-bottomx3 {
	padding-bottom: 15px;
}

@media (min-width:768px) {
	.padding-bottomx3 {
		padding-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.padding-bottomx3 {
		padding-bottom: 36px;
	}
}

.padding-bottomx4 {
	padding-bottom: 20px;
}

@media (min-width:768px) {
	.padding-bottomx4 {
		padding-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.padding-bottomx4 {
		padding-bottom: 48px;
	}
}

.padding-bottomx5 {
	padding-bottom: 25px;
}

@media (min-width:768px) {
	.padding-bottomx5 {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.padding-bottomx5 {
		padding-bottom: 60px;
	}
}

.padding-bottomx6 {
	padding-bottom: 30px;
}

@media (min-width:768px) {
	.padding-bottomx6 {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.padding-bottomx6 {
		padding-bottom: 72px;
	}
}

.padding-top {
	padding-top: 10px;
}

.padding-topx2 {
	padding-top: 10px;
}

@media (min-width:768px) {
	.padding-topx2 {
		padding-top: 20px;
	}
}

@media (min-width:1200px) {
	.padding-topx2 {
		padding-top: 24px;
	}
}

.padding-topx3 {
	padding-top: 15px;
}

@media (min-width:768px) {
	.padding-topx3 {
		padding-top: 30px;
	}
}

@media (min-width:1200px) {
	.padding-topx3 {
		padding-top: 36px;
	}
}

.padding-topx4 {
	padding-top: 20px;
}

@media (min-width:768px) {
	.padding-topx4 {
		padding-top: 40px;
	}
}

@media (min-width:1200px) {
	.padding-topx4 {
		padding-top: 48px;
	}
}

.padding-topx5 {
	padding-top: 25px;
}

@media (min-width:768px) {
	.padding-topx5 {
		padding-top: 50px;
	}
}

@media (min-width:1200px) {
	.padding-topx5 {
		padding-top: 60px;
	}
}

.padding-topx6 {
	padding-top: 30px;
}

@media (min-width:768px) {
	.padding-topx6 {
		padding-top: 60px;
	}
}

@media (min-width:1200px) {
	.padding-topx6 {
		padding-top: 72px;
	}
}

.margin-top {
	margin-top: 10px;
}

.margin-topx2 {
	margin-top: 10px;
}

@media (min-width:768px) {
	.margin-topx2 {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.margin-topx2 {
		margin-top: 24px;
	}
}

.margin-topx3 {
	margin-top: 15px;
}

@media (min-width:768px) {
	.margin-topx3 {
		margin-top: 30px;
	}
}

@media (min-width:1200px) {
	.margin-topx3 {
		margin-top: 36px;
	}
}

.margin-topx4 {
	margin-top: 20px;
}

@media (min-width:768px) {
	.margin-topx4 {
		margin-top: 40px;
	}
}

@media (min-width:1200px) {
	.margin-topx4 {
		margin-top: 48px;
	}
}

.margin-topx5 {
	margin-top: 25px;
}

@media (min-width:768px) {
	.margin-topx5 {
		margin-top: 50px;
	}
}

@media (min-width:1200px) {
	.margin-topx5 {
		margin-top: 60px;
	}
}

.margin-topx6 {
	margin-top: 30px;
}

@media (min-width:768px) {
	.margin-topx6 {
		margin-top: 60px;
	}
}

@media (min-width:1200px) {
	.margin-topx6 {
		margin-top: 72px;
	}
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-bottomx2 {
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.margin-bottomx2 {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.margin-bottomx2 {
		margin-bottom: 24px;
	}
}

.margin-bottomx3 {
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.margin-bottomx3 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.margin-bottomx3 {
		margin-bottom: 36px;
	}
}

.margin-bottomx4 {
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.margin-bottomx4 {
		margin-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.margin-bottomx4 {
		margin-bottom: 48px;
	}
}

.margin-bottomx5 {
	margin-bottom: 25px;
}

@media (min-width:768px) {
	.margin-bottomx5 {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.margin-bottomx5 {
		margin-bottom: 60px;
	}
}

.margin-bottomx6 {
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.margin-bottomx6 {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.margin-bottomx6 {
		margin-bottom: 72px;
	}
}

.no-margin {
	margin: 0 !important;
}

.margin-right {
	margin-right: 10px;
}

.margin-rightx2 {
	margin-right: 20px;
}

.margin-rightx3 {
	margin-right: 30px;
}

.margin-rightx4 {
	margin-right: 40px;
}

.margin-left {
	margin-left: 10px;
}

.margin-leftx2 {
	margin-left: 20px;
}

.margin-leftx3 {
	margin-right: 30px;
}

.margin-leftx4 {
	margin-right: 40px;
}

.no-padding {
	padding: 0 !important;
}

.padding-left {
	padding-left: 10px;
}

.padding-leftx2 {
	padding-left: 20px;
}

.padding-right {
	padding-right: 10px;
}

.padding-rightx2 {
	padding-right: 20px;
}

.opacity-low {
	opacity: 0.3;
}

.opacity-mid {
	opacity: 0.5;
}

.opacity-high {
	opacity: 0.8;
}

p,
.form-basic,
.form-control,
.blue-bullet,
.blue-bullet-compact,
li {
	line-height: 1.75;
}

.small {
	font-size: 0.9em;
}

.large,
.large p {
	font-size: 1.15em;
}

.sans {
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
}

.serif {
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
h7,
.h7 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
h7 a,
.h7 a {
	text-decoration: none;
}

blockquote {
	font-size: inherit;
}

hr {
	border-top: 1px solid #A6A8AB;
}

h1,
.h1 {
	font-size: 3em;
	letter-spacing: -0.03em;
	line-height: 110%;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

@media (min-width:992px) {

	h1,
	.h1 {
		font-size: 4em;
	}
}

@media (min-width:1200px) {

	h1,
	.h1 {
		font-size: 4.3em;
	}
}

h2,
.h2 {
	font-family: "Arnhem-Blond";
	font-weight: 900;
	font-size: 2em;
}

@media (min-width:1200px) {

	h2,
	.h2 {
		font-size: 2.5em;
	}
}

h3,
.h3 {
	letter-spacing: -0.02em;
	line-height: 118%;
	font-size: 2em;
}

h4,
.h4 {
	letter-spacing: -0.02em;
	line-height: 110%;
	font-size: 1.25em;
}

@media (min-width:1200px) {

	h4,
	.h4 {
		font-size: 1.5em;
	}
}

h5,
.h5 {
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 130%;
}

@media (min-width:992px) {

	h5,
	.h5 {
		font-weight: 400;
		font-size: 1.5em;
	}
}

h6,
.h6,
h7,
.h7 {
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

@media (min-width:992px) {

	h6,
	.h6,
	h7,
	.h7 {
		font-size: 0.738em;
	}
}

iframe[data-frameborder] {
	border: 0px;
}

.white {
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

.white a {
	color: #ffffff;
}

.white a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.blue {
	color: #3555A6;
}

.darkblue {
	color: #365B7A;
}

.green {
	color: #57A61B;
}

.neutral1 {
	color: #767676;
}

.neutral1-h h1,
.neutral1-h .h1,
.neutral1-h h2,
.neutral1-h .h2,
.neutral1-h h3,
.neutral1-h .h3,
.neutral1-h h4,
.neutral1-h .h4,
.neutral1-h h5,
.neutral1-h .h5,
.neutral1-h h6,
.neutral1-h .h6,
.neutral1-h h7,
.neutral1-h .h7 {
	color: #767676;
}

.neutral1-p p {
	color: #767676;
}

.neutral2 {
	color: #767676;
}

.neutral2-h h1,
.neutral2-h .h1,
.neutral2-h h2,
.neutral2-h .h2,
.neutral2-h h3,
.neutral2-h .h3,
.neutral2-h h4,
.neutral2-h .h4,
.neutral2-h h5,
.neutral2-h .h5,
.neutral2-h h6,
.neutral2-h .h6,
.neutral2-h h7,
.neutral2-h .h7 {
	color: #767676;
}

.neutral2-p p {
	color: #767676;
}

.neutral2-p-left [class*="col-"]:first-of-type {
	color: #767676;
}

.neutral3 {
	color: #767676;
}

.neutral3-h h1,
.neutral3-h .h1,
.neutral3-h h2,
.neutral3-h .h2,
.neutral3-h h3,
.neutral3-h .h3,
.neutral3-h h4,
.neutral3-h .h4,
.neutral3-h h5,
.neutral3-h .h5,
.neutral3-h h6,
.neutral3-h .h6,
.neutral3-h h7,
.neutral3-h .h7 {
	color: #767676;
}

.neutral3-p p {
	color: #767676;
}

.neutral4 {
	color: #365B7A;
}

.neutral4-h h1,
.neutral4-h .h1,
.neutral4-h h2,
.neutral4-h .h2,
.neutral4-h h3,
.neutral4-h .h3,
.neutral4-h h4,
.neutral4-h .h4,
.neutral4-h h5,
.neutral4-h .h5,
.neutral4-h h6,
.neutral4-h .h6,
.neutral4-h h7,
.neutral4-h .h7 {
	color: #365B7A;
}

.neutral4-p p {
	color: #365B7A;
}

.orange {
	color: #0c6c6e;
}

.purple {
	color: #7F3F97;
}

.red {
	color: #DB352C;
}

.yellow {
	color: #FDC031;
}

.yellow-dark {
	color: #C78800;
}

.orange-dark {
	color: #C95100;
}

.green-dark {
	color: #56823E;
}

.grey-darker {
	color: #2c2c2c;
}

.grey-dark {
	color: #404040;
}

.grey {
	color: #555555;
}

.grey-lighter {
	color: #E5E5E5;
}

.grey-light {
	color: #767676;
}

.grey-lightest {
	color: #EEEEEE;
}

.grey-lttext {
	color: #767676;
}

.grey-lttext-left-col [class*="col-"]:first-of-type {
	color: #767676;
}

.cyan {
	color: #0c6c6e;
}

.cyan-medium {
	color: #007FAA;
}

.magenta-dark {
	color: #8C194A;
}

.teal {
	color: #21A59D;
}

.teal-dark {
	color: #15706C;
}

.yellow-darker {
	color: #9F6D03;
}

.grey-darkest {
	color: #555555;
}

strong {
	font-weight: 700;
}

.line-height-175 {
	line-height: 135%;
}

.line-height-200 {
	line-height: 160%;
}

@media (min-width:768px) and (max-width:1199px) {
	.line-height-175 {
		line-height: 150%;
	}

	.line-height-200 {
		line-height: 175%;
	}
}

@media (min-width:992px) {
	.line-height-175 {
		line-height: 175%;
	}

	.line-height-200 {
		line-height: 200%;
	}
}

.body-italic {
	font-family: "Arnhem-Blond";
	font-style: italic;
}

.body-italic h4,
.body-italic .h4,
.body-italic h5,
.body-italic .h5,
.body-italic h6,
.body-italic .h6 {
	font-family: "Arnhem-Blond";
	font-style: italic;
	font-weight: 400;
}

.bold-sans {
	font-weight: 700;
	font-family: "KievitWeb";
}

.text-right-left {
	text-align: left;
}

@media (min-width:768px) {
	.text-right-left {
		text-align: right;
	}
}

.note h6,
note h6,
.note .h6,
note .h6 {
	margin-top: 30px;
	margin-bottom: 5px;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none !important;
}

.h-green>div>div>div h1,
.h-green>div>div>div .h1,
.h-green>div>div>div h2,
.h-green>div>div>div .h2,
.h-green>div>div>div h3,
.h-green>div>div>div .h3,
.h-green>div>div>div h4,
.h-green>div>div>div .h4,
.h-green>div>div>div h5,
.h-green>div>div>div .h5,
.h-green>div>div>div h6,
.h-green>div>div>div .h6,
.h-green>div>div>div h7,
.h-green>div>div>div .h7 {
	color: #56823E;
}

.blue-button a {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border-radius: 5px;
	border: 2px solid #0c6c6e;
	color: #000000;
	display: inline-block;
	padding: 1.1em 1.8em 0.9em 1.8em;
	transition: all 0.3s;
}

.blue-button a small,
.blue-button a .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.blue-button a small,
.blue-button a .small {
	font-size: 75%;
}

.blue-button a a {
	text-decoration: none;
}

@media (min-width:992px) {
	.blue-button a {
		font-size: 0.738em;
	}
}

@media (max-width:991px) {
	.blue-button a {
		font-size: 0.9375rem;
	}
}

.white .blue-button a {
	color: #ffffff;
}

.blue-button a:hover,
.blue-button a:active,
.blue-button a:focus {
	color: #007FAA;
	box-shadow: inset -2px 2px 0 #0c6c6e, inset 2px -2px 0 #0c6c6e, inset 2px 2px 0 #0c6c6e, inset -2px -2px 0 #0c6c6e;
	background-color: #ffffff;
	text-decoration: none;
}

.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.rte p.small-caps,
.rte p.heading-serif,
.rte .heading-sans {
	margin-bottom: 1em;
	margin-top: 0;
}

.rte h2 a,
.rte h3 a,
.rte h4 a,
.rte h5 a,
.rte h6 a,
.rte p.small-caps a,
.rte p.heading-serif a,
.rte .heading-sans a {
	background-color: transparent;
	box-shadow: inset 0 -1px 0 #A6A8AB;
	color: inherit;
	overflow-wrap: break-word;
	transition: all 0.15s;
	word-break: break-word;
	word-wrap: break-word;
}

.rte h2 a:hover,
.rte h3 a:hover,
.rte h4 a:hover,
.rte h5 a:hover,
.rte h6 a:hover,
.rte p.small-caps a:hover,
.rte p.heading-serif a:hover,
.rte .heading-sans a:hover {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	text-decoration: none;
}

.rte h2 a:active,
.rte h3 a:active,
.rte h4 a:active,
.rte h5 a:active,
.rte h6 a:active,
.rte p.small-caps a:active,
.rte p.heading-serif a:active,
.rte .heading-sans a:active,
.rte h2 a:focus,
.rte h3 a:focus,
.rte h4 a:focus,
.rte h5 a:focus,
.rte h6 a:focus,
.rte p.small-caps a:focus,
.rte p.heading-serif a:focus,
.rte .heading-sans a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.rte h2:not(:first-child),
.rte h3:not(:first-child) {
	margin-top: 1em;
}

.rte .heading-serif {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 130%;
	display: block;
	margin-bottom: 1em;
	text-transform: none;
}

.rte .heading-serif small,
.rte .heading-serif .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.rte .heading-serif small,
.rte .heading-serif .small {
	font-size: 75%;
}

.rte .heading-serif a {
	text-decoration: none;
}

@media (min-width:992px) {
	.rte .heading-serif {
		font-weight: 400;
		font-size: 1.5em;
	}
}

.rte .heading-serif:not(:first-child) {
	margin-top: 1.4em;
}

.rte .heading-serif a {
	color: inherit;
}

.rte .heading-serif a:hover,
.rte .heading-serif a:active,
.rte .heading-serif a:focus {
	color: inherit;
}

.rte .heading-sans {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 118%;
	font-size: 2em;
}

.rte .heading-sans small,
.rte .heading-sans .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.rte .heading-sans small,
.rte .heading-sans .small {
	font-size: 65%;
}

.rte .heading-sans a {
	text-decoration: none;
}

.rte .small-caps {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 2em;
}

.rte .small-caps small,
.rte .small-caps .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.rte .small-caps small,
.rte .small-caps .small {
	font-size: 75%;
}

.rte .small-caps a {
	text-decoration: none;
}

@media (min-width:992px) {
	.rte .small-caps {
		font-size: 0.738em;
	}
}

.rte .link-standalone {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
	box-shadow: none;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}

.rte .link-standalone:hover,
.rte .link-standalone:active,
.rte .link-standalone:focus {
	text-decoration: none;
}

.rte .link-standalone a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #0c6c6e;
	box-shadow: none;
}

.rte .link-standalone a:hover,
.rte .link-standalone a:active,
.rte .link-standalone a:focus {
	text-decoration: none;
}

.rte .link-standalone a:hover,
.rte .link-standalone a:active {
	background-color: none !important;
	box-shadow: inset 0 -2px 0 #C95100;
	color: #C95100 !important;
}

.rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	color: #0c6c6e;
}

.rte .link-standalone.white,
.rte .link-standalone .white {
	color: #ffffff;
}

.rte .link-standalone.white a,
.rte .link-standalone .white a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.rte .link-standalone.white a:hover,
.rte .link-standalone .white a:hover,
.rte .link-standalone.white a:active,
.rte .link-standalone .white a:active,
.rte .link-standalone.white a:focus,
.rte .link-standalone .white a:focus {
	text-decoration: none;
}

.rte .link-standalone.white a:hover,
.rte .link-standalone .white a:hover,
.rte .link-standalone.white a:active,
.rte .link-standalone .white a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.rte .link-standalone.white a:focus,
.rte .link-standalone .white a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.rte .link-standalone.bkg-grey-lightest a,
.rte .link-standalone.bkg-grey-lighter a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
}

.rte .link-standalone.bkg-grey-lightest a:hover,
.rte .link-standalone.bkg-grey-lighter a:hover,
.rte .link-standalone.bkg-grey-lightest a:active,
.rte .link-standalone.bkg-grey-lighter a:active,
.rte .link-standalone.bkg-grey-lightest a:focus,
.rte .link-standalone.bkg-grey-lighter a:focus {
	text-decoration: none;
}

.rte .link-standalone.bkg-grey-lightest a:hover,
.rte .link-standalone.bkg-grey-lighter a:hover,
.rte .link-standalone.bkg-grey-lightest a:active,
.rte .link-standalone.bkg-grey-lighter a:active {
	box-shadow: inset 0 -2px 0 #404040;
	color: #404040;
}

.rte .link-standalone.bkg-grey-lightest a:focus,
.rte .link-standalone.bkg-grey-lighter a:focus {
	color: #404040;
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.rte p {
	margin-bottom: 1.25em;
}

.rte p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.rte p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:hover,
.rte p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:active,
.rte p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.rte p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus {
	background-color: #f8caac;
}

.rte p.orange-button a {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	margin-bottom: 1em;
}

.rte p.orange-button a:focus,
.rte p.orange-button a:active:focus,
.rte p.orange-button a.active:focus,
.rte p.orange-button a.focus,
.rte p.orange-button a:active.focus,
.rte p.orange-button a.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.rte p.orange-button a:hover,
.rte p.orange-button a:focus,
.rte p.orange-button a.focus {
	color: #fff;
	text-decoration: none;
}

.rte p.orange-button a:active,
.rte p.orange-button a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.rte p.orange-button a.disabled,
.rte p.orange-button a[disabled],
fieldset[disabled] .rte p.orange-button a {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.rte p.orange-button a.disabled,
fieldset[disabled] a.rte p.orange-button a {
	pointer-events: none;
}

.rte p.orange-button a:focus,
.rte p.orange-button a:active:focus,
.rte p.orange-button a.active:focus,
.rte p.orange-button a.focus,
.rte p.orange-button a:active.focus,
.rte p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.rte p.orange-button a:hover,
.rte p.orange-button a:focus,
.rte p.orange-button a.focus {
	color: #C95100;
	text-decoration: none;
}

.rte p.orange-button a:active,
.rte p.orange-button a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rte p.orange-button a.disabled,
.rte p.orange-button a[disabled],
fieldset[disabled] .rte p.orange-button a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rte p.orange-button a:focus,
.rte p.orange-button a.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.rte p.orange-button a:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.rte p.orange-button a:active,
.rte p.orange-button a.active,
.open>.dropdown-toggle.rte p.orange-button a {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.rte p.orange-button a:active:hover,
.rte p.orange-button a.active:hover,
.open>.dropdown-toggle.rte p.orange-button a:hover,
.rte p.orange-button a:active:focus,
.rte p.orange-button a.active:focus,
.open>.dropdown-toggle.rte p.orange-button a:focus,
.rte p.orange-button a:active.focus,
.rte p.orange-button a.active.focus,
.open>.dropdown-toggle.rte p.orange-button a.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.rte p.orange-button a:active,
.rte p.orange-button a.active,
.open>.dropdown-toggle.rte p.orange-button a {
	background-image: none;
}

.rte p.orange-button a.disabled:hover,
.rte p.orange-button a[disabled]:hover,
fieldset[disabled] .rte p.orange-button a:hover,
.rte p.orange-button a.disabled:focus,
.rte p.orange-button a[disabled]:focus,
fieldset[disabled] .rte p.orange-button a:focus,
.rte p.orange-button a.disabled.focus,
.rte p.orange-button a[disabled].focus,
fieldset[disabled] .rte p.orange-button a.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.rte p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.rte p.orange-button a:hover,
.rte p.orange-button a:focus,
.rte p.orange-button a:active,
.rte p.orange-button a.active,
.open .dropdown-toggle.rte p.orange-button a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.rte p.orange-button a:active,
.rte p.orange-button a.active,
.open .dropdown-toggle.rte p.orange-button a {
	background-image: none;
}

.rte p.orange-button a:focus,
.rte p.orange-button a:active:focus,
.rte p.orange-button a.active:focus,
.rte p.orange-button a.focus,
.rte p.orange-button a:active.focus,
.rte p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.rte p.orange-button a.disabled,
.rte p.orange-button a[disabled],
fieldset[disabled] .rte p.orange-button a,
.rte p.orange-button a.disabled:hover,
.rte p.orange-button a[disabled]:hover,
fieldset[disabled] .rte p.orange-button a:hover,
.rte p.orange-button a.disabled:focus,
.rte p.orange-button a[disabled]:focus,
fieldset[disabled] .rte p.orange-button a:focus,
.rte p.orange-button a.disabled:active,
.rte p.orange-button a[disabled]:active,
fieldset[disabled] .rte p.orange-button a:active,
.rte p.orange-button a.disabled.active,
.rte p.orange-button a[disabled].active,
fieldset[disabled] .rte p.orange-button a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.rte p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.rte p.orange-button a:hover,
.rte p.orange-button a:focus,
.rte p.orange-button a:active,
.rte p.orange-button a.active,
.open .dropdown-toggle.rte p.orange-button a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.rte p.orange-button a:active,
.rte p.orange-button a.active,
.open .dropdown-toggle.rte p.orange-button a {
	background-image: none;
}

.rte p.orange-button a:focus,
.rte p.orange-button a:active:focus,
.rte p.orange-button a.active:focus,
.rte p.orange-button a.focus,
.rte p.orange-button a:active.focus,
.rte p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.rte p.orange-button a.disabled,
.rte p.orange-button a[disabled],
fieldset[disabled] .rte p.orange-button a,
.rte p.orange-button a.disabled:hover,
.rte p.orange-button a[disabled]:hover,
fieldset[disabled] .rte p.orange-button a:hover,
.rte p.orange-button a.disabled:focus,
.rte p.orange-button a[disabled]:focus,
fieldset[disabled] .rte p.orange-button a:focus,
.rte p.orange-button a.disabled:active,
.rte p.orange-button a[disabled]:active,
fieldset[disabled] .rte p.orange-button a:active,
.rte p.orange-button a.disabled.active,
.rte p.orange-button a[disabled].active,
fieldset[disabled] .rte p.orange-button a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.rte p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.rte hr {
	margin-top: 3em;
	margin-bottom: 3em;
}

.rte ul:not(.not-rte) a,
.rte ol a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.rte ul:not(.not-rte) a:hover,
.rte ol a:hover,
.rte ul:not(.not-rte) a:active,
.rte ol a:active,
.rte ul:not(.not-rte) a:focus,
.rte ol a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.rte ul:not(.not-rte) a:focus,
.rte ol a:focus {
	background-color: #f8caac;
}

.rte ul:not(.not-rte) {
	padding-left: 1.2em;
}

.rte ul:not(.not-rte) li {
	list-style: none;
	line-height: 1.75;
	padding-bottom: 0.75em;
}

.rte ul:not(.not-rte) li:before {
	color: #0c6c6e;
	content: '\2022';
	display: inline-block;
	left: -1em;
	max-height: 0;
	max-width: 0;
	position: relative;
	font-size: 1.2em;
	margin-top: -0.2em;
}

.rte ol:not(.not-rte) {
	padding-left: 1.2em;
}

.rte ol:not(.not-rte) li {
	line-height: 1.75;
	padding-bottom: 0.75em;
}

.homepage #main-content div.rte h1,
.homepage #main-content h1,
.homehero h1,
.homepage #main-content div.rte h2,
.homepage #main-content h2,
.homehero h2,
.homepage #main-content div.rte .h2,
.homepage #main-content .h2,
.homehero .h2 {
	font-family: "Arnhem-Blond";
	font-weight: 900;
	font-size: 2.88em;
	line-height: 1.026;
	margin-bottom: 0.4em;
}

@media (min-width:992px) {

	.homepage #main-content div.rte h1,
	.homepage #main-content h1,
	.homehero h1,
	.homepage #main-content div.rte h2,
	.homepage #main-content h2,
	.homehero h2,
	.homepage #main-content div.rte .h2,
	.homepage #main-content .h2,
	.homehero .h2 {
		font-size: 3.19em;
	}
}

.homepage #main-content div.rte h3,
.homepage #main-content h3,
.homehero h3,
.homepage #main-content div.rte .h3,
.homepage #main-content .h3,
.homehero .h3,
.homepage #main-content div.rte .heading-serif,
.homepage #main-content .heading-serif,
.homehero .heading-serif {
	font-family: "Arnhem-Blond";
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.167;
}

.homepage #main-content div.rte .heading-serif,
.homepage #main-content .heading-serif,
.homehero .heading-serif {
	margin-top: 1em;
	margin-bottom: 1em;
}

.homepage #main-content div.rte h4,
.homepage #main-content h4,
.homehero h4,
.homepage #main-content div.rte .h4,
.homepage #main-content .h4,
.homehero .h4 {
	font-family: "Arnhem-Blond";
	font-weight: 700;
	font-size: 1.4375rem;
}

.homepage #main-content div.rte .small-caps,
.homepage #main-content .small-caps,
.homehero .small-caps {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 0.9375rem;
}

.homepage #main-content div.rte .small-caps small,
.homepage #main-content .small-caps small,
.homehero .small-caps small,
.homepage #main-content div.rte .small-caps .small,
.homepage #main-content .small-caps .small,
.homehero .small-caps .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.homepage #main-content div.rte .small-caps small,
.homepage #main-content .small-caps small,
.homehero .small-caps small,
.homepage #main-content div.rte .small-caps .small,
.homepage #main-content .small-caps .small,
.homehero .small-caps .small {
	font-size: 75%;
}

.homepage #main-content div.rte .small-caps a,
.homepage #main-content .small-caps a,
.homehero .small-caps a {
	text-decoration: none;
}

@media (min-width:992px) {

	.homepage #main-content div.rte .small-caps,
	.homepage #main-content .small-caps,
	.homehero .small-caps {
		font-size: 0.738em;
	}
}

@media (max-width:991px) {

	.homepage #main-content div.rte .rte p,
	.homepage #main-content .rte p,
	.homehero .rte p,
	.homepage #main-content div.rte .rte li,
	.homepage #main-content .rte li,
	.homehero .rte li {
		font-size: 1.25rem;
		margin-bottom: 1em;
	}
}

@media (max-width:767px) {

	.homepage #main-content div.rte .rte h2,
	.homepage #main-content .rte h2,
	.homehero .rte h2 {
		margin-top: 1em;
	}
}

:not(.white) .homepage #main-content div.rte .container-fluid,
:not(.white) .homepage #main-content .container-fluid,
:not(.white) .homehero .container-fluid {
	color: #000000;
}

:not(.white) .homepage #main-content div.rte .container-fluid p,
:not(.white) .homepage #main-content .container-fluid p,
:not(.white) .homehero .container-fluid p,
:not(.white) .homepage #main-content div.rte .container-fluid li,
:not(.white) .homepage #main-content .container-fluid li,
:not(.white) .homehero .container-fluid li {
	color: #555555;
}

:not(.white) .homepage #main-content div.rte .container-fluid .heading-serif,
:not(.white) .homepage #main-content .container-fluid .heading-serif,
:not(.white) .homehero .container-fluid .heading-serif,
:not(.white) .homepage #main-content div.rte .container-fluid p.heading-serif,
:not(.white) .homepage #main-content .container-fluid p.heading-serif,
:not(.white) .homehero .container-fluid p.heading-serif,
:not(.white) .homepage #main-content div.rte .container-fluid p.h2,
:not(.white) .homepage #main-content .container-fluid p.h2,
:not(.white) .homehero .container-fluid p.h2 {
	color: #000000;
}

.homepage #main-content div.rte div.white .rte,
.homepage #main-content div.white .rte,
.homehero div.white .rte,
.homepage #main-content div.rte .article-img-divider.black .rte,
.homepage #main-content .article-img-divider.black .rte,
.homehero .article-img-divider.black .rte,
.homepage #main-content div.rte .article-img-divider.transparent-dark .rte,
.homepage #main-content .article-img-divider.transparent-dark .rte,
.homehero .article-img-divider.transparent-dark .rte {
	color: #ffffff;
}

.homepage #main-content div.rte div.white .rte p,
.homepage #main-content div.white .rte p,
.homehero div.white .rte p,
.homepage #main-content div.rte .article-img-divider.black .rte p,
.homepage #main-content .article-img-divider.black .rte p,
.homehero .article-img-divider.black .rte p,
.homepage #main-content div.rte .article-img-divider.transparent-dark .rte p,
.homepage #main-content .article-img-divider.transparent-dark .rte p,
.homehero .article-img-divider.transparent-dark .rte p,
.homepage #main-content div.rte div.white .rte li,
.homepage #main-content div.white .rte li,
.homehero div.white .rte li,
.homepage #main-content div.rte .article-img-divider.black .rte li,
.homepage #main-content .article-img-divider.black .rte li,
.homehero .article-img-divider.black .rte li,
.homepage #main-content div.rte .article-img-divider.transparent-dark .rte li,
.homepage #main-content .article-img-divider.transparent-dark .rte li,
.homehero .article-img-divider.transparent-dark .rte li,
.homepage #main-content div.rte div.white .rte .blue-button a,
.homepage #main-content div.white .rte .blue-button a,
.homehero div.white .rte .blue-button a,
.homepage #main-content div.rte .article-img-divider.black .rte .blue-button a,
.homepage #main-content .article-img-divider.black .rte .blue-button a,
.homehero .article-img-divider.black .rte .blue-button a,
.homepage #main-content div.rte .article-img-divider.transparent-dark .rte .blue-button a,
.homepage #main-content .article-img-divider.transparent-dark .rte .blue-button a,
.homehero .article-img-divider.transparent-dark .rte .blue-button a,
.homepage #main-content div.rte div.white .rte .heading-serif,
.homepage #main-content div.white .rte .heading-serif,
.homehero div.white .rte .heading-serif,
.homepage #main-content div.rte .article-img-divider.black .rte .heading-serif,
.homepage #main-content .article-img-divider.black .rte .heading-serif,
.homehero .article-img-divider.black .rte .heading-serif,
.homepage #main-content div.rte .article-img-divider.transparent-dark .rte .heading-serif,
.homepage #main-content .article-img-divider.transparent-dark .rte .heading-serif,
.homehero .article-img-divider.transparent-dark .rte .heading-serif {
	color: #ffffff;
}

.homepage #main-content div.rte .card-text .card-title .heading-serif,
.homepage #main-content .card-text .card-title .heading-serif,
.homehero .card-text .card-title .heading-serif {
	margin: 0;
}

.homepage #main-content div.rte .card-text .card-title .heading-sans,
.homepage #main-content .card-text .card-title .heading-sans,
.homehero .card-text .card-title .heading-sans {
	font-family: "Arnhem-Blond";
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.167;
	font-family: "KievitWeb";
	font-weight: 400;
}

.homepage #main-content div.rte .card-text .card-title .p,
.homepage #main-content .card-text .card-title .p,
.homehero .card-text .card-title .p {
	font-family: "Arnhem-Blond";
	font-weight: 700;
	font-size: 1.4375rem;
}

.homepage #main-content div.rte .card-text .card-title .link-standalone,
.homepage #main-content .card-text .card-title .link-standalone,
.homehero .card-text .card-title .link-standalone {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
	box-shadow: none;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}

.homepage #main-content div.rte .card-text .card-title .link-standalone:hover,
.homepage #main-content .card-text .card-title .link-standalone:hover,
.homehero .card-text .card-title .link-standalone:hover,
.homepage #main-content div.rte .card-text .card-title .link-standalone:active,
.homepage #main-content .card-text .card-title .link-standalone:active,
.homehero .card-text .card-title .link-standalone:active,
.homepage #main-content div.rte .card-text .card-title .link-standalone:focus,
.homepage #main-content .card-text .card-title .link-standalone:focus,
.homehero .card-text .card-title .link-standalone:focus {
	text-decoration: none;
}

.homepage #main-content div.rte .card-text .card-title .link-standalone a,
.homepage #main-content .card-text .card-title .link-standalone a,
.homehero .card-text .card-title .link-standalone a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #0c6c6e;
	box-shadow: none;
}

.homepage #main-content div.rte .card-text .card-title .link-standalone a:hover,
.homepage #main-content .card-text .card-title .link-standalone a:hover,
.homehero .card-text .card-title .link-standalone a:hover,
.homepage #main-content div.rte .card-text .card-title .link-standalone a:active,
.homepage #main-content .card-text .card-title .link-standalone a:active,
.homehero .card-text .card-title .link-standalone a:active,
.homepage #main-content div.rte .card-text .card-title .link-standalone a:focus,
.homepage #main-content .card-text .card-title .link-standalone a:focus,
.homehero .card-text .card-title .link-standalone a:focus {
	text-decoration: none;
}

.homepage #main-content div.rte .card-text .card-title .link-standalone a:hover,
.homepage #main-content .card-text .card-title .link-standalone a:hover,
.homehero .card-text .card-title .link-standalone a:hover,
.homepage #main-content div.rte .card-text .card-title .link-standalone a:active,
.homepage #main-content .card-text .card-title .link-standalone a:active,
.homehero .card-text .card-title .link-standalone a:active {
	background-color: none !important;
	box-shadow: inset 0 -2px 0 #C95100;
	color: #C95100 !important;
}

.homepage #main-content div.rte .card-text .card-title .link-standalone a:focus,
.homepage #main-content .card-text .card-title .link-standalone a:focus,
.homehero .card-text .card-title .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	color: #0c6c6e;
}

.white .rte h2 a,
.homepage #main-content .white .rte h2 a,
.white .rte h3 a,
.homepage #main-content .white .rte h3 a,
.white .rte h4 a,
.homepage #main-content .white .rte h4 a,
.white .rte h5 a,
.homepage #main-content .white .rte h5 a,
.white .rte h6 a,
.homepage #main-content .white .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.white .rte h2 a:hover,
.homepage #main-content .white .rte h2 a:hover,
.white .rte h3 a:hover,
.homepage #main-content .white .rte h3 a:hover,
.white .rte h4 a:hover,
.homepage #main-content .white .rte h4 a:hover,
.white .rte h5 a:hover,
.homepage #main-content .white .rte h5 a:hover,
.white .rte h6 a:hover,
.homepage #main-content .white .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.white .rte h2 a:active,
.homepage #main-content .white .rte h2 a:active,
.white .rte h3 a:active,
.homepage #main-content .white .rte h3 a:active,
.white .rte h4 a:active,
.homepage #main-content .white .rte h4 a:active,
.white .rte h5 a:active,
.homepage #main-content .white .rte h5 a:active,
.white .rte h6 a:active,
.homepage #main-content .white .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

.white .rte h2 a:focus,
.homepage #main-content .white .rte h2 a:focus,
.white .rte h3 a:focus,
.homepage #main-content .white .rte h3 a:focus,
.white .rte h4 a:focus,
.homepage #main-content .white .rte h4 a:focus,
.white .rte h5 a:focus,
.homepage #main-content .white .rte h5 a:focus,
.white .rte h6 a:focus,
.homepage #main-content .white .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.white .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a,
.homepage #main-content .white .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

.white .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.homepage #main-content .white .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.white .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.homepage #main-content .white .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

.white .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.homepage #main-content .white .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

.white .rte p.blue-button a,
.homepage #main-content .white .rte p.blue-button a {
	color: #ffffff;
}

.white .rte p.blue-button a:hover,
.homepage #main-content .white .rte p.blue-button a:hover,
.white .rte p.blue-button a:active,
.homepage #main-content .white .rte p.blue-button a:active,
.white .rte p.blue-button a:focus,
.homepage #main-content .white .rte p.blue-button a:focus {
	color: #007FAA;
}

.white .rte .orange-button a,
.homepage #main-content .white .rte .orange-button a {
	box-shadow: none;
}

.white .rte .link-standalone,
.homepage #main-content .white .rte .link-standalone {
	color: #ffffff;
}

.white .rte .link-standalone a,
.homepage #main-content .white .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.white .rte .link-standalone a:hover,
.homepage #main-content .white .rte .link-standalone a:hover,
.white .rte .link-standalone a:active,
.homepage #main-content .white .rte .link-standalone a:active,
.white .rte .link-standalone a:focus,
.homepage #main-content .white .rte .link-standalone a:focus {
	text-decoration: none;
}

.white .rte .link-standalone a:hover,
.homepage #main-content .white .rte .link-standalone a:hover,
.white .rte .link-standalone a:active,
.homepage #main-content .white .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.white .rte .link-standalone a:focus,
.homepage #main-content .white .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.bkg-blue {
	background-color: #3555A6 !important;
}

.bkg-lightblue {
	background-color: #0c6c6e !important;
}

.bkg-darkblue {
	background-color: #365B7A !important;
}

.bkg-teal {
	background-color: #21A59D !important;
}

.bkg-teal-no-important {
	background-color: #21A59D;
}

.bkg-green {
	background-color: #57A61B !important;
}

.bkg-green-dark {
	background-color: #56823E !important;
}

.bkg-magenta-dark {
	background-color: #8C194A;
}

.bkg-new-green {
	background-color: #56823E !important;
}

.bkg-neutral1 {
	background-color: #767676 !important;
}

.bkg-neutral2 {
	background-color: #767676 !important;
}

.bkg-neutral2 .row {
	margin: 0 !important;
}

.bkg-neutral3 {
	background-color: #767676 !important;
}

.bkg-neutral4 {
	background-color: #365B7A !important;
}

.bkg-neutral-yellow {
	background-color: #EAE4D5 !important;
}

.bkg-orange {
	background-color: #0c6c6e !important;
}

.bkg-purple {
	background-color: #7F3F97 !important;
}

.bkg-purple-dark {
	background-color: #623166 !important;
}

.bkg-purple-no-important {
	background-color: #7F3F97;
}

.bkg-red {
	background-color: #DB352C !important;
}

.bkg-yellow {
	background-color: #FDC031 !important;
}

.bkg-yellow a {
	color: inherit;
}

.bkg-yellow a:hover,
.bkg-yellow a:focus {
	color: #2c2c2c;
	opacity: 1;
	box-shadow: inset 0 -1.5px 0 rgba(64, 64, 64, 0.5);
	text-decoration: none;
}

.bkg-yellow a:focus {
	box-shadow: inset 0 -1.5px 0 #2c2c2c;
}

.bkg-canary-yellow {
	background-color: #FCD009 !important;
}

.bkg-canary-yellow a {
	color: inherit;
}

.bkg-canary-yellow a:hover,
.bkg-canary-yellow a:focus {
	color: #2c2c2c;
	opacity: 1;
	box-shadow: inset 0 -1.5px 0 rgba(64, 64, 64, 0.5);
	text-decoration: none;
}

.bkg-canary-yellow a:focus {
	box-shadow: inset 0 -1.5px 0 #2c2c2c;
}

.bkg-black {
	background-color: #000000 !important;
}

.bkg-grey-darker {
	background-color: #2c2c2c !important;
}

.bkg-grey-dark {
	background-color: #404040 !important;
}

.bkg-grey {
	background-color: #555555 !important;
}

.bkg-grey-lighter {
	background-color: #E5E5E5 !important;
}

.bkg-grey-light {
	background-color: #A6A8AB !important;
}

.bkg-grey-lightest {
	background-color: #EEEEEE !important;
}

.bkg-grey-lightest-blog {
	background-color: #F7F7F7 !important;
}

.bkg-white {
	background-color: #ffffff !important;
}

.bkg-magenta-dark {
	background-color: #8C194A !important;
}

.bkg-orange-dark {
	background-color: #C95100 !important;
}

.bkg-teal-dark {
	background-color: #15706C !important;
}

.bkg-red-dark {
	background-color: #B03030 !important;
}

.bkg-black a:not(.social-media-link),
.bkg-purple a:not(.social-media-link),
.bkg-green a:not(.social-media-link),
.bkg-grey a:not(.social-media-link),
.bkg-neutral3 a:not(.social-media-link),
.bkg-neutral4 a:not(.social-media-link),
.bkg-blue a:not(.social-media-link),
.bkg-darkblue a:not(.social-media-link),
.bkg-purple-dark a:not(.social-media-link),
.bkg-magenta-dark a:not(.social-media-link),
.bkg-orange-dark a:not(.social-media-link),
.bkg-teal-dark a:not(.social-media-link),
.bkg-red-dark a:not(.social-media-link) {
	text-decoration: none;
	color: #ffffff;
}

.bkg-black a:not(.social-media-link):hover,
.bkg-purple a:not(.social-media-link):hover,
.bkg-green a:not(.social-media-link):hover,
.bkg-grey a:not(.social-media-link):hover,
.bkg-neutral3 a:not(.social-media-link):hover,
.bkg-neutral4 a:not(.social-media-link):hover,
.bkg-blue a:not(.social-media-link):hover,
.bkg-darkblue a:not(.social-media-link):hover,
.bkg-purple-dark a:not(.social-media-link):hover,
.bkg-magenta-dark a:not(.social-media-link):hover,
.bkg-orange-dark a:not(.social-media-link):hover,
.bkg-teal-dark a:not(.social-media-link):hover,
.bkg-red-dark a:not(.social-media-link):hover,
.bkg-black a:not(.social-media-link):active,
.bkg-purple a:not(.social-media-link):active,
.bkg-green a:not(.social-media-link):active,
.bkg-grey a:not(.social-media-link):active,
.bkg-neutral3 a:not(.social-media-link):active,
.bkg-neutral4 a:not(.social-media-link):active,
.bkg-blue a:not(.social-media-link):active,
.bkg-darkblue a:not(.social-media-link):active,
.bkg-purple-dark a:not(.social-media-link):active,
.bkg-magenta-dark a:not(.social-media-link):active,
.bkg-orange-dark a:not(.social-media-link):active,
.bkg-teal-dark a:not(.social-media-link):active,
.bkg-red-dark a:not(.social-media-link):active,
.bkg-black a:not(.social-media-link):focus,
.bkg-purple a:not(.social-media-link):focus,
.bkg-green a:not(.social-media-link):focus,
.bkg-grey a:not(.social-media-link):focus,
.bkg-neutral3 a:not(.social-media-link):focus,
.bkg-neutral4 a:not(.social-media-link):focus,
.bkg-blue a:not(.social-media-link):focus,
.bkg-darkblue a:not(.social-media-link):focus,
.bkg-purple-dark a:not(.social-media-link):focus,
.bkg-magenta-dark a:not(.social-media-link):focus,
.bkg-orange-dark a:not(.social-media-link):focus,
.bkg-teal-dark a:not(.social-media-link):focus,
.bkg-red-dark a:not(.social-media-link):focus {
	opacity: 1;
	box-shadow: inset 0 -1px 0 #ffffff;
}

.bkg-black a:not(.social-media-link):focus,
.bkg-purple a:not(.social-media-link):focus,
.bkg-green a:not(.social-media-link):focus,
.bkg-grey a:not(.social-media-link):focus,
.bkg-neutral3 a:not(.social-media-link):focus,
.bkg-neutral4 a:not(.social-media-link):focus,
.bkg-blue a:not(.social-media-link):focus,
.bkg-darkblue a:not(.social-media-link):focus,
.bkg-purple-dark a:not(.social-media-link):focus,
.bkg-magenta-dark a:not(.social-media-link):focus,
.bkg-orange-dark a:not(.social-media-link):focus,
.bkg-teal-dark a:not(.social-media-link):focus,
.bkg-red-dark a:not(.social-media-link):focus {
	box-shadow: inset 0 -2px 0 #fff;
}

.bkg-black p a,
.bkg-purple p a,
.bkg-green p a,
.bkg-grey p a,
.bkg-neutral3 p a,
.bkg-neutral4 p a,
.bkg-blue p a,
.bkg-darkblue p a,
.bkg-purple-dark p a,
.bkg-magenta-dark p a,
.bkg-orange-dark p a,
.bkg-teal-dark p a,
.bkg-red-dark p a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.bkg-grey-lightest-blog .grey-light {
	color: #717171;
}

@media (min-width:768px) {
	.color-split-tint {
		background: url("images/white-transparent.png") right no-repeat;
		background-size: 50% 100%;
	}
}

@media (max-width:767px) {
	.color-split-tint .container-fluid {
		margin-right: auto;
		margin-left: auto;
		padding-left: 2%;
		padding-right: 2%;
	}

	.color-split-tint .col-sm-6 {
		padding-left: 7%;
		padding-right: 7%;
	}

	.color-split-tint .col-sm-6:nth-child(2n) {
		background: url("images/white-transparent.png") right no-repeat;
		background-size: 100% 100%;
	}
}

.bootstrap-select .btn-default,
.bootstrap-select.open .btn-default {
	color: #767676;
	background-color: transparent;
	border-color: transparent;
}

.bootstrap-select .btn-default:hover,
.bootstrap-select.open .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select.open .btn-default:focus,
.bootstrap-select .btn-default:active,
.bootstrap-select.open .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.bootstrap-select .btn-default,
.open .dropdown-toggle.bootstrap-select.open .btn-default {
	color: #404040;
	background-color: transparent;
	border-color: #E5E5E5;
}

.bootstrap-select .btn-default:active,
.bootstrap-select.open .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.bootstrap-select .btn-default,
.open .dropdown-toggle.bootstrap-select.open .btn-default {
	background-image: none;
}

.bootstrap-select .btn-default:focus,
.bootstrap-select.open .btn-default:focus,
.bootstrap-select .btn-default:active:focus,
.bootstrap-select.open .btn-default:active:focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select.open .btn-default.active:focus,
.bootstrap-select .btn-default.focus,
.bootstrap-select.open .btn-default.focus,
.bootstrap-select .btn-default:active.focus,
.bootstrap-select.open .btn-default:active.focus,
.bootstrap-select .btn-default.active.focus,
.bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #0c6c6e;
	background-color: transparent;
	border-color: transparent;
	color: #767676;
}

.bootstrap-select .btn-default.disabled,
.bootstrap-select.open .btn-default.disabled,
.bootstrap-select .btn-default[disabled],
.bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .bootstrap-select .btn-default,
fieldset[disabled] .bootstrap-select.open .btn-default,
.bootstrap-select .btn-default.disabled:hover,
.bootstrap-select.open .btn-default.disabled:hover,
.bootstrap-select .btn-default[disabled]:hover,
.bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .bootstrap-select .btn-default:hover,
fieldset[disabled] .bootstrap-select.open .btn-default:hover,
.bootstrap-select .btn-default.disabled:focus,
.bootstrap-select.open .btn-default.disabled:focus,
.bootstrap-select .btn-default[disabled]:focus,
.bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .bootstrap-select .btn-default:focus,
fieldset[disabled] .bootstrap-select.open .btn-default:focus,
.bootstrap-select .btn-default.disabled:active,
.bootstrap-select.open .btn-default.disabled:active,
.bootstrap-select .btn-default[disabled]:active,
.bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .bootstrap-select .btn-default:active,
fieldset[disabled] .bootstrap-select.open .btn-default:active,
.bootstrap-select .btn-default.disabled.active,
.bootstrap-select.open .btn-default.disabled.active,
.bootstrap-select .btn-default[disabled].active,
.bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .bootstrap-select .btn-default.active,
fieldset[disabled] .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.bootstrap-select .btn-default .badge,
.bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #767676;
}

.bootstrap-select .btn-default:hover,
.bootstrap-select.open .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select.open .btn-default:focus,
.bootstrap-select .btn-default:active,
.bootstrap-select.open .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.bootstrap-select .btn-default,
.open .dropdown-toggle.bootstrap-select.open .btn-default {
	color: #404040;
	background-color: transparent;
	border-color: #E5E5E5;
}

.bootstrap-select .btn-default:active,
.bootstrap-select.open .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.bootstrap-select .btn-default,
.open .dropdown-toggle.bootstrap-select.open .btn-default {
	background-image: none;
}

.bootstrap-select .btn-default:focus,
.bootstrap-select.open .btn-default:focus,
.bootstrap-select .btn-default:active:focus,
.bootstrap-select.open .btn-default:active:focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select.open .btn-default.active:focus,
.bootstrap-select .btn-default.focus,
.bootstrap-select.open .btn-default.focus,
.bootstrap-select .btn-default:active.focus,
.bootstrap-select.open .btn-default:active.focus,
.bootstrap-select .btn-default.active.focus,
.bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #0c6c6e;
	background-color: transparent;
	border-color: transparent;
	color: #767676;
}

.bootstrap-select .btn-default.disabled,
.bootstrap-select.open .btn-default.disabled,
.bootstrap-select .btn-default[disabled],
.bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .bootstrap-select .btn-default,
fieldset[disabled] .bootstrap-select.open .btn-default,
.bootstrap-select .btn-default.disabled:hover,
.bootstrap-select.open .btn-default.disabled:hover,
.bootstrap-select .btn-default[disabled]:hover,
.bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .bootstrap-select .btn-default:hover,
fieldset[disabled] .bootstrap-select.open .btn-default:hover,
.bootstrap-select .btn-default.disabled:focus,
.bootstrap-select.open .btn-default.disabled:focus,
.bootstrap-select .btn-default[disabled]:focus,
.bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .bootstrap-select .btn-default:focus,
fieldset[disabled] .bootstrap-select.open .btn-default:focus,
.bootstrap-select .btn-default.disabled:active,
.bootstrap-select.open .btn-default.disabled:active,
.bootstrap-select .btn-default[disabled]:active,
.bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .bootstrap-select .btn-default:active,
fieldset[disabled] .bootstrap-select.open .btn-default:active,
.bootstrap-select .btn-default.disabled.active,
.bootstrap-select.open .btn-default.disabled.active,
.bootstrap-select .btn-default[disabled].active,
.bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .bootstrap-select .btn-default.active,
fieldset[disabled] .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.bootstrap-select .btn-default .badge,
.bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #767676;
}

.white .bootstrap-select .btn-default,
.white .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.white .bootstrap-select .btn-default:hover,
.white .bootstrap-select.open .btn-default:hover,
.white .bootstrap-select .btn-default:focus,
.white .bootstrap-select.open .btn-default:focus,
.white .bootstrap-select .btn-default:active,
.white .bootstrap-select.open .btn-default:active,
.white .bootstrap-select .btn-default.active,
.white .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.white .bootstrap-select .btn-default,
.open .dropdown-toggle.white .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.white .bootstrap-select .btn-default:active,
.white .bootstrap-select.open .btn-default:active,
.white .bootstrap-select .btn-default.active,
.white .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.white .bootstrap-select .btn-default,
.open .dropdown-toggle.white .bootstrap-select.open .btn-default {
	background-image: none;
}

.white .bootstrap-select .btn-default:focus,
.white .bootstrap-select.open .btn-default:focus,
.white .bootstrap-select .btn-default:active:focus,
.white .bootstrap-select.open .btn-default:active:focus,
.white .bootstrap-select .btn-default.active:focus,
.white .bootstrap-select.open .btn-default.active:focus,
.white .bootstrap-select .btn-default.focus,
.white .bootstrap-select.open .btn-default.focus,
.white .bootstrap-select .btn-default:active.focus,
.white .bootstrap-select.open .btn-default:active.focus,
.white .bootstrap-select .btn-default.active.focus,
.white .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.white .bootstrap-select .btn-default.disabled,
.white .bootstrap-select.open .btn-default.disabled,
.white .bootstrap-select .btn-default[disabled],
.white .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .white .bootstrap-select .btn-default,
fieldset[disabled] .white .bootstrap-select.open .btn-default,
.white .bootstrap-select .btn-default.disabled:hover,
.white .bootstrap-select.open .btn-default.disabled:hover,
.white .bootstrap-select .btn-default[disabled]:hover,
.white .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .white .bootstrap-select .btn-default:hover,
fieldset[disabled] .white .bootstrap-select.open .btn-default:hover,
.white .bootstrap-select .btn-default.disabled:focus,
.white .bootstrap-select.open .btn-default.disabled:focus,
.white .bootstrap-select .btn-default[disabled]:focus,
.white .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .white .bootstrap-select .btn-default:focus,
fieldset[disabled] .white .bootstrap-select.open .btn-default:focus,
.white .bootstrap-select .btn-default.disabled:active,
.white .bootstrap-select.open .btn-default.disabled:active,
.white .bootstrap-select .btn-default[disabled]:active,
.white .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .white .bootstrap-select .btn-default:active,
fieldset[disabled] .white .bootstrap-select.open .btn-default:active,
.white .bootstrap-select .btn-default.disabled.active,
.white .bootstrap-select.open .btn-default.disabled.active,
.white .bootstrap-select .btn-default[disabled].active,
.white .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .white .bootstrap-select .btn-default.active,
fieldset[disabled] .white .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.white .bootstrap-select .btn-default .badge,
.white .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.white .bootstrap-select .btn-default:hover,
.white .bootstrap-select.open .btn-default:hover,
.white .bootstrap-select .btn-default:focus,
.white .bootstrap-select.open .btn-default:focus,
.white .bootstrap-select .btn-default:active,
.white .bootstrap-select.open .btn-default:active,
.white .bootstrap-select .btn-default.active,
.white .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.white .bootstrap-select .btn-default,
.open .dropdown-toggle.white .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.white .bootstrap-select .btn-default:active,
.white .bootstrap-select.open .btn-default:active,
.white .bootstrap-select .btn-default.active,
.white .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.white .bootstrap-select .btn-default,
.open .dropdown-toggle.white .bootstrap-select.open .btn-default {
	background-image: none;
}

.white .bootstrap-select .btn-default:focus,
.white .bootstrap-select.open .btn-default:focus,
.white .bootstrap-select .btn-default:active:focus,
.white .bootstrap-select.open .btn-default:active:focus,
.white .bootstrap-select .btn-default.active:focus,
.white .bootstrap-select.open .btn-default.active:focus,
.white .bootstrap-select .btn-default.focus,
.white .bootstrap-select.open .btn-default.focus,
.white .bootstrap-select .btn-default:active.focus,
.white .bootstrap-select.open .btn-default:active.focus,
.white .bootstrap-select .btn-default.active.focus,
.white .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.white .bootstrap-select .btn-default.disabled,
.white .bootstrap-select.open .btn-default.disabled,
.white .bootstrap-select .btn-default[disabled],
.white .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .white .bootstrap-select .btn-default,
fieldset[disabled] .white .bootstrap-select.open .btn-default,
.white .bootstrap-select .btn-default.disabled:hover,
.white .bootstrap-select.open .btn-default.disabled:hover,
.white .bootstrap-select .btn-default[disabled]:hover,
.white .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .white .bootstrap-select .btn-default:hover,
fieldset[disabled] .white .bootstrap-select.open .btn-default:hover,
.white .bootstrap-select .btn-default.disabled:focus,
.white .bootstrap-select.open .btn-default.disabled:focus,
.white .bootstrap-select .btn-default[disabled]:focus,
.white .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .white .bootstrap-select .btn-default:focus,
fieldset[disabled] .white .bootstrap-select.open .btn-default:focus,
.white .bootstrap-select .btn-default.disabled:active,
.white .bootstrap-select.open .btn-default.disabled:active,
.white .bootstrap-select .btn-default[disabled]:active,
.white .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .white .bootstrap-select .btn-default:active,
fieldset[disabled] .white .bootstrap-select.open .btn-default:active,
.white .bootstrap-select .btn-default.disabled.active,
.white .bootstrap-select.open .btn-default.disabled.active,
.white .bootstrap-select .btn-default[disabled].active,
.white .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .white .bootstrap-select .btn-default.active,
fieldset[disabled] .white .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.white .bootstrap-select .btn-default .badge,
.white .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.btn-reset {
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.btn-reset:focus,
.btn-reset.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.btn-reset:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.btn-reset:active,
.btn-reset.active,
.open>.dropdown-toggle.btn-reset {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.btn-reset:active:hover,
.btn-reset.active:hover,
.open>.dropdown-toggle.btn-reset:hover,
.btn-reset:active:focus,
.btn-reset.active:focus,
.open>.dropdown-toggle.btn-reset:focus,
.btn-reset:active.focus,
.btn-reset.active.focus,
.open>.dropdown-toggle.btn-reset.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.btn-reset:active,
.btn-reset.active,
.open>.dropdown-toggle.btn-reset {
	background-image: none;
}

.btn-reset.disabled:hover,
.btn-reset[disabled]:hover,
fieldset[disabled] .btn-reset:hover,
.btn-reset.disabled:focus,
.btn-reset[disabled]:focus,
fieldset[disabled] .btn-reset:focus,
.btn-reset.disabled.focus,
.btn-reset[disabled].focus,
fieldset[disabled] .btn-reset.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.btn-reset .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active,
.btn-reset.active,
.open .dropdown-toggle.btn-reset {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.btn-reset:active,
.btn-reset.active,
.open .dropdown-toggle.btn-reset {
	background-image: none;
}

.btn-reset:focus,
.btn-reset:active:focus,
.btn-reset.active:focus,
.btn-reset.focus,
.btn-reset:active.focus,
.btn-reset.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.btn-reset.disabled,
.btn-reset[disabled],
fieldset[disabled] .btn-reset,
.btn-reset.disabled:hover,
.btn-reset[disabled]:hover,
fieldset[disabled] .btn-reset:hover,
.btn-reset.disabled:focus,
.btn-reset[disabled]:focus,
fieldset[disabled] .btn-reset:focus,
.btn-reset.disabled:active,
.btn-reset[disabled]:active,
fieldset[disabled] .btn-reset:active,
.btn-reset.disabled.active,
.btn-reset[disabled].active,
fieldset[disabled] .btn-reset.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.btn-reset .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active,
.btn-reset.active,
.open .dropdown-toggle.btn-reset {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.btn-reset:active,
.btn-reset.active,
.open .dropdown-toggle.btn-reset {
	background-image: none;
}

.btn-reset:focus,
.btn-reset:active:focus,
.btn-reset.active:focus,
.btn-reset.focus,
.btn-reset:active.focus,
.btn-reset.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.btn-reset.disabled,
.btn-reset[disabled],
fieldset[disabled] .btn-reset,
.btn-reset.disabled:hover,
.btn-reset[disabled]:hover,
fieldset[disabled] .btn-reset:hover,
.btn-reset.disabled:focus,
.btn-reset[disabled]:focus,
fieldset[disabled] .btn-reset:focus,
.btn-reset.disabled:active,
.btn-reset[disabled]:active,
fieldset[disabled] .btn-reset:active,
.btn-reset.disabled.active,
.btn-reset[disabled].active,
fieldset[disabled] .btn-reset.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.btn-reset .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.btn.bkg-grey-light,
.btn.btn-default.email-submit,
.btn.btn-default.email-short,
.email-dont-show-cls,
.email-slider .btn.btn-default.email-dont-show {
	color: #fff;
	color: #ffffff;
	background-color: #767676;
	border-color: #767676;
}

.btn.bkg-grey-light:focus,
.btn.btn-default.email-submit:focus,
.btn.btn-default.email-short:focus,
.email-dont-show-cls:focus,
.email-slider .btn.btn-default.email-dont-show:focus,
.btn.bkg-grey-light.focus,
.btn.btn-default.email-submit.focus,
.btn.btn-default.email-short.focus,
.email-dont-show-cls.focus,
.email-slider .btn.btn-default.email-dont-show.focus {
	color: #fff;
	background-color: #5d5d5d;
	border-color: #363636;
}

.btn.bkg-grey-light:hover,
.btn.btn-default.email-submit:hover,
.btn.btn-default.email-short:hover,
.email-dont-show-cls:hover,
.email-slider .btn.btn-default.email-dont-show:hover {
	color: #fff;
	background-color: #5d5d5d;
	border-color: #575757;
}

.btn.bkg-grey-light:active,
.btn.btn-default.email-submit:active,
.btn.btn-default.email-short:active,
.email-dont-show-cls:active,
.email-slider .btn.btn-default.email-dont-show:active,
.btn.bkg-grey-light.active,
.btn.btn-default.email-submit.active,
.btn.btn-default.email-short.active,
.email-dont-show-cls.active,
.email-slider .btn.btn-default.email-dont-show.active,
.open>.dropdown-toggle.btn.bkg-grey-light,
.open>.dropdown-toggle.btn.btn-default.email-submit,
.open>.dropdown-toggle.btn.btn-default.email-short,
.open>.dropdown-toggle.email-dont-show-cls,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-dont-show {
	color: #fff;
	background-color: #5d5d5d;
	border-color: #575757;
}

.btn.bkg-grey-light:active:hover,
.btn.btn-default.email-submit:active:hover,
.btn.btn-default.email-short:active:hover,
.email-dont-show-cls:active:hover,
.email-slider .btn.btn-default.email-dont-show:active:hover,
.btn.bkg-grey-light.active:hover,
.btn.btn-default.email-submit.active:hover,
.btn.btn-default.email-short.active:hover,
.email-dont-show-cls.active:hover,
.email-slider .btn.btn-default.email-dont-show.active:hover,
.open>.dropdown-toggle.btn.bkg-grey-light:hover,
.open>.dropdown-toggle.btn.btn-default.email-submit:hover,
.open>.dropdown-toggle.btn.btn-default.email-short:hover,
.open>.dropdown-toggle.email-dont-show-cls:hover,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-dont-show:hover,
.btn.bkg-grey-light:active:focus,
.btn.btn-default.email-submit:active:focus,
.btn.btn-default.email-short:active:focus,
.email-dont-show-cls:active:focus,
.email-slider .btn.btn-default.email-dont-show:active:focus,
.btn.bkg-grey-light.active:focus,
.btn.btn-default.email-submit.active:focus,
.btn.btn-default.email-short.active:focus,
.email-dont-show-cls.active:focus,
.email-slider .btn.btn-default.email-dont-show.active:focus,
.open>.dropdown-toggle.btn.bkg-grey-light:focus,
.open>.dropdown-toggle.btn.btn-default.email-submit:focus,
.open>.dropdown-toggle.btn.btn-default.email-short:focus,
.open>.dropdown-toggle.email-dont-show-cls:focus,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-dont-show:focus,
.btn.bkg-grey-light:active.focus,
.btn.btn-default.email-submit:active.focus,
.btn.btn-default.email-short:active.focus,
.email-dont-show-cls:active.focus,
.email-slider .btn.btn-default.email-dont-show:active.focus,
.btn.bkg-grey-light.active.focus,
.btn.btn-default.email-submit.active.focus,
.btn.btn-default.email-short.active.focus,
.email-dont-show-cls.active.focus,
.email-slider .btn.btn-default.email-dont-show.active.focus,
.open>.dropdown-toggle.btn.bkg-grey-light.focus,
.open>.dropdown-toggle.btn.btn-default.email-submit.focus,
.open>.dropdown-toggle.btn.btn-default.email-short.focus,
.open>.dropdown-toggle.email-dont-show-cls.focus,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-dont-show.focus {
	color: #fff;
	background-color: #4b4b4b;
	border-color: #363636;
}

.btn.bkg-grey-light:active,
.btn.btn-default.email-submit:active,
.btn.btn-default.email-short:active,
.email-dont-show-cls:active,
.email-slider .btn.btn-default.email-dont-show:active,
.btn.bkg-grey-light.active,
.btn.btn-default.email-submit.active,
.btn.btn-default.email-short.active,
.email-dont-show-cls.active,
.email-slider .btn.btn-default.email-dont-show.active,
.open>.dropdown-toggle.btn.bkg-grey-light,
.open>.dropdown-toggle.btn.btn-default.email-submit,
.open>.dropdown-toggle.btn.btn-default.email-short,
.open>.dropdown-toggle.email-dont-show-cls,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-dont-show {
	background-image: none;
}

.btn.bkg-grey-light.disabled:hover,
.btn.btn-default.email-submit.disabled:hover,
.btn.btn-default.email-short.disabled:hover,
.email-dont-show-cls.disabled:hover,
.email-slider .btn.btn-default.email-dont-show.disabled:hover,
.btn.bkg-grey-light[disabled]:hover,
.btn.btn-default.email-submit[disabled]:hover,
.btn.btn-default.email-short[disabled]:hover,
.email-dont-show-cls[disabled]:hover,
.email-slider .btn.btn-default.email-dont-show[disabled]:hover,
fieldset[disabled] .btn.bkg-grey-light:hover,
fieldset[disabled] .btn.btn-default.email-submit:hover,
fieldset[disabled] .btn.btn-default.email-short:hover,
fieldset[disabled] .email-dont-show-cls:hover,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show:hover,
.btn.bkg-grey-light.disabled:focus,
.btn.btn-default.email-submit.disabled:focus,
.btn.btn-default.email-short.disabled:focus,
.email-dont-show-cls.disabled:focus,
.email-slider .btn.btn-default.email-dont-show.disabled:focus,
.btn.bkg-grey-light[disabled]:focus,
.btn.btn-default.email-submit[disabled]:focus,
.btn.btn-default.email-short[disabled]:focus,
.email-dont-show-cls[disabled]:focus,
.email-slider .btn.btn-default.email-dont-show[disabled]:focus,
fieldset[disabled] .btn.bkg-grey-light:focus,
fieldset[disabled] .btn.btn-default.email-submit:focus,
fieldset[disabled] .btn.btn-default.email-short:focus,
fieldset[disabled] .email-dont-show-cls:focus,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show:focus,
.btn.bkg-grey-light.disabled.focus,
.btn.btn-default.email-submit.disabled.focus,
.btn.btn-default.email-short.disabled.focus,
.email-dont-show-cls.disabled.focus,
.email-slider .btn.btn-default.email-dont-show.disabled.focus,
.btn.bkg-grey-light[disabled].focus,
.btn.btn-default.email-submit[disabled].focus,
.btn.btn-default.email-short[disabled].focus,
.email-dont-show-cls[disabled].focus,
.email-slider .btn.btn-default.email-dont-show[disabled].focus,
fieldset[disabled] .btn.bkg-grey-light.focus,
fieldset[disabled] .btn.btn-default.email-submit.focus,
fieldset[disabled] .btn.btn-default.email-short.focus,
fieldset[disabled] .email-dont-show-cls.focus,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show.focus {
	background-color: #767676;
	border-color: #767676;
}

.btn.bkg-grey-light .badge,
.btn.btn-default.email-submit .badge,
.btn.btn-default.email-short .badge,
.email-dont-show-cls .badge,
.email-slider .btn.btn-default.email-dont-show .badge {
	color: #767676;
	background-color: #fff;
}

.btn.bkg-grey-light:hover,
.btn.btn-default.email-submit:hover,
.btn.btn-default.email-short:hover,
.email-dont-show-cls:hover,
.email-slider .btn.btn-default.email-dont-show:hover,
.btn.bkg-grey-light:focus,
.btn.btn-default.email-submit:focus,
.btn.btn-default.email-short:focus,
.email-dont-show-cls:focus,
.email-slider .btn.btn-default.email-dont-show:focus,
.btn.bkg-grey-light:active,
.btn.btn-default.email-submit:active,
.btn.btn-default.email-short:active,
.email-dont-show-cls:active,
.email-slider .btn.btn-default.email-dont-show:active,
.btn.bkg-grey-light.active,
.btn.btn-default.email-submit.active,
.btn.btn-default.email-short.active,
.email-dont-show-cls.active,
.email-slider .btn.btn-default.email-dont-show.active,
.open .dropdown-toggle.btn.bkg-grey-light,
.open .dropdown-toggle.btn.btn-default.email-submit,
.open .dropdown-toggle.btn.btn-default.email-short,
.open .dropdown-toggle.email-dont-show-cls,
.open .dropdown-toggle.email-slider .btn.btn-default.email-dont-show {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

.btn.bkg-grey-light:active,
.btn.btn-default.email-submit:active,
.btn.btn-default.email-short:active,
.email-dont-show-cls:active,
.email-slider .btn.btn-default.email-dont-show:active,
.btn.bkg-grey-light.active,
.btn.btn-default.email-submit.active,
.btn.btn-default.email-short.active,
.email-dont-show-cls.active,
.email-slider .btn.btn-default.email-dont-show.active,
.open .dropdown-toggle.btn.bkg-grey-light,
.open .dropdown-toggle.btn.btn-default.email-submit,
.open .dropdown-toggle.btn.btn-default.email-short,
.open .dropdown-toggle.email-dont-show-cls,
.open .dropdown-toggle.email-slider .btn.btn-default.email-dont-show {
	background-image: none;
}

.btn.bkg-grey-light:focus,
.btn.btn-default.email-submit:focus,
.btn.btn-default.email-short:focus,
.email-dont-show-cls:focus,
.email-slider .btn.btn-default.email-dont-show:focus,
.btn.bkg-grey-light:active:focus,
.btn.btn-default.email-submit:active:focus,
.btn.btn-default.email-short:active:focus,
.email-dont-show-cls:active:focus,
.email-slider .btn.btn-default.email-dont-show:active:focus,
.btn.bkg-grey-light.active:focus,
.btn.btn-default.email-submit.active:focus,
.btn.btn-default.email-short.active:focus,
.email-dont-show-cls.active:focus,
.email-slider .btn.btn-default.email-dont-show.active:focus,
.btn.bkg-grey-light.focus,
.btn.btn-default.email-submit.focus,
.btn.btn-default.email-short.focus,
.email-dont-show-cls.focus,
.email-slider .btn.btn-default.email-dont-show.focus,
.btn.bkg-grey-light:active.focus,
.btn.btn-default.email-submit:active.focus,
.btn.btn-default.email-short:active.focus,
.email-dont-show-cls:active.focus,
.email-slider .btn.btn-default.email-dont-show:active.focus,
.btn.bkg-grey-light.active.focus,
.btn.btn-default.email-submit.active.focus,
.btn.btn-default.email-short.active.focus,
.email-dont-show-cls.active.focus,
.email-slider .btn.btn-default.email-dont-show.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #767676;
	border-color: #767676;
	color: #ffffff;
}

.btn.bkg-grey-light.disabled,
.btn.btn-default.email-submit.disabled,
.btn.btn-default.email-short.disabled,
.email-dont-show-cls.disabled,
.email-slider .btn.btn-default.email-dont-show.disabled,
.btn.bkg-grey-light[disabled],
.btn.btn-default.email-submit[disabled],
.btn.btn-default.email-short[disabled],
.email-dont-show-cls[disabled],
.email-slider .btn.btn-default.email-dont-show[disabled],
fieldset[disabled] .btn.bkg-grey-light,
fieldset[disabled] .btn.btn-default.email-submit,
fieldset[disabled] .btn.btn-default.email-short,
fieldset[disabled] .email-dont-show-cls,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show,
.btn.bkg-grey-light.disabled:hover,
.btn.btn-default.email-submit.disabled:hover,
.btn.btn-default.email-short.disabled:hover,
.email-dont-show-cls.disabled:hover,
.email-slider .btn.btn-default.email-dont-show.disabled:hover,
.btn.bkg-grey-light[disabled]:hover,
.btn.btn-default.email-submit[disabled]:hover,
.btn.btn-default.email-short[disabled]:hover,
.email-dont-show-cls[disabled]:hover,
.email-slider .btn.btn-default.email-dont-show[disabled]:hover,
fieldset[disabled] .btn.bkg-grey-light:hover,
fieldset[disabled] .btn.btn-default.email-submit:hover,
fieldset[disabled] .btn.btn-default.email-short:hover,
fieldset[disabled] .email-dont-show-cls:hover,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show:hover,
.btn.bkg-grey-light.disabled:focus,
.btn.btn-default.email-submit.disabled:focus,
.btn.btn-default.email-short.disabled:focus,
.email-dont-show-cls.disabled:focus,
.email-slider .btn.btn-default.email-dont-show.disabled:focus,
.btn.bkg-grey-light[disabled]:focus,
.btn.btn-default.email-submit[disabled]:focus,
.btn.btn-default.email-short[disabled]:focus,
.email-dont-show-cls[disabled]:focus,
.email-slider .btn.btn-default.email-dont-show[disabled]:focus,
fieldset[disabled] .btn.bkg-grey-light:focus,
fieldset[disabled] .btn.btn-default.email-submit:focus,
fieldset[disabled] .btn.btn-default.email-short:focus,
fieldset[disabled] .email-dont-show-cls:focus,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show:focus,
.btn.bkg-grey-light.disabled:active,
.btn.btn-default.email-submit.disabled:active,
.btn.btn-default.email-short.disabled:active,
.email-dont-show-cls.disabled:active,
.email-slider .btn.btn-default.email-dont-show.disabled:active,
.btn.bkg-grey-light[disabled]:active,
.btn.btn-default.email-submit[disabled]:active,
.btn.btn-default.email-short[disabled]:active,
.email-dont-show-cls[disabled]:active,
.email-slider .btn.btn-default.email-dont-show[disabled]:active,
fieldset[disabled] .btn.bkg-grey-light:active,
fieldset[disabled] .btn.btn-default.email-submit:active,
fieldset[disabled] .btn.btn-default.email-short:active,
fieldset[disabled] .email-dont-show-cls:active,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show:active,
.btn.bkg-grey-light.disabled.active,
.btn.btn-default.email-submit.disabled.active,
.btn.btn-default.email-short.disabled.active,
.email-dont-show-cls.disabled.active,
.email-slider .btn.btn-default.email-dont-show.disabled.active,
.btn.bkg-grey-light[disabled].active,
.btn.btn-default.email-submit[disabled].active,
.btn.btn-default.email-short[disabled].active,
.email-dont-show-cls[disabled].active,
.email-slider .btn.btn-default.email-dont-show[disabled].active,
fieldset[disabled] .btn.bkg-grey-light.active,
fieldset[disabled] .btn.btn-default.email-submit.active,
fieldset[disabled] .btn.btn-default.email-short.active,
fieldset[disabled] .email-dont-show-cls.active,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show.active {
	background-color: #767676;
	border-color: #767676;
}

.btn.bkg-grey-light .badge,
.btn.btn-default.email-submit .badge,
.btn.btn-default.email-short .badge,
.email-dont-show-cls .badge,
.email-slider .btn.btn-default.email-dont-show .badge {
	color: #767676;
	background-color: #ffffff;
}

.btn.bkg-grey-light:hover,
.btn.btn-default.email-submit:hover,
.btn.btn-default.email-short:hover,
.email-dont-show-cls:hover,
.email-slider .btn.btn-default.email-dont-show:hover,
.btn.bkg-grey-light:focus,
.btn.btn-default.email-submit:focus,
.btn.btn-default.email-short:focus,
.email-dont-show-cls:focus,
.email-slider .btn.btn-default.email-dont-show:focus,
.btn.bkg-grey-light:active,
.btn.btn-default.email-submit:active,
.btn.btn-default.email-short:active,
.email-dont-show-cls:active,
.email-slider .btn.btn-default.email-dont-show:active,
.btn.bkg-grey-light.active,
.btn.btn-default.email-submit.active,
.btn.btn-default.email-short.active,
.email-dont-show-cls.active,
.email-slider .btn.btn-default.email-dont-show.active,
.open .dropdown-toggle.btn.bkg-grey-light,
.open .dropdown-toggle.btn.btn-default.email-submit,
.open .dropdown-toggle.btn.btn-default.email-short,
.open .dropdown-toggle.email-dont-show-cls,
.open .dropdown-toggle.email-slider .btn.btn-default.email-dont-show {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

.btn.bkg-grey-light:active,
.btn.btn-default.email-submit:active,
.btn.btn-default.email-short:active,
.email-dont-show-cls:active,
.email-slider .btn.btn-default.email-dont-show:active,
.btn.bkg-grey-light.active,
.btn.btn-default.email-submit.active,
.btn.btn-default.email-short.active,
.email-dont-show-cls.active,
.email-slider .btn.btn-default.email-dont-show.active,
.open .dropdown-toggle.btn.bkg-grey-light,
.open .dropdown-toggle.btn.btn-default.email-submit,
.open .dropdown-toggle.btn.btn-default.email-short,
.open .dropdown-toggle.email-dont-show-cls,
.open .dropdown-toggle.email-slider .btn.btn-default.email-dont-show {
	background-image: none;
}

.btn.bkg-grey-light:focus,
.btn.btn-default.email-submit:focus,
.btn.btn-default.email-short:focus,
.email-dont-show-cls:focus,
.email-slider .btn.btn-default.email-dont-show:focus,
.btn.bkg-grey-light:active:focus,
.btn.btn-default.email-submit:active:focus,
.btn.btn-default.email-short:active:focus,
.email-dont-show-cls:active:focus,
.email-slider .btn.btn-default.email-dont-show:active:focus,
.btn.bkg-grey-light.active:focus,
.btn.btn-default.email-submit.active:focus,
.btn.btn-default.email-short.active:focus,
.email-dont-show-cls.active:focus,
.email-slider .btn.btn-default.email-dont-show.active:focus,
.btn.bkg-grey-light.focus,
.btn.btn-default.email-submit.focus,
.btn.btn-default.email-short.focus,
.email-dont-show-cls.focus,
.email-slider .btn.btn-default.email-dont-show.focus,
.btn.bkg-grey-light:active.focus,
.btn.btn-default.email-submit:active.focus,
.btn.btn-default.email-short:active.focus,
.email-dont-show-cls:active.focus,
.email-slider .btn.btn-default.email-dont-show:active.focus,
.btn.bkg-grey-light.active.focus,
.btn.btn-default.email-submit.active.focus,
.btn.btn-default.email-short.active.focus,
.email-dont-show-cls.active.focus,
.email-slider .btn.btn-default.email-dont-show.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #767676;
	border-color: #767676;
	color: #ffffff;
}

.btn.bkg-grey-light.disabled,
.btn.btn-default.email-submit.disabled,
.btn.btn-default.email-short.disabled,
.email-dont-show-cls.disabled,
.email-slider .btn.btn-default.email-dont-show.disabled,
.btn.bkg-grey-light[disabled],
.btn.btn-default.email-submit[disabled],
.btn.btn-default.email-short[disabled],
.email-dont-show-cls[disabled],
.email-slider .btn.btn-default.email-dont-show[disabled],
fieldset[disabled] .btn.bkg-grey-light,
fieldset[disabled] .btn.btn-default.email-submit,
fieldset[disabled] .btn.btn-default.email-short,
fieldset[disabled] .email-dont-show-cls,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show,
.btn.bkg-grey-light.disabled:hover,
.btn.btn-default.email-submit.disabled:hover,
.btn.btn-default.email-short.disabled:hover,
.email-dont-show-cls.disabled:hover,
.email-slider .btn.btn-default.email-dont-show.disabled:hover,
.btn.bkg-grey-light[disabled]:hover,
.btn.btn-default.email-submit[disabled]:hover,
.btn.btn-default.email-short[disabled]:hover,
.email-dont-show-cls[disabled]:hover,
.email-slider .btn.btn-default.email-dont-show[disabled]:hover,
fieldset[disabled] .btn.bkg-grey-light:hover,
fieldset[disabled] .btn.btn-default.email-submit:hover,
fieldset[disabled] .btn.btn-default.email-short:hover,
fieldset[disabled] .email-dont-show-cls:hover,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show:hover,
.btn.bkg-grey-light.disabled:focus,
.btn.btn-default.email-submit.disabled:focus,
.btn.btn-default.email-short.disabled:focus,
.email-dont-show-cls.disabled:focus,
.email-slider .btn.btn-default.email-dont-show.disabled:focus,
.btn.bkg-grey-light[disabled]:focus,
.btn.btn-default.email-submit[disabled]:focus,
.btn.btn-default.email-short[disabled]:focus,
.email-dont-show-cls[disabled]:focus,
.email-slider .btn.btn-default.email-dont-show[disabled]:focus,
fieldset[disabled] .btn.bkg-grey-light:focus,
fieldset[disabled] .btn.btn-default.email-submit:focus,
fieldset[disabled] .btn.btn-default.email-short:focus,
fieldset[disabled] .email-dont-show-cls:focus,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show:focus,
.btn.bkg-grey-light.disabled:active,
.btn.btn-default.email-submit.disabled:active,
.btn.btn-default.email-short.disabled:active,
.email-dont-show-cls.disabled:active,
.email-slider .btn.btn-default.email-dont-show.disabled:active,
.btn.bkg-grey-light[disabled]:active,
.btn.btn-default.email-submit[disabled]:active,
.btn.btn-default.email-short[disabled]:active,
.email-dont-show-cls[disabled]:active,
.email-slider .btn.btn-default.email-dont-show[disabled]:active,
fieldset[disabled] .btn.bkg-grey-light:active,
fieldset[disabled] .btn.btn-default.email-submit:active,
fieldset[disabled] .btn.btn-default.email-short:active,
fieldset[disabled] .email-dont-show-cls:active,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show:active,
.btn.bkg-grey-light.disabled.active,
.btn.btn-default.email-submit.disabled.active,
.btn.btn-default.email-short.disabled.active,
.email-dont-show-cls.disabled.active,
.email-slider .btn.btn-default.email-dont-show.disabled.active,
.btn.bkg-grey-light[disabled].active,
.btn.btn-default.email-submit[disabled].active,
.btn.btn-default.email-short[disabled].active,
.email-dont-show-cls[disabled].active,
.email-slider .btn.btn-default.email-dont-show[disabled].active,
fieldset[disabled] .btn.bkg-grey-light.active,
fieldset[disabled] .btn.btn-default.email-submit.active,
fieldset[disabled] .btn.btn-default.email-short.active,
fieldset[disabled] .email-dont-show-cls.active,
fieldset[disabled] .email-slider .btn.btn-default.email-dont-show.active {
	background-color: #767676;
	border-color: #767676;
}

.btn.bkg-grey-light .badge,
.btn.btn-default.email-submit .badge,
.btn.btn-default.email-short .badge,
.email-dont-show-cls .badge,
.email-slider .btn.btn-default.email-dont-show .badge {
	color: #767676;
	background-color: #ffffff;
}

.email-slider .btn.btn-default.email-submit {
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	display: block;
	width: 100%;
}

.email-slider .btn.btn-default.email-submit:focus,
.email-slider .btn.btn-default.email-submit.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.email-slider .btn.btn-default.email-submit:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.email-slider .btn.btn-default.email-submit:active,
.email-slider .btn.btn-default.email-submit.active,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-submit {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.email-slider .btn.btn-default.email-submit:active:hover,
.email-slider .btn.btn-default.email-submit.active:hover,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-submit:hover,
.email-slider .btn.btn-default.email-submit:active:focus,
.email-slider .btn.btn-default.email-submit.active:focus,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-submit:focus,
.email-slider .btn.btn-default.email-submit:active.focus,
.email-slider .btn.btn-default.email-submit.active.focus,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-submit.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.email-slider .btn.btn-default.email-submit:active,
.email-slider .btn.btn-default.email-submit.active,
.open>.dropdown-toggle.email-slider .btn.btn-default.email-submit {
	background-image: none;
}

.email-slider .btn.btn-default.email-submit.disabled:hover,
.email-slider .btn.btn-default.email-submit[disabled]:hover,
fieldset[disabled] .email-slider .btn.btn-default.email-submit:hover,
.email-slider .btn.btn-default.email-submit.disabled:focus,
.email-slider .btn.btn-default.email-submit[disabled]:focus,
fieldset[disabled] .email-slider .btn.btn-default.email-submit:focus,
.email-slider .btn.btn-default.email-submit.disabled.focus,
.email-slider .btn.btn-default.email-submit[disabled].focus,
fieldset[disabled] .email-slider .btn.btn-default.email-submit.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.email-slider .btn.btn-default.email-submit .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.email-slider .btn.btn-default.email-submit:hover,
.email-slider .btn.btn-default.email-submit:focus,
.email-slider .btn.btn-default.email-submit:active,
.email-slider .btn.btn-default.email-submit.active,
.open .dropdown-toggle.email-slider .btn.btn-default.email-submit {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.email-slider .btn.btn-default.email-submit:active,
.email-slider .btn.btn-default.email-submit.active,
.open .dropdown-toggle.email-slider .btn.btn-default.email-submit {
	background-image: none;
}

.email-slider .btn.btn-default.email-submit:focus,
.email-slider .btn.btn-default.email-submit:active:focus,
.email-slider .btn.btn-default.email-submit.active:focus,
.email-slider .btn.btn-default.email-submit.focus,
.email-slider .btn.btn-default.email-submit:active.focus,
.email-slider .btn.btn-default.email-submit.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.email-slider .btn.btn-default.email-submit.disabled,
.email-slider .btn.btn-default.email-submit[disabled],
fieldset[disabled] .email-slider .btn.btn-default.email-submit,
.email-slider .btn.btn-default.email-submit.disabled:hover,
.email-slider .btn.btn-default.email-submit[disabled]:hover,
fieldset[disabled] .email-slider .btn.btn-default.email-submit:hover,
.email-slider .btn.btn-default.email-submit.disabled:focus,
.email-slider .btn.btn-default.email-submit[disabled]:focus,
fieldset[disabled] .email-slider .btn.btn-default.email-submit:focus,
.email-slider .btn.btn-default.email-submit.disabled:active,
.email-slider .btn.btn-default.email-submit[disabled]:active,
fieldset[disabled] .email-slider .btn.btn-default.email-submit:active,
.email-slider .btn.btn-default.email-submit.disabled.active,
.email-slider .btn.btn-default.email-submit[disabled].active,
fieldset[disabled] .email-slider .btn.btn-default.email-submit.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.email-slider .btn.btn-default.email-submit .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.email-slider .btn.btn-default.email-submit:hover,
.email-slider .btn.btn-default.email-submit:focus,
.email-slider .btn.btn-default.email-submit:active,
.email-slider .btn.btn-default.email-submit.active,
.open .dropdown-toggle.email-slider .btn.btn-default.email-submit {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.email-slider .btn.btn-default.email-submit:active,
.email-slider .btn.btn-default.email-submit.active,
.open .dropdown-toggle.email-slider .btn.btn-default.email-submit {
	background-image: none;
}

.email-slider .btn.btn-default.email-submit:focus,
.email-slider .btn.btn-default.email-submit:active:focus,
.email-slider .btn.btn-default.email-submit.active:focus,
.email-slider .btn.btn-default.email-submit.focus,
.email-slider .btn.btn-default.email-submit:active.focus,
.email-slider .btn.btn-default.email-submit.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.email-slider .btn.btn-default.email-submit.disabled,
.email-slider .btn.btn-default.email-submit[disabled],
fieldset[disabled] .email-slider .btn.btn-default.email-submit,
.email-slider .btn.btn-default.email-submit.disabled:hover,
.email-slider .btn.btn-default.email-submit[disabled]:hover,
fieldset[disabled] .email-slider .btn.btn-default.email-submit:hover,
.email-slider .btn.btn-default.email-submit.disabled:focus,
.email-slider .btn.btn-default.email-submit[disabled]:focus,
fieldset[disabled] .email-slider .btn.btn-default.email-submit:focus,
.email-slider .btn.btn-default.email-submit.disabled:active,
.email-slider .btn.btn-default.email-submit[disabled]:active,
fieldset[disabled] .email-slider .btn.btn-default.email-submit:active,
.email-slider .btn.btn-default.email-submit.disabled.active,
.email-slider .btn.btn-default.email-submit[disabled].active,
fieldset[disabled] .email-slider .btn.btn-default.email-submit.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.email-slider .btn.btn-default.email-submit .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.email-slider .equal-height .btn.btn-default.email-dont-show,
.email-slider .equal-height .btn.btn-default.email-submit {
	height: 100%;
}

.btn-lg,
.btn-group-lg>.btn {
	font-size: 1.375rem !important;
}

.btn-lg-roomy {
	padding: 10px 16px;
	font-size: 19px;
	line-height: 2.6666666;
	border-radius: 0px;
}

.btn-sm-roomy {
	padding: 5px 10px;
	font-size: 19px;
	line-height: 2.7;
	border-radius: 0px;
}

.btn-group {
	width: 70%;
}

.btn-group button,
.btn-group a {
	width: 100%;
}

@media (min-width:768px) {
	.btn-group {
		width: auto;
	}

	.btn-group button,
	.btn-group a {
		width: auto;
	}
}

input[type="submit"].btn-inline,
button.btn-inline {
	height: 2em;
	font-size: 1em;
}

.btn-nav-blog {
	color: #555555;
	font-size: 1.1875rem;
	border: 1px solid #E5E5E5;
	padding: 9px 40px 5px 40px;
}

.btn-nav-blog:hover {
	color: #0c6c6e;
	box-shadow: none;
	border: 1px solid #0c6c6e;
}

.btn-nav-blog:focus {
	color: #0c6c6e;
	text-decoration: underline;
}

.btn-nav-blog.active {
	background-color: #0c6c6e;
	color: #ffffff;
	box-shadow: none;
	border: 1px solid #0c6c6e;
}

.btn-nav-blog.active:hover,
.btn-nav-blog.active:focus {
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.toggle-grant-details.collapsed .show-grant-details {
	display: inline-block;
}

.toggle-grant-details.collapsed .hide-grant-details {
	display: none;
}

.toggle-grant-details .show-grant-details {
	display: none;
}

.toggle-grant-details .hide-grant-details {
	display: inline-block;
}

.btn.btn-primary.bkg-teal {
	border-color: #21A59D;
}

.btn.btn-primary.bkg-teal:focus,
.btn.btn-primary.bkg-teal:active {
	border-color: #21A59D;
}

.btn-text,
.btn-text-knockout,
.btn-text-grey,
.btn-text-not-link {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
}

.btn-text:hover,
.btn-text-knockout:hover,
.btn-text-grey:hover,
.btn-text-not-link:hover,
.btn-text:active,
.btn-text-knockout:active,
.btn-text-grey:active,
.btn-text-not-link:active,
.btn-text:focus,
.btn-text-knockout:focus,
.btn-text-grey:focus,
.btn-text-not-link:focus {
	text-decoration: none;
}

.btn-text {
	color: #0c6c6e;
}

.btn-text:hover,
.btn-text:active {
	background-color: none !important;
	box-shadow: inset 0 -2px 0 #C95100;
	color: #C95100 !important;
}

.btn-text:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	color: #0c6c6e;
}

.btn-text-knockout {
	color: #ffffff;
}

.btn-text-knockout:hover,
.btn-text-knockout:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.btn-text-knockout:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.btn-text-grey {
	color: #555555;
}

.btn-text-grey:hover,
.btn-text-grey:active {
	box-shadow: inset 0 -2px 0 #404040;
	color: #404040;
}

.btn-text-grey:focus {
	color: #404040;
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.btn-text-not-link {
	color: #555555;
	box-shadow: none;
}

.file-size::before {
	content: "(";
}

.file-size::after {
	content: ")";
}

.alert-info {
	margin-top: 30px;
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
	padding: 11px 12px 6px 12px;
}

.grantmaking-team .collapse,
.just-films-collection .collapse,
.grantmaking-team .collapsing,
.just-films-collection .collapsing {
	position: absolute;
	z-index: 20;
	width: 100%;
}

.grantmaking-team .collapse .title,
.just-films-collection .collapse .title,
.grantmaking-team .collapsing .title,
.just-films-collection .collapsing .title {
	font-family: "KievitWeb";
	font-weight: 700;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.grantmaking-team .collapse .title a,
.just-films-collection .collapse .title a,
.grantmaking-team .collapsing .title a,
.just-films-collection .collapsing .title a {
	color: #ffffff;
}

.grantmaking-team .collapse .title a:hover,
.just-films-collection .collapse .title a:hover,
.grantmaking-team .collapsing .title a:hover,
.just-films-collection .collapsing .title a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.grantmaking-team .collapse .title .rte h2 a,
.just-films-collection .collapse .title .rte h2 a,
.grantmaking-team .collapsing .title .rte h2 a,
.just-films-collection .collapsing .title .rte h2 a,
.grantmaking-team .collapse .title .rte h3 a,
.just-films-collection .collapse .title .rte h3 a,
.grantmaking-team .collapsing .title .rte h3 a,
.just-films-collection .collapsing .title .rte h3 a,
.grantmaking-team .collapse .title .rte h4 a,
.just-films-collection .collapse .title .rte h4 a,
.grantmaking-team .collapsing .title .rte h4 a,
.just-films-collection .collapsing .title .rte h4 a,
.grantmaking-team .collapse .title .rte h5 a,
.just-films-collection .collapse .title .rte h5 a,
.grantmaking-team .collapsing .title .rte h5 a,
.just-films-collection .collapsing .title .rte h5 a,
.grantmaking-team .collapse .title .rte h6 a,
.just-films-collection .collapse .title .rte h6 a,
.grantmaking-team .collapsing .title .rte h6 a,
.just-films-collection .collapsing .title .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.grantmaking-team .collapse .title .rte h2 a:hover,
.just-films-collection .collapse .title .rte h2 a:hover,
.grantmaking-team .collapsing .title .rte h2 a:hover,
.just-films-collection .collapsing .title .rte h2 a:hover,
.grantmaking-team .collapse .title .rte h3 a:hover,
.just-films-collection .collapse .title .rte h3 a:hover,
.grantmaking-team .collapsing .title .rte h3 a:hover,
.just-films-collection .collapsing .title .rte h3 a:hover,
.grantmaking-team .collapse .title .rte h4 a:hover,
.just-films-collection .collapse .title .rte h4 a:hover,
.grantmaking-team .collapsing .title .rte h4 a:hover,
.just-films-collection .collapsing .title .rte h4 a:hover,
.grantmaking-team .collapse .title .rte h5 a:hover,
.just-films-collection .collapse .title .rte h5 a:hover,
.grantmaking-team .collapsing .title .rte h5 a:hover,
.just-films-collection .collapsing .title .rte h5 a:hover,
.grantmaking-team .collapse .title .rte h6 a:hover,
.just-films-collection .collapse .title .rte h6 a:hover,
.grantmaking-team .collapsing .title .rte h6 a:hover,
.just-films-collection .collapsing .title .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.grantmaking-team .collapse .title .rte h2 a:active,
.just-films-collection .collapse .title .rte h2 a:active,
.grantmaking-team .collapsing .title .rte h2 a:active,
.just-films-collection .collapsing .title .rte h2 a:active,
.grantmaking-team .collapse .title .rte h3 a:active,
.just-films-collection .collapse .title .rte h3 a:active,
.grantmaking-team .collapsing .title .rte h3 a:active,
.just-films-collection .collapsing .title .rte h3 a:active,
.grantmaking-team .collapse .title .rte h4 a:active,
.just-films-collection .collapse .title .rte h4 a:active,
.grantmaking-team .collapsing .title .rte h4 a:active,
.just-films-collection .collapsing .title .rte h4 a:active,
.grantmaking-team .collapse .title .rte h5 a:active,
.just-films-collection .collapse .title .rte h5 a:active,
.grantmaking-team .collapsing .title .rte h5 a:active,
.just-films-collection .collapsing .title .rte h5 a:active,
.grantmaking-team .collapse .title .rte h6 a:active,
.just-films-collection .collapse .title .rte h6 a:active,
.grantmaking-team .collapsing .title .rte h6 a:active,
.just-films-collection .collapsing .title .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

.grantmaking-team .collapse .title .rte h2 a:focus,
.just-films-collection .collapse .title .rte h2 a:focus,
.grantmaking-team .collapsing .title .rte h2 a:focus,
.just-films-collection .collapsing .title .rte h2 a:focus,
.grantmaking-team .collapse .title .rte h3 a:focus,
.just-films-collection .collapse .title .rte h3 a:focus,
.grantmaking-team .collapsing .title .rte h3 a:focus,
.just-films-collection .collapsing .title .rte h3 a:focus,
.grantmaking-team .collapse .title .rte h4 a:focus,
.just-films-collection .collapse .title .rte h4 a:focus,
.grantmaking-team .collapsing .title .rte h4 a:focus,
.just-films-collection .collapsing .title .rte h4 a:focus,
.grantmaking-team .collapse .title .rte h5 a:focus,
.just-films-collection .collapse .title .rte h5 a:focus,
.grantmaking-team .collapsing .title .rte h5 a:focus,
.just-films-collection .collapsing .title .rte h5 a:focus,
.grantmaking-team .collapse .title .rte h6 a:focus,
.just-films-collection .collapse .title .rte h6 a:focus,
.grantmaking-team .collapsing .title .rte h6 a:focus,
.just-films-collection .collapsing .title .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.grantmaking-team .collapse .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a,
.just-films-collection .collapse .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a,
.grantmaking-team .collapsing .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a,
.just-films-collection .collapsing .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

.grantmaking-team .collapse .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.just-films-collection .collapse .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.grantmaking-team .collapsing .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.just-films-collection .collapsing .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.grantmaking-team .collapse .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.just-films-collection .collapse .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.grantmaking-team .collapsing .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.just-films-collection .collapsing .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

.grantmaking-team .collapse .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.just-films-collection .collapse .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.grantmaking-team .collapsing .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.just-films-collection .collapsing .title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

.grantmaking-team .collapse .title .rte p.blue-button a,
.just-films-collection .collapse .title .rte p.blue-button a,
.grantmaking-team .collapsing .title .rte p.blue-button a,
.just-films-collection .collapsing .title .rte p.blue-button a {
	color: #ffffff;
}

.grantmaking-team .collapse .title .rte p.blue-button a:hover,
.just-films-collection .collapse .title .rte p.blue-button a:hover,
.grantmaking-team .collapsing .title .rte p.blue-button a:hover,
.just-films-collection .collapsing .title .rte p.blue-button a:hover,
.grantmaking-team .collapse .title .rte p.blue-button a:active,
.just-films-collection .collapse .title .rte p.blue-button a:active,
.grantmaking-team .collapsing .title .rte p.blue-button a:active,
.just-films-collection .collapsing .title .rte p.blue-button a:active,
.grantmaking-team .collapse .title .rte p.blue-button a:focus,
.just-films-collection .collapse .title .rte p.blue-button a:focus,
.grantmaking-team .collapsing .title .rte p.blue-button a:focus,
.just-films-collection .collapsing .title .rte p.blue-button a:focus {
	color: #007FAA;
}

.grantmaking-team .collapse .title .rte .orange-button a,
.just-films-collection .collapse .title .rte .orange-button a,
.grantmaking-team .collapsing .title .rte .orange-button a,
.just-films-collection .collapsing .title .rte .orange-button a {
	box-shadow: none;
}

.grantmaking-team .collapse .title .rte .link-standalone,
.just-films-collection .collapse .title .rte .link-standalone,
.grantmaking-team .collapsing .title .rte .link-standalone,
.just-films-collection .collapsing .title .rte .link-standalone {
	color: #ffffff;
}

.grantmaking-team .collapse .title .rte .link-standalone a,
.just-films-collection .collapse .title .rte .link-standalone a,
.grantmaking-team .collapsing .title .rte .link-standalone a,
.just-films-collection .collapsing .title .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.grantmaking-team .collapse .title .rte .link-standalone a:hover,
.just-films-collection .collapse .title .rte .link-standalone a:hover,
.grantmaking-team .collapsing .title .rte .link-standalone a:hover,
.just-films-collection .collapsing .title .rte .link-standalone a:hover,
.grantmaking-team .collapse .title .rte .link-standalone a:active,
.just-films-collection .collapse .title .rte .link-standalone a:active,
.grantmaking-team .collapsing .title .rte .link-standalone a:active,
.just-films-collection .collapsing .title .rte .link-standalone a:active,
.grantmaking-team .collapse .title .rte .link-standalone a:focus,
.just-films-collection .collapse .title .rte .link-standalone a:focus,
.grantmaking-team .collapsing .title .rte .link-standalone a:focus,
.just-films-collection .collapsing .title .rte .link-standalone a:focus {
	text-decoration: none;
}

.grantmaking-team .collapse .title .rte .link-standalone a:hover,
.just-films-collection .collapse .title .rte .link-standalone a:hover,
.grantmaking-team .collapsing .title .rte .link-standalone a:hover,
.just-films-collection .collapsing .title .rte .link-standalone a:hover,
.grantmaking-team .collapse .title .rte .link-standalone a:active,
.just-films-collection .collapse .title .rte .link-standalone a:active,
.grantmaking-team .collapsing .title .rte .link-standalone a:active,
.just-films-collection .collapsing .title .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.grantmaking-team .collapse .title .rte .link-standalone a:focus,
.just-films-collection .collapse .title .rte .link-standalone a:focus,
.grantmaking-team .collapsing .title .rte .link-standalone a:focus,
.just-films-collection .collapsing .title .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default,
.just-films-collection .collapse .title .bootstrap-select .btn-default,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default,
.just-films-collection .collapsing .title .bootstrap-select .btn-default,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default:hover,
.just-films-collection .collapse .title .bootstrap-select .btn-default:hover,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:hover,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:hover,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:hover,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:hover,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:hover,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:hover,
.grantmaking-team .collapse .title .bootstrap-select .btn-default:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default:active,
.just-films-collection .collapse .title .bootstrap-select .btn-default:active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.active,
.just-films-collection .collapse .title .bootstrap-select .btn-default.active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.grantmaking-team .collapse .title .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-collection .collapse .title .bootstrap-select .btn-default,
.open .dropdown-toggle.grantmaking-team .collapsing .title .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-collection .collapsing .title .bootstrap-select .btn-default,
.open .dropdown-toggle.grantmaking-team .collapse .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-collection .collapse .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-collection .collapsing .title .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default:active,
.just-films-collection .collapse .title .bootstrap-select .btn-default:active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.active,
.just-films-collection .collapse .title .bootstrap-select .btn-default.active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.grantmaking-team .collapse .title .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-collection .collapse .title .bootstrap-select .btn-default,
.open .dropdown-toggle.grantmaking-team .collapsing .title .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-collection .collapsing .title .bootstrap-select .btn-default,
.open .dropdown-toggle.grantmaking-team .collapse .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-collection .collapse .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-collection .collapsing .title .bootstrap-select.open .btn-default {
	background-image: none;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default:active:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default:active:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:active:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:active:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:active:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.active:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default.active:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.active:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.active:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.active:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default.focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default:active.focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default:active.focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:active.focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:active.focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active.focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:active.focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active.focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active.focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.active.focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default.active.focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.active.focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.active.focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active.focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.active.focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active.focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled],
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled],
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled],
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled],
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled],
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled],
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled],
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled:hover,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled:hover,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled:hover,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled:hover,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled:hover,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled:hover,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled:hover,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled:hover,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled]:hover,
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled]:hover,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled]:hover,
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled]:hover,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled]:hover,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled]:hover,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled]:hover,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default:hover,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default:hover,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default:hover,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled]:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled]:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled]:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled]:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled]:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled]:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled]:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default:focus,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default:focus,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled:active,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled:active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled:active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled:active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled:active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled:active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled:active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled:active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled]:active,
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled]:active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled]:active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled]:active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled]:active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled]:active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled]:active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default:active,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default:active,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default:active,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled.active,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled.active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled.active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled.active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled.active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled.active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled.active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled.active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled].active,
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled].active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled].active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled].active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled].active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled].active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled].active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default.active,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default.active,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default.active,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default .badge,
.just-films-collection .collapse .title .bootstrap-select .btn-default .badge,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default .badge,
.just-films-collection .collapsing .title .bootstrap-select .btn-default .badge,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default .badge,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default .badge,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default .badge,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default:hover,
.just-films-collection .collapse .title .bootstrap-select .btn-default:hover,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:hover,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:hover,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:hover,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:hover,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:hover,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:hover,
.grantmaking-team .collapse .title .bootstrap-select .btn-default:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default:active,
.just-films-collection .collapse .title .bootstrap-select .btn-default:active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.active,
.just-films-collection .collapse .title .bootstrap-select .btn-default.active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.grantmaking-team .collapse .title .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-collection .collapse .title .bootstrap-select .btn-default,
.open .dropdown-toggle.grantmaking-team .collapsing .title .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-collection .collapsing .title .bootstrap-select .btn-default,
.open .dropdown-toggle.grantmaking-team .collapse .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-collection .collapse .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-collection .collapsing .title .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default:active,
.just-films-collection .collapse .title .bootstrap-select .btn-default:active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.active,
.just-films-collection .collapse .title .bootstrap-select .btn-default.active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.grantmaking-team .collapse .title .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-collection .collapse .title .bootstrap-select .btn-default,
.open .dropdown-toggle.grantmaking-team .collapsing .title .bootstrap-select .btn-default,
.open .dropdown-toggle.just-films-collection .collapsing .title .bootstrap-select .btn-default,
.open .dropdown-toggle.grantmaking-team .collapse .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-collection .collapse .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.just-films-collection .collapsing .title .bootstrap-select.open .btn-default {
	background-image: none;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default:active:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default:active:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:active:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:active:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:active:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.active:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default.active:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.active:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.active:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.active:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default.focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default:active.focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default:active.focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default:active.focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default:active.focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active.focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default:active.focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active.focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active.focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.active.focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default.active.focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.active.focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.active.focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active.focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.active.focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active.focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled],
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled],
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled],
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled],
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled],
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled],
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled],
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled:hover,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled:hover,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled:hover,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled:hover,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled:hover,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled:hover,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled:hover,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled:hover,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled]:hover,
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled]:hover,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled]:hover,
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled]:hover,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled]:hover,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled]:hover,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled]:hover,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default:hover,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default:hover,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default:hover,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default:hover,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled]:focus,
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled]:focus,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled]:focus,
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled]:focus,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled]:focus,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled]:focus,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled]:focus,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default:focus,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default:focus,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default:focus,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default:focus,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled:active,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled:active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled:active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled:active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled:active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled:active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled:active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled:active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled]:active,
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled]:active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled]:active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled]:active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled]:active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled]:active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled]:active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default:active,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default:active,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default:active,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default:active,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default:active,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default:active,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default:active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default.disabled.active,
.just-films-collection .collapse .title .bootstrap-select .btn-default.disabled.active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default.disabled.active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default.disabled.active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default.disabled.active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default.disabled.active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.disabled.active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default.disabled.active,
.grantmaking-team .collapse .title .bootstrap-select .btn-default[disabled].active,
.just-films-collection .collapse .title .bootstrap-select .btn-default[disabled].active,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default[disabled].active,
.just-films-collection .collapsing .title .bootstrap-select .btn-default[disabled].active,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default[disabled].active,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default[disabled].active,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default[disabled].active,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select .btn-default.active,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select .btn-default.active,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select .btn-default.active,
fieldset[disabled] .grantmaking-team .collapse .title .bootstrap-select.open .btn-default.active,
fieldset[disabled] .just-films-collection .collapse .title .bootstrap-select.open .btn-default.active,
fieldset[disabled] .grantmaking-team .collapsing .title .bootstrap-select.open .btn-default.active,
fieldset[disabled] .just-films-collection .collapsing .title .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.grantmaking-team .collapse .title .bootstrap-select .btn-default .badge,
.just-films-collection .collapse .title .bootstrap-select .btn-default .badge,
.grantmaking-team .collapsing .title .bootstrap-select .btn-default .badge,
.just-films-collection .collapsing .title .bootstrap-select .btn-default .badge,
.grantmaking-team .collapse .title .bootstrap-select.open .btn-default .badge,
.just-films-collection .collapse .title .bootstrap-select.open .btn-default .badge,
.grantmaking-team .collapsing .title .bootstrap-select.open .btn-default .badge,
.just-films-collection .collapsing .title .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.grantmaking-team .disabled,
.just-films-collection .disabled {
	opacity: 0.5;
}

.grantmaking-team .disabled label,
.just-films-collection .disabled label {
	cursor: default !important;
}

.grantmaking-team .disabled label span.grantmaker-checkbox,
.just-films-collection .disabled label span.grantmaker-checkbox {
	cursor: default !important;
}

.grantmaking-team #filter-posts,
.just-films-collection #filter-posts {
	background-color: #404040 !important;
}

.grantmaking-team .btn.btn-primary.dropdown-btn.bkg-grey-light,
.just-films-collection .btn.btn-primary.dropdown-btn.bkg-grey-light {
	background-color: #767676 !important;
	border-color: #767676 !important;
}

.grantmaking-team .btn.btn-primary.dropdown-btn.bkg-grey-light:hover,
.just-films-collection .btn.btn-primary.dropdown-btn.bkg-grey-light:hover,
.grantmaking-team .btn.btn-primary.dropdown-btn.bkg-grey-light:active,
.just-films-collection .btn.btn-primary.dropdown-btn.bkg-grey-light:active,
.grantmaking-team .btn.btn-primary.dropdown-btn.bkg-grey-light:focus,
.just-films-collection .btn.btn-primary.dropdown-btn.bkg-grey-light:focus {
	background-color: #555555 !important;
	border-color: #555555 !important;
}

.grantmaking-team .btn.btn-primary.dropdown-btn.bkg-grey-light:focus,
.just-films-collection .btn.btn-primary.dropdown-btn.bkg-grey-light:focus {
	border-color: #0c6c6e !important;
}

.crumb span {
	vertical-align: 1px;
}

.crumb.grey-darker a,
.crumb.grey-darker span {
	color: #2c2c2c;
}

.grantmaking-team input[type="checkbox"],
.just-films-collection input[type="checkbox"] {
	display: none;
}

.grantmaking-team input[type="checkbox"]+label,
.just-films-collection input[type="checkbox"]+label {
	color: #ffffff;
	font-family: "KievitWeb";
	font-weight: normal;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	cursor: pointer;
}

.grantmaking-team input[type="checkbox"]+label span.grantmaker-checkbox,
.just-films-collection input[type="checkbox"]+label span.grantmaker-checkbox,
.grantmaking-team input[type="checkbox"]+label span.justfilms-checkbox,
.just-films-collection input[type="checkbox"]+label span.justfilms-checkbox {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 2px solid #ffffff;
	cursor: pointer;
	opacity: 0.5;
}

.grantmaking-team input[type="checkbox"]+label span.grantmaker-checkbox:focus,
.just-films-collection input[type="checkbox"]+label span.grantmaker-checkbox:focus,
.grantmaking-team input[type="checkbox"]+label span.justfilms-checkbox:focus,
.just-films-collection input[type="checkbox"]+label span.justfilms-checkbox:focus {
	border: 2px solid #0c6c6e;
	outline: none !important;
}

.grantmaking-team input[type="checkbox"]:checked+label span.grantmaker-checkbox,
.just-films-collection input[type="checkbox"]:checked+label span.grantmaker-checkbox,
.grantmaking-team input[type="checkbox"]:checked+label span.justfilms-checkbox,
.just-films-collection input[type="checkbox"]:checked+label span.justfilms-checkbox {
	background-color: #ffffff;
	opacity: 1 !important;
}

.grantmaking-team #filter-posts span.grantmaker-checkbox,
.just-films-collection #filter-posts span.grantmaker-checkbox,
.grantmaking-team #filter-posts span.justfilms-checkbox,
.just-films-collection #filter-posts span.justfilms-checkbox {
	opacity: 0.5;
}

.grantmaking-team input[type="checkbox"]+label span.grantmaker-title,
.just-films-collection input[type="checkbox"]+label span.grantmaker-title,
.grantmaking-team input[type="checkbox"]+label span.justfilms-title,
.just-films-collection input[type="checkbox"]+label span.justfilms-title {
	margin-left: 30px;
	margin-top: -15px;
	line-height: 1.2;
}

@media (min-width:768px) {

	.grantmaking-team input[type="checkbox"]+label span.grantmaker-title,
	.just-films-collection input[type="checkbox"]+label span.grantmaker-title,
	.grantmaking-team input[type="checkbox"]+label span.justfilms-title,
	.just-films-collection input[type="checkbox"]+label span.justfilms-title {
		margin-top: -17px;
	}
}

@media (min-width:992px) {

	.grantmaking-team input[type="checkbox"]+label span.grantmaker-title,
	.just-films-collection input[type="checkbox"]+label span.grantmaker-title,
	.grantmaking-team input[type="checkbox"]+label span.justfilms-title,
	.just-films-collection input[type="checkbox"]+label span.justfilms-title {
		margin-top: -18px;
	}
}

@media (min-width:1600px) {

	.grantmaking-team input[type="checkbox"]+label span.grantmaker-title,
	.just-films-collection input[type="checkbox"]+label span.grantmaker-title,
	.grantmaking-team input[type="checkbox"]+label span.justfilms-title,
	.just-films-collection input[type="checkbox"]+label span.justfilms-title {
		margin-top: -20px;
	}
}

.grantmaking-team .justfilms-title,
.just-films-collection .justfilms-title {
	width: 100%;
	padding-right: 20px;
}

.grantmakers-dropdown-button {
	margin: 12px 0px;
}

.OneColTemplate {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding: 0 5%;
}

@media (min-width:768px) {
	.OneColTemplate {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {
	.OneColTemplate {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {
	.OneColTemplate {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {
	.OneColTemplate {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {
	.OneColTemplate {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {
	.OneColTemplate {
		margin-left: 25%;
	}
}

@media (min-width:768px) {
	.OneColTemplate {
		padding: inherit;
	}
}

.OneColTemplateStretched {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:768px) {
	.OneColTemplateStretched {
		float: left;
		width: 100%;
	}
}

@media (min-width:992px) {
	.OneColTemplateStretched {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:992px) {
	.OneColTemplateStretched {
		margin-left: 8.33333333%;
	}
}

@media (min-width:1200px) {
	.OneColTemplateStretched {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:1200px) {
	.OneColTemplateStretched {
		margin-left: 16.66666667%;
	}
}

.OneColSection>div>div {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding: 0 5%;
}

@media (min-width:768px) {
	.OneColSection>div>div {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {
	.OneColSection>div>div {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {
	.OneColSection>div>div {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {
	.OneColSection>div>div {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {
	.OneColSection>div>div {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {
	.OneColSection>div>div {
		margin-left: 25%;
	}
}

@media (min-width:768px) {
	.OneColSection>div>div {
		padding: inherit;
	}
}

.OneColSection-fluid>div>div>div {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding: 0 5%;
}

@media (min-width:768px) {
	.OneColSection-fluid>div>div>div {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {
	.OneColSection-fluid>div>div>div {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {
	.OneColSection-fluid>div>div>div {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {
	.OneColSection-fluid>div>div>div {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {
	.OneColSection-fluid>div>div>div {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {
	.OneColSection-fluid>div>div>div {
		margin-left: 25%;
	}
}

@media (min-width:768px) {
	.OneColSection-fluid>div>div>div {
		padding: inherit;
	}
}

.col-md8-section>div>div>div {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:992px) {
	.col-md8-section>div>div>div {
		float: left;
		width: 66.66666667%;
	}
}

a.main-content-link {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}

a.main-content-link:focus,
a.main-content-link :active {
	left: 0;
	top: 0;
	font-size: 1em;
	min-width: 230px;
	width: 15%;
	height: auto;
	padding: 0;
	background-color: white;
	color: #555555;
	border: 3px solid #0c6c6e;
	z-index: 10001;
}

@media (max-width:991px) {

	a.main-content-link:focus,
	a.main-content-link:active {
		font-size: 0.8em;
	}
}

p a:focus img {
	outline: 2px solid #0c6c6e;
}

.hero-full,
.hero-challenge .hero-full-inner,
.hero-image-medium,
.hero-officers,
.hero-bio-video,
.hero-challenges-video,
.hero-bio-video .hero-full-inner,
.hero-full-inner .hero-challenges-video,
.hero-full-inner.challenges-landing.imagePresent,
.hero-carousel {
	height: 288px;
}

@media (min-width:768px) {

	.hero-full,
	.hero-challenge .hero-full-inner,
	.hero-image-medium,
	.hero-officers,
	.hero-bio-video,
	.hero-challenges-video,
	.hero-bio-video .hero-full-inner,
	.hero-full-inner .hero-challenges-video,
	.hero-full-inner.challenges-landing.imagePresent,
	.hero-carousel {
		height: 372px;
	}
}

@media (min-width:992px) {

	.hero-full,
	.hero-challenge .hero-full-inner,
	.hero-image-medium,
	.hero-officers,
	.hero-bio-video,
	.hero-challenges-video,
	.hero-bio-video .hero-full-inner,
	.hero-full-inner .hero-challenges-video,
	.hero-full-inner.challenges-landing.imagePresent,
	.hero-carousel {
		height: 450px;
	}
}

@media (min-width:1200px) {

	.hero-full,
	.hero-challenge .hero-full-inner,
	.hero-image-medium,
	.hero-officers,
	.hero-bio-video,
	.hero-challenges-video,
	.hero-bio-video .hero-full-inner,
	.hero-full-inner .hero-challenges-video,
	.hero-full-inner.challenges-landing.imagePresent,
	.hero-carousel {
		height: 525px;
	}
}

.hero-full {
	position: relative;
	width: 100%;
	color: #ffffff;
}

.hero-full h3 {
	font-weight: 700;
	font-size: 1.55rem;
	letter-spacing: normal;
}

.hero-full .icon {
	font-size: 1.2rem;
}

.hero-full .hero-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width:1600px) {
	.hero-full .hero-img {
		width: 100%;
		min-width: 100%;
		min-height: 100%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.hero-full .hero-img.sd {
	display: block;
}

@media (min-width:1600px) {
	.hero-full .hero-img.sd {
		display: none;
	}
}

.hero-full .hero-img.hd {
	display: none;
}

@media (min-width:1600px) {
	.hero-full .hero-img.hd {
		display: block;
	}
}

.hero-full .hero-text {
	background: url("images/gradient-homepage.png") repeat-x;
	text-align: left;
	z-index: 20;
	bottom: 0;
	width: 100%;
	position: absolute;
}

body[data-template='RegionHistoryWide'] .hero-full-inner,
.hero-full .hero-full-inner {
	position: relative;
	overflow: hidden;
	min-width: 100%;
	z-index: 10;
	background-position: center top;
	background-size: cover;
}

.hero-full .hero-full-inner {
	min-height: 100%;
}

.hero-challenge {
	height: 287.63px;
	position: relative;
	width: 100%;
	color: #ffffff;
}

@media (min-width:768px) and (max-width:991px) {
	.hero-challenge {
		height: 372px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hero-challenge {
		height: 450px;
	}
}

@media (min-width:1200px) {
	.hero-challenge {
		height: 525px;
	}
}

@media print {
	.hero-challenge {
		height: auto;
	}
}

.hero-challenge h3 {
	font-family: "KievitWeb";
	font-weight: 700;
	font-size: 1.55rem;
	letter-spacing: normal;
	margin-bottom: 20px;
	margin-left: 0px;
}

.hero-challenge .hero-full-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	background-position: center top;
	background-size: cover;
}

.hero-challenge .hero-img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%);
	top: 0;
	left: 50%;
}

.hero-challenge .hero-text {
	background: url("images/gradient.png") repeat-x;
	text-align: left;
	z-index: 20;
	bottom: 0;
	width: 100%;
	position: absolute;
}

.hero-challenge .left-arrow,
.hero-challenge .right-arrow {
	position: absolute;
	top: 45%;
	z-index: 20;
	color: #0c6c6e;
	font-size: 1.375rem;
	cursor: pointer;
	background-color: #ffffff;
	padding: 13px 10px 10px 13px;
	transition: 0.4s ease;
}

.hero-challenge .left-arrow:hover,
.hero-challenge .right-arrow:hover {
	background-color: #0c6c6e;
	color: #ffffff;
}

.hero-challenge .left-arrow {
	left: 0;
}

.hero-challenge .right-arrow {
	right: 0;
}

.hero-challenge .hero-icon {
	height: auto;
	position: absolute;
	text-align: center;
	top: 238px;
	width: 100%;
	z-index: 99;
}

@media (min-width:768px) {
	.hero-challenge .hero-icon {
		top: 312px;
	}
}

@media (min-width:992px) {
	.hero-challenge .hero-icon {
		top: 380px;
	}
}

@media (min-width:1200px) {
	.hero-challenge .hero-icon {
		top: 445px;
	}
}

@media (min-width:1600px) {
	.hero-challenge .hero-icon {
		top: 435px;
	}
}

@media (max-width:767px) {
	.hero-challenge .hero-icon.alongside-featured-content {
		background-color: #F7F7F7;
		bottom: -98px;
	}
}

@media (min-width:768px) {
	.hero-challenge .hero-icon.alongside-featured-content {
		width: 16%;
		left: 50%;
		margin-left: -8%;
	}
}

.hero-challenge .hero-icon .circular-img {
	width: 80px;
	height: 80px;
	margin: 10px auto;
	background-color: #ffffff;
	border: 5px solid #ffffff;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
}

@media (min-width:768px) {
	.hero-challenge .hero-icon .circular-img {
		width: 100px;
		height: 100px;
	}
}

@media (min-width:992px) {
	.hero-challenge .hero-icon .circular-img {
		width: 120px;
		height: 120px;
	}
}

@media (min-width:1200px) {
	.hero-challenge .hero-icon .circular-img {
		width: 140px;
		height: 140px;
	}
}

@media (min-width:1600px) {
	.hero-challenge .hero-icon .circular-img {
		width: 160px;
		height: 160px;
	}
}

.hero-challenge .hero-icon .circular-img .icon {
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	width: 100%;
	height: 100%;
}

.hero-content-type-label {
	transition: all 0.2s;
	padding: 4px 5px 3px 5px;
	background-color: rgba(0, 0, 0, 0.3);
}

.hero-content-type-label:hover,
.hero-content-type-label:active,
.hero-content-type-label:focus {
	background-color: rgba(0, 0, 0, 0.5);
}

.hero-content-type-label:focus,
.hero-content-type-label:active {
	outline: 1px solid #0c6c6e !important;
}

.hero-icon {
	font-size: 40px;
	text-align: left;
}

@media (min-width:768px) {
	.hero-icon {
		font-size: 100px;
		text-align: center;
	}
}

@media (min-width:992px) {
	.hero-icon {
		font-size: 140px;
	}
}

.hero-icon-svg {
	opacity: 0.4;
	width: 50%;
}

.hero-image-medium {
	height: 287.63px;
	position: relative;
	width: 100%;
	background-color: #404040;
}

@media (min-width:768px) and (max-width:991px) {
	.hero-image-medium {
		height: 372px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hero-image-medium {
		height: 450px;
	}
}

@media (min-width:1200px) {
	.hero-image-medium {
		height: 525px;
	}
}

@media print {
	.hero-image-medium {
		display: none;
	}
}

.hero-image-medium .hero-full-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-position: center top;
	background-size: cover;
}

.hero-image-medium .hero-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

@media (min-width:1200px) {
	.hero-image-medium .hero-img {
		width: 100%;
		height: auto;
	}
}

@media (min-width:1400px) {
	.hero-image-medium.video {
		height: auto;
		background-color: white;
	}
}

.hero-image-icon {
	border-radius: 50%;
	overflow: hidden;
	width: 180px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px) {
	.hero-image-icon {
		width: 200px;
		height: 200px;
	}
}

@media (min-width:992px) {
	.hero-image-icon {
		width: 220px;
		height: 220px;
	}
}

@media (min-width:1200px) {
	.hero-image-icon {
		width: 280px;
		height: 280px;
	}
}

.hero-multimedia .video-block-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.hero-multimedia .video-block-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-multimedia-image {
	height: 100%;
	width: 100%;
}

.hero-multimedia-new {
	background-color: #000000;
	padding-bottom: 2em;
}

.hero-multimedia-new .h6.crumb,
.hero-multimedia-new .h6.grey-lttext {
	display: inline-block;
}

.hero-multimedia-new .h6.grey-lttext {
	text-transform: none;
	letter-spacing: normal;
	font-weight: 400;
}

.hero-multimedia-new .h6.grey-lttext::before {
	content: "— ";
}

.hero-multimedia-new .h6 .opacity-mid {
	opacity: 0.3;
}

.hero-multimedia-new h1 {
	margin-left: -0.07em;
}

.hero-multimedia-new .h6.crumb a:hover,
.hero-multimedia-new .h6.crumb a:active,
.hero-multimedia-new .h6.crumb a:focus {
	color: #ffffff;
}

.hero-multimedia-new .video-tags {
	padding-bottom: 10px;
}

.hero-multimedia-new .video-tags h2 {
	color: #E5E5E5;
	margin-bottom: 1em;
}

.hero-multimedia-new .video-tags ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	padding: 0;
}

.hero-multimedia-new .video-tags ul li {
	display: flex;
	padding: 0;
	margin: 0;
}

.hero-multimedia-new .video-tags ul li a {
	background: #2c2c2c;
	color: #ffffff;
	display: flex;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	max-width: 100%;
	position: relative;
	text-decoration: underline !important;
	text-decoration-color: transparent !important;
	text-decoration-thickness: 0.07em;
	text-underline-offset: 0.05em;
	transition: all 0.3s;
}

.hero-multimedia-new .video-tags ul li a:hover,
.hero-multimedia-new .video-tags ul li a:active,
.hero-multimedia-new .video-tags ul li a:focus {
	background: #555555;
	text-decoration: underline;
	text-decoration-color: #A6A8AB !important;
}

.hero-multimedia-new .video-tags ul li a:hover img,
.hero-multimedia-new .video-tags ul li a:active img,
.hero-multimedia-new .video-tags ul li a:focus img {
	transform: scale(1.05);
}

.hero-multimedia-new .video-tags ul li a:focus {
	text-decoration-color: #ffffff !important;
}

@media (min-width:768px) {
	.hero-multimedia-new .video-tags ul li a {
		font-size: 1.1em;
	}
}

.hero-multimedia-new .video-tags ul li a .video-tag-text {
	align-items: center;
	display: flex;
	max-width: 22em;
	min-height: 3.5em;
	padding: 0.5em 1em 0.5em 7em;
	transition: all 0.3s;
}

.hero-multimedia-new .video-tags ul li a .video-tag-text:last-child {
	padding: 0.5em 1em;
}

.hero-multimedia-new .video-tags ul li a .video-tag-image {
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	transition: all 0.3s;
}

.hero-multimedia-new .video-tags ul li a .video-tag-image img {
	width: 6.2em;
	height: 100%;
	transition: all 0.3s;
}

.hero-officers {
	width: 100%;
}

.hero-headlines {
	background-color: #C95100 !important;
}

.hero-headlines a:not(.social-media-link) {
	text-decoration: none;
	color: #ffffff;
}

.hero-headlines a:not(.social-media-link):hover,
.hero-headlines a:not(.social-media-link):active,
.hero-headlines a:not(.social-media-link):focus {
	opacity: 1;
	box-shadow: inset 0 -1px 0 #ffffff;
}

.hero-headlines a:not(.social-media-link):focus {
	box-shadow: inset 0 -2px 0 #fff;
}

.hero-headlines p a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.hero-news-item {
	background-color: #7F3F97 !important;
}

.hero-news-item a:not(.social-media-link) {
	text-decoration: none;
	color: #ffffff;
}

.hero-news-item a:not(.social-media-link):hover,
.hero-news-item a:not(.social-media-link):active,
.hero-news-item a:not(.social-media-link):focus {
	opacity: 1;
	box-shadow: inset 0 -1px 0 #ffffff;
}

.hero-news-item a:not(.social-media-link):focus {
	box-shadow: inset 0 -2px 0 #fff;
}

.hero-news-item p a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.hero-news-item div>div.row.margin-bottomx6>div.col-xs-12.col-sm-9.col-md-8.col-lg-7>div.h6.margin-bottomx6.opacity-mid time {
	padding-bottom: 10px;
}

.hero-news-item div>div.row.margin-bottomx6>div.col-xs-12.col-sm-9.col-md-8.col-lg-7>h1 {
	font-size: 2.5em;
}

@media (min-width:768px) {
	.hero-news-item div>div.row.margin-bottomx6>div.col-xs-12.col-sm-9.col-md-8.col-lg-7>h1 {
		font-size: 3.25em;
	}
}

.news-item-body div>div>div:nth-child(1) {
	padding-top: 15px;
}

.news-item-body div>div>div.employee {
	padding-top: 15px;
}

.hero-video-16x9 img {
	width: 100%;
	height: auto;
}

.hero-bio-video,
.hero-challenges-video,
.hero-bio-video .hero-full-inner,
.hero-full-inner .hero-challenges-video {
	overflow: hidden;
	z-index: 10;
	background-position: center;
	background-size: cover;
	position: relative;
	width: 100%;
	color: #ffffff;
}

.hero-bio-video video,
.hero-challenges-video video,
.hero-bio-video .hero-full-inner video,
.hero-full-inner .hero-challenges-video video {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}

.hero-full-inner.challenges-landing.imagePresent {
	min-height: 0%;
	overflow: hidden;
}

.hero-full-inner.challenges-landing.imagePresent a {
	height: 100%;
}

.hero-full-inner.challenges-landing.imagePresent a .hero-full-inner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.hero-full-inner.challenges-landing.imageNotPresent {
	min-height: 0%;
	max-height: 288px;
	overflow: hidden;
}

@media (min-width:768px) {
	.hero-full-inner.challenges-landing.imageNotPresent {
		max-height: 372px;
	}
}

@media (min-width:992px) {
	.hero-full-inner.challenges-landing.imageNotPresent {
		max-height: 450px;
	}
}

@media (min-width:1200px) {
	.hero-full-inner.challenges-landing.imageNotPresent {
		max-height: 525px;
	}
}

.hero-full-inner>video,
.hero-full-inner>a>video {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}

@media (max-width:1400px) {

	.hero-full-inner>video,
	.hero-full-inner>a>video {
		height: 100%;
	}
}

@media (min-width:1401px) {

	.hero-full-inner>video,
	.hero-full-inner>a>video {
		width: 100%;
	}
}

.hero-carousel .item,
.hero-carousel .carousel-inner {
	height: 100%;
}

.hero-carousel .hero-full-inner {
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #404040;
	background-position: center top;
	background-size: cover;
}

.hero-carousel .hero-full-inner img.hero-img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: auto;
	max-height: 100%;
	min-width: 100%;
}

@media (min-width:992px) {
	.hero-carousel .hero-full-inner img.hero-img {
		max-height: inherit;
		max-width: 100%;
	}
}

.hero-carousel .carousel {
	height: 100%;
}

.hero-carousel h1 {
	font-weight: 100;
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	letter-spacing: normal;
}

@media (min-width:1200px) {
	.hero-carousel h1 {
		font-size: 2.5em;
	}
}

.hero-carousel .icon {
	font-size: 1.2em;
}

.hero-carousel .hero-text {
	text-align: center;
	padding: 10%;
}

@media (min-width:768px) {
	.hero-carousel .hero-text {
		text-align: center;
		padding: 10% 10% 3% 10%;
	}
}

.hero-carousel .carousel-caption {
	left: 5%;
	right: 5%;
	bottom: 0px;
	z-index: 99;
}

.hero-carousel .carousel-indicators {
	width: 20%;
	margin-left: -10%;
	bottom: 0px !important;
	z-index: 110;
	margin-top: 25px;
	margin-bottom: 25px;
}

@media (min-width:768px) {
	.hero-carousel .carousel-indicators {
		margin-top: 50px;
	}
}

@media (min-width:1200px) {
	.hero-carousel .carousel-indicators {
		margin-top: 60px;
	}
}

@media (min-width:768px) {
	.hero-carousel .carousel-indicators {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.hero-carousel .carousel-indicators {
		margin-bottom: 60px;
	}
}

@media (min-width:768px) {
	.hero-carousel .carousel-indicators {
		bottom: 15px !important;
		margin-bottom: 0;
		margin-top: 0;
	}
}

.hero-carousel .carousel-indicators li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 1px;
	text-indent: -999px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 0 !important;
}

.hero-carousel .carousel-indicators li:hover {
	cursor: pointer;
}

.hero-carousel .carousel-indicators li.active {
	background-color: #ffffff;
}

.hero-carousel .hero-pointer {
	position: absolute;
	z-index: 99;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f37324;
	padding: 10px 0 0 12px;
	font-size: 17px;
}

@media (min-width:768px) {
	.hero-carousel .hero-pointer {
		bottom: -30px;
		margin-left: -30px;
		width: 60px;
		height: 60px;
		padding: 18px 0 0 20px;
		font-size: 20px;
	}
}

.hero-carousel .left-arrow,
.hero-carousel .right-arrow {
	position: absolute;
	top: 45%;
	z-index: 20;
	z-index: 990;
	color: #ffffff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 13px 10px 10px 13px;
	transition: 0.2s ease;
}

@media (min-width:768px) {

	.hero-carousel .left-arrow,
	.hero-carousel .right-arrow {
		font-size: 22px;
	}
}

.hero-carousel .left-arrow:hover,
.hero-carousel .right-arrow:hover,
.hero-carousel .left-arrow:focus,
.hero-carousel .right-arrow:focus {
	background-color: #0c6c6e;
}

.hero-carousel .left-arrow {
	left: 0;
}

.hero-carousel .right-arrow {
	right: 0;
}

.hero-carousel a p,
.hero-carousel a h1,
.hero-carousel a h2,
.hero-carousel a h3,
.hero-carousel a h4,
.hero-carousel a h5,
.hero-carousel a h6 {
	transition: text-shadow 0.3s ease;
}

.hero-carousel a:hover p,
.hero-carousel a:hover h1,
.hero-carousel a:hover h2,
.hero-carousel a:hover h3,
.hero-carousel a:hover h4,
.hero-carousel a:hover h5,
.hero-carousel a:hover h6 {
	text-shadow: 0px 1px 2px #0c6c6e;
}

.hero-carousel a:active h1,
.hero-carousel a:focus h1 {
	outline: 1px solid #ffffff;
	outline-offset: 5px;
}

.hero-carousel a[href='#carousel']:focus span {
	background-color: #0c6c6e;
}

.featured-hero-row {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.4) 68%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.featured-hero-row .h4 .featured-h4 {
	line-height: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media (min-width:768px) {
	.featured-hero-row .h4 .featured-h4 {
		font-size: 1.2em;
	}
}

@media (min-width:992px) {
	.featured-hero-row .h4 .featured-h4 {
		font-size: 1.4em;
	}
}

@media (min-width:1200px) {
	.featured-hero-row .h4 .featured-h4 {
		font-size: 1.6em;
	}
}

.featured-hero-row .h6,
.featured-hero-row .h6 a {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.hero-credit {
	line-height: 0.8;
	margin-top: 0.25em;
	text-align: right;
}

.hero-credit p {
	color: #767676;
	display: inline;
	font-family: "KievitWeb";
	font-size: 0.5em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.hero-credit svg {
	fill: #A6A8AB;
}

.hero-credit-challenge .hero-credit {
	display: flex;
	justify-content: flex-end;
	padding-top: 0.3em;
}

.hero-credit-challenge p {
	margin-top: -0.2em;
	padding-left: 0.5em;
	text-align: left;
	max-width: 30%;
}

@media (min-width:768px) {
	.hero-credit-challenge p {
		max-width: 35%;
	}
}

body[data-template="InequalityIsLanding"] .hero-credit-wrapper {
	background-color: #F7F7F7;
}

.central-inequality-section {
	background-color: #E5E5E5;
	padding-top: 6em;
}

.central-inequality-section section>div>div>p {
	text-align: center;
	opacity: 0.8;
}

.central-inequality-section section>div>div>p:last-child {
	margin-bottom: 4em;
}

.inequality-is h1 {
	margin-top: 0.5em;
}

#inequality-author {
	padding-top: 4em;
}

.central-inequality-section .row {
	margin: 0;
}

.inequality-curated-column {}

.inequality-curated-column p {
	font-size: 85%;
	font-size: 0.9em;
	line-height: 1.5;
}

.inequality-curated-column p a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.inequality-curated-column p a:hover,
.inequality-curated-column p a:active,
.inequality-curated-column p a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.inequality-curated-column p a:focus {
	background-color: #f8caac;
}

.inequality-curated-column p:empty {
	display: none;
}

.inequality-curated-column .h6.curated-header {
	color: #404040;
	margin-top: 20px;
}

@media (min-width:768px) {
	.inequality-curated-column .h6.curated-header {
		margin-top: 40px;
	}
}

@media (min-width:1200px) {
	.inequality-curated-column .h6.curated-header {
		margin-top: 48px;
	}
}

.inequality-curated-column .h6.curated-header:first-of-type {
	margin-top: 0;
}

.inequality-curated-column .h6:first-of-type {
	margin-top: 0;
}

.inequality-curated-column .simple-column-card {
	font-size: 0.9em;
	color: #555555;
	font-family: "Arnhem-Blond";
}

.inequality-curated-column .simple-column-card a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.inequality-curated-column .simple-column-card a:hover,
.inequality-curated-column .simple-column-card a:active,
.inequality-curated-column .simple-column-card a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.inequality-curated-column .simple-column-card a:focus {
	background-color: #f8caac;
}

.inequality-curated-column .simple-column-card .simple-card-title {
	font-weight: 700;
	font-size: 1.15em;
	line-height: 1.3;
}

.inequality-curated-column .simple-column-card .simple-card-title a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	color: #404040;
}

.inequality-curated-column .simple-column-card .simple-card-title a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.inequality-curated-column .simple-column-card .simple-card-title a:active,
.inequality-curated-column .simple-column-card .simple-card-title a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.inequality-curated-column .simple-column-card .simple-card-title a:focus {
	background-color: #f8caac;
}

.inequality-curated-column .simple-column-card .simple-card-tagline {
	font-style: italic;
	font-size: 0.9em;
}

.inequality-curated-column .show-more {
	color: #404040;
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
}

.inequality-curated-column .show-more:hover,
.inequality-curated-column .show-more:active,
.inequality-curated-column .show-more:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.inequality-curated-column .show-more:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .inequality-curated-column .show-more {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .inequality-curated-column .show-more:hover,
.white .inequality-curated-column .show-more:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .inequality-curated-column .show-more:focus {
	text-decoration-color: #ffffff !important;
}

.inequality-curated-column .show-more .show-more-closed {
	display: none;
}

.inequality-curated-column .show-more .show-more-open {
	display: block;
}

.inequality-curated-column .show-more.collapsed .show-more-closed {
	display: block;
}

.inequality-curated-column .show-more.collapsed .show-more-open {
	display: none;
}

@media (max-width:767px) {
	#the-latest .tile-container .column.col-sm-6 {
		width: 100%;
	}
}

header.work-our-grants div div.less-padding {
	padding-bottom: 40px;
}

.less-padding-top {
	padding-top: 30px;
}

.links-collection {
	font-size: 0.85em;
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
	color: #555555;
}

.links-collection a {
	box-shadow: none;
	color: #2c2c2c;
	font-family: "Arnhem-Blond";
	font-size: 1.15em;
	line-height: 1.25;
}

.links-collection a:hover {
	background-color: transparent;
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
}

.links-collection a:active,
.links-collection a:focus {
	background-color: #fce8db;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	text-decoration: none;
}

.links-collection p {
	margin-top: 0.5rem;
	line-height: 1.7;
}

.links-collection div.h6 {
	font-size: 1em;
}

.links-collection .mini-rule {
	background: url("images/blue-mini-rule.jpg") no-repeat;
	background-origin: border-box;
	padding-top: 20px;
	margin-top: 20px;
}

.links-collection .list-inline>li {
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 9px;
}

.panel-presidents {
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
}

.panel-presidents p {
	font-size: 1rem;
	line-height: 1.5;
}

.panel-presidents .presidents-name {
	padding-top: 1.25rem;
	padding-left: 0.125rem;
}

.panel-presidents .presidents-text {
	padding-left: 0px;
}

.panel-presidents .well {
	background-color: none;
	min-height: 1.25rem;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.panel-presidents a:hover,
.panel-presidents a:active,
.panel-presidents a:focus {
	color: #365B7A;
	text-decoration: none;
}

.panel-presidents a:focus .presidents-name {
	text-decoration: underline;
}

.panel-presidents img {
	width: 3.4375rem;
	height: auto;
	margin-right: 1.25rem;
	float: left;
}

.panel-presidents li {
	display: block;
	padding: 0.625rem 0;
	min-height: 4.375rem;
}

.board-committees {
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
}

.board-committees p {
	font-size: 1em;
}

.board-committees .well {
	background-color: none;
	min-height: 1.25rem;
	padding: 0.625rem 0 1.25rem 0.3125rem;
	margin-bottom: 0;
	background-color: #ffffff;
	border: none;
	box-shadow: none;
}

.board-committees .chair {
	color: #767676;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.738em;
}

.board-committees .committee-name {
	border-top: 1px solid #0c6c6e;
	display: block;
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5rem;
	margin-bottom: -0.75rem;
	padding: 0.9375rem 0 0.625rem 0.625rem;
	transition: all 0.2s;
}

.board-committees .committee-name:hover,
.board-committees .committee-name:active {
	color: #0c6c6e !important;
	text-decoration: underline !important;
}

.board-committees .committee-name:focus {
	background-color: #0c6c6e;
	color: #ffffff;
	text-decoration: none;
}

.board-committees .committee-name:focus:hover {
	color: #ffffff !important;
}

.board-committees .committee-name[aria-expanded="true"] {
	background-color: #0c6c6e;
	color: #ffffff;
	margin-bottom: 0;
}

.board-committees .committee-name[aria-expanded="true"]:hover {
	color: #ffffff !important;
}

.board-committees img {
	position: absolute;
	left: 0px;
	width: 3.125rem;
	height: auto;
}

.board-committees .program-name {
	color: #767676;
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
	min-height: 2.5rem;
	font-size: 1em;
	line-height: 110%;
	margin-top: 2.5rem;
}

@media (min-width:768px) {
	.board-committees .program-name {
		margin-top: 0;
	}
}

.board-committees .list-committee-members {
	font-size: 1em;
	line-height: 1.25;
}

.board-committees .list-committee-members a {
	color: #767676;
}

.board-committees .list-committee-members li {
	position: relative;
	min-height: 3.4375rem;
	padding: 0.3125rem 0;
	margin-top: 0.3125rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.board-committees .list-committee-members li .member-name {
	position: absolute;
	margin-left: 3.75rem;
	line-height: initial;
}

.mission-goals img {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto 30px auto;
}

.form-basic .col-sm-3 {
	margin-left: 1.8125%;
	margin-right: -1.8125%;
}

.form-basic .light {
	font-family: "KievitWeb";
	font-weight: 400;
}

.form-basic .control-label {
	font-family: "KievitWeb";
	color: #555555;
	font-weight: 700;
	padding-bottom: 10px;
	margin-left: 0;
}

@media (min-width:768px) {
	.form-basic .control-label {
		border-top: 1px solid #EEEEEE;
		padding-right: 15px;
		margin-left: 1.8125%;
	}
}

.form-basic .form-control {
	box-shadow: none;
	padding-top: 12px;
}

.form-basic .form-control:focus {
	border-color: #0c6c6e;
}

.form-basic .form-group {
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.form-basic .form-group {
		margin-bottom: 30px;
	}
}

.form-basic .choosefile-wrapper {
	position: relative;
}

.form-basic .choosefile-wrapper p {
	display: inline;
}

.form-basic .choosefile {
	position: relative;
	float: right;
	top: -10px;
	right: 0;
}

.form-basic li {
	list-style: none;
	padding-bottom: 12px;
}

.form-basic li:before {
	color: #3555A6;
	content: '\2022';
	display: inline-block;
	left: -22px;
	max-height: 0;
	max-width: 0;
	position: relative;
}

.checkbox-serif.email-chall input[type="checkbox"]~label span.checkbox {
	float: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.checkbox-serif.email-chall input[type="checkbox"]~label {
	font-family: "KievitWeb";
}

.checkbox-serif.email-chall p {
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	float: left;
}

.checkbox-serif.email-chall .email-checkbox {
	position: relative;
	transform-style: preserve-3d;
}

.checkbox-serif.email-chall .chall {
	display: flex;
	display: -webkit-box;
}

.checkbox-serif input[type="checkbox"] {
	height: 0px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.checkbox-serif input[type="checkbox"]:focus {
	width: 25px;
	height: 25px;
	opacity: 1;
	outline-color: #0c6c6e;
	top: -4px;
	left: 2%;
}

.checkbox-serif input[type="checkbox"]~label {
	font-family: "KievitWeb";
	font-weight: 400;
	color: #404040;
	line-height: 1.3;
}

.checkbox-serif input[type="checkbox"]~label:hover {
	cursor: pointer;
}

.checkbox-serif input[type="checkbox"]~label:hover span.checkbox {
	outline: 2px solid #0c6c6e;
}

.checkbox-serif input[type="checkbox"]:disabled~label {
	opacity: 0.7;
}

.checkbox-serif input[type="checkbox"]~label span.checkbox {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: -1px 10px 3px 0;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	background-color: #fff;
	outline: 2px solid #767676;
}

.checkbox-serif input[type="checkbox"]~label span.checkbox:focus {
	outline: 2px solid #0c6c6e;
}

.checkbox-serif input[type="checkbox"]~label span.checkbox:focus~.email-label {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.checkbox-serif input[type="checkbox"]:checked~label span.checkbox {
	background-color: #0c6c6e;
	outline: 2px solid #0c6c6e;
}

.checkbox-serif label:focus {
	outline: none;
}

.checkbox-serif label:focus span.checkbox {
	outline: 2px solid #0c6c6e;
}

.checkbox-serif .email-label {
	margin-left: 50px;
	display: block;
}

.checkbox-serif .email-label:hover {
	box-shadow: inset 0 -2px 0 #767676;
}

.checkbox-serif .email-label:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.height-400 {
	min-height: 400px;
}

.subscribe ul {
	margin-bottom: 0;
}

.subscribe ul li {
	margin-bottom: 10px;
}

.subscribe ul li label {
	margin-bottom: 0;
}

.field-validation-valid {
	display: none;
	font-size: 1em;
}

.field-validation-valid.error {
	display: block;
}

.email-slider {
	position: fixed;
	z-index: 9999;
	background-color: white;
	bottom: 0;
	right: -50%;
	padding: 50px;
	transition: 1s ease;
	border-top: #E5E5E5 1px solid;
	border-left: #E5E5E5 1px solid;
}

@media (max-width:767px) {
	.email-slider {
		padding: 30px;
		border-left: none;
		right: -100%;
	}
}

.email-slider form {
	margin: 0;
}

.email-slider .h6.white {
	color: #555555;
	margin-top: 0;
	margin-bottom: 30px;
}

.email-slider .formpadding {
	margin-bottom: 20px;
}

.email-slider .formpadding input {
	box-shadow: none;
}

.email-slider .subscription-slider {
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.email-slider .subscription-slider {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.email-slider .subscription-slider {
		margin-bottom: 24px;
	}
}

.email-slider .subscription-slider a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.email-slider .subscription-slider a:hover,
.email-slider .subscription-slider a:active,
.email-slider .subscription-slider a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.email-slider .subscription-slider a:focus {
	background-color: #f8caac;
}

.email-slider .validation-summary-errors {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.email-slider .email-buttons {
	margin-left: 0;
	margin-right: 0;
}

.email-slider form {
	margin-left: -2%;
	margin-right: -2%;
}

.email-slider form .formpadding.signup-first-name,
.email-slider form .formpadding.signup-last-name {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.email-slider form .formpadding.signup-email {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.email-slider .subscription-footer,
.email-slider .subscription-gallery {
	display: none;
}

.email-slider .subscription-slider {
	display: block;
}

.email-slider button.email-submit {
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	display: block;
	width: 100%;
}

.email-slider button.email-submit:focus,
.email-slider button.email-submit.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.email-slider button.email-submit:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.email-slider button.email-submit:active,
.email-slider button.email-submit.active,
.open>.dropdown-toggle.email-slider button.email-submit {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.email-slider button.email-submit:active:hover,
.email-slider button.email-submit.active:hover,
.open>.dropdown-toggle.email-slider button.email-submit:hover,
.email-slider button.email-submit:active:focus,
.email-slider button.email-submit.active:focus,
.open>.dropdown-toggle.email-slider button.email-submit:focus,
.email-slider button.email-submit:active.focus,
.email-slider button.email-submit.active.focus,
.open>.dropdown-toggle.email-slider button.email-submit.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.email-slider button.email-submit:active,
.email-slider button.email-submit.active,
.open>.dropdown-toggle.email-slider button.email-submit {
	background-image: none;
}

.email-slider button.email-submit.disabled:hover,
.email-slider button.email-submit[disabled]:hover,
fieldset[disabled] .email-slider button.email-submit:hover,
.email-slider button.email-submit.disabled:focus,
.email-slider button.email-submit[disabled]:focus,
fieldset[disabled] .email-slider button.email-submit:focus,
.email-slider button.email-submit.disabled.focus,
.email-slider button.email-submit[disabled].focus,
fieldset[disabled] .email-slider button.email-submit.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.email-slider button.email-submit .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.email-slider button.email-submit:hover,
.email-slider button.email-submit:focus,
.email-slider button.email-submit:active,
.email-slider button.email-submit.active,
.open .dropdown-toggle.email-slider button.email-submit {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.email-slider button.email-submit:active,
.email-slider button.email-submit.active,
.open .dropdown-toggle.email-slider button.email-submit {
	background-image: none;
}

.email-slider button.email-submit:focus,
.email-slider button.email-submit:active:focus,
.email-slider button.email-submit.active:focus,
.email-slider button.email-submit.focus,
.email-slider button.email-submit:active.focus,
.email-slider button.email-submit.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.email-slider button.email-submit.disabled,
.email-slider button.email-submit[disabled],
fieldset[disabled] .email-slider button.email-submit,
.email-slider button.email-submit.disabled:hover,
.email-slider button.email-submit[disabled]:hover,
fieldset[disabled] .email-slider button.email-submit:hover,
.email-slider button.email-submit.disabled:focus,
.email-slider button.email-submit[disabled]:focus,
fieldset[disabled] .email-slider button.email-submit:focus,
.email-slider button.email-submit.disabled:active,
.email-slider button.email-submit[disabled]:active,
fieldset[disabled] .email-slider button.email-submit:active,
.email-slider button.email-submit.disabled.active,
.email-slider button.email-submit[disabled].active,
fieldset[disabled] .email-slider button.email-submit.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.email-slider button.email-submit .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.email-slider button.email-submit:hover,
.email-slider button.email-submit:focus,
.email-slider button.email-submit:active,
.email-slider button.email-submit.active,
.open .dropdown-toggle.email-slider button.email-submit {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.email-slider button.email-submit:active,
.email-slider button.email-submit.active,
.open .dropdown-toggle.email-slider button.email-submit {
	background-image: none;
}

.email-slider button.email-submit:focus,
.email-slider button.email-submit:active:focus,
.email-slider button.email-submit.active:focus,
.email-slider button.email-submit.focus,
.email-slider button.email-submit:active.focus,
.email-slider button.email-submit.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.email-slider button.email-submit.disabled,
.email-slider button.email-submit[disabled],
fieldset[disabled] .email-slider button.email-submit,
.email-slider button.email-submit.disabled:hover,
.email-slider button.email-submit[disabled]:hover,
fieldset[disabled] .email-slider button.email-submit:hover,
.email-slider button.email-submit.disabled:focus,
.email-slider button.email-submit[disabled]:focus,
fieldset[disabled] .email-slider button.email-submit:focus,
.email-slider button.email-submit.disabled:active,
.email-slider button.email-submit[disabled]:active,
fieldset[disabled] .email-slider button.email-submit:active,
.email-slider button.email-submit.disabled.active,
.email-slider button.email-submit[disabled].active,
fieldset[disabled] .email-slider button.email-submit.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.email-slider button.email-submit .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.email-slider .email-dont-show {
	display: block;
}

@media (min-width:480px) {
	.email-slider .email-dont-show:last-of-type {
		min-width: 200px;
	}
}

.email-slider .close {
	position: relative;
	top: -4px;
}

.email-slider.slide-in {
	right: 0;
}

.email-slider-campaign {
	font-size: 0.9rem;
	max-width: 44em;
}

@media (min-width:1200px) {
	.email-slider-campaign {
		font-size: 1.15rem;
	}
}

.email-slider-campaign.email-slider {
	padding: 0;
}

.email-slider-campaign .rte {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

.email-slider-campaign .rte :first-child {
	margin-top: 0;
}

.email-slider-campaign .rte .heading-serif {
	margin-bottom: 0.3em;
}

.email-slider-campaign .rte p {
	line-height: 1.4;
}

.email-slider-campaign .form-response-holder {
	padding: 2.5em;
}

.email-slider-campaign .form-response-holder .email-success-message a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.email-slider-campaign .form-response-holder .email-success-message a:hover,
.email-slider-campaign .form-response-holder .email-success-message a:active,
.email-slider-campaign .form-response-holder .email-success-message a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.email-slider-campaign .form-response-holder .email-success-message a:focus {
	background-color: #f8caac;
}

.email-slider-campaign .slider-banner img {
	width: 100%;
}

.email-slider-campaign .signup-first-name,
.email-slider-campaign .signup-last-name {
	margin-bottom: 0.25em;
}

.email-slider-campaign .close {
	background-color: #ffffff;
	opacity: 0.4;
	padding: 0.9rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: ease all 0.3s;
}

.email-slider-campaign .close:hover,
.email-slider-campaign .close:active,
.email-slider-campaign .close:focus {
	opacity: 0.8;
}

.email-slider-campaign .close:focus {
	outline: 2px solid #0c6c6e;
}

.email-slider-campaign .fa:before {
	opacity: 1;
}

.contact-info-shared {
	background-color: #ffffff;
	color: #767676;
	padding: 30px;
}

@media (min-width:1200px) {
	.contact-info-shared {
		padding: 50px;
	}
}

.contact-info-shared .contact-icon {
	padding-right: 15px;
}

@media (min-width:1200px) {
	.contact-info-shared .contact-icon {
		padding-right: 11px;
	}
}

@media (min-width:1600px) {
	.contact-info-shared .contact-icon {
		padding-right: 8px;
	}
}

.contact-info-shared p {
	font-size: 1em;
	margin-bottom: 0;
	margin-left: 36px;
}

.contact-info-shared a {
	font-size: 1em;
	color: #767676;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.contact-info-shared a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.contact-info-shared a:active,
.contact-info-shared a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.contact-info-shared .contact-address,
.contact-info-shared .contact-tel {
	font-size: 0.9em;
	margin-left: 32px;
	margin-top: 20px;
}

.contact-info-shared .contact-address a,
.contact-info-shared .contact-tel a {
	word-wrap: break-word;
}

.contact-info-shared .contact-address span.contact-icon,
.contact-info-shared .contact-tel span.contact-icon {
	margin-left: -36px;
}

.contact-info-shared .contact-email {
	font-size: 0.9em;
	margin-left: 32px;
	margin-top: 20px;
}

.contact-info-shared .contact-email a {
	word-wrap: break-word;
	display: block;
}

.contact-info-shared .contact-email span {
	margin-left: -36px;
	float: left;
}

.contact-info-shared .contact-directions {
	font-size: 0.9em;
	margin-left: 32px;
	margin-top: 20px;
}

.contact-partial .contact-info {
	opacity: 0;
	display: none;
	background-color: #ffffff;
	color: #767676;
	padding: 30px;
}

.contact-partial .contact-info.clicked {
	opacity: 1;
	display: block;
}

@media (min-width:1200px) {
	.contact-partial .contact-info {
		padding: 50px;
	}
}

.contact-partial .contact-info .contact-icon {
	padding-right: 15px;
}

@media (min-width:1200px) {
	.contact-partial .contact-info .contact-icon {
		padding-right: 11px;
	}
}

@media (min-width:1600px) {
	.contact-partial .contact-info .contact-icon {
		padding-right: 8px;
	}
}

.contact-partial .contact-info p {
	font-size: 1em;
	margin-bottom: 0;
	margin-left: 36px;
}

.contact-partial .contact-info a {
	font-size: 1em;
	color: #767676;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.contact-partial .contact-info a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.contact-partial .contact-info a:active,
.contact-partial .contact-info a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.contact-partial .contact-info .contact-address,
.contact-partial .contact-info .contact-tel {
	font-size: 0.9em;
	margin-left: 32px;
	margin-top: 20px;
}

.contact-partial .contact-info .contact-address a,
.contact-partial .contact-info .contact-tel a {
	word-wrap: break-word;
}

.contact-partial .contact-info .contact-address span.contact-icon,
.contact-partial .contact-info .contact-tel span.contact-icon {
	margin-left: -36px;
}

.contact-partial .contact-info .contact-email {
	font-size: 0.9em;
	margin-left: 32px;
	margin-top: 20px;
}

.contact-partial .contact-info .contact-email a {
	word-wrap: break-word;
	display: block;
}

.contact-partial .contact-info .contact-email span {
	margin-left: -36px;
	float: left;
}

.contact-partial .contact-info .contact-directions {
	font-size: 0.9em;
	margin-left: 32px;
	margin-top: 20px;
}

.contact-partial .map-contact>img {
	width: 100%;
}

.contact-partial .pin {
	border-radius: 50%;
	border: 9px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
	display: inline-block;
	height: 26px;
	position: absolute;
	transform: scale(0.6);
	transition: 0.4s ease;
	width: 26px;
}

@media (min-width:768px) {
	.contact-partial .pin {
		transform: scale(1);
	}
}

.contact-partial .pin.andean-region-and-southern-cone,
.contact-partial .pin.andean-region {
	top: 57%;
	left: 25.6%;
}

@media (min-width:768px) {

	.contact-partial .pin.andean-region-and-southern-cone,
	.contact-partial .pin.andean-region {
		top: 58.5%;
		left: 26.5%;
	}
}

.contact-partial .pin.mexico-and-central-america {
	top: 48%;
	left: 17%;
}

@media (min-width:768px) {
	.contact-partial .pin.mexico-and-central-america {
		top: 50%;
		left: 19%;
	}
}

.contact-partial .pin.brazil {
	top: 73%;
	left: 31%;
}

@media (min-width:768px) {
	.contact-partial .pin.brazil {
		top: 74%;
		left: 33%;
	}
}

.contact-partial .pin.middle-east-and-north-africa {
	top: 45%;
	left: 54%;
}

@media (min-width:768px) {
	.contact-partial .pin.middle-east-and-north-africa {
		top: 46%;
		left: 55%;
	}
}

.contact-partial .pin.china {
	top: 36%;
	left: 73%;
}

@media (min-width:768px) {
	.contact-partial .pin.china {
		top: 38%;
		left: 76%;
	}
}

.contact-partial .pin.southern-africa {
	top: 74%;
	left: 51%;
}

@media (min-width:768px) {
	.contact-partial .pin.southern-africa {
		top: 76%;
		left: 53%;
	}
}

.contact-partial .pin.eastern-africa {
	top: 61%;
	left: 54%;
}

@media (min-width:768px) {
	.contact-partial .pin.eastern-africa {
		top: 61%;
		left: 56%;
	}
}

.contact-partial .pin.united-states {
	top: 33%;
	left: 25%;
}

@media (min-width:768px) {
	.contact-partial .pin.united-states {
		top: 36%;
		left: 28%;
	}
}

.contact-partial .pin.india-nepal-and-sri-lanka {
	top: 47%;
	left: 66.5%;
}

@media (min-width:768px) {
	.contact-partial .pin.india-nepal-and-sri-lanka {
		top: 50%;
		left: 67.5%;
	}
}

.contact-partial .pin.west-africa {
	top: 55%;
	left: 45%;
}

@media (min-width:768px) {
	.contact-partial .pin.west-africa {
		top: 57%;
		left: 47%;
	}
}

.contact-partial .pin.indonesia {
	top: 60%;
	left: 75%;
}

@media (min-width:768px) {
	.contact-partial .pin.indonesia {
		top: 64%;
		left: 76%;
	}
}

.contact-partial .pin:hover,
.contact-partial .pin.hovered,
.contact-partial .pin.clicked {
	border: 10px solid #ffffff;
}

.region-landing .contact-partial .pin {
	cursor: default;
}

.region-landing .contact-partial .region-map-label {
	position: absolute;
	width: 300px;
	margin: 0 0 0 25px;
	top: -70%;
}

@media screen and (max-width:767px) {
	.region-landing .contact-partial .region-map-label {
		max-width: 110px;
	}
}

@media (min-width:768px) {
	.region-landing .contact-partial .india-nepal-and-sri-lanka .region-map-label {
		width: 100px;
	}
}

@media (min-width:1200px) {
	.region-landing .contact-partial .india-nepal-and-sri-lanka .region-map-label {
		width: 200px;
	}
}

.container-endowment .hero-text {
	padding: 0 7% 20px 11%;
	max-width: 724px;
	float: right;
}

.container-endowment .hero-full-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: cover;
}

.container-endowment .hero-img {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

@media (min-width:768px) {
	.container-endowment .hero-img img {
		min-width: 100%;
		min-height: 100%;
	}
}

.container-neighbor .hero-text {
	padding: 0 11% 20px 7%;
	max-width: 724px;
	float: left;
}

.container-neighbor .hero-img {
	overflow: hidden;
	height: 100%;
}

@media (min-width:768px) {
	.container-neighbor .hero-img img {
		min-width: 100%;
		min-height: 100%;
	}
}

.about-us-history col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.about-us-history .image-with-caption {
	margin-bottom: 15px;
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
	color: #555555;
}

@media (min-width:768px) {
	.about-us-history .image-with-caption {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.about-us-history .image-with-caption {
		margin-bottom: 36px;
	}
}

.about-us-history .image-with-caption img {
	display: block;
	height: auto;
	max-width: 100%;
}

.about-us-history .collapse.in {
	display: -webkit-box;
}

@-moz-document url-prefix() {
	.about-us-history .collapse.in {
		display: block;
		margin-top: 40px;
		padding: 0;
	}
}

.image-with-caption {
	margin-bottom: 15px;
	color: #555555;
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
	font-size: 1rem;
	line-height: 1.5 !important;
}

@media (min-width:768px) {
	.image-with-caption {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.image-with-caption {
		margin-bottom: 36px;
	}
}

.image-with-caption img {
	display: block;
	height: auto;
	max-width: 100%;
}

.presidents-text {
	color: #555555;
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
	font-size: 1rem;
	line-height: 1.5 !important;
}

.download-spreadsheet {
	text-align: right;
}

#bodyText>section>div>div>div:nth-child(1)>p {
	padding-top: 10px;
}

@media (min-width:768px) {
	#bodyText>section>div>div>div:nth-child(1)>p {
		padding-top: 20px;
	}
}

@media (min-width:1200px) {
	#bodyText>section>div>div>div:nth-child(1)>p {
		padding-top: 24px;
	}
}

@media (min-width:992px) {
	#bodyText>section>div>div>div:nth-child(1)>p {
		padding-top: 0;
	}
}

.bio .bio-title h3,
.bio .bio-title .h3 {
	margin-top: 0;
}

@media (min-width:1200px) {
	.bio .bio-title h1 {
		margin-bottom: 0;
	}
}

.bio .bio-text {
	padding-right: 10%;
}

.bio .bio-follow h6,
.bio .bio-follow .h6 {
	margin-top: 0;
}

.bio .bio-follow a {
	display: block;
	color: #A6A8AB;
}

.bio .bio-more h3,
.bio .bio-more .h3 {
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
}

body[data-template="RegionsLanding"] .language-option,
body[data-template="IdeaSubmission"] .language-option,
body[data-template="Bio"] .language-option {
	display: none;
}

.one-col-template {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}

@media (min-width:992px) {
	.one-col-template {
		float: left;
		width: 50%;
	}
}

.language {
	display: inline-block;
	position: relative;
	top: -4px;
	min-width: 100%;
}

@media (min-width:768px) {
	.language {
		min-width: 300px;
	}
}

.language h6,
.language .h6 {
	padding-left: 5%;
	color: #767676;
	display: inline;
}

@media (min-width:768px) {

	.language h6,
	.language .h6 {
		padding-left: 4%;
	}
}

@media (min-width:992px) {

	.language h6,
	.language .h6 {
		padding-left: 0%;
	}
}

.language .form-control,
.language .form-control:focus,
.language .form-control:active {
	background-color: transparent;
	border: none !important;
	box-shadow: none !important;
	color: #0c6c6e;
	display: inline;
	font-weight: 700;
	font-size: 0.875rem;
	max-width: 50px;
	outline: none !important;
}

.pipe {
	border-left: 1px solid #E5E5E5;
}

.region-blog {
	background-color: #E5E5E5;
}

.what-when-where div[class^="lang-"],
.what-when-where div[class*=" lang-"] {
	display: none;
}

.what-when-where div[class^="lang-"]:first-of-type,
.what-when-where div[class*=" lang-"]:first-of-type {
	display: block;
}

.regional-pop {
	width: 100%;
	min-height: 50px;
	text-align: center;
	background-color: #000000;
	border-bottom: 1px solid #FFFFFF;
	padding: 1rem 0;
}

.regional-pop a {
	display: inline;
	color: #fff;
	line-height: 1.75;
	font-weight: 700;
	outline: none;
	text-decoration: none;
}

.regional-pop a:hover,
.regional-pop a:active {
	box-shadow: inset 0 -2px 0 #A6A8AB;
}

.regional-pop a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.blog-filtered-subhead p {
	font-size: 85%;
	font-size: 0.9em;
	color: #555555;
}

.blog-filtered-subhead .h4 {
	color: #2c2c2c;
}

.blog-filtered-subhead .h6 a {
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
}

.blog-filtered-subhead .h6 a:hover,
.blog-filtered-subhead .h6 a:active,
.blog-filtered-subhead .h6 a:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.blog-filtered-subhead .h6 a:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .blog-filtered-subhead .h6 a {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .blog-filtered-subhead .h6 a:hover,
.white .blog-filtered-subhead .h6 a:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .blog-filtered-subhead .h6 a:focus {
	text-decoration-color: #ffffff !important;
}

.blog-post-header header {
	margin-bottom: 40px;
}

@media (min-width:768px) {
	.blog-post-header header {
		margin-bottom: 10px;
	}
}

@media (max-width:768px) {
	.blog-post-detail .tile-container .column {
		position: relative;
		float: left;
		width: 100%;
		min-height: 1px;
		padding-left: 2%;
		padding-right: 2%;
	}
}

.blog-post-main .img-circle,
.blog-post-main-grid-v2 .img-circle {
	border: 3px solid #ffffff;
	width: 100px;
	margin-top: -90px;
	margin-bottom: 10px;
}

@media (max-width:480px) {

	.blog-post-main .img-circle,
	.blog-post-main-grid-v2 .img-circle {
		width: 85px;
	}
}

.blog-post-main .multiple-authors,
.blog-post-main-grid-v2 .multiple-authors {
	position: relative;
	left: -3px;
}

.blog-post-main .multiple-authors:first-of-type,
.blog-post-main-grid-v2 .multiple-authors:first-of-type {
	left: 3px;
}

.blog-post-main .multiple-authors:nth-of-type(3),
.blog-post-main-grid-v2 .multiple-authors:nth-of-type(3) {
	left: -8px;
}

.blog-post-main .multiple-authors:nth-of-type(4),
.blog-post-main-grid-v2 .multiple-authors:nth-of-type(4) {
	left: -15px;
}

.blog-post-main .post-author-img,
.blog-post-main-grid-v2 .post-author-img {
	margin-top: 40px;
}

.blog-post-main .blog-name-and-title,
.blog-post-main-grid-v2 .blog-name-and-title {
	text-align: center;
	color: #555555;
	font-family: "KievitWeb";
	font-size: 1.1875rem;
}

.blog-post-main .blog-name-and-title p,
.blog-post-main-grid-v2 .blog-name-and-title p {
	padding: 0.5%;
}

@media (min-width:768px) {

	.blog-post-main .blog-name-and-title p,
	.blog-post-main-grid-v2 .blog-name-and-title p {
		padding: 0.5%;
	}
}

.blog-post-main .blog-name-and-title a,
.blog-post-main-grid-v2 .blog-name-and-title a {
	color: #555555;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: inset 0 -1px 0 #A6A8AB;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.blog-post-main .blog-name-and-title a:hover,
.blog-post-main-grid-v2 .blog-name-and-title a:hover {
	color: #404040;
	box-shadow: inset 0 -1px 0 #555555;
	text-decoration: none;
}

.blog-post-main .blog-name-and-title a:active,
.blog-post-main-grid-v2 .blog-name-and-title a:active,
.blog-post-main .blog-name-and-title a:focus,
.blog-post-main-grid-v2 .blog-name-and-title a:focus {
	color: #555555;
	box-shadow: inset 0 -1px 0 #0c6c6e;
	text-decoration: none;
}

.blog-post-main .blog-name-and-title .blog-post-date,
.blog-post-main-grid-v2 .blog-name-and-title .blog-post-date {
	color: #555555;
	margin-bottom: 40px;
}

.blog-post-main .name,
.blog-post-main-grid-v2 .name {
	font-weight: 700;
	margin-bottom: 0;
}

.blog-post-main .title,
.blog-post-main-grid-v2 .title {
	font-weight: 200;
}

.blog-post-main .blog-post-date .h6,
.blog-post-main-grid-v2 .blog-post-date .h6 {
	margin-top: 5px;
	color: #555555;
}

@media (min-width:768px) {

	.blog-post-main .extra-bottom-margin-to-match-top,
	.blog-post-main-grid-v2 .extra-bottom-margin-to-match-top {
		margin-bottom: 60px;
	}
}

@media (min-width:992px) {

	.blog-post-main .extra-bottom-margin-to-match-top,
	.blog-post-main-grid-v2 .extra-bottom-margin-to-match-top {
		margin-bottom: 65px;
	}
}

.blog-post-main .post-tags,
.blog-post-main-grid-v2 .post-tags {
	margin-bottom: 25px;
	margin-top: 15px;
}

body[data-template="BlogPost"] .blog-post-main .post-tags,
body[data-template="BlogPost"] .blog-post-main-grid-v2 .post-tags {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding: 0 5%;
}

@media (min-width:768px) {

	body[data-template="BlogPost"] .blog-post-main .post-tags,
	body[data-template="BlogPost"] .blog-post-main-grid-v2 .post-tags {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {

	body[data-template="BlogPost"] .blog-post-main .post-tags,
	body[data-template="BlogPost"] .blog-post-main-grid-v2 .post-tags {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {

	body[data-template="BlogPost"] .blog-post-main .post-tags,
	body[data-template="BlogPost"] .blog-post-main-grid-v2 .post-tags {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {

	body[data-template="BlogPost"] .blog-post-main .post-tags,
	body[data-template="BlogPost"] .blog-post-main-grid-v2 .post-tags {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {

	body[data-template="BlogPost"] .blog-post-main .post-tags,
	body[data-template="BlogPost"] .blog-post-main-grid-v2 .post-tags {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {

	body[data-template="BlogPost"] .blog-post-main .post-tags,
	body[data-template="BlogPost"] .blog-post-main-grid-v2 .post-tags {
		margin-left: 25%;
	}
}

@media (min-width:768px) {

	body[data-template="BlogPost"] .blog-post-main .post-tags,
	body[data-template="BlogPost"] .blog-post-main-grid-v2 .post-tags {
		padding: inherit;
	}
}

body[data-template="BlogPostGenericGridV2"] .blog-post-main .post-tags,
body[data-template="BlogPostGenericGridV2"] .blog-post-main-grid-v2 .post-tags {
	max-width: 30em;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0 14.72%;
}

@media (min-width:768px) {

	body[data-template="BlogPostGenericGridV2"] .blog-post-main .post-tags,
	body[data-template="BlogPostGenericGridV2"] .blog-post-main-grid-v2 .post-tags {
		padding: 0;
	}
}

@media (min-width:768px) {

	.blog-post-main .post-tags,
	.blog-post-main-grid-v2 .post-tags {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {

	.blog-post-main .post-tags,
	.blog-post-main-grid-v2 .post-tags {
		margin-bottom: 60px;
	}
}

@media (min-width:768px) {

	.blog-post-main .post-tags,
	.blog-post-main-grid-v2 .post-tags {
		margin-top: 30px;
	}
}

@media (min-width:1200px) {

	.blog-post-main .post-tags,
	.blog-post-main-grid-v2 .post-tags {
		margin-top: 36px;
	}
}

.blog-post-main .post-tags .h6,
.blog-post-main-grid-v2 .post-tags .h6 {
	margin: 30px 0 15px 0;
	padding: 30px 0 0 0;
	width: 100%;
}

.blog-post-main .post-tags ul,
.blog-post-main-grid-v2 .post-tags ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	list-style: none;
	padding: 0;
	width: 100%;
}

.blog-post-main .post-tags ul li,
.blog-post-main-grid-v2 .post-tags ul li {
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
}

@media (min-width:992px) {

	.blog-post-main .post-tags ul li,
	.blog-post-main-grid-v2 .post-tags ul li {
		font-size: 1rem;
	}
}

.blog-post-main .post-tags ul li a,
.blog-post-main-grid-v2 .post-tags ul li a {
	color: #404040;
	display: inline-block;
	font-family: "KievitWeb";
	line-height: 1.1;
	transition: all 0.3s;
}

.blog-post-main .post-tags ul li a:hover,
.blog-post-main-grid-v2 .post-tags ul li a:hover,
.blog-post-main .post-tags ul li a:active,
.blog-post-main-grid-v2 .post-tags ul li a:active,
.blog-post-main .post-tags ul li a:focus,
.blog-post-main-grid-v2 .post-tags ul li a:focus {
	text-decoration: none;
}

.blog-post-main .post-tags ul.tags li,
.blog-post-main-grid-v2 .post-tags ul.tags li {
	display: inline-block;
}

.blog-post-main .post-tags ul.tags li a,
.blog-post-main-grid-v2 .post-tags ul.tags li a {
	border-radius: 4px;
	border: 1px solid #0c6c6e;
	padding: 7px 8px 5px 8px;
}

@media (min-width:992px) {

	.blog-post-main .post-tags ul.tags li a,
	.blog-post-main-grid-v2 .post-tags ul.tags li a {
		padding: 10px 12px 7px 12px;
	}
}

.blog-post-main .post-tags ul.tags li a:hover,
.blog-post-main-grid-v2 .post-tags ul.tags li a:hover,
.blog-post-main .post-tags ul.tags li a:active,
.blog-post-main-grid-v2 .post-tags ul.tags li a:active,
.blog-post-main .post-tags ul.tags li a:focus,
.blog-post-main-grid-v2 .post-tags ul.tags li a:focus {
	color: #007FAA;
	border: 1px solid #0c6c6e;
	box-shadow: inset -1px 1px 0 #0c6c6e, inset 1px -1px 0 #0c6c6e, inset 1px 1px 0 #0c6c6e, inset -1px -1px 0 #0c6c6e;
	background-color: #ffffff;
	text-decoration: none;
}

.blog-post-main .post-tags ul.big-ideas,
.blog-post-main-grid-v2 .post-tags ul.big-ideas {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	padding: 0;
}

.blog-post-main .post-tags ul.big-ideas li,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li {
	display: flex;
	padding: 0;
	margin: 0;
}

.blog-post-main .post-tags ul.big-ideas li a,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a {
	background: #2c2c2c;
	color: #ffffff;
	display: flex;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	max-width: 100%;
	position: relative;
	text-decoration: underline !important;
	text-decoration-color: transparent !important;
	text-decoration-thickness: 0.07em;
	text-underline-offset: 0.05em;
	transition: all 0.3s;
}

.blog-post-main .post-tags ul.big-ideas li a:hover,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:hover,
.blog-post-main .post-tags ul.big-ideas li a:active,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:active,
.blog-post-main .post-tags ul.big-ideas li a:focus,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:focus {
	background: #555555;
	text-decoration: underline;
	text-decoration-color: #A6A8AB !important;
}

.blog-post-main .post-tags ul.big-ideas li a:hover img,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:hover img,
.blog-post-main .post-tags ul.big-ideas li a:active img,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:active img,
.blog-post-main .post-tags ul.big-ideas li a:focus img,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:focus img {
	transform: scale(1.05);
}

.blog-post-main .post-tags ul.big-ideas li a:focus,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:focus {
	text-decoration-color: #ffffff !important;
}

@media (min-width:768px) {

	.blog-post-main .post-tags ul.big-ideas li a,
	.blog-post-main-grid-v2 .post-tags ul.big-ideas li a {
		font-size: 1.1em;
	}
}

.blog-post-main .post-tags ul.big-ideas li a .picture-tag-text,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a .picture-tag-text {
	align-items: center;
	display: flex;
	max-width: 22em;
	min-height: 3.5em;
	padding: 0.5em 1em 0.5em 7em;
	transition: all 0.3s;
}

.blog-post-main .post-tags ul.big-ideas li a .picture-tag-text:last-child,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a .picture-tag-text:last-child {
	padding: 0.5em 1em;
}

.blog-post-main .post-tags ul.big-ideas li a .picture-tag-image,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a .picture-tag-image {
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	transition: all 0.3s;
}

.blog-post-main .post-tags ul.big-ideas li a .picture-tag-image img,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a .picture-tag-image img {
	width: 6.2em;
	height: 100%;
	transition: all 0.3s;
}

.blog-post-main .post-tags ul.big-ideas li a,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a {
	background: #fff;
	color: #000000;
}

.blog-post-main .post-tags ul.big-ideas li a:hover,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:hover,
.blog-post-main .post-tags ul.big-ideas li a:active,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:active,
.blog-post-main .post-tags ul.big-ideas li a:focus,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:focus {
	background: #fff;
	text-decoration: underline;
	text-decoration-color: #0c6c6e !important;
}

.blog-post-main .post-tags ul.big-ideas li a:focus,
.blog-post-main-grid-v2 .post-tags ul.big-ideas li a:focus {
	text-decoration-color: #000000 !important;
}

.picture-tag {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	padding: 0;
}

.picture-tag li {
	display: flex;
	padding: 0;
	margin: 0;
}

.picture-tag li a {
	background: #2c2c2c;
	color: #ffffff;
	display: flex;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	max-width: 100%;
	position: relative;
	text-decoration: underline !important;
	text-decoration-color: transparent !important;
	text-decoration-thickness: 0.07em;
	text-underline-offset: 0.05em;
	transition: all 0.3s;
}

.picture-tag li a:hover,
.picture-tag li a:active,
.picture-tag li a:focus {
	background: #555555;
	text-decoration: underline;
	text-decoration-color: #A6A8AB !important;
}

.picture-tag li a:hover img,
.picture-tag li a:active img,
.picture-tag li a:focus img {
	transform: scale(1.05);
}

.picture-tag li a:focus {
	text-decoration-color: #ffffff !important;
}

@media (min-width:768px) {
	.picture-tag li a {
		font-size: 1.1em;
	}
}

.picture-tag li a .picture-tag-text {
	align-items: center;
	display: flex;
	max-width: 22em;
	min-height: 3.5em;
	padding: 0.5em 1em 0.5em 7em;
	transition: all 0.3s;
}

.picture-tag li a .picture-tag-text:last-child {
	padding: 0.5em 1em;
}

.picture-tag li a .picture-tag-image {
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	transition: all 0.3s;
}

.picture-tag li a .picture-tag-image img {
	width: 6.2em;
	height: 100%;
	transition: all 0.3s;
}

.blog-post-main .rte>p,
.blog-post-main .rte>ul,
.blog-post-main .rte>ol,
.blog-post-main .rte>h2,
.blog-post-main .rte>h5,
.blog-post-main .rte>.h6,
.blog-post-main .rte>h6 {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding: 0 5%;
}

@media (min-width:768px) {

	.blog-post-main .rte>p,
	.blog-post-main .rte>ul,
	.blog-post-main .rte>ol,
	.blog-post-main .rte>h2,
	.blog-post-main .rte>h5,
	.blog-post-main .rte>.h6,
	.blog-post-main .rte>h6 {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {

	.blog-post-main .rte>p,
	.blog-post-main .rte>ul,
	.blog-post-main .rte>ol,
	.blog-post-main .rte>h2,
	.blog-post-main .rte>h5,
	.blog-post-main .rte>.h6,
	.blog-post-main .rte>h6 {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {

	.blog-post-main .rte>p,
	.blog-post-main .rte>ul,
	.blog-post-main .rte>ol,
	.blog-post-main .rte>h2,
	.blog-post-main .rte>h5,
	.blog-post-main .rte>.h6,
	.blog-post-main .rte>h6 {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {

	.blog-post-main .rte>p,
	.blog-post-main .rte>ul,
	.blog-post-main .rte>ol,
	.blog-post-main .rte>h2,
	.blog-post-main .rte>h5,
	.blog-post-main .rte>.h6,
	.blog-post-main .rte>h6 {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {

	.blog-post-main .rte>p,
	.blog-post-main .rte>ul,
	.blog-post-main .rte>ol,
	.blog-post-main .rte>h2,
	.blog-post-main .rte>h5,
	.blog-post-main .rte>.h6,
	.blog-post-main .rte>h6 {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {

	.blog-post-main .rte>p,
	.blog-post-main .rte>ul,
	.blog-post-main .rte>ol,
	.blog-post-main .rte>h2,
	.blog-post-main .rte>h5,
	.blog-post-main .rte>.h6,
	.blog-post-main .rte>h6 {
		margin-left: 25%;
	}
}

@media (min-width:768px) {

	.blog-post-main .rte>p,
	.blog-post-main .rte>ul,
	.blog-post-main .rte>ol,
	.blog-post-main .rte>h2,
	.blog-post-main .rte>h5,
	.blog-post-main .rte>.h6,
	.blog-post-main .rte>h6 {
		padding: inherit;
	}
}

.blog-post-main .more-from ul {
	padding-left: 0;
	padding-right: 0;
}

.blog-post-main span.post-image-text {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding: 0 5%;
	text-align: center;
}

@media (min-width:768px) {
	.blog-post-main span.post-image-text {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {
	.blog-post-main span.post-image-text {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {
	.blog-post-main span.post-image-text {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {
	.blog-post-main span.post-image-text {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {
	.blog-post-main span.post-image-text {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {
	.blog-post-main span.post-image-text {
		margin-left: 25%;
	}
}

@media (min-width:768px) {
	.blog-post-main span.post-image-text {
		padding: inherit;
	}
}

@media (min-width:480px) {
	.blog-post-main span.post-image-text {
		margin-left: 2%;
		width: 97%;
	}
}

@media (min-width:768px) {
	.blog-post-main span.post-image-text {
		margin-left: 6%;
		width: 86%;
	}
}

@media (min-width:992px) {
	.blog-post-main span.post-image-text {
		margin-left: 10%;
		width: 79.5%;
	}
}

@media (min-width:1200px) {
	.blog-post-main span.post-image-text {
		margin-left: 12.5%;
		width: 75.5%;
	}
}

.blog-post-main ul {
	padding-left: 8.33333333%;
}

@media (min-width:768px) {
	.blog-post-main ul {
		padding-left: 18px;
	}
}

.blog-post-main h5,
.blog-post-main .h5 {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding: 0 5%;
	margin: 40px 0;
}

@media (min-width:768px) {

	.blog-post-main h5,
	.blog-post-main .h5 {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {

	.blog-post-main h5,
	.blog-post-main .h5 {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {

	.blog-post-main h5,
	.blog-post-main .h5 {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {

	.blog-post-main h5,
	.blog-post-main .h5 {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {

	.blog-post-main h5,
	.blog-post-main .h5 {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {

	.blog-post-main h5,
	.blog-post-main .h5 {
		margin-left: 25%;
	}
}

@media (min-width:768px) {

	.blog-post-main h5,
	.blog-post-main .h5 {
		padding: inherit;
	}
}

.blog-post-main .video-block-container {
	height: 700px;
	position: relative;
	width: 100%;
	margin: 50px 0 70px 0;
	padding: 0;
}

.blog-post-main .video-block-container .video-block {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.blog-post-main .video-block-container .video-block .play-button {
	position: absolute;
	top: 40%;
	left: 50%;
	height: 100px;
	width: 100px;
	color: #ffffff;
	font-size: 45px;
	text-align: center;
	border: 2px #ffffff solid;
	padding-top: 25px;
	padding-left: 8px;
}

.blog-post-main .post-image {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 50px;
	margin-bottom: 70px;
	padding: 0;
}

@media (min-width:768px) {
	.blog-post-main .post-image {
		float: left;
		width: 100%;
	}
}

@media (min-width:992px) {
	.blog-post-main .post-image {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:992px) {
	.blog-post-main .post-image {
		margin-left: 8.33333333%;
	}
}

@media (min-width:1200px) {
	.blog-post-main .post-image {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:1200px) {
	.blog-post-main .post-image {
		margin-left: 16.66666667%;
	}
}

.blog-post-main .post-image img {
	width: 100%;
}

.blog-post-main .post-image .post-image-text {
	font-family: "KievitWeb";
	margin-top: 5px;
	padding-left: 20px;
}

@media (min-width:992px) {
	.blog-post-main .post-image .post-image-text {
		padding-left: 0px;
	}
}

.blog-post-main .caption-wrapper {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding: 0 5%;
}

@media (min-width:768px) {
	.blog-post-main .caption-wrapper {
		float: left;
		width: 83.33333333%;
	}
}

@media (min-width:768px) {
	.blog-post-main .caption-wrapper {
		margin-left: 8.33333333%;
	}
}

@media (min-width:992px) {
	.blog-post-main .caption-wrapper {
		float: left;
		width: 66.66666667%;
	}
}

@media (min-width:992px) {
	.blog-post-main .caption-wrapper {
		margin-left: 16.66666667%;
	}
}

@media (min-width:1200px) {
	.blog-post-main .caption-wrapper {
		float: left;
		width: 50%;
	}
}

@media (min-width:1200px) {
	.blog-post-main .caption-wrapper {
		margin-left: 25%;
	}
}

@media (min-width:768px) {
	.blog-post-main .caption-wrapper {
		padding: inherit;
	}
}

.blog-post-main .blog-post-wider-col .col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.blog-post-main .able-offscreen {
	position: absolute;
}

.blog-post-main-grid-v2 .img-circle {
	margin-top: -50px;
}

.post-title h6,
.post-title .h6 {
	margin-bottom: 20px;
}

.post-title h6 a,
.post-title .h6 a {
	color: #A6A8AB;
}

.post-title h6 a:hover,
.post-title .h6 a:hover {
	color: #0c6c6e;
	text-decoration: none;
}

.img-circle.border {
	border: 3px solid #ffffff;
	width: 100px;
}

a.blog-model-mainlink {
	color: #000000 !important;
}

article.topics h6,
div.topics h6,
article.topics .h6,
div.topics .h6 {
	color: #555555;
	border-bottom: 1px solid #A6A8AB;
	padding-bottom: 10px;
	margin-bottom: 28px;
}

article.topics ul li,
div.topics ul li {
	font-family: "KievitWeb";
}

.equals-change-title h1 {
	font-family: Arnhem-Blond, Georgia, "Times New Roman", Times, serif;
}

.equals-change-title p {
	color: #767676;
}

body>div:nth-child(3)>.date.bkg-grey-lighter.padding-topx6.padding-bottomx6>div>div.col-sm-4.col-sm-offset-4>button {
	margin-bottom: 34px;
}

.challenges-title-block .btn {
	white-space: normal;
}

.h6.margin-topx2.margin-bottomx3 {
	margin-top: 10px;
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.h6.margin-topx2.margin-bottomx3 {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.h6.margin-topx2.margin-bottomx3 {
		margin-top: 24px;
	}
}

@media (min-width:768px) {
	.h6.margin-topx2.margin-bottomx3 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.h6.margin-topx2.margin-bottomx3 {
		margin-bottom: 36px;
	}
}

section.challenge hr,
article.challenge hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width:768px) {

	section.challenge hr,
	article.challenge hr {
		margin-top: 36px;
		margin-bottom: 36px;
	}
}

@media (min-width:992px) {

	section.challenge hr,
	article.challenge hr {
		margin-top: 72px;
		margin-bottom: 72px;
	}
}

@media (min-width:1600px) {

	section.challenge hr,
	article.challenge hr {
		margin-top: 96px;
		margin-bottom: 96px;
	}
}

.dot {
	width: 30px;
	height: 30px;
	top: 15px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	border-radius: 50%;
	background-color: ford-orange;
}

@media (min-width:768px) {
	.dot {
		width: 40px;
		height: 40px;
		top: 16px;
		margin-left: -20px;
	}
}

@media (min-width:992px) {
	.dot {
		width: 40px;
		height: 40px;
		top: 52px;
		margin-left: -20px;
	}
}

@media (min-width:1600px) {
	.dot {
		width: 40px;
		height: 40px;
		top: 76px;
		margin-left: -20px;
	}
}

.dot-strategy {
	width: 80px;
	height: 80px;
	background-color: #767676;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 auto;
	margin-top: -70px;
}

@media (min-width:768px) {
	.dot-strategy {
		width: 100px;
		height: 100px;
		margin-top: -90px;
	}
}

@media (min-width:992px) {
	.dot-strategy {
		width: 120px;
		height: 120px;
		margin-top: -130px;
	}
}

@media (min-width:1200px) {
	.dot-strategy {
		width: 140px;
		height: 140px;
		margin-top: -144px;
	}
}

@media (min-width:1600px) {
	.dot-strategy {
		width: 160px;
		height: 160px;
		margin-top: -177px;
	}
}

.challenge-circles li {
	min-height: 220px;
}

@media (min-width:480px) {
	.challenge-circles li {
		min-height: 240px;
	}
}

@media (min-width:992px) {
	.challenge-circles li {
		min-height: 250px;
	}
}

.challenge-circles li img {
	margin: 0 auto;
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.challenge-circles li img {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.challenge-circles li img {
		margin-bottom: 24px;
	}
}

.email-long-subscribe .form-group .form-control {
	height: 48px;
}

.email-long-subscribe .form-group .form-control.bootstrap-select {
	height: 50px;
	margin-top: 0;
	padding-top: 0;
}

.email-long-subscribe .form-group .form-control.bootstrap-select ul.selectpicker li {
	height: 30px;
}

.email-long-subscribe .form-group .form-control.bootstrap-select ul.selectpicker li:first-of-type {
	display: none;
}

.email-long-subscribe .form-group .form-control.bootstrap-select ul.selectpicker a {
	display: inline-block;
	width: 100%;
}

.email-long-subscribe .email-select-all,
.email-long-subscribe .email-deselect-all {
	color: #555555;
}

.email-long-subscribe ul {
	position: relative;
	display: inline-block;
	width: 100%;
}

#challenge>div>div:nth-child(3)>.grey-lttext.large>div>div>div>h5 {
	font-weight: normal;
}

#challenge .btn-group {
	z-index: 10;
}

.inequality-diagram {
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.inequality-diagram {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.inequality-diagram {
		margin-bottom: 36px;
	}
}

.inequality-cols .driver-of-inequality {
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.inequality-cols .driver-of-inequality {
		margin-bottom: 20px;
	}
}

@media (min-width:1200px) {
	.inequality-cols .driver-of-inequality {
		margin-bottom: 24px;
	}
}

.inequality-cols .driver-of-inequality img,
.inequality-cols .driver-of-inequality svg {
	width: 44px !important;
}

.inequality-cols .driver-of-inequality h6,
.inequality-cols .driver-of-inequality .h6 {
	margin-top: 15px;
}

@media (min-width:768px) {

	.inequality-cols .driver-of-inequality h6,
	.inequality-cols .driver-of-inequality .h6 {
		margin-top: 30px;
	}
}

@media (min-width:1200px) {

	.inequality-cols .driver-of-inequality h6,
	.inequality-cols .driver-of-inequality .h6 {
		margin-top: 36px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.inequality-cols .driver-of-inequality:nth-child(5) {
		clear: both;
	}
}

@media (min-width:768px) and (max-width:991px) {

	.inequality-cols .driver-of-inequality:nth-child(4),
	.inequality-cols .driver-of-inequality:nth-child(6) {
		clear: both;
	}
}

@media (min-width:1200px) {
	.inequality-cols .driver-of-inequality:nth-child(7) {
		clear: both;
	}
}

.card {
	background-color: #ffffff;
	font-size: 1em;
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.card {
		margin-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.card {
		margin-bottom: 48px;
	}
}

.card .card-header {
	font-family: "KievitWeb";
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 8px 15px;
}

@media (min-width:992px) {
	.card .card-header {
		padding: 30px 30px 16px 30px;
	}
}

.card .card-body {
	padding: 10px 15px 15px 15px;
	word-wrap: break-word;
	font-family: "KievitWeb";
}

@media (min-width:992px) {
	.card .card-body {
		padding: 22px 30px 30px 30px;
	}
}

.card .card-body.card-body-outcome {
	padding: 13px 15px 14px 15px;
}

@media (min-width:992px) {
	.card .card-body.card-body-outcome {
		padding: 28px 30px 26px 30px;
	}
}

.challenges-landing-body .how-we-work,
.how-we-work {
	font-family: "KievitWeb";
}

.challenges-landing-body .how-we-work .how-we-work-icon,
.how-we-work .how-we-work-icon {
	width: 2em;
	height: 2em;
	vertical-align: middle;
	margin-right: 10px;
}

.challenges-landing-body .how-we-work .how-we-work-heading,
.how-we-work .how-we-work-heading {
	font-weight: 700;
	font-size: 1em;
	line-height: 2em;
	vertical-align: middle;
}

.lines-of-work .crumb span {
	font-family: "KievitWeb";
}

.lines-of-work .title-icon {
	height: 120px;
	width: 120px;
	background-size: 100%;
	margin: 0 auto;
}

@media (min-width:768px) {
	.lines-of-work .title-icon {
		height: 150px;
		width: 150px;
	}
}

@media (min-width:992px) {
	.lines-of-work .title-icon {
		height: 190px;
		width: 190px;
	}
}

@media (min-width:1200px) {
	.lines-of-work .title-icon {
		height: 240px;
		width: 240px;
	}
}

@media (min-width:1600px) {
	.lines-of-work .title-icon {
		height: 300px;
		width: 300px;
	}
}

.lines-of-work-list {
	font-family: "Arnhem-Blond";
}

.lines-of-work-list ul {
	border-left: 1px solid #A6A8AB;
	position: relative;
	right: -14px;
}

.lines-of-work-list a {
	padding-left: 0;
}

.lines-of-work-list li {
	display: inline-block;
	position: relative;
	width: 100%;
	left: -14px;
	padding-left: 14px;
}

.lines-of-work-list li span.thematic-bullet {
	display: inline-block;
	height: 26px;
	width: 26px;
	background-color: #016839;
	position: relative;
	left: -14px;
	float: left;
	box-sizing: border-box;
	border-radius: 13px;
	border-width: 13px;
	z-index: 10;
}

@media (max-width:767px) {
	.lines-of-work-list li span.thematic-bullet {
		margin-right: 0px;
	}
}

.lines-of-work-list li span.thematic-bullet.bigger-bullet {
	height: 32px;
	width: 32px;
	left: -16px;
	border-radius: 18px;
	border-width: 18px;
}

.lines-of-work-list li .lines-of-work-title {
	font-family: "Arnhem-Blond";
	line-height: 1.4;
	margin-top: 0;
	text-align: center;
}

.lines-of-work-list li div.lines-of-work-holder {
	display: block;
	padding-left: 30px;
}

.lines-of-work-list[data-id='1368'] li:nth-of-type(3n) span.thematic-bullet {
	background-color: #363233;
}

.lines-of-work-list[data-id='1368'] li:nth-of-type(3n+1) span.thematic-bullet {
	background-color: #FDE028;
}

.lines-of-work-list[data-id='1368'] li:nth-of-type(3n+2) span.thematic-bullet {
	background-color: #27AB5F;
}

.lines-of-work-list[data-id='1304'] li:nth-of-type(3n) span.thematic-bullet {
	background-color: #F36522;
}

.lines-of-work-list[data-id='1304'] li:nth-of-type(3n+1) span.thematic-bullet {
	background-color: #9E3821;
}

.lines-of-work-list[data-id='1304'] li:nth-of-type(3n+2) span.thematic-bullet {
	background-color: #FCDC3B;
}

.lines-of-work-list[data-id='4716'] li:nth-of-type(3n) span.thematic-bullet {
	background-color: #751014;
}

.lines-of-work-list[data-id='4716'] li:nth-of-type(3n+1) span.thematic-bullet {
	background-color: #EF4136;
}

.lines-of-work-list[data-id='4716'] li:nth-of-type(3n+2) span.thematic-bullet {
	background-color: #FFDE17;
}

.lines-of-work-list[data-id='4717'] li:nth-of-type(3n) span.thematic-bullet {
	background-color: #000000;
}

.lines-of-work-list[data-id='4717'] li:nth-of-type(3n+1) span.thematic-bullet {
	background-color: #7F4098;
}

.lines-of-work-list[data-id='4717'] li:nth-of-type(3n+2) span.thematic-bullet {
	background-color: #503E91;
}

.lines-of-work-list[data-id='4718'] li:nth-of-type(3n) span.thematic-bullet {
	background-color: #363233;
}

.lines-of-work-list[data-id='4718'] li:nth-of-type(3n+1) span.thematic-bullet {
	background-color: #15B4F0;
}

.lines-of-work-list[data-id='4718'] li:nth-of-type(3n+2) span.thematic-bullet {
	background-color: #2E4EA1;
}

.lines-of-work-list[data-id='6357'] li:nth-of-type(3n) span.thematic-bullet {
	background-color: #F38EBC;
}

.lines-of-work-list[data-id='6357'] li:nth-of-type(3n+1) span.thematic-bullet {
	background-color: #C63745;
}

.lines-of-work-list[data-id='6357'] li:nth-of-type(3n+2) span.thematic-bullet {
	background-color: #2D292A;
}

.low-li-child {
	content: '';
	display: block;
	position: absolute;
	background-color: silver;
	height: 1px;
	width: 50%;
	top: 0;
}

#low ul {
	list-style-type: none;
	margin: 40px 0 0 0;
	padding: 0;
	display: flex;
}

#low ul li {
	flex: 1;
	text-align: center;
	position: relative;
	padding: 40px 0 0 0;
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.4;
}

@media (min-width:1200px) {
	#low ul li {
		font-size: 1.75rem;
	}
}

#low ul li::before {
	content: '';
	display: block;
	position: absolute;
	background-color: silver;
	height: 1px;
	width: 50%;
	top: 0;
	left: 0;
}

#low ul li::after {
	content: '';
	display: block;
	position: absolute;
	background-color: silver;
	height: 1px;
	width: 50%;
	top: 0;
	right: 0;
}

#low ul li:first-child::before {
	display: none;
}

#low ul li:last-child::after {
	display: none;
}

#low ul li span {
	display: block;
	background-color: silver;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
	border-radius: 50%;
	z-index: 1;
}

@media (min-width:768px) {
	#low ul li span {
		width: 40px;
		height: 40px;
		top: -20px;
		margin-left: -20px;
	}
}

@media (max-width:767px) {
	#low ul {
		display: block;
	}

	#low ul li {
		width: 100%;
		float: left;
		margin-bottom: 40px;
	}

	#low ul li::before {
		content: '';
		width: 1px;
		height: 20px;
		left: 50%;
		top: -35px;
	}

	#low ul li::after {
		content: '';
		left: 50%;
		width: 1px;
		height: 20px;
		top: 15px;
	}

	#low ul li:last-child::after {
		display: block;
	}
}

@media (max-width:991px) {
	.lines-of-work .lines-of-work-list .lines-of-work-title {
		margin-top: 4px;
	}
}

@media (min-width:1199px) {
	.lines-of-work .lines-of-work-list .lines-of-work-title {
		line-height: 1.2;
	}
}

@media (min-width:768px) {
	.lines-of-work .lines-of-work-list .lines-of-work-holder {
		padding-left: 36px;
	}
}

@media (min-width:992px) {
	.lines-of-work .lines-of-work-list .lines-of-work-holder {
		padding-left: 48px;
	}
}

@media (min-width:1200px) {
	.lines-of-work .lines-of-work-list .lines-of-work-holder {
		padding-left: 60px;
	}
}

@media (min-width:1600px) {
	.lines-of-work .lines-of-work-list .lines-of-work-holder {
		padding-left: 75px;
	}
}

.idea-submission .selectpicker {}

.idea-submission .selectpicker span.filter-option {
	width: 90% !important;
	white-space: normal;
}

.idea-submission .ideas-form-label {
	margin-bottom: 0.5em;
}

.idea-submission input[type='text'],
.idea-submission input[type='email'] {
	height: 48px;
}

.just-films-collection {}

@media (min-width:768px) {
	.just-films-collection .films-order {
		padding-left: 0;
	}
}

@media (max-width:768px) {
	.just-films-collection .films-order {
		text-align: center;
	}
}

.just-films-collection .films-order .h6 {
	display: inline;
	color: #2c2c2c;
}

.just-films-collection .films-order .bootstrap-select {
	width: 160px !important;
}

.just-films-collection .filter-message {
	padding-right: 0;
}

@media (max-width:768px) {
	.just-films-collection .filter-message {
		margin-bottom: 10px;
		padding-right: 0;
	}
}

.just-films-collection .filter-message p {
	padding: 0;
	margin: 0;
	line-height: 1.3;
}

.just-films-collection #justfilms-slider-max,
.just-films-collection #justfilms-slider-min {
	font-family: "KievitWeb";
}

.just-films-collection .films-select-all,
.just-films-collection .films-deselect-all {
	cursor: pointer;
	font-family: "KievitWeb";
}

.just-films-collection .films-select-all:hover,
.just-films-collection .films-deselect-all:hover,
.just-films-collection .films-select-all:active,
.just-films-collection .films-deselect-all:active {
	opacity: 1 !important;
}

.just-films-collection .noUi-target,
.just-films-collection .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.just-films-collection .noUi-target {
	position: relative;
	direction: ltr;
}

.just-films-collection .noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.just-films-collection .noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.just-films-collection .noUi-handle {
	position: relative;
	z-index: 1;
}

.just-films-collection .noUi-stacking .noUi-handle {
	z-index: 10;
}

.just-films-collection .noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.just-films-collection .noUi-state-drag * {
	cursor: inherit !important;
}

.just-films-collection .noUi-horizontal {
	height: 4px;
}

.just-films-collection .noUi-horizontal .noUi-handle {
	top: -6px;
	width: 20px;
	height: 20px;
	left: -8px;
	z-index: 2;
	border: none;
	border-radius: 50%;
	top: -7px;
}

.just-films-collection .noUi-background {
	background-color: #767676;
}

.just-films-collection .noUi-origin {
	border-radius: 2px;
	background-color: #767676;
}

.just-films-collection .noUi-origin:first-of-type {
	background-color: white;
}

.just-films-collection .noUi-dragable {
	cursor: w-resize;
}

.just-films-collection .noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: pointer;
}

.just-films-collection .noUi-handle:focus {
	outline: none;
	border: 2px solid #0c6c6e;
}

.just-films-collection .noUi-handle:after {
	left: 17px;
}

video {
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
}

.video-vimeo-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	height: 0;
	overflow: hidden;
}

@media (min-width:768px) {
	.video-vimeo-container {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.video-vimeo-container {
		margin-bottom: 72px;
	}
}

@media (min-width:768px) {
	.video-vimeo-container {
		margin-bottom: 10px;
	}
}

.video-vimeo-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.transcript-download {
	background-color: #EEEEEE;
	font-family: "KievitWeb";
	padding: 0.7em 0.7em 0.5em;
	line-height: 1.35;
}

div.transcript-download a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

div.transcript-download a:hover,
div.transcript-download a:active,
div.transcript-download a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

div.transcript-download a:focus {
	background-color: #f8caac;
}

section.video-block {
	height: 70%;
	position: relative;
	width: 100%;
	margin: 20px 0;
}

section.video-block .video-block {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
}

section.video-block .video-block .play-button {
	position: absolute;
	top: 40%;
	left: 50%;
	height: 100px;
	width: 100px;
	color: #ffffff;
	font-size: 45px;
	text-align: center;
	border: 2px #ffffff solid;
	padding-top: 18px;
	padding-left: 3px;
}

.img-download-asset {
	border: 1px solid #E5E5E5;
}

.library-tiles>div>div.card-library h6 a,
.library-tiles>div>div.card-library .h6 a {
	color: #333333;
}

input.hidden-file-input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
	width: 100%;
}

input.hidden-file-input:focus+.btn-default,
input.hidden-file-input:hover+.btn-default {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #555555;
	border-color: #555555;
	color: #ffffff;
}

@media (min-width:768px) {
	section.latest .filter {
		min-width: 110px;
	}
}

section.latest .filter span.filter-text {
	margin-bottom: 0;
}

section.latest .filter span.hamburger-span {
	display: block;
	float: right;
}

section.latest .filter span.x {
	float: right;
	font-size: 1.6em;
	margin-top: -0.4em;
	font-family: "KievitWeb";
}

.dropdown-backdrop {
	display: none;
}

.latest-title h4,
.latest-title .h4 {
	color: #2c2c2c;
	margin-top: 0;
	padding-top: 20px;
}

@media (max-width:767px) {

	.latest-title h4,
	.latest-title .h4 {
		margin-bottom: 2px;
	}
}

@media (min-width:768px) {

	.latest-title h4,
	.latest-title .h4 {
		padding-top: 0;
	}
}

@media (max-width:767px) {

	.latest-title h6,
	.latest-title .h6 {
		margin-top: 0;
	}
}

.latest-title h6 a,
.latest-title .h6 a {
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
}

.latest-title h6 a:hover,
.latest-title .h6 a:hover,
.latest-title h6 a:active,
.latest-title .h6 a:active,
.latest-title h6 a:focus,
.latest-title .h6 a:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.latest-title h6 a:focus,
.latest-title .h6 a:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .latest-title h6 a,
.white .latest-title .h6 a {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .latest-title h6 a:hover,
.white .latest-title .h6 a:hover,
.white .latest-title h6 a:active,
.white .latest-title .h6 a:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .latest-title h6 a:focus,
.white .latest-title .h6 a:focus {
	text-decoration-color: #ffffff !important;
}

.event a {
	color: #0c6c6e;
}

.event .event-title h6,
.event .event-title .h6 {
	color: #767676;
	display: inline;
	padding: 0 3px 0 0;
}

.event .other-events {
	padding-right: 10%;
}

.event .other-events ul li {
	margin-bottom: 40px;
}

.event .event-links h6,
.event .event-links .h6 {
	padding-top: 40px;
}

.event .event-tweets .h6 {
	color: #555555;
}

.event .event-tweets .h6 a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.event .event-tweets .h6 a:hover,
.event .event-tweets .h6 a:active,
.event .event-tweets .h6 a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.event .event-tweets .h6 a:focus {
	background-color: #f8caac;
}

.event .event-tweets .tweet h6,
.event .event-tweets .tweet .h6 {
	padding-left: 1.8125%;
}

.search-results input[type="text"],
.search-results .form-control {
	height: 47px;
}

.search-results input[type="text"]:focus,
.search-results .form-control:focus {
	border: 1px solid #0c6c6e;
	box-shadow: none;
	outline: 1px solid #0c6c6e;
}

.search-results ::placeholder {
	color: #555555;
}

.search-results h4,
.search-results .h4 {
	margin-top: 40px;
}

.search-results h4 a,
.search-results .h4 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.search-results h4 a:hover,
.search-results .h4 a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.search-results h4 a:active,
.search-results .h4 a:active,
.search-results h4 a:focus,
.search-results .h4 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.search-results p {
	color: #404040;
	margin-bottom: 0;
	line-height: 1.5;
}

.search-results img {
	border: 1px solid #E5E5E5;
	float: left;
	margin-right: 18px;
	margin-top: 5px;
	max-width: 130px;
}

.search-results .web-address {
	font-size: 1em;
	font-family: "KievitWeb";
	color: #767676;
}

.search-results .web-address:hover,
.search-results .web-address:active,
.search-results .web-address:focus {
	color: #404040;
}

.search-results .pagination {
	font-family: "KievitWeb";
	font-weight: 700;
}

.search-results .pagination a {
	padding-top: 8px;
	min-width: 3em;
}

.search-results .pagination .active a:focus {
	border: 1px dashed #A6A8AB !important;
}

.search-results .pagination .disabled a:focus {
	border: 1px dashed #767676 !important;
}

.search-results .pagination li:first-child>a,
.search-results .pagination li:first-child>span {
	margin-left: -1px;
}

.search-results .pagination li>a,
.search-results .pagination li>span {
	margin-top: -1px;
}

.column {
	float: left;
	max-width: 100%;
}

@media screen and (min-width:1px) {
	.tile-container[data-columns]::before {
		content: '1 .column.col-xs-12';
	}
}

@media screen and (min-width:768px) {
	.tile-container[data-columns]::before {
		content: '2 .column.col-sm-6';
	}
}

@media screen and (min-width:1px) {

	.tile-container-3col[data-columns]::before,
	.tile-container-3col[data-columns]::before {
		content: '1 .column.col-xs-12';
	}
}

@media screen and (min-width:768px) and (max-width:1199px) {

	.tile-container-3col[data-columns]::before,
	.tile-container-3col[data-columns]::before {
		content: '2 .column.col-sm-6';
	}
}

@media screen and (min-width:1200px) {

	.tile-container-3col[data-columns]::before,
	.tile-container-3col[data-columns]::before {
		content: '3 .column.col-lg-4';
	}
}

*[Data-columns]::before {
	display: block;
}

.tweet p {
	color: #404040;
}

.tweet>p>a {
	color: #404040 !important;
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	display: inline !important;
}

.tweet>p>a:hover,
.tweet>p>a:active,
.tweet>p>a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.tweet>p>a:focus {
	background-color: #f8caac;
}

.tweet>p>a abbr[title] {
	border-bottom: none;
	cursor: pointer;
	text-decoration: none;
}

.hero-library-icon span,
.hero-library-icon div {
	background-image: url("../fonts/icon_News.svg");
	background-repeat: no-repeat;
	background-size: 80% 80%;
	background-position: center;
	width: 100%;
	height: 86px;
}

@media (min-width:992px) {

	.hero-library-icon span,
	.hero-library-icon div {
		height: 140px;
	}
}

@media (min-width:1200px) {

	.hero-library-icon span,
	.hero-library-icon div {
		height: 150px;
	}
}

.hero-library-icon span.current-openings,
.hero-library-icon div.current-openings {
	background-image: url("../fonts/icon_CurrentOpenings.svg");
}

.hero-library-icon span.financial-statements,
.hero-library-icon div.financial-statements {
	background-image: url("../fonts/icon_FinanintrocialStatements.svg");
}

.hero-library-icon span.governance-documents,
.hero-library-icon div.governance-documents {
	background-image: url("../fonts/icon_GovernanceDocuments.svg");
}

.hero-library-icon span.news,
.hero-library-icon div.news {
	background-image: url("../fonts/icon_News.svg");
}

.hero-library-icon span.regional-brochures,
.hero-library-icon div.regional-brochures {
	background-image: url("../fonts/icon_RegionalBrochures.svg");
}

.hero-library-icon span.reportsand-studies,
.hero-library-icon div.reportsand-studies {
	background-image: url("../fonts/icon_ReportsandStudies.svg");
}

.full-width-image img,
.full-width-image svg {
	width: 100% !important;
	height: auto !important;
}

.introductory-text {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #0c6c6e;
}

.introductory-text:hover,
.introductory-text:active,
.introductory-text:focus {
	text-decoration: none;
}

.introductory-text:hover,
.introductory-text:active {
	background-color: none !important;
	box-shadow: inset 0 -2px 0 #C95100;
	color: #C95100 !important;
}

.introductory-text:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	color: #0c6c6e;
}

.full-width-element {
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
}

.wwwo-divider {
	display: none;
	max-width: 700px;
}

@media (min-width:992px) {
	.wwwo-divider {
		display: block;
	}
}

.wwwo-wrap {
	font-family: "KievitWeb";
	font-weight: 700;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

@media (min-width:1060px) {
	.wwwo-wrap {
		width: 85%;
	}
}

@media (min-width:1280px) {
	.wwwo-wrap {
		width: 70%;
	}
}

@media (min-width:1570px) {
	.wwwo-wrap {
		width: 100%;
		flex-flow: row nowrap;
	}
}

.wwwo {
	max-width: 190px;
	padding: 20px;
	text-align: center;
	display: inline-block;
	flex: 0 3 190px;
	vertical-align: text-top;
}

.wwwo:focus-within {
	outline: 2px solid #0c6c6e !important;
}

.wwwo a {
	color: #555555;
}

.wwwo a:hover {
	color: #2c2c2c;
}

.wwwo a:hover .ta.equal-height {
	text-decoration: underline;
}

.wwwo a:focus {
	text-decoration: none !important;
}

.wwwo .ta-image {
	width: 80%;
	border-radius: 50%;
}

.wwwo .ta {
	position: relative;
	padding: 10px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.3;
}

.wwwo .low {
	position: relative;
	padding: 10px;
	padding-top: 60px;
	font-family: "KievitWeb";
	font-weight: 100;
}

.wwwo .low.first:before {
	content: '';
	display: block;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: silver;
	border-radius: 5px 0 0 0;
	height: 30px;
	width: 30%;
	position: absolute;
	left: 50%;
	top: -1px;
	margin-left: -1px;
	z-index: -1;
}

.wwwo .low.first:after {
	content: '';
	display: block;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: silver;
	border-radius: 0 5px 0 0;
	height: 30px;
	width: 30%;
	position: absolute;
	right: 50%;
	top: -1px;
	z-index: -1;
}

.wwwo .low:before {
	content: '';
	display: block;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: silver;
	height: 30px;
	width: 30%;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
}

.wwwo .low .low-spot {
	display: block;
	height: 30px;
	width: 30px;
	margin-left: -15px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 20px;
	background-color: silver;
}

.grantmaking.equals-change .pre-header {
	color: #A6A8AB;
	margin: 25px 0;
}

.grantmaking.equals-change .pre-header span {
	padding: 0 5px;
}

.grantmaking.equals-change h1 {
	font-weight: 500;
}

.grantmaking.equals-change .equals-change-title p {
	color: #000000;
}

.region-thematic-area {
	background-color: #E5E5E5;
	padding: 0 0;
}

.region-thematic-area h2 {
	padding: 40px 0;
}

.card-thematic-area {
	background-color: #fff;
}

.card-thematic-area:focus-within {
	outline: 3px solid #0c6c6e;
}

.card-thematic-area .topic {
	width: 100%;
	padding: 20px;
	height: 100%;
	cursor: default;
	display: inline-block;
	vertical-align: middle;
	touch-action: manipulation;
	background-color: inherit;
}

.card-thematic-area .topic .parent.pull-left {
	width: 100%;
}

.card-thematic-area .topic .topic-img.child.pull-left {
	height: 100%;
	width: 35%;
	min-height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.card-thematic-area .topic .topic-img.child.pull-left img {
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	font-family: "KievitWeb";
	font-size: 0.6rem;
	line-height: 1.25;
}

.card-thematic-area .topic .topic-body.child.pull-left {
	height: 100%;
	width: 65%;
	color: #404040;
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100px;
}

.card-thematic-area .topic .topic-body.child.pull-left a {
	transition: all 0.2s;
	color: inherit;
}

.card-thematic-area .topic .topic-body.child.pull-left a:hover,
.card-thematic-area .topic .topic-body.child.pull-left a:focus {
	text-decoration: none;
}

.card-thematic-area .topic .topic-body.child.pull-left a:hover h6,
.card-thematic-area .topic .topic-body.child.pull-left a:focus h6,
.card-thematic-area .topic .topic-body.child.pull-left a:hover .h6,
.card-thematic-area .topic .topic-body.child.pull-left a:focus .h6,
.card-thematic-area .topic .topic-body.child.pull-left a:hover .money,
.card-thematic-area .topic .topic-body.child.pull-left a:focus .money {
	color: #0c6c6e;
}

.card-thematic-area .topic .topic-body.child.pull-left h6,
.card-thematic-area .topic .topic-body.child.pull-left .h6,
.card-thematic-area .topic .topic-body.child.pull-left .subtitle,
.card-thematic-area .topic .topic-body.child.pull-left .money {
	font-size: 1.1875rem;
	float: none;
	width: 100%;
	margin: 0;
}

.card-thematic-area .topic .topic-body.child.pull-left h6,
.card-thematic-area .topic .topic-body.child.pull-left .h6 {
	white-space: normal;
	letter-spacing: normal;
	color: inherit;
}

.card-thematic-area .topic .topic-body.child.pull-left .subtitle {
	font-family: "KievitWeb";
	font-weight: 400;
	color: #767676;
	white-space: normal;
	line-height: 1;
	margin-top: 5px;
	letter-spacing: normal;
}

.card-thematic-area .topic .topic-body.child.pull-left .money {
	font-family: "KievitWeb";
	font-weight: 200;
	font-size: 1.375em;
	color: #767676;
	line-height: 30px;
	margin-top: 0.3em;
}

.grantmaking.location {
	padding: 0 0;
}

.grantmaking.location h2 {
	color: #fff;
	padding: 40px 0;
	margin: 0;
}

.grantmaking.location .map {
	width: 100%;
	height: 500px;
}

.other-thematic-area {
	padding: 50px 0 0;
	background-color: #E5E5E5;
}

.other-thematic-area .subtitle-wrap {
	margin-bottom: 20px;
}

.other-thematic-area .graph {
	padding-top: 12px;
}

.other-thematic-area .graph img {
	margin: 0;
	width: 40%;
	position: absolute;
	left: 30%;
	top: 30%;
	border-radius: 50%;
}

.other-thematic-area div>p {
	color: #404040;
}

.other-thematic-area li {
	padding-top: 12px;
}

.grantmaking-by-thematic-area-title {
	padding: 40px 0;
	margin: 0;
}

.other-thematic-area-wrap {
	padding-top: 30px;
}

.recent-grants {
	padding-top: 50px;
}

#recents-expand {
	font-size: 0.875rem;
	font-weight: 700;
}

.card-recent-thematic-area {
	box-shadow: none;
}

.card-recent-thematic-area header.panel-heading {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}

.card-recent-thematic-area header.panel-heading a {
	background-color: none;
	color: inherit;
}

.card-recent-thematic-area header.panel-heading .money {
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
	font-size: 1.375rem;
	color: #404040;
}

.card-recent-thematic-area header.panel-heading .title {
	font-family: "KievitWeb";
	font-weight: 700;
	color: #2c2c2c;
	font-size: 1.375rem;
	line-height: 1;
	margin: 8px 0;
}

.card-recent-thematic-area ul {
	border-top: 1px solid #E5E5E5;
	padding-top: 15px;
	list-style: none;
	width: 100%;
	padding-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.card-recent-thematic-area li {
	width: 100%;
	float: left;
	font-size: 1rem;
	font-weight: 700;
	color: #404040;
	padding-left: 22px;
	line-height: 1.3;
	padding-bottom: 8px;
}

.card-recent-thematic-area li span {
	color: #767676;
}

.card-recent-thematic-area li:before {
	position: absolute;
	left: 0;
	content: '\2022';
	font-size: 1.875rem;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 0.65;
}

.card-recent-thematic-area .body {
	line-height: 1.375;
}

.card-recent-thematic-area .body span {
	color: #767676;
}

@media (max-width:768px) {
	.card-recent-thematic-area {
		margin-bottom: 12px;
	}
}

.show-all {
	color: #fff;
	border: none;
	padding: 5px 15px;
	margin-bottom: 50px;
	margin-top: 50px;
	white-space: normal;
}

.cards-v-margin {
	margin-bottom: 1.7vw;
	margin-top: 1.7vw;
}

@media (min-width:480px) {
	.cards-v-margin {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

@media (min-width:1200px) {
	.cards-v-margin {
		margin-bottom: 24px;
		margin-top: 24px;
	}
}

@media (min-width:768px) {
	.cards-v-margin {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
}

.cards-wrap:first-of-type {
	padding-top: 40px;
}

.secondary-nav {
	font-family: "KievitWeb";
}

@media (min-width:768px) {
	.secondary-nav .secondary-nav-desktop ul {
		margin-bottom: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 0;
	}

	.secondary-nav .secondary-nav-desktop ul li {
		align-items: center;
		border-right: 1px solid #E5E5E5;
		display: -webkit-flex;
		display: flex;
		font-size: 1.1875rem;
		font-weight: bold;
		line-height: 1.2;
		max-width: 11.5625rem;
		padding: 0.625rem 1.5rem 0.5rem 1.5rem;
		margin-bottom: 1.25rem;
		text-align: center;
	}

	.secondary-nav .secondary-nav-desktop ul li:last-child {
		border-right: none;
	}

	.secondary-nav .secondary-nav-desktop ul li a {
		color: #555555;
	}

	.secondary-nav .secondary-nav-desktop ul li a:hover {
		text-decoration: none;
		color: #0c6c6e;
		background: none !important;
	}

	.secondary-nav .secondary-nav-desktop ul .active {
		color: #555555;
		box-shadow: 0px 0px 0px 3px #0c6c6e;
		border-right: none;
		background-color: #ffffff;
	}

	.secondary-nav .secondary-nav-desktop ul .active a {
		color: #0c6c6e;
	}

	.secondary-nav .secondary-nav-desktop ul .active a:hover {
		color: #0c6c6e;
		text-decoration: none;
		cursor: default;
	}
}

.secondary-nav .collapsing {
	transition: height 0.25s ease-out;
}

.secondary-nav .secondary-nav-mobile {
	box-shadow: 0px 0px 0px 2px #0c6c6e;
	cursor: pointer;
	max-width: 250px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.secondary-nav .secondary-nav-mobile .menu-btn {
	padding: 16px 0px 14px 0px;
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	color: #767676;
	position: relative;
}

.secondary-nav .secondary-nav-mobile .menu-btn small,
.secondary-nav .secondary-nav-mobile .menu-btn .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.secondary-nav .secondary-nav-mobile .menu-btn small,
.secondary-nav .secondary-nav-mobile .menu-btn .small {
	font-size: 75%;
}

.secondary-nav .secondary-nav-mobile .menu-btn a {
	text-decoration: none;
}

@media (min-width:992px) {
	.secondary-nav .secondary-nav-mobile .menu-btn {
		font-size: 0.738em;
	}
}

.secondary-nav .secondary-nav-mobile span.menu-title {
	text-align: left;
	margin-left: 15px;
	padding-right: 30px;
	display: inline-block;
}

.secondary-nav .secondary-nav-mobile span.hamburger-span {
	color: #0c6c6e;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 14px;
}

.secondary-nav .secondary-nav-mobile span.x {
	font-size: 2em;
	line-height: 0.5;
	vertical-align: sub;
	display: none;
	right: 15px;
	top: 14px;
	position: absolute;
}

.secondary-nav .secondary-nav-mobile .menu-btn[aria-expanded="true"] .x {
	display: inline-block;
}

.secondary-nav .secondary-nav-mobile .menu-btn[aria-expanded="true"] .hamburger-span {
	display: none;
}

.secondary-nav .secondary-nav-mobile li {
	font-weight: 700;
	padding: 20px 15px;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 0;
}

.secondary-nav .secondary-nav-mobile li a {
	color: #555555;
}

.secondary-nav .secondary-nav-mobile li.active {
	background-color: #fce8db;
}

.secondary-nav .secondary-nav-mobile li.active a {
	color: #404040;
}

*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach-video,
*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	padding-top: 25px;
}

@media (min-width:768px) {

	*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach-video,
	*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {

	*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach-video,
	*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach {
		padding-bottom: 60px;
	}
}

@media (min-width:768px) {

	*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach-video,
	*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach {
		padding-top: 50px;
	}
}

@media (min-width:1200px) {

	*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach-video,
	*[data-template=BuildApproaches] section .row .col-xs-12>div.build-approach {
		padding-top: 60px;
	}
}

.build-intro {
	margin-bottom: 25px;
}

@media (min-width:768px) {
	.build-intro {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.build-intro {
		margin-bottom: 60px;
	}
}

.build-intro p {
	text-align: center;
}

.build-approach h2,
.build-approach .h2 {
	margin-bottom: 15px;
}

@media (min-width:768px) {

	.build-approach h2,
	.build-approach .h2 {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {

	.build-approach h2,
	.build-approach .h2 {
		margin-bottom: 36px;
	}
}

@media (max-width:767px) {

	.build-approach h2,
	.build-approach .h2 {
		text-align: center;
	}
}

.build-approach .row img {
	display: block;
	max-width: 100%;
	height: auto;
}

.approach-icon {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

@media (max-width:767px) {
	.approach-icon {
		width: 120px;
		height: auto;
		margin: 0 auto;
		padding-bottom: 20px;
	}
}

.build-approach-video h3,
.build-approach-video .h3 {
	font-size: 1.15em;
	margin-bottom: 0 !important;
	color: #555555;
	line-height: 1.25;
	margin-top: 0;
}

.build-approach-video h4,
.build-approach-video .h4 {
	font-size: 1.15em;
	margin-bottom: 0 !important;
	color: #555555;
}

.build-approach-video h5,
.build-approach-video .h5 {
	font-size: 85%;
	font-size: 0.9em;
	margin-top: 4px;
	color: #767676;
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
}

.build-approach-video .rule {
	border-top: 1px solid #E5E5E5;
	padding-bottom: 25px;
}

@media (min-width:768px) {
	.build-approach-video .rule {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.build-approach-video .rule {
		padding-bottom: 60px;
	}
}

.build-approach-video .btn-primary {
	margin-top: 10px;
}

.build-approach-video .btn-primary span {
	margin-left: 10px;
	margin-right: -5px;
	vertical-align: 0.5px;
}

@media (max-width:767px) {
	.build-approach-video .btn-primary {
		margin-top: 0px;
	}
}

.build-approach-video img {
	display: block;
	max-width: 100%;
	height: auto;
}

.build-approach-video .rule {
	border-top: 2px solid #0c6c6e;
	padding-bottom: 25px;
}

@media (min-width:768px) {
	.build-approach-video .rule {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.build-approach-video .rule {
		padding-bottom: 60px;
	}
}

@media (max-width:767px) {
	.build-approach-video .video-text {
		text-align: center;
	}
}

.build-approach-video h3 {
	color: #555555;
	font-family: "KievitWeb";
	font-size: 1.625rem;
	font-weight: 200;
	line-height: 1.25;
	margin-left: -1px;
	margin-top: 0;
}

@media (max-width:767px) {
	.build-approach-video h3 {
		font-size: 1.375rem;
	}
}

.approach-illustration,
.video-img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width:767px) {

	.approach-illustration,
	.video-img {
		margin-bottom: 18px;
	}
}

.rule-text {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #0c6c6e;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 55%, #0c6c6e 55%, #0c6c6e 65%, rgba(255, 255, 255, 0) 65%);
	margin-bottom: 20px;
}

.rule-text small,
.rule-text .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.rule-text small,
.rule-text .small {
	font-size: 75%;
}

.rule-text a {
	text-decoration: none;
}

@media (min-width:992px) {
	.rule-text {
		font-size: 0.738em;
	}
}

.rule-text span {
	background-color: #ffffff;
	padding: 10px;
}

@media (min-width:768px) {
	.rule-text {
		margin-bottom: 20px;
	}
}

@media (min-width:768px) and (min-width:768px) {
	.rule-text {
		margin-bottom: 40px;
	}
}

@media (min-width:768px) and (min-width:1200px) {
	.rule-text {
		margin-bottom: 48px;
	}
}

.bkg-grey-lightest-blog .rule-text span {
	background-color: #F7F7F7;
}

.build-video-detail section .container-fluid {
	padding-bottom: 25px;
}

@media (min-width:768px) {
	.build-video-detail section .container-fluid {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.build-video-detail section .container-fluid {
		padding-bottom: 60px;
	}
}

.benefiting-placeholder {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.show-all {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 25px;
	white-space: normal;
	line-height: 1.2;
}

@media (min-width:768px) {
	.show-all {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.show-all {
		margin-top: 24px;
	}
}

@media (min-width:768px) {
	.show-all {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.show-all {
		margin-bottom: 60px;
	}
}

.build-icon svg {
	height: 0.5em;
	margin-left: 5px;
}

.build-big-number {
	text-align: center;
}

.build-big-number p {
	font-size: 12.5rem;
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1;
	color: #365B7A;
	margin-bottom: -20px;
}

@media (min-width:768px) {
	.build-big-number {
		text-align: right;
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.build-big-number p {
		font-size: 12.5rem;
	}
}

.build-explanation {
	text-align: center;
}

@media (min-width:768px) {
	.build-explanation {
		text-align: left;
	}
}

.build-explanation h2 {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: normal;
}

.build-explanation h2 small,
.build-explanation h2 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.build-explanation h2 small,
.build-explanation h2 .small {
	font-size: 75%;
}

.build-explanation h2 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.build-explanation h2 {
		font-weight: 400;
		font-size: 1.5em;
	}
}

*[data-template='BUILDHowItWorks'] section:last-of-type>div.container-fluid {
	padding-bottom: 30px;
}

*[data-template='BUILDHowItWorks'] section:last-of-type>div.container-fluid.load-more-section {
	padding-bottom: 50px;
}

@media (min-width:768px) {
	*[data-template='BUILDHowItWorks'] section:last-of-type>div.container-fluid.load-more-section {
		padding-bottom: 72px;
	}
}

@media (min-width:768px) {
	*[data-template='BUILDHowItWorks'] section:last-of-type>div.container-fluid {
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	*[data-template='BUILDHowItWorks'] section:last-of-type>div.container-fluid {
		padding-bottom: 72px;
	}
}

.theory-of-change {
	padding: 30px 1.8125%;
}

@media (max-width:767px) {
	.theory-of-change {
		height: auto;
	}
}

@media (max-width:767px) and (orientation:portrait) {
	.theory-of-change {
		padding-top: 15%;
		padding-bottom: 15%;
		height: 100vh;
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.theory-of-change {
		padding: 8vh 1.8125%;
	}
}

.theory-of-change .theory-graphic {
	margin-left: 35%;
}

@media (max-width:767px) and (orientation:landscape) {
	.theory-of-change .theory-graphic {
		margin-left: 0;
		float: left;
		width: 22%;
		height: 100vh;
		position: relative;
		padding-top: 20vh;
	}
}

@media (min-width:768px) {
	.theory-of-change .theory-graphic {
		margin-left: 0;
		float: left;
		width: 50%;
		min-height: 550px;
		position: relative;
	}
}

.theory-of-change .theory-graphic .graphic-inner {
	margin: 0 auto;
	position: relative;
	width: 50%;
	padding-bottom: 45%;
	display: inline-block;
}

@media (min-width:768px) {
	.theory-of-change .theory-graphic .graphic-inner {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding-bottom: 90%;
		width: 100%;
	}
}

.theory-of-change .theory-graphic .graphic-inner svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.theory-of-change .theory-graphic .graphic-inner svg .rule {
	fill: none;
	stroke: none;
}

@media (min-width:768px) {
	.theory-of-change .theory-graphic .graphic-inner svg .rule {
		stroke: #a6a8ab;
	}
}

.theory-of-change .theory-graphic .graphic-inner svg .mask {
	fill: #fff;
}

.theory-of-change .theory-graphic .graphic-inner svg .stripe {
	stroke-miterlimit: 10;
	stroke: #fff;
	fill: #e5e5e5;
	transition: all 0.5s ease-in-out;
}

.theory-of-change .theory-graphic .graphic-inner svg .stripe-highlight {
	fill: #22afec;
	transition: all 1s ease-in-out;
}

@media (max-width:767px) and (orientation:landscape) {
	.theory-of-change .theory-graphic .graphic-inner {
		width: 100%;
	}

	.theory-of-change .theory-graphic .graphic-inner svg .rule {
		stroke: #a6a8ab;
	}
}

.theory-of-change .theory-text {
	border-top: 1px solid #A6A8AB;
	border-left: none;
	padding-top: 20px;
}

.theory-of-change .theory-text .text-inner {
	position: absolute;
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
}

@media (min-width:768px) {
	.theory-of-change .theory-text .text-inner {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

.theory-of-change .theory-text .text-inner h2 {
	font-family: "KievitWeb";
	font-size: 1.25em;
	font-weight: 200;
}

@media (min-width:768px) {
	.theory-of-change .theory-text .text-inner h2 {
		font-size: 1.875em;
	}
}

.theory-of-change .theory-text .text-inner .counter {
	color: #767676;
}

.theory-of-change .theory-text .text-inner li {
	line-height: 1.4;
	list-style: none;
	padding-bottom: 2px;
}

@media (min-width:768px) {
	.theory-of-change .theory-text .text-inner li {
		padding-bottom: 6px;
	}
}

.theory-of-change .theory-text .text-inner li:before {
	color: #0c6c6e;
	content: '\2022';
	display: inline-block;
	left: -0.7em;
	max-height: 0;
	max-width: 0;
	position: relative;
	font-size: 1.5rem;
	margin-top: -1px;
}

@media (max-width:767px) and (orientation:landscape) {
	.theory-of-change .theory-text {
		float: left;
		width: 78%;
		min-height: 84vh;
		border-top: none;
		padding-top: 0;
		border-left: 1px solid #A6A8AB;
		padding-left: 25px;
		position: relative;
	}

	.theory-of-change .theory-text .text-inner p,
	.theory-of-change .theory-text .text-inner li {
		line-height: 1.3;
		font-size: 0.9375rem;
	}

	.theory-of-change .theory-text .text-inner li {
		padding-bottom: 1px;
	}

	.theory-of-change .theory-text .text-inner li:before {
		font-size: 1.125rem;
	}

	.theory-of-change .theory-text .text-inner h2 {
		margin-bottom: 6px;
		margin-top: 6px;
	}

	.theory-of-change .theory-text .text-inner .counter {
		margin-bottom: 6px;
	}
}

@media (max-width:767px) and (max-height:640px) and (orientation:portrait) {
	.theory-of-change .theory-text .text-inner p {
		line-height: 1.4;
	}

	.theory-of-change .theory-text .text-inner li:before {
		font-size: 1.25rem;
	}
}

@media (min-width:768px) {
	.theory-of-change .theory-text {
		float: left;
		width: 50%;
		min-height: 550px;
		border-top: none;
		padding-top: 0;
		border-left: 1px solid #A6A8AB;
		padding-left: 50px;
		position: relative;
	}
}

.fade-out {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.fade-in {
	opacity: 1;
	transition-delay: 1.5s;
	transition: opacity 1s ease-in-out;
}

.modal {
	background: rgba(85, 85, 85, 0.4);
	z-index: 9999999 !important;
}

[ng-click] {
	cursor: pointer;
}

@media (min-width:992px) {
	.modal .modal-dialog {
		margin-top: 200px;
	}
}

.modal .modal-dialog .modal-content {
	padding: 30px;
}

.modal .modal-dialog .modal-content .modal-close {
	text-align: right;
}

.modal .modal-dialog .modal-content .modal-close span {
	cursor: pointer;
	color: #767676;
	font-family: "KievitWeb";
	font-weight: 700;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.modal .modal-dialog .modal-content .modal-close span:hover {
	box-shadow: inset 0 -1px 0 #555555;
	cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-close span:active,
.modal .modal-dialog .modal-content .modal-close span:focus {
	color: #404040;
	outline: none;
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.modal .modal-dialog .modal-content .modal-header {
	padding: 15px 0;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
	font-family: "Arnhem-Blond";
	color: #777777;
	font-size: 2.25rem;
	letter-spacing: normal;
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 15px 0;
}

.modal .modal-dialog .modal-content .modal-body .modal .modal-dialog .modal-content .modal-body p {
	line-height: 1.5;
}

.modal .modal-dialog .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.modal .modal-dialog .fa-remove:before,
.modal .modal-dialog .fa-close:before,
.modal .modal-dialog .fa-times:before {
	content: "\f00d";
}

.image-left-text-right img,
.text-left-image-right img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

body[data-template="DetroitHighLights"] section.bkg-neutral2 .col-sm-4 {
	padding-right: 0;
}

@supports (-ms-ime-align:auto) {
	.modal .modal-dialog .modal-content .modal-body ol {
		padding-left: 27px;
	}
}

.spinner-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

.spinner-overlay .spinner-wrap {
	position: relative;
	width: 100%;
	height: 10vh;
	top: 45vh;
	left: 0;
	z-index: 101;
}

.spinner-overlay .spinner-wrap span {
	height: 10vh;
	width: 30px;
	background: url("images/spinner.png") no-repeat center center;
	z-index: 102;
	display: block;
	margin: 0 auto;
	animation: infinite-spin 2s linear infinite;
}

@keyframes infinite-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.space-specifications .space-specifications-content {
	font-size: 1.4em;
	font-weight: 200;
}

@media (max-width:767px) {
	.space-specifications .details-header {
		margin-top: 20px;
	}
}

.space-specifications .white-rule {
	background-color: white;
	height: 2px;
}

.space-specifications ul li {
	padding-top: 0.3em;
	padding-bottom: 0;
	font-size: inherit;
	line-height: 1.25;
}

.visitor-info-map {
	margin-right: 0;
	border-top: 1px solid #E5E5E5;
}

.visitor-info-map img {
	width: 100%;
	height: 100%;
}

@media (max-width:767px) {
	.visitor-info-map img {
		width: 102%;
	}
}

.visitor-info-map .contact-info {
	background-color: #ffffff;
	color: #767676;
	padding: 30px;
}

@media (min-width:1200px) {
	.visitor-info-map .contact-info {
		padding: 50px;
	}
}

.visitor-info-map .contact-info .contact-icon {
	padding-right: 15px;
}

@media (min-width:1200px) {
	.visitor-info-map .contact-info .contact-icon {
		padding-right: 11px;
	}
}

@media (min-width:1600px) {
	.visitor-info-map .contact-info .contact-icon {
		padding-right: 8px;
	}
}

.visitor-info-map .contact-info p {
	font-size: 1em;
	margin-bottom: 0;
	margin-left: 36px;
}

.visitor-info-map .contact-info a {
	font-size: 1em;
	color: #767676;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.visitor-info-map .contact-info a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.visitor-info-map .contact-info a:active,
.visitor-info-map .contact-info a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.visitor-info-map .contact-info .contact-address,
.visitor-info-map .contact-info .contact-tel {
	font-size: 0.9em;
	margin-left: 32px;
	margin-top: 20px;
}

.visitor-info-map .contact-info .contact-address a,
.visitor-info-map .contact-info .contact-tel a {
	word-wrap: break-word;
}

.visitor-info-map .contact-info .contact-address span.contact-icon,
.visitor-info-map .contact-info .contact-tel span.contact-icon {
	margin-left: -36px;
}

.visitor-info-map .contact-info .contact-email {
	font-size: 0.9em;
	margin-left: 32px;
	margin-top: 20px;
}

.visitor-info-map .contact-info .contact-email a {
	word-wrap: break-word;
	display: block;
}

.visitor-info-map .contact-info .contact-email span {
	margin-left: -36px;
	float: left;
}

.visitor-info-map .contact-info .contact-directions {
	font-size: 0.9em;
	margin-left: 32px;
	margin-top: 20px;
}

.visitor-info-map .contact-info a.btn-text {
	color: #0c6c6e;
}

.learning-highlights {
	padding-top: 25px;
	margin-bottom: 40px;
	background-color: #C95100;
}

@media (min-width:768px) {
	.learning-highlights {
		padding-top: 50px;
	}
}

@media (min-width:1200px) {
	.learning-highlights {
		padding-top: 60px;
	}
}

@media (min-width:768px) {
	.learning-highlights {
		margin-bottom: 80px;
	}
}

@media (min-width:1200px) {
	.learning-highlights {
		margin-bottom: 96px;
	}
}

.learning-highlights h2 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 1.5em;
}

.learning-highlights .col-sm-6:last-child {
	margin-bottom: 25px;
}

@media (min-width:768px) {
	.learning-highlights .col-sm-6:last-child {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.learning-highlights .col-sm-6:last-child {
		margin-bottom: 60px;
	}
}

.highlights-card {
	background-color: #ffffff;
	margin-bottom: 2.5em;
}

.highlights-card-img img {
	height: 12em;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: center;
	width: 100%;
}

@media (min-width:992px) {
	.highlights-card-img img {
		height: 14em;
	}
}

.highlights-card-text {
	text-align: center;
	padding: 1em 2em;
	position: relative;
}

.highlights-card-text h3 {
	padding: 0.8em 0;
}

.highlights-card-text h3 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	color: #0c6c6e;
}

.highlights-card-text h3 a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.highlights-card-text h3 a:active,
.highlights-card-text h3 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.highlights-card-text p {
	color: #555555;
	font-size: 0.9em;
	line-height: 1.75;
}

.highlights-card-text .descriptor {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-weight: 400;
	color: #767676;
}

.highlights-card-text .descriptor small,
.highlights-card-text .descriptor .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.highlights-card-text .descriptor small,
.highlights-card-text .descriptor .small {
	font-size: 75%;
}

.highlights-card-text .descriptor a {
	text-decoration: none;
}

@media (min-width:992px) {
	.highlights-card-text .descriptor {
		font-size: 0.738em;
	}
}

.featured-study {
	border: 1px solid #0c6c6e;
	font-family: "KievitWeb";
	font-size: 0.85em;
	padding: 1em;
	margin-bottom: 2em;
}

.featured-study p img {
	max-width: 100%;
}

.featured-study h2,
.featured-study h3,
.featured-study h4,
.featured-study h5,
.featured-study h6,
.featured-study p.small-caps,
.featured-study p.heading-serif,
.featured-study .heading-sans {
	margin-bottom: 1em;
	margin-top: 0;
}

.featured-study h2 a,
.featured-study h3 a,
.featured-study h4 a,
.featured-study h5 a,
.featured-study h6 a,
.featured-study p.small-caps a,
.featured-study p.heading-serif a,
.featured-study .heading-sans a {
	background-color: transparent;
	box-shadow: inset 0 -1px 0 #A6A8AB;
	color: inherit;
	overflow-wrap: break-word;
	transition: all 0.15s;
	word-break: break-word;
	word-wrap: break-word;
}

.featured-study h2 a:hover,
.featured-study h3 a:hover,
.featured-study h4 a:hover,
.featured-study h5 a:hover,
.featured-study h6 a:hover,
.featured-study p.small-caps a:hover,
.featured-study p.heading-serif a:hover,
.featured-study .heading-sans a:hover {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	text-decoration: none;
}

.featured-study h2 a:active,
.featured-study h3 a:active,
.featured-study h4 a:active,
.featured-study h5 a:active,
.featured-study h6 a:active,
.featured-study p.small-caps a:active,
.featured-study p.heading-serif a:active,
.featured-study .heading-sans a:active,
.featured-study h2 a:focus,
.featured-study h3 a:focus,
.featured-study h4 a:focus,
.featured-study h5 a:focus,
.featured-study h6 a:focus,
.featured-study p.small-caps a:focus,
.featured-study p.heading-serif a:focus,
.featured-study .heading-sans a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.featured-study h2:not(:first-child),
.featured-study h3:not(:first-child) {
	margin-top: 1em;
}

.featured-study .heading-serif {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 130%;
	display: block;
	margin-bottom: 1em;
	text-transform: none;
}

.featured-study .heading-serif small,
.featured-study .heading-serif .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.featured-study .heading-serif small,
.featured-study .heading-serif .small {
	font-size: 75%;
}

.featured-study .heading-serif a {
	text-decoration: none;
}

@media (min-width:992px) {
	.featured-study .heading-serif {
		font-weight: 400;
		font-size: 1.5em;
	}
}

.featured-study .heading-serif:not(:first-child) {
	margin-top: 1.4em;
}

.featured-study .heading-serif a {
	color: inherit;
}

.featured-study .heading-serif a:hover,
.featured-study .heading-serif a:active,
.featured-study .heading-serif a:focus {
	color: inherit;
}

.featured-study .heading-sans {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 118%;
	font-size: 2em;
}

.featured-study .heading-sans small,
.featured-study .heading-sans .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.featured-study .heading-sans small,
.featured-study .heading-sans .small {
	font-size: 65%;
}

.featured-study .heading-sans a {
	text-decoration: none;
}

.featured-study .small-caps {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 2em;
}

.featured-study .small-caps small,
.featured-study .small-caps .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.featured-study .small-caps small,
.featured-study .small-caps .small {
	font-size: 75%;
}

.featured-study .small-caps a {
	text-decoration: none;
}

@media (min-width:992px) {
	.featured-study .small-caps {
		font-size: 0.738em;
	}
}

.featured-study .link-standalone {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
	box-shadow: none;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}

.featured-study .link-standalone:hover,
.featured-study .link-standalone:active,
.featured-study .link-standalone:focus {
	text-decoration: none;
}

.featured-study .link-standalone a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #0c6c6e;
	box-shadow: none;
}

.featured-study .link-standalone a:hover,
.featured-study .link-standalone a:active,
.featured-study .link-standalone a:focus {
	text-decoration: none;
}

.featured-study .link-standalone a:hover,
.featured-study .link-standalone a:active {
	background-color: none !important;
	box-shadow: inset 0 -2px 0 #C95100;
	color: #C95100 !important;
}

.featured-study .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	color: #0c6c6e;
}

.featured-study .link-standalone.white,
.featured-study .link-standalone .white {
	color: #ffffff;
}

.featured-study .link-standalone.white a,
.featured-study .link-standalone .white a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.featured-study .link-standalone.white a:hover,
.featured-study .link-standalone .white a:hover,
.featured-study .link-standalone.white a:active,
.featured-study .link-standalone .white a:active,
.featured-study .link-standalone.white a:focus,
.featured-study .link-standalone .white a:focus {
	text-decoration: none;
}

.featured-study .link-standalone.white a:hover,
.featured-study .link-standalone .white a:hover,
.featured-study .link-standalone.white a:active,
.featured-study .link-standalone .white a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.featured-study .link-standalone.white a:focus,
.featured-study .link-standalone .white a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.featured-study .link-standalone.bkg-grey-lightest a,
.featured-study .link-standalone.bkg-grey-lighter a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
}

.featured-study .link-standalone.bkg-grey-lightest a:hover,
.featured-study .link-standalone.bkg-grey-lighter a:hover,
.featured-study .link-standalone.bkg-grey-lightest a:active,
.featured-study .link-standalone.bkg-grey-lighter a:active,
.featured-study .link-standalone.bkg-grey-lightest a:focus,
.featured-study .link-standalone.bkg-grey-lighter a:focus {
	text-decoration: none;
}

.featured-study .link-standalone.bkg-grey-lightest a:hover,
.featured-study .link-standalone.bkg-grey-lighter a:hover,
.featured-study .link-standalone.bkg-grey-lightest a:active,
.featured-study .link-standalone.bkg-grey-lighter a:active {
	box-shadow: inset 0 -2px 0 #404040;
	color: #404040;
}

.featured-study .link-standalone.bkg-grey-lightest a:focus,
.featured-study .link-standalone.bkg-grey-lighter a:focus {
	color: #404040;
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.featured-study p {
	margin-bottom: 1.25em;
}

.featured-study p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.featured-study p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:hover,
.featured-study p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:active,
.featured-study p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.featured-study p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus {
	background-color: #f8caac;
}

.featured-study p.orange-button a {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	margin-bottom: 1em;
}

.featured-study p.orange-button a:focus,
.featured-study p.orange-button a:active:focus,
.featured-study p.orange-button a.active:focus,
.featured-study p.orange-button a.focus,
.featured-study p.orange-button a:active.focus,
.featured-study p.orange-button a.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.featured-study p.orange-button a:hover,
.featured-study p.orange-button a:focus,
.featured-study p.orange-button a.focus {
	color: #fff;
	text-decoration: none;
}

.featured-study p.orange-button a:active,
.featured-study p.orange-button a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.featured-study p.orange-button a.disabled,
.featured-study p.orange-button a[disabled],
fieldset[disabled] .featured-study p.orange-button a {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.featured-study p.orange-button a.disabled,
fieldset[disabled] a.featured-study p.orange-button a {
	pointer-events: none;
}

.featured-study p.orange-button a:focus,
.featured-study p.orange-button a:active:focus,
.featured-study p.orange-button a.active:focus,
.featured-study p.orange-button a.focus,
.featured-study p.orange-button a:active.focus,
.featured-study p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.featured-study p.orange-button a:hover,
.featured-study p.orange-button a:focus,
.featured-study p.orange-button a.focus {
	color: #C95100;
	text-decoration: none;
}

.featured-study p.orange-button a:active,
.featured-study p.orange-button a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.featured-study p.orange-button a.disabled,
.featured-study p.orange-button a[disabled],
fieldset[disabled] .featured-study p.orange-button a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.featured-study p.orange-button a:focus,
.featured-study p.orange-button a.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.featured-study p.orange-button a:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.featured-study p.orange-button a:active,
.featured-study p.orange-button a.active,
.open>.dropdown-toggle.featured-study p.orange-button a {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.featured-study p.orange-button a:active:hover,
.featured-study p.orange-button a.active:hover,
.open>.dropdown-toggle.featured-study p.orange-button a:hover,
.featured-study p.orange-button a:active:focus,
.featured-study p.orange-button a.active:focus,
.open>.dropdown-toggle.featured-study p.orange-button a:focus,
.featured-study p.orange-button a:active.focus,
.featured-study p.orange-button a.active.focus,
.open>.dropdown-toggle.featured-study p.orange-button a.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.featured-study p.orange-button a:active,
.featured-study p.orange-button a.active,
.open>.dropdown-toggle.featured-study p.orange-button a {
	background-image: none;
}

.featured-study p.orange-button a.disabled:hover,
.featured-study p.orange-button a[disabled]:hover,
fieldset[disabled] .featured-study p.orange-button a:hover,
.featured-study p.orange-button a.disabled:focus,
.featured-study p.orange-button a[disabled]:focus,
fieldset[disabled] .featured-study p.orange-button a:focus,
.featured-study p.orange-button a.disabled.focus,
.featured-study p.orange-button a[disabled].focus,
fieldset[disabled] .featured-study p.orange-button a.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.featured-study p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.featured-study p.orange-button a:hover,
.featured-study p.orange-button a:focus,
.featured-study p.orange-button a:active,
.featured-study p.orange-button a.active,
.open .dropdown-toggle.featured-study p.orange-button a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.featured-study p.orange-button a:active,
.featured-study p.orange-button a.active,
.open .dropdown-toggle.featured-study p.orange-button a {
	background-image: none;
}

.featured-study p.orange-button a:focus,
.featured-study p.orange-button a:active:focus,
.featured-study p.orange-button a.active:focus,
.featured-study p.orange-button a.focus,
.featured-study p.orange-button a:active.focus,
.featured-study p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.featured-study p.orange-button a.disabled,
.featured-study p.orange-button a[disabled],
fieldset[disabled] .featured-study p.orange-button a,
.featured-study p.orange-button a.disabled:hover,
.featured-study p.orange-button a[disabled]:hover,
fieldset[disabled] .featured-study p.orange-button a:hover,
.featured-study p.orange-button a.disabled:focus,
.featured-study p.orange-button a[disabled]:focus,
fieldset[disabled] .featured-study p.orange-button a:focus,
.featured-study p.orange-button a.disabled:active,
.featured-study p.orange-button a[disabled]:active,
fieldset[disabled] .featured-study p.orange-button a:active,
.featured-study p.orange-button a.disabled.active,
.featured-study p.orange-button a[disabled].active,
fieldset[disabled] .featured-study p.orange-button a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.featured-study p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.featured-study p.orange-button a:hover,
.featured-study p.orange-button a:focus,
.featured-study p.orange-button a:active,
.featured-study p.orange-button a.active,
.open .dropdown-toggle.featured-study p.orange-button a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.featured-study p.orange-button a:active,
.featured-study p.orange-button a.active,
.open .dropdown-toggle.featured-study p.orange-button a {
	background-image: none;
}

.featured-study p.orange-button a:focus,
.featured-study p.orange-button a:active:focus,
.featured-study p.orange-button a.active:focus,
.featured-study p.orange-button a.focus,
.featured-study p.orange-button a:active.focus,
.featured-study p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.featured-study p.orange-button a.disabled,
.featured-study p.orange-button a[disabled],
fieldset[disabled] .featured-study p.orange-button a,
.featured-study p.orange-button a.disabled:hover,
.featured-study p.orange-button a[disabled]:hover,
fieldset[disabled] .featured-study p.orange-button a:hover,
.featured-study p.orange-button a.disabled:focus,
.featured-study p.orange-button a[disabled]:focus,
fieldset[disabled] .featured-study p.orange-button a:focus,
.featured-study p.orange-button a.disabled:active,
.featured-study p.orange-button a[disabled]:active,
fieldset[disabled] .featured-study p.orange-button a:active,
.featured-study p.orange-button a.disabled.active,
.featured-study p.orange-button a[disabled].active,
fieldset[disabled] .featured-study p.orange-button a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.featured-study p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.featured-study hr {
	margin-top: 3em;
	margin-bottom: 3em;
}

.featured-study ul:not(.not-rte) a,
.featured-study ol a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.featured-study ul:not(.not-rte) a:hover,
.featured-study ol a:hover,
.featured-study ul:not(.not-rte) a:active,
.featured-study ol a:active,
.featured-study ul:not(.not-rte) a:focus,
.featured-study ol a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.featured-study ul:not(.not-rte) a:focus,
.featured-study ol a:focus {
	background-color: #f8caac;
}

.featured-study ul:not(.not-rte) {
	padding-left: 1.2em;
}

.featured-study ul:not(.not-rte) li {
	list-style: none;
	line-height: 1.75;
	padding-bottom: 0.75em;
}

.featured-study ul:not(.not-rte) li:before {
	color: #0c6c6e;
	content: '\2022';
	display: inline-block;
	left: -1em;
	max-height: 0;
	max-width: 0;
	position: relative;
	font-size: 1.2em;
	margin-top: -0.2em;
}

.featured-study ol:not(.not-rte) {
	padding-left: 1.2em;
}

.featured-study ol:not(.not-rte) li {
	line-height: 1.75;
	padding-bottom: 0.75em;
}

.featured-study p {
	line-height: 1.35;
	color: #555555;
}

.featured-study *:last-child {
	margin-bottom: 0;
}

.featured-study img {
	display: block;
	max-width: 100%;
	height: auto;
}

body[data-template^=LearningImpact] #main-content section.heading {
	margin-top: 40px;
}

@media (min-width:768px) {
	body[data-template^=LearningImpact] #main-content section.heading {
		margin-top: 80px;
	}
}

@media (min-width:1200px) {
	body[data-template^=LearningImpact] #main-content section.heading {
		margin-top: 96px;
	}
}

body[data-template^=LearningImpact] #main-content section:not(.links-collection):not(.learning-highlights):not(.bkg-darkblue):not(.heading) {
	padding-bottom: 25px;
}

@media (min-width:768px) {
	body[data-template^=LearningImpact] #main-content section:not(.links-collection):not(.learning-highlights):not(.bkg-darkblue):not(.heading) {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	body[data-template^=LearningImpact] #main-content section:not(.links-collection):not(.learning-highlights):not(.bkg-darkblue):not(.heading) {
		padding-bottom: 60px;
	}
}

body[data-template^=LearningImpact] #main-content section.links-collection {
	background-color: #F7F7F7;
}

body[data-template^=LearningImpact] #main-content section.links-collection h2 {
	color: #2c2c2c;
}

body[data-template^=LearningImpact] #main-content section.links-collection h6 {
	font-size: 1em;
}

.how-we-learn {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

@media (min-width:768px) {
	.how-we-learn {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.how-we-learn {
		margin-bottom: 36px;
	}
}

@media (min-width:768px) {
	.how-we-learn {
		padding-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.how-we-learn {
		padding-bottom: 36px;
	}
}

.how-we-learn img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.longform-article {
	margin-bottom: 25px;
}

@media (min-width:768px) {
	.longform-article {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.longform-article {
		margin-bottom: 60px;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.longform-article .animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width:768px) {
	.longform-article .animated {
		animation-delay: 0.3s;
	}
}

.longform-article .article-img-divider {
	margin-bottom: 25px;
	margin-top: 25px;
}

@media (min-width:768px) {
	.longform-article .article-img-divider {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.longform-article .article-img-divider {
		margin-bottom: 60px;
	}
}

@media (min-width:768px) {
	.longform-article .article-img-divider {
		margin-top: 50px;
	}
}

@media (min-width:1200px) {
	.longform-article .article-img-divider {
		margin-top: 60px;
	}
}

.longform-title,
.article-img-divider {
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
}

@media (min-width:992px) {

	.longform-title,
	.article-img-divider {
		padding-bottom: 25px;
		align-items: center;
		background-position: center;
		background-size: cover;
		display: flex;
		justify-content: center;
		min-height: 70vh;
	}
}

@media (min-width:992px) and (min-width:768px) {

	.longform-title,
	.article-img-divider {
		padding-bottom: 50px;
	}
}

@media (min-width:992px) and (min-width:1200px) {

	.longform-title,
	.article-img-divider {
		padding-bottom: 60px;
	}
}

@media (min-width:992px) and screen and (-ms-high-contrast:active),
(min-width:992px) and (-ms-high-contrast:none) {

	.longform-title,
	.article-img-divider {
		min-height: 300px;
	}
}

.longform-title .wrapper,
.article-img-divider .wrapper {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1600px;
}

.longform-title .rte,
.article-img-divider .rte {
	background-color: #ffffff;
	margin: 25% 8% 0 8%;
	padding: 1rem;
}

.longform-title .rte *:last-child,
.article-img-divider .rte *:last-child {
	margin-bottom: 0;
}

.longform-title .rte .small-caps a,
.article-img-divider .rte .small-caps a {
	box-shadow: none;
}

.longform-title .rte h1,
.article-img-divider .rte h1 {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 118%;
	font-size: 2em;
}

.longform-title .rte h1 small,
.article-img-divider .rte h1 small,
.longform-title .rte h1 .small,
.article-img-divider .rte h1 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.longform-title .rte h1 small,
.article-img-divider .rte h1 small,
.longform-title .rte h1 .small,
.article-img-divider .rte h1 .small {
	font-size: 65%;
}

.longform-title .rte h1 a,
.article-img-divider .rte h1 a {
	text-decoration: none;
}

.longform-title .rte *:last-child,
.article-img-divider .rte *:last-child {
	margin-bottom: 0;
}

.longform-title.black .rte,
.article-img-divider.black .rte {
	background-color: #2c2c2c;
	color: #ffffff;
}

.longform-title.transparent-dark .rte,
.article-img-divider.transparent-dark .rte {
	background-color: rgba(0, 0, 0, 0.54);
	color: #ffffff;
}

.longform-title.transparent-light .rte,
.article-img-divider.transparent-light .rte {
	background-color: rgba(255, 255, 255, 0.56);
}

.longform-title.right .wrapper,
.article-img-divider.right .wrapper {
	justify-content: flex-end;
}

.longform-title {
	margin-bottom: 15px;
	padding-top: 6em;
}

@media (min-width:768px) {
	.longform-title {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.longform-title {
		margin-bottom: 36px;
	}
}

@media (min-width:992px) {
	.longform-title {
		min-height: 70vh;
	}
}

@media (min-width:992px) {
	.longform-title .rte {
		margin: 0 8%;
		padding: 3rem;
		width: 40%;
	}
}

@media (min-width:1600px) {
	.longform-title .rte {
		width: 35%;
	}
}

.article-img-divider {
	padding-top: 25px;
	padding-bottom: 25px;
	background-size: cover;
	display: flex;
	min-height: 60vh;
}

@media (min-width:768px) {
	.article-img-divider {
		padding-top: 50px;
	}
}

@media (min-width:1200px) {
	.article-img-divider {
		padding-top: 60px;
	}
}

@media (min-width:768px) {
	.article-img-divider {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.article-img-divider {
		padding-bottom: 60px;
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.article-img-divider {
		min-height: 500px;
	}
}

.article-img-divider .rte {
	margin: 0 8%;
}

@media (min-width:992px) {
	.article-img-divider .rte {
		padding: 2em;
		width: 50%;
	}
}

.article-img-divider .rte h2 {
	margin: 0.5em 0;
}

.article-img-divider .rte h2:first-child {
	margin-top: 0;
}

.article-img-divider .wrapper {
	justify-content: center;
	align-self: center;
}

.article-img-divider.text-bottom {
	padding-top: 25px;
	padding-bottom: 0;
}

@media (min-width:768px) {
	.article-img-divider.text-bottom {
		padding-top: 50px;
	}
}

@media (min-width:1200px) {
	.article-img-divider.text-bottom {
		padding-top: 60px;
	}
}

.article-img-divider.text-bottom .wrapper {
	margin: 0 auto;
	align-self: flex-end;
}

@media (min-width:992px) {
	.article-img-divider.text-bottom .rte {
		margin: 0 8%;
		padding: 2em 2em 0 2em;
		width: 50%;
	}
}

.article-img-divider.text-bottom.black .rte {
	padding: 2em;
}

.article-img-divider.text-bottom.transparent-light .wrapper,
.article-img-divider.text-bottom.transparent-dark .wrapper {
	max-width: 100%;
}

.article-img-divider.text-bottom.transparent-light .rte,
.article-img-divider.text-bottom.transparent-dark .rte {
	background-color: transparent;
	width: 100%;
	max-width: 1344px;
	padding: 2em 0;
}

.article-img-divider.text-bottom.transparent-dark .wrapper {
	background-color: rgba(0, 0, 0, 0.54);
	color: #ffffff;
}

.article-img-divider.text-bottom.transparent-light .wrapper {
	background-color: rgba(255, 255, 255, 0.56);
}

.longform-social {
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.longform-social {
		margin-bottom: 30px;
	}
}

@media (min-width:1200px) {
	.longform-social {
		margin-bottom: 36px;
	}
}

@media (min-width:768px) {
	.longform-social {
		text-align: right;
	}
}

.article-body-text-width {
	max-width: 30em;
}

.article-body {
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
	padding: 0 8%;
}

.article-body p img {
	max-width: 100%;
}

.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6,
.article-body p.small-caps,
.article-body p.heading-serif,
.article-body .heading-sans {
	margin-bottom: 1em;
	margin-top: 0;
}

.article-body h2 a,
.article-body h3 a,
.article-body h4 a,
.article-body h5 a,
.article-body h6 a,
.article-body p.small-caps a,
.article-body p.heading-serif a,
.article-body .heading-sans a {
	background-color: transparent;
	box-shadow: inset 0 -1px 0 #A6A8AB;
	color: inherit;
	overflow-wrap: break-word;
	transition: all 0.15s;
	word-break: break-word;
	word-wrap: break-word;
}

.article-body h2 a:hover,
.article-body h3 a:hover,
.article-body h4 a:hover,
.article-body h5 a:hover,
.article-body h6 a:hover,
.article-body p.small-caps a:hover,
.article-body p.heading-serif a:hover,
.article-body .heading-sans a:hover {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	text-decoration: none;
}

.article-body h2 a:active,
.article-body h3 a:active,
.article-body h4 a:active,
.article-body h5 a:active,
.article-body h6 a:active,
.article-body p.small-caps a:active,
.article-body p.heading-serif a:active,
.article-body .heading-sans a:active,
.article-body h2 a:focus,
.article-body h3 a:focus,
.article-body h4 a:focus,
.article-body h5 a:focus,
.article-body h6 a:focus,
.article-body p.small-caps a:focus,
.article-body p.heading-serif a:focus,
.article-body .heading-sans a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.article-body h2:not(:first-child),
.article-body h3:not(:first-child) {
	margin-top: 1em;
}

.article-body .heading-serif {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 130%;
	display: block;
	margin-bottom: 1em;
	text-transform: none;
}

.article-body .heading-serif small,
.article-body .heading-serif .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.article-body .heading-serif small,
.article-body .heading-serif .small {
	font-size: 75%;
}

.article-body .heading-serif a {
	text-decoration: none;
}

@media (min-width:992px) {
	.article-body .heading-serif {
		font-weight: 400;
		font-size: 1.5em;
	}
}

.article-body .heading-serif:not(:first-child) {
	margin-top: 1.4em;
}

.article-body .heading-serif a {
	color: inherit;
}

.article-body .heading-serif a:hover,
.article-body .heading-serif a:active,
.article-body .heading-serif a:focus {
	color: inherit;
}

.article-body .heading-sans {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 118%;
	font-size: 2em;
}

.article-body .heading-sans small,
.article-body .heading-sans .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.article-body .heading-sans small,
.article-body .heading-sans .small {
	font-size: 65%;
}

.article-body .heading-sans a {
	text-decoration: none;
}

.article-body .small-caps {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 2em;
}

.article-body .small-caps small,
.article-body .small-caps .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.article-body .small-caps small,
.article-body .small-caps .small {
	font-size: 75%;
}

.article-body .small-caps a {
	text-decoration: none;
}

@media (min-width:992px) {
	.article-body .small-caps {
		font-size: 0.738em;
	}
}

.article-body .link-standalone {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
	box-shadow: none;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}

.article-body .link-standalone:hover,
.article-body .link-standalone:active,
.article-body .link-standalone:focus {
	text-decoration: none;
}

.article-body .link-standalone a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #0c6c6e;
	box-shadow: none;
}

.article-body .link-standalone a:hover,
.article-body .link-standalone a:active,
.article-body .link-standalone a:focus {
	text-decoration: none;
}

.article-body .link-standalone a:hover,
.article-body .link-standalone a:active {
	background-color: none !important;
	box-shadow: inset 0 -2px 0 #C95100;
	color: #C95100 !important;
}

.article-body .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	color: #0c6c6e;
}

.article-body .link-standalone.white,
.article-body .link-standalone .white {
	color: #ffffff;
}

.article-body .link-standalone.white a,
.article-body .link-standalone .white a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.article-body .link-standalone.white a:hover,
.article-body .link-standalone .white a:hover,
.article-body .link-standalone.white a:active,
.article-body .link-standalone .white a:active,
.article-body .link-standalone.white a:focus,
.article-body .link-standalone .white a:focus {
	text-decoration: none;
}

.article-body .link-standalone.white a:hover,
.article-body .link-standalone .white a:hover,
.article-body .link-standalone.white a:active,
.article-body .link-standalone .white a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.article-body .link-standalone.white a:focus,
.article-body .link-standalone .white a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.article-body .link-standalone.bkg-grey-lightest a,
.article-body .link-standalone.bkg-grey-lighter a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
}

.article-body .link-standalone.bkg-grey-lightest a:hover,
.article-body .link-standalone.bkg-grey-lighter a:hover,
.article-body .link-standalone.bkg-grey-lightest a:active,
.article-body .link-standalone.bkg-grey-lighter a:active,
.article-body .link-standalone.bkg-grey-lightest a:focus,
.article-body .link-standalone.bkg-grey-lighter a:focus {
	text-decoration: none;
}

.article-body .link-standalone.bkg-grey-lightest a:hover,
.article-body .link-standalone.bkg-grey-lighter a:hover,
.article-body .link-standalone.bkg-grey-lightest a:active,
.article-body .link-standalone.bkg-grey-lighter a:active {
	box-shadow: inset 0 -2px 0 #404040;
	color: #404040;
}

.article-body .link-standalone.bkg-grey-lightest a:focus,
.article-body .link-standalone.bkg-grey-lighter a:focus {
	color: #404040;
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.article-body p {
	margin-bottom: 1.25em;
}

.article-body p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.article-body p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:hover,
.article-body p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:active,
.article-body p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.article-body p:not(.link-standalone):not(.orange-button):not(.blue-button):not(.small-caps):not(.heading-serif) a:focus {
	background-color: #f8caac;
}

.article-body p.orange-button a {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	margin-bottom: 1em;
}

.article-body p.orange-button a:focus,
.article-body p.orange-button a:active:focus,
.article-body p.orange-button a.active:focus,
.article-body p.orange-button a.focus,
.article-body p.orange-button a:active.focus,
.article-body p.orange-button a.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.article-body p.orange-button a:hover,
.article-body p.orange-button a:focus,
.article-body p.orange-button a.focus {
	color: #fff;
	text-decoration: none;
}

.article-body p.orange-button a:active,
.article-body p.orange-button a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.article-body p.orange-button a.disabled,
.article-body p.orange-button a[disabled],
fieldset[disabled] .article-body p.orange-button a {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.article-body p.orange-button a.disabled,
fieldset[disabled] a.article-body p.orange-button a {
	pointer-events: none;
}

.article-body p.orange-button a:focus,
.article-body p.orange-button a:active:focus,
.article-body p.orange-button a.active:focus,
.article-body p.orange-button a.focus,
.article-body p.orange-button a:active.focus,
.article-body p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.article-body p.orange-button a:hover,
.article-body p.orange-button a:focus,
.article-body p.orange-button a.focus {
	color: #C95100;
	text-decoration: none;
}

.article-body p.orange-button a:active,
.article-body p.orange-button a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.article-body p.orange-button a.disabled,
.article-body p.orange-button a[disabled],
fieldset[disabled] .article-body p.orange-button a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.article-body p.orange-button a:focus,
.article-body p.orange-button a.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.article-body p.orange-button a:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.article-body p.orange-button a:active,
.article-body p.orange-button a.active,
.open>.dropdown-toggle.article-body p.orange-button a {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.article-body p.orange-button a:active:hover,
.article-body p.orange-button a.active:hover,
.open>.dropdown-toggle.article-body p.orange-button a:hover,
.article-body p.orange-button a:active:focus,
.article-body p.orange-button a.active:focus,
.open>.dropdown-toggle.article-body p.orange-button a:focus,
.article-body p.orange-button a:active.focus,
.article-body p.orange-button a.active.focus,
.open>.dropdown-toggle.article-body p.orange-button a.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.article-body p.orange-button a:active,
.article-body p.orange-button a.active,
.open>.dropdown-toggle.article-body p.orange-button a {
	background-image: none;
}

.article-body p.orange-button a.disabled:hover,
.article-body p.orange-button a[disabled]:hover,
fieldset[disabled] .article-body p.orange-button a:hover,
.article-body p.orange-button a.disabled:focus,
.article-body p.orange-button a[disabled]:focus,
fieldset[disabled] .article-body p.orange-button a:focus,
.article-body p.orange-button a.disabled.focus,
.article-body p.orange-button a[disabled].focus,
fieldset[disabled] .article-body p.orange-button a.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.article-body p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.article-body p.orange-button a:hover,
.article-body p.orange-button a:focus,
.article-body p.orange-button a:active,
.article-body p.orange-button a.active,
.open .dropdown-toggle.article-body p.orange-button a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.article-body p.orange-button a:active,
.article-body p.orange-button a.active,
.open .dropdown-toggle.article-body p.orange-button a {
	background-image: none;
}

.article-body p.orange-button a:focus,
.article-body p.orange-button a:active:focus,
.article-body p.orange-button a.active:focus,
.article-body p.orange-button a.focus,
.article-body p.orange-button a:active.focus,
.article-body p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.article-body p.orange-button a.disabled,
.article-body p.orange-button a[disabled],
fieldset[disabled] .article-body p.orange-button a,
.article-body p.orange-button a.disabled:hover,
.article-body p.orange-button a[disabled]:hover,
fieldset[disabled] .article-body p.orange-button a:hover,
.article-body p.orange-button a.disabled:focus,
.article-body p.orange-button a[disabled]:focus,
fieldset[disabled] .article-body p.orange-button a:focus,
.article-body p.orange-button a.disabled:active,
.article-body p.orange-button a[disabled]:active,
fieldset[disabled] .article-body p.orange-button a:active,
.article-body p.orange-button a.disabled.active,
.article-body p.orange-button a[disabled].active,
fieldset[disabled] .article-body p.orange-button a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.article-body p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.article-body p.orange-button a:hover,
.article-body p.orange-button a:focus,
.article-body p.orange-button a:active,
.article-body p.orange-button a.active,
.open .dropdown-toggle.article-body p.orange-button a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.article-body p.orange-button a:active,
.article-body p.orange-button a.active,
.open .dropdown-toggle.article-body p.orange-button a {
	background-image: none;
}

.article-body p.orange-button a:focus,
.article-body p.orange-button a:active:focus,
.article-body p.orange-button a.active:focus,
.article-body p.orange-button a.focus,
.article-body p.orange-button a:active.focus,
.article-body p.orange-button a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.article-body p.orange-button a.disabled,
.article-body p.orange-button a[disabled],
fieldset[disabled] .article-body p.orange-button a,
.article-body p.orange-button a.disabled:hover,
.article-body p.orange-button a[disabled]:hover,
fieldset[disabled] .article-body p.orange-button a:hover,
.article-body p.orange-button a.disabled:focus,
.article-body p.orange-button a[disabled]:focus,
fieldset[disabled] .article-body p.orange-button a:focus,
.article-body p.orange-button a.disabled:active,
.article-body p.orange-button a[disabled]:active,
fieldset[disabled] .article-body p.orange-button a:active,
.article-body p.orange-button a.disabled.active,
.article-body p.orange-button a[disabled].active,
fieldset[disabled] .article-body p.orange-button a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.article-body p.orange-button a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.article-body hr {
	margin-top: 3em;
	margin-bottom: 3em;
}

.article-body ul:not(.not-rte) a,
.article-body ol a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.article-body ul:not(.not-rte) a:hover,
.article-body ol a:hover,
.article-body ul:not(.not-rte) a:active,
.article-body ol a:active,
.article-body ul:not(.not-rte) a:focus,
.article-body ol a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.article-body ul:not(.not-rte) a:focus,
.article-body ol a:focus {
	background-color: #f8caac;
}

.article-body ul:not(.not-rte) {
	padding-left: 1.2em;
}

.article-body ul:not(.not-rte) li {
	list-style: none;
	line-height: 1.75;
	padding-bottom: 0.75em;
}

.article-body ul:not(.not-rte) li:before {
	color: #0c6c6e;
	content: '\2022';
	display: inline-block;
	left: -1em;
	max-height: 0;
	max-width: 0;
	position: relative;
	font-size: 1.2em;
	margin-top: -0.2em;
}

.article-body ol:not(.not-rte) {
	padding-left: 1.2em;
}

.article-body ol:not(.not-rte) li {
	line-height: 1.75;
	padding-bottom: 0.75em;
}

@media (min-width:768px) {
	.article-body {
		padding: 0;
	}
}

.article-body p+h3 {
	margin-top: 1.5em;
}

.article-body.initial-cap p:first-child::first-line {
	font-family: "KievitWeb";
	font-size: 1.1em;
	font-variant: all-small-caps;
	letter-spacing: 0.03em;
	text-transform: lowercase;
}

.article-body.initial-cap p:first-child::first-letter {
	float: left;
	font-family: "KievitWeb";
	font-size: 7.7em;
	font-weight: 100;
	font-variant: normal;
	line-height: 1;
	margin-bottom: -0.2em;
	padding-bottom: 0;
	padding-right: 0.07em;
	padding-top: 0;
	text-transform: initial;
}

@-moz-document url-prefix() {
	.article-body.initial-cap p:first-child::first-letter {
		font-size: 8.6em;
		margin-bottom: 0;
		margin-top: 0.08em;
	}
}

.note {
	max-width: 30em;
	margin: 0 auto 1.5em auto;
	padding: 0 8%;
}

@media (min-width:768px) {
	.note {
		padding: 0;
	}
}

.note .note-container {
	margin: 0 auto 1.5em auto;
	border-bottom: 1px solid #E5E5E5;
	border-top: 2px solid #0c6c6e;
	padding-top: 1em;
}

.note .rte {
	font-size: 0.8em;
	color: #555555;
}

.note .rte p,
.note .rte li {
	line-height: 1.6;
}

.note.no-rules .note-container {
	border-bottom: none;
	border-top: none;
	padding-top: 0;
}

.note.pdf-download .note-container {
	margin-bottom: 2em;
}

.note.pdf-download img {
	width: 40%;
	border: 1px solid #E5E5E5;
}

.note.pdf-download a {
	margin-bottom: 0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.5;
	background-image: none;
	border: 2px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: "KievitWeb";
	font-weight: 700;
	outline: none;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.15s ease;
	vertical-align: middle;
	white-space: normal;
	padding: 8px 12px 6px 12px;
	font-size: 1.1875rem;
	line-height: 1.25;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-color: #e96913;
	color: #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	width: 48%;
	margin-left: 10%;
}

.note.pdf-download a:focus,
.note.pdf-download a:active:focus,
.note.pdf-download a.active:focus,
.note.pdf-download a.focus,
.note.pdf-download a:active.focus,
.note.pdf-download a.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.note.pdf-download a:hover,
.note.pdf-download a:focus,
.note.pdf-download a.focus {
	color: #fff;
	text-decoration: none;
}

.note.pdf-download a:active,
.note.pdf-download a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.note.pdf-download a.disabled,
.note.pdf-download a[disabled],
fieldset[disabled] .note.pdf-download a {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.note.pdf-download a.disabled,
fieldset[disabled] a.note.pdf-download a {
	pointer-events: none;
}

.note.pdf-download a:focus,
.note.pdf-download a:active:focus,
.note.pdf-download a.active:focus,
.note.pdf-download a.focus,
.note.pdf-download a:active.focus,
.note.pdf-download a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: none;
}

.note.pdf-download a:hover,
.note.pdf-download a:focus,
.note.pdf-download a.focus {
	color: #C95100;
	text-decoration: none;
}

.note.pdf-download a:active,
.note.pdf-download a.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.note.pdf-download a.disabled,
.note.pdf-download a[disabled],
fieldset[disabled] .note.pdf-download a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.note.pdf-download a:focus,
.note.pdf-download a.focus {
	color: #fff;
	background-color: #c85a10;
	border-color: #733409;
}

.note.pdf-download a:hover {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.note.pdf-download a:active,
.note.pdf-download a.active,
.open>.dropdown-toggle.note.pdf-download a {
	color: #fff;
	background-color: #c85a10;
	border-color: #b04f0e;
}

.note.pdf-download a:active:hover,
.note.pdf-download a.active:hover,
.open>.dropdown-toggle.note.pdf-download a:hover,
.note.pdf-download a:active:focus,
.note.pdf-download a.active:focus,
.open>.dropdown-toggle.note.pdf-download a:focus,
.note.pdf-download a:active.focus,
.note.pdf-download a.active.focus,
.open>.dropdown-toggle.note.pdf-download a.focus {
	color: #fff;
	background-color: #a74b0d;
	border-color: #733409;
}

.note.pdf-download a:active,
.note.pdf-download a.active,
.open>.dropdown-toggle.note.pdf-download a {
	background-image: none;
}

.note.pdf-download a.disabled:hover,
.note.pdf-download a[disabled]:hover,
fieldset[disabled] .note.pdf-download a:hover,
.note.pdf-download a.disabled:focus,
.note.pdf-download a[disabled]:focus,
fieldset[disabled] .note.pdf-download a:focus,
.note.pdf-download a.disabled.focus,
.note.pdf-download a[disabled].focus,
fieldset[disabled] .note.pdf-download a.focus {
	background-color: #0c6c6e;
	border-color: #e96913;
}

.note.pdf-download a .badge {
	color: #0c6c6e;
	background-color: #fff;
}

.note.pdf-download a:hover,
.note.pdf-download a:focus,
.note.pdf-download a:active,
.note.pdf-download a.active,
.open .dropdown-toggle.note.pdf-download a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.note.pdf-download a:active,
.note.pdf-download a.active,
.open .dropdown-toggle.note.pdf-download a {
	background-image: none;
}

.note.pdf-download a:focus,
.note.pdf-download a:active:focus,
.note.pdf-download a.active:focus,
.note.pdf-download a.focus,
.note.pdf-download a:active.focus,
.note.pdf-download a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.note.pdf-download a.disabled,
.note.pdf-download a[disabled],
fieldset[disabled] .note.pdf-download a,
.note.pdf-download a.disabled:hover,
.note.pdf-download a[disabled]:hover,
fieldset[disabled] .note.pdf-download a:hover,
.note.pdf-download a.disabled:focus,
.note.pdf-download a[disabled]:focus,
fieldset[disabled] .note.pdf-download a:focus,
.note.pdf-download a.disabled:active,
.note.pdf-download a[disabled]:active,
fieldset[disabled] .note.pdf-download a:active,
.note.pdf-download a.disabled.active,
.note.pdf-download a[disabled].active,
fieldset[disabled] .note.pdf-download a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.note.pdf-download a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

.note.pdf-download a:hover,
.note.pdf-download a:focus,
.note.pdf-download a:active,
.note.pdf-download a.active,
.open .dropdown-toggle.note.pdf-download a {
	color: #ffffff;
	background-color: #e46d1d;
	border-color: #e46d1d;
}

.note.pdf-download a:active,
.note.pdf-download a.active,
.open .dropdown-toggle.note.pdf-download a {
	background-image: none;
}

.note.pdf-download a:focus,
.note.pdf-download a:active:focus,
.note.pdf-download a.active:focus,
.note.pdf-download a.focus,
.note.pdf-download a:active.focus,
.note.pdf-download a.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: #0c6c6e;
	border-color: #0c6c6e;
	color: #ffffff;
}

.note.pdf-download a.disabled,
.note.pdf-download a[disabled],
fieldset[disabled] .note.pdf-download a,
.note.pdf-download a.disabled:hover,
.note.pdf-download a[disabled]:hover,
fieldset[disabled] .note.pdf-download a:hover,
.note.pdf-download a.disabled:focus,
.note.pdf-download a[disabled]:focus,
fieldset[disabled] .note.pdf-download a:focus,
.note.pdf-download a.disabled:active,
.note.pdf-download a[disabled]:active,
fieldset[disabled] .note.pdf-download a:active,
.note.pdf-download a.disabled.active,
.note.pdf-download a[disabled].active,
fieldset[disabled] .note.pdf-download a.active {
	background-color: #0c6c6e;
	border-color: #0c6c6e;
}

.note.pdf-download a .badge {
	color: #0c6c6e;
	background-color: #ffffff;
}

@media (min-width:768px) {
	.note.pdf-download img {
		width: 100%;
		margin-bottom: 1.5em;
	}

	.note.pdf-download a {
		display: block;
		width: 100%;
		margin-left: 0;
	}

	.note.pdf-download .note-container {
		margin-bottom: 0;
	}
}

.image-caption {
	max-width: 30em;
	margin: 0 auto;
	padding: 0 8%;
}

@media (min-width:768px) {
	.image-caption {
		padding: 0;
	}
}

.image-caption img {
	margin-bottom: 0.5em;
	width: 100%;
}

.image-caption .credit {
	line-height: 0.8;
	margin-bottom: 0.5em;
}

.image-caption .credit p {
	color: #767676;
	display: inline;
	font-family: "KievitWeb";
	font-size: 0.5em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.image-caption .credit svg {
	fill: #A6A8AB;
}

.image-caption .rte {
	border-bottom: 1px solid #E5E5E5;
	color: #767676;
	font-family: "KievitWeb";
	font-size: 0.8em;
	margin-bottom: 1.5em;
}

.image-caption .rte p,
.image-caption .rte li {
	line-height: 1.5;
}

.image-caption.full {
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.image-caption.full .caption {
	padding: 0 8%;
	margin-top: 0;
	width: 100%;
}

@media (min-width:992px) {
	.image-caption.full .caption {
		padding: 0;
		margin-top: 1.5em;
	}
}

.image-caption.full .credit,
.image-caption.full .rte {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px) {

	.image-caption.full .credit,
	.image-caption.full .rte {
		padding: 0;
	}
}

.image-caption.full .rte {
	max-width: 30em;
}

@media (min-width:768px) {
	.image-caption.full .rte {
		max-width: 37.5em;
	}
}

@media (min-width:992px) {
	.image-caption.full .rte {
		margin-top: -1.3em;
	}
}

.image-caption.full .credit {
	max-width: 24em;
}

@media (min-width:768px) {
	.image-caption.full .credit {
		padding: 0;
		max-width: 30em;
	}
}

@media (min-width:992px) {
	.image-caption.full .credit {
		float: left;
		margin-left: 1em;
		max-width: 10em;
	}
}

.aside-left,
.aside-right {
	position: relative;
}

@media (min-width:992px) {

	.aside-left,
	.aside-right {
		max-width: 18rem;
		padding: 0;
	}
}

@media (min-width:992px) {
	.aside-left {
		float: left;
		margin: 0.5rem 2rem 1rem 8%;
	}
}

@media (min-width:1600px) {
	.aside-left {
		margin-left: calc(50% - 42rem);
	}
}

@media (min-width:992px) {
	.aside-right {
		float: right;
		margin: 0.5rem 8% 1rem 2rem;
	}
}

@media (min-width:1600px) {
	.aside-right {
		margin-right: calc(50% - 42rem);
	}
}

.jumplinks {
	border-right: 1px solid #E5E5E5;
	float: left;
	margin-left: 8%;
	margin-right: 1em;
	max-width: 7em;
	padding-right: 1em;
}

@media (min-width:992px) {
	.jumplinks {
		border-right: transparent;
		padding-right: 2em;
		max-width: 8em;
	}

	.jumplinks li {
		font-size: 0.8em;
	}
}

@media (min-width:1200px) {
	.jumplinks {
		max-width: 9em;
	}
}

.jumplinks h2 {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #767676;
	margin-bottom: 1.5em;
}

.jumplinks h2 small,
.jumplinks h2 .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.jumplinks h2 small,
.jumplinks h2 .small {
	font-size: 75%;
}

.jumplinks h2 a {
	text-decoration: none;
}

@media (min-width:992px) {
	.jumplinks h2 {
		font-size: 0.738em;
	}
}

.jumplinks ul {
	list-style: none;
	padding-left: 0;
}

.jumplinks li {
	font-size: 0.75em;
	font-family: "KievitWeb";
	line-height: 1.3;
}

.jumplinks li a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.jumplinks li a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.jumplinks li a:active,
.jumplinks li a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

@media (min-width:1600px) {
	.jumplinks {
		margin-left: calc(50% - 672px);
	}
}

a[data-link-text]::before {
	content: "";
	display: block;
	height: 130px;
	margin-top: -130px;
}

.homepage-promo-row {
	padding-top: 25px;
	padding-bottom: 25px;
}

@media (min-width:768px) {
	.homepage-promo-row {
		padding-top: 50px;
	}
}

@media (min-width:1200px) {
	.homepage-promo-row {
		padding-top: 60px;
	}
}

@media (min-width:768px) {
	.homepage-promo-row {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.homepage-promo-row {
		padding-bottom: 60px;
	}
}

.homepage-promo-row .rte h3 a,
.homepage-promo-row .rte h2 a,
.homepage-promo-row .rte h2.heading-sans a {
	box-shadow: none;
}

.homepage-promo-row .rte p,
.homepage-promo-row .rte ul,
.homepage-promo-row .rte li {
	color: #555555;
}

.homepage-promo-row .rte *:first-child {
	margin-top: 0;
}

.homepage-promo-row .rte *:last-child {
	margin-bottom: 0;
}

.homepage-promo-row div[class*="col-"] {
	padding-bottom: 2em;
}

@media (min-width:768px) {
	.homepage-promo-row div[class*="col-"] {
		border-left: 1px solid #E5E5E5;
		box-shadow: 1px 0px 0px 0px #E5E5E5;
		padding-bottom: 0;
		padding-left: 3em;
		padding-right: 3em;
	}

	.homepage-promo-row div[class*="col-"]:first-of-type {
		border-left: transparent;
		padding-left: 2%;
	}

	.homepage-promo-row div[class*="col-"]:last-of-type {
		box-shadow: none;
		padding-right: 2%;
	}
}

.homepage-promo-row div[class*="col-"].full-width {
	width: 100%;
	box-shadow: none;
	padding-left: 2% !important;
	padding-right: 2% !important;
}

.homepage-promo-row div[class*="col-"]:not(:first-child)> :first-child {
	border-top: 1px solid #E5E5E5;
	padding-top: 30px;
}

@media (min-width:768px) {
	.homepage-promo-row div[class*="col-"]:not(:first-child)>:first-child {
		border-top: none;
		padding-top: 0;
	}
}

.homepage-promo-row .homepage-promo-links {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.homepage-promo-row .homepage-promo-links small,
.homepage-promo-row .homepage-promo-links .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.homepage-promo-row .homepage-promo-links small,
.homepage-promo-row .homepage-promo-links .small {
	font-size: 75%;
}

.homepage-promo-row .homepage-promo-links a {
	text-decoration: none;
}

@media (min-width:992px) {
	.homepage-promo-row .homepage-promo-links {
		font-size: 0.738em;
	}
}

.homepage-promo-row .homepage-promo-links li {
	color: #555555;
}

.homepage-promo-row .homepage-promo-links li a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.homepage-promo-row .homepage-promo-links li a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.homepage-promo-row .homepage-promo-links li a:active,
.homepage-promo-row .homepage-promo-links li a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

@media (min-width:768px) {
	.homepage-promo-row .homepage-promo-links {
		padding-left: 0;
		list-style: none;
		margin-left: -5px;
		margin: 0;
	}

	.homepage-promo-row .homepage-promo-links>li {
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
	}

	.homepage-promo-row .homepage-promo-links li {
		padding: 0;
	}

	.homepage-promo-row .homepage-promo-links li:not(:last-child):after {
		color: #A6A8AB;
		content: "|";
		font-weight: 400;
		padding-right: 0.8em;
		padding-left: 1em;
	}
}

.homepage-promo-row .homepage-promo-image h3 a,
.homepage-promo-row .homepage-promo-image h2 a,
.homepage-promo-row .homepage-promo-image h2.heading-sans a {
	box-shadow: none;
}

.homepage-promo-row .homepage-promo-image *:last-child {
	margin-bottom: 0;
}

.homepage-promo-row .homepage-promo-image img {
	width: 100%;
	margin-bottom: 1.5em;
	height: 8em;
	object-fit: cover;
}

.homepage-promo-row .homepage-promo-image h3 {
	margin-bottom: 0.5em;
}

.homepage-promo-row .homepage-promo-image .description-serif {
	color: #555555;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

.homepage-promo-row .homepage-promo-image .description-serif a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.homepage-promo-row .homepage-promo-image .description-serif a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.homepage-promo-row .homepage-promo-image .description-serif a:active,
.homepage-promo-row .homepage-promo-image .description-serif a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.homepage-promo-row .homepage-promo-image .description-sans {
	color: #767676;
	font-family: "KievitWeb";
	font-size: 0.8em;
	line-height: 1.3;
}

.latest-cta .rte {
	padding-top: 15px;
	padding-bottom: 20px;
}

@media (min-width:768px) {
	.latest-cta .rte {
		padding-top: 30px;
	}
}

@media (min-width:1200px) {
	.latest-cta .rte {
		padding-top: 36px;
	}
}

@media (min-width:768px) {
	.latest-cta .rte {
		padding-bottom: 40px;
	}
}

@media (min-width:1200px) {
	.latest-cta .rte {
		padding-bottom: 48px;
	}
}

.latest-cta .rte .heading-sans {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 110%;
	font-size: 1.25em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.latest-cta .rte .heading-sans small,
.latest-cta .rte .heading-sans .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.latest-cta .rte .heading-sans small,
.latest-cta .rte .heading-sans .small {
	font-size: 75%;
}

.latest-cta .rte .heading-sans a {
	text-decoration: none;
}

@media (min-width:1200px) {
	.latest-cta .rte .heading-sans {
		font-size: 1.5em;
	}
}

.cards-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.cards-wrapper .card {
	background-color: white;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.cards-wrapper .card:last-child {
	margin-right: 0;
}

.cards-wrapper a.card {
	padding: 10px;
	transition: all 0.3s;
	color: inherit;
}

.cards-wrapper a.card:not(.white) {
	color: inherit;
}

.cards-wrapper a.card:hover {
	outline: 1px solid #A6A8AB;
}

.cards-wrapper a.card:active,
.cards-wrapper a.card:active:focus {
	outline: 1px solid #767676 !important;
}

.cards-wrapper a.card:focus {
	outline: 2px solid #0c6c6e !important;
	text-decoration: none;
}

.cards-wrapper .card-image {
	align-content: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 100%;
	order: -1;
}

.cards-wrapper .card-image a:hover img {
	outline: 1px solid #A6A8AB;
	outline-offset: 1px;
}

.cards-wrapper .card-image a:active img,
.cards-wrapper .card-image a:focus img {
	outline: 2px solid #0c6c6e;
	outline-offset: 1px;
}

.cards-wrapper .card-image * {
	align-self: center;
	flex: 0 0 auto;
	max-height: 400px;
	max-width: 100%;
}

.cards-wrapper .card-image>* {
	margin-bottom: 1em;
}

.cards-wrapper .card-image .video-vimeo-container {
	max-height: 400px;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

.cards-wrapper .card-text .card-title .heading-serif {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-family: "Arnhem-Blond";
	font-size: 1em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 130%;
}

.cards-wrapper .card-text .card-title .heading-serif small,
.cards-wrapper .card-text .card-title .heading-serif .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.cards-wrapper .card-text .card-title .heading-serif small,
.cards-wrapper .card-text .card-title .heading-serif .small {
	font-size: 75%;
}

.cards-wrapper .card-text .card-title .heading-serif a {
	text-decoration: none;
}

@media (min-width:992px) {
	.cards-wrapper .card-text .card-title .heading-serif {
		font-weight: 400;
		font-size: 1.5em;
	}
}

.cards-wrapper .card-text .card-title .heading-sans {
	font-family: "KievitWeb";
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	margin-top: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.02em;
	line-height: 118%;
	font-size: 2em;
}

.cards-wrapper .card-text .card-title .heading-sans small,
.cards-wrapper .card-text .card-title .heading-sans .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.cards-wrapper .card-text .card-title .heading-sans small,
.cards-wrapper .card-text .card-title .heading-sans .small {
	font-size: 65%;
}

.cards-wrapper .card-text .card-title .heading-sans a {
	text-decoration: none;
}

.cards-wrapper .card-text .card-title .small-caps {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.cards-wrapper .card-text .card-title .small-caps small,
.cards-wrapper .card-text .card-title .small-caps .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.cards-wrapper .card-text .card-title .small-caps small,
.cards-wrapper .card-text .card-title .small-caps .small {
	font-size: 75%;
}

.cards-wrapper .card-text .card-title .small-caps a {
	text-decoration: none;
}

@media (min-width:992px) {
	.cards-wrapper .card-text .card-title .small-caps {
		font-size: 0.738em;
	}
}

.cards-wrapper .card-text .card-title .link-standalone {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #555555;
	box-shadow: none;
	margin-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}

.cards-wrapper .card-text .card-title .link-standalone:hover,
.cards-wrapper .card-text .card-title .link-standalone:active,
.cards-wrapper .card-text .card-title .link-standalone:focus {
	text-decoration: none;
}

.cards-wrapper .card-text .card-title .link-standalone a {
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #0c6c6e;
	box-shadow: none;
}

.cards-wrapper .card-text .card-title .link-standalone a:hover,
.cards-wrapper .card-text .card-title .link-standalone a:active,
.cards-wrapper .card-text .card-title .link-standalone a:focus {
	text-decoration: none;
}

.cards-wrapper .card-text .card-title .link-standalone a:hover,
.cards-wrapper .card-text .card-title .link-standalone a:active {
	background-color: none !important;
	box-shadow: inset 0 -2px 0 #C95100;
	color: #C95100 !important;
}

.cards-wrapper .card-text .card-title .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	color: #0c6c6e;
}

.cards-wrapper .card-text .card-title * {
	margin-bottom: 10px;
	margin-top: 0;
}

.cards-wrapper .card-text .card-title *.heading-serif a,
.cards-wrapper .card-text .card-title *.heading-sans a,
.cards-wrapper .card-text .card-title *.small-caps a {
	color: #2c2c2c;
	box-shadow: none;
}

.cards-wrapper .card-text .card-title *.heading-serif a:hover,
.cards-wrapper .card-text .card-title *.heading-sans a:hover,
.cards-wrapper .card-text .card-title *.small-caps a:hover {
	box-shadow: inset 0 -1px 0 #0c6c6e;
	text-decoration: none;
}

.cards-wrapper .card-text .card-title *.heading-serif a:active,
.cards-wrapper .card-text .card-title *.heading-sans a:active,
.cards-wrapper .card-text .card-title *.small-caps a:active,
.cards-wrapper .card-text .card-title *.heading-serif a:focus,
.cards-wrapper .card-text .card-title *.heading-sans a:focus,
.cards-wrapper .card-text .card-title *.small-caps a:focus {
	color: #C95100;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 #C95100;
}

@media (max-width:991px) {
	.cards-wrapper .card-text .card-title *.heading-serif {
		font-size: 24px;
		font-weight: normal;
	}
}

.cards-wrapper .card-text .card-title *.p {
	font-size: 1em;
	font-family: "Arnhem-Blond";
	letter-spacing: normal;
	-webkit-font-smoothing: inherit;
}

.cards-wrapper .card-text .rte> :last-child {
	margin-bottom: 0;
}

.cards-wrapper .white .card-text.card-title,
.cards-wrapper .white .card-text.rte {
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
}

.cards-wrapper .white .card-text.card-title a,
.cards-wrapper .white .card-text.rte a {
	color: #ffffff;
}

.cards-wrapper .white .card-text.card-title a:hover,
.cards-wrapper .white .card-text.rte a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.cards-wrapper .white .card-text.card-title .rte h2 a,
.cards-wrapper .white .card-text.rte .rte h2 a,
.cards-wrapper .white .card-text.card-title .rte h3 a,
.cards-wrapper .white .card-text.rte .rte h3 a,
.cards-wrapper .white .card-text.card-title .rte h4 a,
.cards-wrapper .white .card-text.rte .rte h4 a,
.cards-wrapper .white .card-text.card-title .rte h5 a,
.cards-wrapper .white .card-text.rte .rte h5 a,
.cards-wrapper .white .card-text.card-title .rte h6 a,
.cards-wrapper .white .card-text.rte .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.cards-wrapper .white .card-text.card-title .rte h2 a:hover,
.cards-wrapper .white .card-text.rte .rte h2 a:hover,
.cards-wrapper .white .card-text.card-title .rte h3 a:hover,
.cards-wrapper .white .card-text.rte .rte h3 a:hover,
.cards-wrapper .white .card-text.card-title .rte h4 a:hover,
.cards-wrapper .white .card-text.rte .rte h4 a:hover,
.cards-wrapper .white .card-text.card-title .rte h5 a:hover,
.cards-wrapper .white .card-text.rte .rte h5 a:hover,
.cards-wrapper .white .card-text.card-title .rte h6 a:hover,
.cards-wrapper .white .card-text.rte .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.cards-wrapper .white .card-text.card-title .rte h2 a:active,
.cards-wrapper .white .card-text.rte .rte h2 a:active,
.cards-wrapper .white .card-text.card-title .rte h3 a:active,
.cards-wrapper .white .card-text.rte .rte h3 a:active,
.cards-wrapper .white .card-text.card-title .rte h4 a:active,
.cards-wrapper .white .card-text.rte .rte h4 a:active,
.cards-wrapper .white .card-text.card-title .rte h5 a:active,
.cards-wrapper .white .card-text.rte .rte h5 a:active,
.cards-wrapper .white .card-text.card-title .rte h6 a:active,
.cards-wrapper .white .card-text.rte .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

.cards-wrapper .white .card-text.card-title .rte h2 a:focus,
.cards-wrapper .white .card-text.rte .rte h2 a:focus,
.cards-wrapper .white .card-text.card-title .rte h3 a:focus,
.cards-wrapper .white .card-text.rte .rte h3 a:focus,
.cards-wrapper .white .card-text.card-title .rte h4 a:focus,
.cards-wrapper .white .card-text.rte .rte h4 a:focus,
.cards-wrapper .white .card-text.card-title .rte h5 a:focus,
.cards-wrapper .white .card-text.rte .rte h5 a:focus,
.cards-wrapper .white .card-text.card-title .rte h6 a:focus,
.cards-wrapper .white .card-text.rte .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.cards-wrapper .white .card-text.card-title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a,
.cards-wrapper .white .card-text.rte .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

.cards-wrapper .white .card-text.card-title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.cards-wrapper .white .card-text.rte .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.cards-wrapper .white .card-text.card-title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.cards-wrapper .white .card-text.rte .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

.cards-wrapper .white .card-text.card-title .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active,
.cards-wrapper .white .card-text.rte .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

.cards-wrapper .white .card-text.card-title .rte p.blue-button a,
.cards-wrapper .white .card-text.rte .rte p.blue-button a {
	color: #ffffff;
}

.cards-wrapper .white .card-text.card-title .rte p.blue-button a:hover,
.cards-wrapper .white .card-text.rte .rte p.blue-button a:hover,
.cards-wrapper .white .card-text.card-title .rte p.blue-button a:active,
.cards-wrapper .white .card-text.rte .rte p.blue-button a:active,
.cards-wrapper .white .card-text.card-title .rte p.blue-button a:focus,
.cards-wrapper .white .card-text.rte .rte p.blue-button a:focus {
	color: #007FAA;
}

.cards-wrapper .white .card-text.card-title .rte .orange-button a,
.cards-wrapper .white .card-text.rte .rte .orange-button a {
	box-shadow: none;
}

.cards-wrapper .white .card-text.card-title .rte .link-standalone,
.cards-wrapper .white .card-text.rte .rte .link-standalone {
	color: #ffffff;
}

.cards-wrapper .white .card-text.card-title .rte .link-standalone a,
.cards-wrapper .white .card-text.rte .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.cards-wrapper .white .card-text.card-title .rte .link-standalone a:hover,
.cards-wrapper .white .card-text.rte .rte .link-standalone a:hover,
.cards-wrapper .white .card-text.card-title .rte .link-standalone a:active,
.cards-wrapper .white .card-text.rte .rte .link-standalone a:active,
.cards-wrapper .white .card-text.card-title .rte .link-standalone a:focus,
.cards-wrapper .white .card-text.rte .rte .link-standalone a:focus {
	text-decoration: none;
}

.cards-wrapper .white .card-text.card-title .rte .link-standalone a:hover,
.cards-wrapper .white .card-text.rte .rte .link-standalone a:hover,
.cards-wrapper .white .card-text.card-title .rte .link-standalone a:active,
.cards-wrapper .white .card-text.rte .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.cards-wrapper .white .card-text.card-title .rte .link-standalone a:focus,
.cards-wrapper .white .card-text.rte .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default {
	background-image: none;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled],
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled],
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled],
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled]:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled]:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled]:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:hover,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:hover,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled]:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled]:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled]:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:focus,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:focus,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled:active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled:active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled]:active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled]:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled]:active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled.active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled.active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled.active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled.active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled].active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled].active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled].active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default .badge,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default .badge,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default .badge,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default,
.open .dropdown-toggle.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default {
	background-image: none;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active.focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active.focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled],
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled],
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled],
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled]:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled]:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled]:hover,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:hover,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:hover,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:hover,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:hover,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled]:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled]:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled]:focus,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:focus,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:focus,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:focus,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:focus,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled:active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled:active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled]:active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled]:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled]:active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default:active,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default:active,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default:active,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default:active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.disabled.active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.disabled.active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.disabled.active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.disabled.active,
.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default[disabled].active,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default[disabled].active,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default[disabled].active,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default.active,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select .btn-default.active,
fieldset[disabled] .cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default.active,
fieldset[disabled] .cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.cards-wrapper .white .card-text.card-title .bootstrap-select .btn-default .badge,
.cards-wrapper .white .card-text.rte .bootstrap-select .btn-default .badge,
.cards-wrapper .white .card-text.card-title .bootstrap-select.open .btn-default .badge,
.cards-wrapper .white .card-text.rte .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.cards-wrapper .white .card-text.card-title .link-standalone,
.cards-wrapper .white .card-text.rte .link-standalone {
	color: #ffffff;
}

.cards-wrapper .white .card-text.card-title:hover,
.cards-wrapper .white .card-text.rte:hover,
.cards-wrapper .white .card-text.card-title:active,
.cards-wrapper .white .card-text.rte:active,
.cards-wrapper .white .card-text.card-title:focus,
.cards-wrapper .white .card-text.rte:focus {
	color: #ffffff;
}

.cards-wrapper a.card.white {
	color: #ffffff;
}

.cards-wrapper a.card.white .link-standalone {
	color: #ffffff;
}

.cards-wrapper a.card.white:hover,
.cards-wrapper a.card.white:active,
.cards-wrapper a.card.white:focus {
	color: #ffffff;
}

.cards-wrapper.add-outline .card,
.cards-wrapper.cards-touching .card {
	padding: 1em;
	border: 1px solid #E5E5E5;
}

.cards-wrapper.add-outline .card {
	margin-bottom: 30px;
}

.cards-wrapper.image-bottom .card {
	justify-content: space-between;
}

.cards-wrapper.image-bottom .card-image {
	order: 2;
}

.cards-wrapper.image-bottom .card-image>* {
	margin-bottom: 0;
}

.cards-wrapper.image-bottom .card-text {
	margin-bottom: 1em;
}

.cards-wrapper.centered .card-title {
	text-align: center;
}

.cards-wrapper.grid-cols-1 .card .card-image.video {
	display: block;
}

.cards-wrapper.grid-cols-1 .card .card-image.video * {
	display: block;
	max-height: none;
}

.cards-wrapper.grid-cols-2 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.grid-cols-2 .card {
		margin-right: 30px;
		width: calc(50% - 30px/2);
	}

	.cards-wrapper.grid-cols-2 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.grid-cols-2 .card {
		width: calc(100%/2 - (2 - 1)*30px/2);
	}

	.cards-wrapper.grid-cols-2 .card:nth-child(2n) {
		margin-right: 30px;
	}

	.cards-wrapper.grid-cols-2 .card:nth-child(2n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.grid-cols-2 .card {
			width: calc(100%/2 - (2 - 1)*30px/2 - 1px);
		}
	}
}

.cards-wrapper.grid-cols-3 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.grid-cols-3 .card {
		margin-right: 30px;
		width: calc(50% - 30px/2);
	}

	.cards-wrapper.grid-cols-3 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.grid-cols-3 .card {
		width: calc(100%/3 - (3 - 1)*30px/3);
	}

	.cards-wrapper.grid-cols-3 .card:nth-child(2n) {
		margin-right: 30px;
	}

	.cards-wrapper.grid-cols-3 .card:nth-child(3n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.grid-cols-3 .card {
			width: calc(100%/3 - (3 - 1)*30px/3 - 1px);
		}
	}
}

.cards-wrapper.grid-cols-4 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.grid-cols-4 .card {
		margin-right: 30px;
		width: calc(50% - 30px/2);
	}

	.cards-wrapper.grid-cols-4 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.grid-cols-4 .card {
		width: calc(100%/4 - (4 - 1)*30px/4);
	}

	.cards-wrapper.grid-cols-4 .card:nth-child(2n) {
		margin-right: 30px;
	}

	.cards-wrapper.grid-cols-4 .card:nth-child(4n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.grid-cols-4 .card {
			width: calc(100%/4 - (4 - 1)*30px/4 - 1px);
		}
	}
}

.cards-wrapper.grid-cols-5 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.grid-cols-5 .card {
		margin-right: 30px;
		width: calc(50% - 30px/2);
	}

	.cards-wrapper.grid-cols-5 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.grid-cols-5 .card {
		width: calc(100%/5 - (5 - 1)*30px/5);
	}

	.cards-wrapper.grid-cols-5 .card:nth-child(2n) {
		margin-right: 30px;
	}

	.cards-wrapper.grid-cols-5 .card:nth-child(5n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.grid-cols-5 .card {
			width: calc(100%/5 - (5 - 1)*30px/5 - 1px);
		}
	}
}

.cards-wrapper.grid-cols-6 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.grid-cols-6 .card {
		margin-right: 30px;
		width: calc(50% - 30px/2);
	}

	.cards-wrapper.grid-cols-6 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.grid-cols-6 .card {
		width: calc(100%/6 - (6 - 1)*30px/6);
	}

	.cards-wrapper.grid-cols-6 .card:nth-child(2n) {
		margin-right: 30px;
	}

	.cards-wrapper.grid-cols-6 .card:nth-child(6n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.grid-cols-6 .card {
			width: calc(100%/6 - (6 - 1)*30px/6 - 1px);
		}
	}
}

.cards-wrapper.cards-touching .card {
	margin: -1px -1px 0 -1px;
}

.cards-wrapper.cards-touching.grid-cols-2 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.cards-touching.grid-cols-2 .card {
		margin-right: 0px;
		width: calc(50% - 0px/2);
	}

	.cards-wrapper.cards-touching.grid-cols-2 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.cards-touching.grid-cols-2 .card {
		width: calc(100%/2 - (2 - 1)*0px/2);
	}

	.cards-wrapper.cards-touching.grid-cols-2 .card:nth-child(2n) {
		margin-right: 0px;
	}

	.cards-wrapper.cards-touching.grid-cols-2 .card:nth-child(2n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.cards-touching.grid-cols-2 .card {
			width: calc(100%/2 - (2 - 1)*0px/2 - 1px);
		}
	}
}

.cards-wrapper.cards-touching.grid-cols-3 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.cards-touching.grid-cols-3 .card {
		margin-right: 0px;
		width: calc(50% - 0px/2);
	}

	.cards-wrapper.cards-touching.grid-cols-3 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.cards-touching.grid-cols-3 .card {
		width: calc(100%/3 - (3 - 1)*0px/3);
	}

	.cards-wrapper.cards-touching.grid-cols-3 .card:nth-child(2n) {
		margin-right: 0px;
	}

	.cards-wrapper.cards-touching.grid-cols-3 .card:nth-child(3n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.cards-touching.grid-cols-3 .card {
			width: calc(100%/3 - (3 - 1)*0px/3 - 1px);
		}
	}
}

.cards-wrapper.cards-touching.grid-cols-4 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.cards-touching.grid-cols-4 .card {
		margin-right: 0px;
		width: calc(50% - 0px/2);
	}

	.cards-wrapper.cards-touching.grid-cols-4 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.cards-touching.grid-cols-4 .card {
		width: calc(100%/4 - (4 - 1)*0px/4);
	}

	.cards-wrapper.cards-touching.grid-cols-4 .card:nth-child(2n) {
		margin-right: 0px;
	}

	.cards-wrapper.cards-touching.grid-cols-4 .card:nth-child(4n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.cards-touching.grid-cols-4 .card {
			width: calc(100%/4 - (4 - 1)*0px/4 - 1px);
		}
	}
}

.cards-wrapper.cards-touching.grid-cols-5 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.cards-touching.grid-cols-5 .card {
		margin-right: 0px;
		width: calc(50% - 0px/2);
	}

	.cards-wrapper.cards-touching.grid-cols-5 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.cards-touching.grid-cols-5 .card {
		width: calc(100%/5 - (5 - 1)*0px/5);
	}

	.cards-wrapper.cards-touching.grid-cols-5 .card:nth-child(2n) {
		margin-right: 0px;
	}

	.cards-wrapper.cards-touching.grid-cols-5 .card:nth-child(5n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.cards-touching.grid-cols-5 .card {
			width: calc(100%/5 - (5 - 1)*0px/5 - 1px);
		}
	}
}

.cards-wrapper.cards-touching.grid-cols-6 .card {
	width: 100%;
}

@media (min-width:768px) {
	.cards-wrapper.cards-touching.grid-cols-6 .card {
		margin-right: 0px;
		width: calc(50% - 0px/2);
	}

	.cards-wrapper.cards-touching.grid-cols-6 .card:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width:992px) {
	.cards-wrapper.cards-touching.grid-cols-6 .card {
		width: calc(100%/6 - (6 - 1)*0px/6);
	}

	.cards-wrapper.cards-touching.grid-cols-6 .card:nth-child(2n) {
		margin-right: 0px;
	}

	.cards-wrapper.cards-touching.grid-cols-6 .card:nth-child(6n) {
		margin-right: 0;
	}

	@supports (-ms-ime-align:auto) {
		.cards-wrapper.cards-touching.grid-cols-6 .card {
			width: calc(100%/6 - (6 - 1)*0px/6 - 1px);
		}
	}
}

.cards-wrapper.cards-touching a.card {
	transition: all 0.1s;
}

.cards-wrapper.cards-touching a.card:hover,
.cards-wrapper.cards-touching a.card:active,
.cards-wrapper.cards-touching a.card:active:focus,
.cards-wrapper.cards-touching a.card:focus {
	outline-offset: -2px;
}

.modal.modal-editable.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.modal-editable.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal.modal-editable .modal-dialog {
	transform: translate(0, -5%);
}

@media (min-width:768px) {
	.modal.modal-editable .modal-dialog {
		width: calc(100% - 4em);
		margin-top: 2em;
	}
}

.modal.modal-editable .modal-dialog .modal-content {
	padding: 0;
}

.modal.modal-editable .modal-dialog .modal-content img {
	max-width: 100%;
}

.modal.modal-editable .modal-dialog .modal-content h1 {
	margin-left: -0.08em;
}

.modal.modal-editable .modal-dialog .modal-content .modal-header {
	border-bottom: transparent;
	padding: 1em 1em 0 1em;
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 20;
}

.modal.modal-editable .modal-dialog .modal-content .modal-header button {
	float: right;
}

.modal.modal-editable .modal-dialog .modal-content .modal-header button span {
	font-size: 1.5em;
	line-height: 0.8;
	padding-left: 0.2em;
	vertical-align: middle;
}

.modal.modal-editable .modal-dialog .modal-content .modal-body {
	background-color: #ffffff;
	padding: 3em 0 0 0;
}

.modal.modal-editable .modal-dialog .modal-content .modal-body .hero-credit {
	padding-right: 0.5em;
}

.modal.modal-editable .modal-dialog .modal-content .modal-footer {
	padding: 1em;
}

.modal.modal-editable .social-container.left {
	text-align: left;
}

.modal.modal-editable .social-container.center {
	text-align: center;
}

.img-full-width {
	height: 287.63px;
	position: relative;
	width: 100%;
	color: #ffffff;
	margin-top: -3em;
}

.img-full-width .container-fluid {
	padding: 0;
}

@media (min-width:768px) and (max-width:991px) {
	.img-full-width {
		height: 372px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.img-full-width {
		height: 450px;
	}
}

@media (min-width:1200px) {
	.img-full-width {
		height: 525px;
	}
}

@media print {
	.img-full-width {
		height: auto;
	}
}

.img-full-width h3 {
	font-family: "KievitWeb";
	font-weight: 700;
	font-size: 1.55rem;
	letter-spacing: normal;
	margin-bottom: 20px;
	margin-left: 0px;
}

.img-full-width .hero-full-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	background-position: center top;
	background-size: cover;
}

.img-full-width .hero-img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%);
	top: 0;
	left: 50%;
}

.img-full-width .hero-text {
	background: url("images/gradient.png") repeat-x;
	text-align: left;
	z-index: 20;
	bottom: 0;
	width: 100%;
	position: absolute;
}

.img-full-width .left-arrow,
.img-full-width .right-arrow {
	position: absolute;
	top: 45%;
	z-index: 20;
	color: #0c6c6e;
	font-size: 1.375rem;
	cursor: pointer;
	background-color: #ffffff;
	padding: 13px 10px 10px 13px;
	transition: 0.4s ease;
}

.img-full-width .left-arrow:hover,
.img-full-width .right-arrow:hover {
	background-color: #0c6c6e;
	color: #ffffff;
}

.img-full-width .left-arrow {
	left: 0;
}

.img-full-width .right-arrow {
	right: 0;
}

.img-full-width .hero-icon {
	height: auto;
	position: absolute;
	text-align: center;
	top: 238px;
	width: 100%;
	z-index: 99;
}

@media (min-width:768px) {
	.img-full-width .hero-icon {
		top: 312px;
	}
}

@media (min-width:992px) {
	.img-full-width .hero-icon {
		top: 380px;
	}
}

@media (min-width:1200px) {
	.img-full-width .hero-icon {
		top: 445px;
	}
}

@media (min-width:1600px) {
	.img-full-width .hero-icon {
		top: 435px;
	}
}

@media (max-width:767px) {
	.img-full-width .hero-icon.alongside-featured-content {
		background-color: #F7F7F7;
		bottom: -98px;
	}
}

@media (min-width:768px) {
	.img-full-width .hero-icon.alongside-featured-content {
		width: 16%;
		left: 50%;
		margin-left: -8%;
	}
}

.img-full-width .hero-icon .circular-img {
	width: 80px;
	height: 80px;
	margin: 10px auto;
	background-color: #ffffff;
	border: 5px solid #ffffff;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
}

@media (min-width:768px) {
	.img-full-width .hero-icon .circular-img {
		width: 100px;
		height: 100px;
	}
}

@media (min-width:992px) {
	.img-full-width .hero-icon .circular-img {
		width: 120px;
		height: 120px;
	}
}

@media (min-width:1200px) {
	.img-full-width .hero-icon .circular-img {
		width: 140px;
		height: 140px;
	}
}

@media (min-width:1600px) {
	.img-full-width .hero-icon .circular-img {
		width: 160px;
		height: 160px;
	}
}

.img-full-width .hero-icon .circular-img .icon {
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	width: 100%;
	height: 100%;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9999999;
	top: 0;
	left: 0;
}

.spinner:before {
	content: '';
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.5);
	border-top-color: #ffffff;
	animation: spinner 1.4s linear infinite;
}

.hero-program {
	background-color: #21A59D;
	min-height: 288px;
	margin-bottom: 0;
	margin-top: -100px;
	position: relative;
	display: flex;
	flex-direction: column;
}

@media (max-width:767px) {
	.hero-program {
		margin-bottom: 30px;
	}
}

.hero-program .hero-icon {
	position: absolute;
	bottom: -40px;
	left: calc(50% - 40px);
}

@media (min-width:768px) {
	.hero-program .hero-icon {
		bottom: -50px;
		left: calc(50% - 50px);
	}
}

@media (min-width:992px) {
	.hero-program .hero-icon {
		bottom: -60px;
		left: calc(50% - 60px);
	}
}

@media (min-width:1200px) {
	.hero-program .hero-icon {
		bottom: -70px;
		left: calc(50% - 70px);
	}
}

@media (min-width:1600px) {
	.hero-program .hero-icon {
		bottom: -80px;
		left: calc(50% - 80px);
	}
}

.hero-program .circular-img {
	height: 80px;
	width: 80px;
}

@media (min-width:768px) {
	.hero-program .circular-img {
		height: 100px;
		width: 100px;
	}
}

@media (min-width:992px) {
	.hero-program .circular-img {
		width: 120px;
		height: 120px;
	}
}

@media (min-width:1200px) {
	.hero-program .circular-img {
		width: 140px;
		height: 140px;
	}
}

@media (min-width:1600px) {
	.hero-program .circular-img {
		width: 160px;
		height: 160px;
	}
}

.hero-program-text {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin-top: 100px;
	padding-bottom: 60px;
	padding-top: 130px;
	text-align: center;
}

@media (min-width:768px) {
	.hero-program-text {
		min-height: 372px;
		padding-bottom: 100px;
	}
}

@media (min-width:992px) {
	.hero-program-text {
		min-height: 450px;
	}
}

@media (min-width:1200px) {
	.hero-program-text {
		min-height: 525px;
	}
}

.hero-program-text p {
	color: #ffffff;
	font-family: "Arnhem-Blond";
	font-size: 1.5em;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 0 auto;
	max-width: 86%;
}

@media (min-width:768px) {
	.hero-program-text p {
		font-size: 2em;
		margin: 0 auto;
		max-width: 70%;
	}
}

@media (min-width:1200px) {
	.hero-program-text p {
		font-size: 2.5em;
	}
}

.learning-library {
	padding-top: 3em;
	padding-bottom: 25px;
}

@media (min-width:768px) {
	.learning-library {
		padding-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.learning-library {
		padding-bottom: 60px;
	}
}

.learning-library .learning-card-text a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.learning-library .learning-card-text a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.learning-library .learning-card-text a:active,
.learning-library .learning-card-text a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.learning-library .learning-card {
	justify-content: space-between;
	background-color: #ffffff;
	border-top: 5px solid;
}

.learning-library .learning-card .learning-card-img img {
	height: auto;
	margin-right: 0;
	margin-left: 1.1em;
	max-height: 8em;
	width: 4em;
}

.learning-library .learning-card .learning-card-text .card-details {
	display: flex;
}

.learning-library .learning-card .learning-card-text .card-details .icon {
	margin-right: 0.5em;
	height: 2em;
	width: 2em;
	min-height: 2em;
	min-width: 2em;
	background-size: 100%;
	background-repeat: no-repeat;
}

.learning-library .learning-card.reflections {
	border-color: #AD3A62;
}

.learning-library .learning-card.reflections .icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNBRDNBNjI7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3JlZmxlY3Rpb25zPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMC4xNyw1MGExLjc4LDEuNzgsMCwwLDEtMS42LTFMMi42MiwyMS40OGExLjc1LDEuNzUsMCwwLDEsLjExLTEuOTFsNC43NC02LjIyLTQuMTItMTFBMS43MywxLjczLDAsMCwxLDMuNDguOTQsMS43MSwxLjcxLDAsMCwxLDQuNTMuMDksMS42OCwxLjY4LDAsMCwxLDQuOTIsMEgzNS4xN2wuMjIsMGExLjcsMS43LDAsMCwxLDEuNjgsMS40MSwxLjcsMS43LDAsMCwxLS4xOCwxLjEzbC00LDEwLjgxLDQuNjYsNi4yMmExLjc3LDEuNzcsMCwwLDEsLjExLDEuOTFMMjEuNzYsNDkuMDVBMS44LDEuOCwwLDAsMSwyMC4xNyw1MFptMS42Ny04TDM0LjE2LDIwLjdsLTQtNS4zM0gxMC4xOWwtNCw1LjM2TDE4LjQxLDQxLjkyVjI5LjM4QTQuNjcsNC42NywwLDAsMSwxNS41NywyNWE0LjU4LDQuNTgsMCwwLDEsNC4xNi00LjkzbC40MiwwYTQuNTYsNC41NiwwLDAsMSw0LjU2LDQuMTksMy42NiwzLjY2LDAsMCwxLDAsLjgxLDQuNjUsNC42NSwwLDAsMS0yLjg3LDQuMjdaTTIwLjE3LDIzLjg3QTEuMTQsMS4xNCwwLDEsMCwyMS4zMiwyNSwxLjE0LDEuMTQsMCwwLDAsMjAuMTcsMjMuODdabTUuNzcsMjZhMS42MywxLjYzLDAsMCwxLTEuMTgtLjUyLDEuNjksMS42OSwwLDAsMS0uNDktMS4yLDEuNzksMS43OSwwLDAsMSwuNS0xLjIyQTEuNzEsMS43MSwwLDAsMSwyNiw0Ni40MUg0OC4yOUExLjc0LDEuNzQsMCwwLDEsNTAsNDguMTRhMS43MiwxLjcyLDAsMCwxLTEuNzEsMS43MUgyNS45NFoiLz48L3N2Zz4K");
}

.learning-library .learning-card.research {
	border-color: #0c6c6e;
}

.learning-library .learning-card.research .icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MSA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNFRDcxMUU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3Jlc2VhcmNoPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MC42NSw0My40Miw0My4xOSwzMi43OEExMi44LDEyLjgsMCwwLDAsMzYuODcsMTFWMS4xN0ExLjE3LDEuMTcsMCwwLDAsMzUuNywwSDQuNjRBMS4xNywxLjE3LDAsMCwwLDMuNDcsMS4xN2gwVjUuN0gyLjc5YTEuNzksMS43OSwwLDEsMCwwLDMuNTdoLjY4djdIMi43OWExLjc4LDEuNzgsMCwxLDAsMCwzLjU2aC42OHY3SDIuNzlhMS43OCwxLjc4LDAsMCwwLS4zNSwzLjU1aDF2N0gyLjc5YTEuNzgsMS43OCwwLDEsMC0uMzUsMy41NWgxdjhBMS4xNywxLjE3LDAsMCwwLDQuNjQsNTBIMzUuN2ExLjE3LDEuMTcsMCwwLDAsMS4xNy0xLjE3aDBWMzYuMDhBMTIuNzUsMTIuNzUsMCwwLDAsNDAsMzVsNy40NSwxMC42M2EyLDIsMCwwLDAsMi43Mi40OWgwQTIsMiwwLDAsMCw1MC42NSw0My40MlpNNDIuNDQsMTcuODVhOS45Miw5LjkyLDAsMSwxLTEzLjgyLTIuNDNBOS45MSw5LjkxLDAsMCwxLDQyLjQ0LDE3Ljg1WiIvPjwvc3ZnPgo=");
}

.learning-library .learning-card.evaluation {
	border-color: #21A59D;
}

.learning-library .learning-card.evaluation .icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMUE1OUQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2V2YWx1YXRpb25zPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOC43Nyw4LjVsLTguMjIsOC4xN2ExLjQ0LDEuNDQsMCwwLDEtMSwuNCwxLjQxLDEuNDEsMCwwLDEtLjk1LS40TDQuNTIsMTIuNmExLjM1LDEuMzUsMCwwLDEsMS45MS0xLjkybDMuMTUsMy4xNSw3LjI3LTcuMjZhMS4zNSwxLjM1LDAsMSwxLDEuOTIsMS45MWgwWk0yMC41NSwwSDIuNzNBMi43NSwyLjc1LDAsMCwwLDAsMi43M1YyMC41NWEyLjc1LDIuNzUsMCwwLDAsMi43MiwyLjc4SDIwLjU1YTIuNzQsMi43NCwwLDAsMCwyLjc4LTIuNzFWMi43M0EyLjc0LDIuNzQsMCwwLDAsMjAuNTcsMFptMjUsMTYuODVhMS4zMiwxLjMyLDAsMCwxLC4wNiwxLjg2bC0uMDYuMDZhMS4zNSwxLjM1LDAsMCwxLTEsLjQxLDEuMzIsMS4zMiwwLDAsMS0uOTUtLjQxbC01LjMtNS4yLTUuMiw1LjJhMS4zMSwxLjMxLDAsMCwxLTEuODYuMDVsLS4wNS0uMDVhMS4zMSwxLjMxLDAsMCwxLS4wNi0xLjg2bC4wNi0uMDYsNS4yMS01LjE4LTUuMi01LjI0YTEuMzUsMS4zNSwwLDEsMSwxLjkyLTEuOTFoMGw1LjE4LDUuMiw1LjItNS4yYTEuMzUsMS4zNSwwLDAsMSwxLjkyLDEuOTFsLTUuMTgsNS4yNFpNNDcuMjcsMEgyOS40NWEyLjc1LDIuNzUsMCwwLDAtMi43OCwyLjcyaDBWMjAuNTVhMi43NCwyLjc0LDAsMCwwLDIuNzEsMi43OEg0Ny4yN0EyLjc0LDIuNzQsMCwwLDAsNTAsMjAuNTdWMi43M0EyLjc1LDIuNzUsMCwwLDAsNDcuMjcsMFpNNDUuNDgsMzUuMmwtOC4yMSw4LjIyYTEuMzUsMS4zNSwwLDAsMS0xLC40MSwxLjMyLDEuMzIsMCwwLDEtLjk1LS40MWwtNC4xMi00LjFhMS4zNiwxLjM2LDAsMSwxLDEuOTItMS45MmgwbDMuMTUsMy4xNSw3LjI3LTcuMjJhMS4zNSwxLjM1LDAsMCwxLDEuOTEsMS45MlptMS43OS04LjUzSDI5LjQ1YTIuNzQsMi43NCwwLDAsMC0yLjc4LDIuNzFWNDcuMjdBMi43NCwyLjc0LDAsMCwwLDI5LjQzLDUwSDQ3LjI3QTIuNzUsMi43NSwwLDAsMCw1MCw0Ny4yN1YyOS40NWEyLjc1LDIuNzUsMCwwLDAtMi43Mi0yLjc4Wm0tMjguNSwxNi45YTEuMzEsMS4zMSwwLDAsMSwuMDUsMS44NmwtLjA1LDBhMS4zNSwxLjM1LDAsMCwxLTEuOTEsMGgwbC01LjE4LTUuMjFMNi40Myw0NS40OGExLjMxLDEuMzEsMCwwLDEtLjk1LjQsMS4zNSwxLjM1LDAsMCwxLTEtLjQsMS4zMSwxLjMxLDAsMCwxLS4wNi0xLjg2bC4wNiwwLDUuMjEtNS4yNEw0LjUyLDMzLjE1YTEuMzUsMS4zNSwwLDEsMSwxLjkxLTEuOTJsNS4yNCw1LjIsNS4yLTUuMmExLjM1LDEuMzUsMCwxLDEsMS45MSwxLjkybC01LjIxLDUuMThabTEuNzgtMTYuOUgyLjczQTIuNzQsMi43NCwwLDAsMCwwLDI5LjQzVjQ3LjI3QTIuNzUsMi43NSwwLDAsMCwyLjczLDUwSDIwLjU1YTIuNzUsMi43NSwwLDAsMCwyLjc4LTIuNzJoMFYyOS40NWEyLjc0LDIuNzQsMCwwLDAtMi43MS0yLjc4WiIvPjwvc3ZnPg==");
}

.learning-library .card-details a {
	color: #555555;
}

.learning-library time {
	color: #767676;
}

.learning-library nav .pagination>li a {
	color: #555555;
	background-color: #E5E5E5;
	border: 1px solid #ffffff;
}

.learning-library nav .pagination>li a:hover {
	background-color: #FDC031;
	color: #404040;
}

.learning-library nav .pagination>li a:focus {
	background-color: #FDC031;
	border: 1px solid #ffffff;
}

.learning-library nav .pagination>li.active a {
	color: #404040;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	font-weight: 700;
}

.learning-library-header.rte h2 {
	margin-bottom: 0.4em;
}

#learningDropdownButton {
	display: inherit;
	margin: 0 auto 1em auto;
}

.learning-card-holder {
	padding-top: 1rem;
}

.learning-card-holder .clear-filters {
	margin-bottom: 1.5rem;
	margin-top: -1.4rem;
	text-align: center;
}

.learning-card-holder .clear-filters a {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #555555;
	text-decoration-color: #ffffff !important;
	transition: all 0.3s;
}

.learning-card-holder .clear-filters a small,
.learning-card-holder .clear-filters a .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.learning-card-holder .clear-filters a small,
.learning-card-holder .clear-filters a .small {
	font-size: 75%;
}

.learning-card-holder .clear-filters a a {
	text-decoration: none;
}

@media (min-width:992px) {
	.learning-card-holder .clear-filters a {
		font-size: 0.738em;
	}
}

.learning-card-holder .clear-filters a:hover,
.learning-card-holder .clear-filters a:active,
.learning-card-holder .clear-filters a:focus {
	text-decoration: underline !important;
	text-decoration-thickness: 0.15em !important;
	text-decoration-color: #0c6c6e !important;
	text-underline-offset: 0.1em;
}

.learning-card-holder .clear-filters a:focus {
	text-decoration: underline;
	text-decoration-color: #555555 !important;
}

.white .learning-card-holder .clear-filters a {
	color: #ffffff;
	text-decoration-color: transparent !important;
}

.white .learning-card-holder .clear-filters a:hover,
.white .learning-card-holder .clear-filters a:active {
	text-decoration-color: rgba(255, 255, 255, 0.7) !important;
}

.white .learning-card-holder .clear-filters a:focus {
	text-decoration-color: #ffffff !important;
}

.learning-card-columns {
	padding-left: 0;
	margin: 0 -0.5em;
}

.learning-card-columns li {
	flex-grow: 0;
	width: 100%;
	float: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

@media (max-width:767px) {
	.learning-card-columns {
		margin: 0;
	}

	.learning-card-columns li {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width:1199px) and (min-width:768px) {
	.learning-card-columns li {
		width: calc((100% - 2em)/2);
	}
}

@media (min-width:1200px) {
	.learning-card-columns li {
		width: calc((100% - 3em)/3);
	}
}

.learning-card-columns li:last-of-type {
	padding-bottom: 1.8em;
}

.learning-card {
	break-inside: avoid;
	position: relative;
	display: flex;
	margin-bottom: 1em;
	padding: 1em;
}

@media (min-width:768px) {
	.learning-card {
		padding: 1.8em;
	}
}

.learning-card.feature {
	padding: 2em 1em 1em 1em;
}

@media (min-width:768px) {
	.learning-card.feature {
		padding: 2.5em 1.8em 1.8em 1.8em;
	}
}

.learning-card .feature-div {
	background-color: #353863;
	color: #ffffff;
	font-family: "KievitWeb";
	font-size: 0.65em;
	font-weight: 700;
	left: 0;
	margin-bottom: 0;
	padding: 0.25em 0.5em 0.15em 0.5em;
	position: absolute;
	text-transform: uppercase;
	top: 0px;
}

.learning-card .learning-card-img img {
	height: auto;
	margin-right: 1em;
	max-height: 8em;
	width: 4em;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.learning-card .learning-card-text {
		width: 100%;
	}
}

.learning-card .learning-card-text .card-details {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.learning-card .learning-card-text .card-details small,
.learning-card .learning-card-text .card-details .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.learning-card .learning-card-text .card-details small,
.learning-card .learning-card-text .card-details .small {
	font-size: 75%;
}

.learning-card .learning-card-text .card-details a {
	text-decoration: none;
}

@media (min-width:992px) {
	.learning-card .learning-card-text .card-details {
		font-size: 0.738em;
	}
}

.learning-card .learning-card-text .card-details a {
	margin-top: 0;
	margin-bottom: 0;
}

.learning-card .learning-card-text .card-details time {
	display: block;
	font-family: "KievitWeb";
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.3;
}

.learning-card .learning-card-text h3 {
	font-size: 1.2em;
	margin-bottom: 0;
}

.learning-type-filters,
.learning-search {
	margin-left: 8%;
	margin-right: 8%;
	margin-bottom: 1.6em;
	padding: 1em 1em 0em 1em;
	background-color: #353863;
}

@media (min-width:1600px) {

	.learning-type-filters,
	.learning-search {
		margin: 0 auto;
		margin-bottom: 1.6em;
		max-width: 1344px;
	}
}

.learning-type-filters h3,
.learning-search h3,
.learning-type-filters .search-label,
.learning-search .search-label {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
	width: 6em;
	margin-right: 2em;
	margin-top: 0;
	float: left;
}

.learning-type-filters h3 small,
.learning-search h3 small,
.learning-type-filters .search-label small,
.learning-search .search-label small,
.learning-type-filters h3 .small,
.learning-search h3 .small,
.learning-type-filters .search-label .small,
.learning-search .search-label .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.learning-type-filters h3 small,
.learning-search h3 small,
.learning-type-filters .search-label small,
.learning-search .search-label small,
.learning-type-filters h3 .small,
.learning-search h3 .small,
.learning-type-filters .search-label .small,
.learning-search .search-label .small {
	font-size: 75%;
}

.learning-type-filters h3 a,
.learning-search h3 a,
.learning-type-filters .search-label a,
.learning-search .search-label a {
	text-decoration: none;
}

@media (min-width:992px) {

	.learning-type-filters h3,
	.learning-search h3,
	.learning-type-filters .search-label,
	.learning-search .search-label {
		font-size: 0.738em;
	}
}

@media (min-width:992px) {

	.learning-type-filters h3,
	.learning-search h3,
	.learning-type-filters .search-label,
	.learning-search .search-label {
		width: 8em;
	}
}

.learning-search {
	border-top: 1px solid #2c2c2c;
	margin-top: -1.6em;
	padding-bottom: 1em;
}

.learning-search-form {
	display: flex;
}

.learning-search-form input {
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
	color: #ffffff;
	flex-grow: 1;
	margin-right: 1em;
	font-size: 1em;
	height: auto;
	border: 1px solid transparent;
}

.learning-search-form input:focus {
	border: 1px solid white;
	outline: none;
	box-shadow: none;
}

.learning-search-form input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.learning-type-filters ul {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media (max-width:991px) {
	.learning-type-filters ul {
		flex-wrap: wrap;
	}
}

@media (min-width:1200px) {
	.learning-type-filters ul {
		flex-grow: 1;
	}
}

.learning-type-filters li {
	margin-bottom: 1em;
	padding-bottom: 0;
	-ms-flex: 1;
}

@media (max-width:991px) {
	.learning-type-filters li {
		width: 100%;
		-ms-flex: none;
	}
}

@media (min-width:1200px) {
	.learning-type-filters li {
		flex-grow: inherit;
	}
}

@media (min-width:992px) {
	.learning-type-filters li:not(:last-child) {
		margin-right: 1em;
	}
}

.learning-type-filters li .checkbox {
	cursor: pointer;
	width: 100%;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	align-items: flex-start;
	color: #fff;
	background-color: #353863;
	display: -ms-flexbox;
	display: flex;
	font-family: "KievitWeb";
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0.6em 0.6em 0.5em 0.6em;
}

@media (min-width:992px) {
	.learning-type-filters li .checkbox {
		font-size: 30px;
		font-weight: 200;
	}
}

.learning-type-filters li .checkbox .icon {
	opacity: 0.7;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 0.5em;
	min-width: 1.5rem;
	min-height: 1.5rem;
}

@media (min-width:992px) {
	.learning-type-filters li .checkbox .icon {
		min-width: 1.8rem;
		min-height: 1.8rem;
	}
}

.learning-type-filters li .checkbox.reflections {
	border: 3px solid #AD3A62;
}

.learning-type-filters li .checkbox.reflections .icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3JlZmxlY3Rpb25zPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMC4xNyw1MGExLjc4LDEuNzgsMCwwLDEtMS42LTFMMi42MiwyMS40OGExLjc1LDEuNzUsMCwwLDEsLjExLTEuOTFsNC43NC02LjIyLTQuMTItMTFBMS43MywxLjczLDAsMCwxLDMuNDguOTQsMS43MSwxLjcxLDAsMCwxLDQuNTMuMDksMS42OCwxLjY4LDAsMCwxLDQuOTIsMEgzNS4xN2wuMjIsMGExLjcsMS43LDAsMCwxLDEuNjgsMS40MSwxLjcsMS43LDAsMCwxLS4xOCwxLjEzbC00LDEwLjgxLDQuNjYsNi4yMmExLjc3LDEuNzcsMCwwLDEsLjExLDEuOTFMMjEuNzYsNDkuMDVBMS44LDEuOCwwLDAsMSwyMC4xNyw1MFptMS42Ny04TDM0LjE2LDIwLjdsLTQtNS4zM0gxMC4xOWwtNCw1LjM2TDE4LjQxLDQxLjkyVjI5LjM4QTQuNjcsNC42NywwLDAsMSwxNS41NywyNWE0LjU4LDQuNTgsMCwwLDEsNC4xNi00LjkzbC40MiwwYTQuNTYsNC41NiwwLDAsMSw0LjU2LDQuMTksMy42NiwzLjY2LDAsMCwxLDAsLjgxLDQuNjUsNC42NSwwLDAsMS0yLjg3LDQuMjdaTTIwLjE3LDIzLjg3QTEuMTQsMS4xNCwwLDEsMCwyMS4zMiwyNSwxLjE0LDEuMTQsMCwwLDAsMjAuMTcsMjMuODdabTUuNzcsMjZhMS42MywxLjYzLDAsMCwxLTEuMTgtLjUyLDEuNjksMS42OSwwLDAsMS0uNDktMS4yLDEuNzksMS43OSwwLDAsMSwuNS0xLjIyQTEuNzEsMS43MSwwLDAsMSwyNiw0Ni40MUg0OC4yOUExLjc0LDEuNzQsMCwwLDEsNTAsNDguMTRhMS43MiwxLjcyLDAsMCwxLTEuNzEsMS43MUgyNS45NFoiLz48L3N2Zz4=");
}

.learning-type-filters li .checkbox.research {
	border: 3px solid #0c6c6e;
}

.learning-type-filters li .checkbox.research .icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MSA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3Jlc2VhcmNoPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MC42NSw0My40Miw0My4xOSwzMi43OEExMi44LDEyLjgsMCwwLDAsMzYuODcsMTFWMS4xN0ExLjE3LDEuMTcsMCwwLDAsMzUuNywwSDQuNjRBMS4xNywxLjE3LDAsMCwwLDMuNDcsMS4xN2gwVjUuN0gyLjc5YTEuNzksMS43OSwwLDEsMCwwLDMuNTdoLjY4djdIMi43OWExLjc4LDEuNzgsMCwxLDAsMCwzLjU2aC42OHY3SDIuNzlhMS43OCwxLjc4LDAsMCwwLS4zNSwzLjU1aDF2N0gyLjc5YTEuNzgsMS43OCwwLDEsMC0uMzUsMy41NWgxdjhBMS4xNywxLjE3LDAsMCwwLDQuNjQsNTBIMzUuN2ExLjE3LDEuMTcsMCwwLDAsMS4xNy0xLjE3aDBWMzYuMDhBMTIuNzUsMTIuNzUsMCwwLDAsNDAsMzVsNy40NSwxMC42M2EyLDIsMCwwLDAsMi43Mi40OWgwQTIsMiwwLDAsMCw1MC42NSw0My40MlpNNDIuNDQsMTcuODVhOS45Miw5LjkyLDAsMSwxLTEzLjgyLTIuNDNBOS45MSw5LjkxLDAsMCwxLDQyLjQ0LDE3Ljg1WiIvPjwvc3ZnPg==");
}

.learning-type-filters li .checkbox.evaluation {
	border: 3px solid #21A59D;
}

.learning-type-filters li .checkbox.evaluation .icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2V2YWx1YXRpb25zPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOC43Nyw4LjVsLTguMjIsOC4xN2ExLjQ0LDEuNDQsMCwwLDEtMSwuNCwxLjQxLDEuNDEsMCwwLDEtLjk1LS40TDQuNTIsMTIuNmExLjM1LDEuMzUsMCwwLDEsMS45MS0xLjkybDMuMTUsMy4xNSw3LjI3LTcuMjZhMS4zNSwxLjM1LDAsMSwxLDEuOTIsMS45MWgwWk0yMC41NSwwSDIuNzNBMi43NSwyLjc1LDAsMCwwLDAsMi43M1YyMC41NWEyLjc1LDIuNzUsMCwwLDAsMi43MiwyLjc4SDIwLjU1YTIuNzQsMi43NCwwLDAsMCwyLjc4LTIuNzFWMi43M0EyLjc0LDIuNzQsMCwwLDAsMjAuNTcsMFptMjUsMTYuODVhMS4zMiwxLjMyLDAsMCwxLC4wNiwxLjg2bC0uMDYuMDZhMS4zNSwxLjM1LDAsMCwxLTEsLjQxLDEuMzIsMS4zMiwwLDAsMS0uOTUtLjQxbC01LjMtNS4yLTUuMiw1LjJhMS4zMSwxLjMxLDAsMCwxLTEuODYuMDVsLS4wNS0uMDVhMS4zMSwxLjMxLDAsMCwxLS4wNi0xLjg2bC4wNi0uMDYsNS4yMS01LjE4LTUuMi01LjI0YTEuMzUsMS4zNSwwLDEsMSwxLjkyLTEuOTFoMGw1LjE4LDUuMiw1LjItNS4yYTEuMzUsMS4zNSwwLDAsMSwxLjkyLDEuOTFsLTUuMTgsNS4yNFpNNDcuMjcsMEgyOS40NWEyLjc1LDIuNzUsMCwwLDAtMi43OCwyLjcyaDBWMjAuNTVhMi43NCwyLjc0LDAsMCwwLDIuNzEsMi43OEg0Ny4yN0EyLjc0LDIuNzQsMCwwLDAsNTAsMjAuNTdWMi43M0EyLjc1LDIuNzUsMCwwLDAsNDcuMjcsMFpNNDUuNDgsMzUuMmwtOC4yMSw4LjIyYTEuMzUsMS4zNSwwLDAsMS0xLC40MSwxLjMyLDEuMzIsMCwwLDEtLjk1LS40MWwtNC4xMi00LjFhMS4zNiwxLjM2LDAsMSwxLDEuOTItMS45MmgwbDMuMTUsMy4xNSw3LjI3LTcuMjJhMS4zNSwxLjM1LDAsMCwxLDEuOTEsMS45MlptMS43OS04LjUzSDI5LjQ1YTIuNzQsMi43NCwwLDAsMC0yLjc4LDIuNzFWNDcuMjdBMi43NCwyLjc0LDAsMCwwLDI5LjQzLDUwSDQ3LjI3QTIuNzUsMi43NSwwLDAsMCw1MCw0Ny4yN1YyOS40NWEyLjc1LDIuNzUsMCwwLDAtMi43Mi0yLjc4Wm0tMjguNSwxNi45YTEuMzEsMS4zMSwwLDAsMSwuMDUsMS44NmwtLjA1LDBhMS4zNSwxLjM1LDAsMCwxLTEuOTEsMGgwbC01LjE4LTUuMjFMNi40Myw0NS40OGExLjMxLDEuMzEsMCwwLDEtLjk1LjQsMS4zNSwxLjM1LDAsMCwxLTEtLjQsMS4zMSwxLjMxLDAsMCwxLS4wNi0xLjg2bC4wNiwwLDUuMjEtNS4yNEw0LjUyLDMzLjE1YTEuMzUsMS4zNSwwLDEsMSwxLjkxLTEuOTJsNS4yNCw1LjIsNS4yLTUuMmExLjM1LDEuMzUsMCwxLDEsMS45MSwxLjkybC01LjIxLDUuMThabTEuNzgtMTYuOUgyLjczQTIuNzQsMi43NCwwLDAsMCwwLDI5LjQzVjQ3LjI3QTIuNzUsMi43NSwwLDAsMCwyLjczLDUwSDIwLjU1YTIuNzUsMi43NSwwLDAsMCwyLjc4LTIuNzJoMFYyOS40NWEyLjc0LDIuNzQsMCwwLDAtMi43MS0yLjc4WiIvPjwvc3ZnPg==");
}

.learning-type-filters li .checkbox:hover,
.learning-type-filters li .checkbox:active,
.learning-type-filters li .checkbox:focus {
	text-decoration: none;
}

.learning-type-filters li .checkbox:hover .icon,
.learning-type-filters li .checkbox:active .icon,
.learning-type-filters li .checkbox:focus .icon {
	transition: all 0.3s;
}

.learning-type-filters li .checkbox:hover,
.learning-type-filters li .checkbox:active {
	box-shadow: inset 0 0 0 2px #ffffff;
}

.learning-type-filters li .checkbox:hover .icon,
.learning-type-filters li .checkbox:active .icon {
	opacity: 1;
}

.learning-type-filters li .checkbox:focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	border: 3px solid #ffffff;
	outline: none;
}

.learning-type-filters li .checkbox:focus .icon {
	opacity: 1;
}

.learning-type-filters li .checkbox.active,
.learning-type-filters li .checkbox[aria-pressed='true'] {
	box-shadow: inset 0 0 0 2px #ffffff;
	outline: 3px solid #ffffff;
}

.learning-type-filters li .checkbox.active.reflections,
.learning-type-filters li .checkbox[aria-pressed='true'].reflections {
	background-color: #AD3A62;
}

.learning-type-filters li .checkbox.active.research,
.learning-type-filters li .checkbox[aria-pressed='true'].research {
	background-color: #0c6c6e;
}

.learning-type-filters li .checkbox.active.evaluation,
.learning-type-filters li .checkbox[aria-pressed='true'].evaluation {
	background-color: #21A59D;
}

.learning-type-filters li .checkbox.active .icon,
.learning-type-filters li .checkbox[aria-pressed='true'] .icon {
	opacity: 1;
}

.learning-type-filters li .checkbox.active:hover,
.learning-type-filters li .checkbox[aria-pressed='true']:hover {
	box-shadow: inset 0 0 0 2px #ffffff;
}

.learning-type-filters li .checkbox.active:focus,
.learning-type-filters li .checkbox[aria-pressed='true']:focus {
	outline: none;
}

.darkblue-filter-wrapper {
	background-color: #353863;
	margin-top: -4.5em;
	padding-top: 4.5em;
}

.darkblue-filter-wrapper .learning-type-filters,
.darkblue-filter-wrapper .learning-search {
	padding-left: 0;
	padding-right: 0;
}

.darkblue-filter-wrapper .learning-type-filters {
	margin-top: 2em;
}

.darkblue-filter-wrapper .learning-search {
	padding-bottom: 2em;
	margin-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.hero-typography {
	display: flex;
	flex-direction: column;
}

.hero-typography.reflections {
	background-color: #AD3A62;
}

.hero-typography.research {
	background-color: #0c6c6e;
}

.hero-typography.evaluation {
	background-color: #21A59D;
}

.hero-typography .wrapper {
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 0 8% 0 8%;
}

.hero-typography .wrapper a {
	color: #ffffff;
}

.hero-typography .wrapper a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.hero-typography .wrapper .rte h2 a,
.hero-typography .wrapper .rte h3 a,
.hero-typography .wrapper .rte h4 a,
.hero-typography .wrapper .rte h5 a,
.hero-typography .wrapper .rte h6 a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.hero-typography .wrapper .rte h2 a:hover,
.hero-typography .wrapper .rte h3 a:hover,
.hero-typography .wrapper .rte h4 a:hover,
.hero-typography .wrapper .rte h5 a:hover,
.hero-typography .wrapper .rte h6 a:hover {
	box-shadow: inset 0 -1px 0 #ffffff;
	text-decoration: none;
}

.hero-typography .wrapper .rte h2 a:active,
.hero-typography .wrapper .rte h3 a:active,
.hero-typography .wrapper .rte h4 a:active,
.hero-typography .wrapper .rte h5 a:active,
.hero-typography .wrapper .rte h6 a:active {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #ffffff;
}

.hero-typography .wrapper .rte h2 a:focus,
.hero-typography .wrapper .rte h3 a:focus,
.hero-typography .wrapper .rte h4 a:focus,
.hero-typography .wrapper .rte h5 a:focus,
.hero-typography .wrapper .rte h6 a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.hero-typography .wrapper .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}

.hero-typography .wrapper .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:hover,
.hero-typography .wrapper .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	background-color: transparent;
	color: #ffffff;
	box-shadow: inset 0 -1px 0 #ffffff !important;
}

.hero-typography .wrapper .rte p:not(.link-standalone):not(.orange-button):not(.blue-button) a:active {
	box-shadow: inset 0 -2px 0 #ffffff !important;
}

.hero-typography .wrapper .rte p.blue-button a {
	color: #ffffff;
}

.hero-typography .wrapper .rte p.blue-button a:hover,
.hero-typography .wrapper .rte p.blue-button a:active,
.hero-typography .wrapper .rte p.blue-button a:focus {
	color: #007FAA;
}

.hero-typography .wrapper .rte .orange-button a {
	box-shadow: none;
}

.hero-typography .wrapper .rte .link-standalone {
	color: #ffffff;
}

.hero-typography .wrapper .rte .link-standalone a {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	font-family: "KievitWeb";
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: normal;
	transition: all 0.15s ease;
	color: #ffffff;
}

.hero-typography .wrapper .rte .link-standalone a:hover,
.hero-typography .wrapper .rte .link-standalone a:active,
.hero-typography .wrapper .rte .link-standalone a:focus {
	text-decoration: none;
}

.hero-typography .wrapper .rte .link-standalone a:hover,
.hero-typography .wrapper .rte .link-standalone a:active {
	box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.hero-typography .wrapper .rte .link-standalone a:focus {
	background-color: none;
	box-shadow: inset 0 -2px 0 #ffffff;
	color: #ffffff !important;
}

.hero-typography .wrapper .bootstrap-select .btn-default,
.hero-typography .wrapper .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: transparent;
}

.hero-typography .wrapper .bootstrap-select .btn-default:hover,
.hero-typography .wrapper .bootstrap-select.open .btn-default:hover,
.hero-typography .wrapper .bootstrap-select .btn-default:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default:focus,
.hero-typography .wrapper .bootstrap-select .btn-default:active,
.hero-typography .wrapper .bootstrap-select.open .btn-default:active,
.hero-typography .wrapper .bootstrap-select .btn-default.active,
.hero-typography .wrapper .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.hero-typography .wrapper .bootstrap-select .btn-default,
.open .dropdown-toggle.hero-typography .wrapper .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.hero-typography .wrapper .bootstrap-select .btn-default:active,
.hero-typography .wrapper .bootstrap-select.open .btn-default:active,
.hero-typography .wrapper .bootstrap-select .btn-default.active,
.hero-typography .wrapper .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.hero-typography .wrapper .bootstrap-select .btn-default,
.open .dropdown-toggle.hero-typography .wrapper .bootstrap-select.open .btn-default {
	background-image: none;
}

.hero-typography .wrapper .bootstrap-select .btn-default:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default:focus,
.hero-typography .wrapper .bootstrap-select .btn-default:active:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default:active:focus,
.hero-typography .wrapper .bootstrap-select .btn-default.active:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default.active:focus,
.hero-typography .wrapper .bootstrap-select .btn-default.focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default.focus,
.hero-typography .wrapper .bootstrap-select .btn-default:active.focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default:active.focus,
.hero-typography .wrapper .bootstrap-select .btn-default.active.focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.hero-typography .wrapper .bootstrap-select .btn-default.disabled,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled],
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default,
.hero-typography .wrapper .bootstrap-select .btn-default.disabled:hover,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled:hover,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled]:hover,
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default:hover,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default:hover,
.hero-typography .wrapper .bootstrap-select .btn-default.disabled:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled:focus,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled]:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default:focus,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default:focus,
.hero-typography .wrapper .bootstrap-select .btn-default.disabled:active,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled:active,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled]:active,
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default:active,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default:active,
.hero-typography .wrapper .bootstrap-select .btn-default.disabled.active,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled.active,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled].active,
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default.active,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.hero-typography .wrapper .bootstrap-select .btn-default .badge,
.hero-typography .wrapper .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

.hero-typography .wrapper .bootstrap-select .btn-default:hover,
.hero-typography .wrapper .bootstrap-select.open .btn-default:hover,
.hero-typography .wrapper .bootstrap-select .btn-default:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default:focus,
.hero-typography .wrapper .bootstrap-select .btn-default:active,
.hero-typography .wrapper .bootstrap-select.open .btn-default:active,
.hero-typography .wrapper .bootstrap-select .btn-default.active,
.hero-typography .wrapper .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.hero-typography .wrapper .bootstrap-select .btn-default,
.open .dropdown-toggle.hero-typography .wrapper .bootstrap-select.open .btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.hero-typography .wrapper .bootstrap-select .btn-default:active,
.hero-typography .wrapper .bootstrap-select.open .btn-default:active,
.hero-typography .wrapper .bootstrap-select .btn-default.active,
.hero-typography .wrapper .bootstrap-select.open .btn-default.active,
.open .dropdown-toggle.hero-typography .wrapper .bootstrap-select .btn-default,
.open .dropdown-toggle.hero-typography .wrapper .bootstrap-select.open .btn-default {
	background-image: none;
}

.hero-typography .wrapper .bootstrap-select .btn-default:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default:focus,
.hero-typography .wrapper .bootstrap-select .btn-default:active:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default:active:focus,
.hero-typography .wrapper .bootstrap-select .btn-default.active:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default.active:focus,
.hero-typography .wrapper .bootstrap-select .btn-default.focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default.focus,
.hero-typography .wrapper .bootstrap-select .btn-default:active.focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default:active.focus,
.hero-typography .wrapper .bootstrap-select .btn-default.active.focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default.active.focus {
	box-shadow: inset 0 0 0 2px #ffffff;
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}

.hero-typography .wrapper .bootstrap-select .btn-default.disabled,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled],
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled],
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default,
.hero-typography .wrapper .bootstrap-select .btn-default.disabled:hover,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled:hover,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled]:hover,
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled]:hover,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default:hover,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default:hover,
.hero-typography .wrapper .bootstrap-select .btn-default.disabled:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled:focus,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled]:focus,
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled]:focus,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default:focus,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default:focus,
.hero-typography .wrapper .bootstrap-select .btn-default.disabled:active,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled:active,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled]:active,
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled]:active,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default:active,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default:active,
.hero-typography .wrapper .bootstrap-select .btn-default.disabled.active,
.hero-typography .wrapper .bootstrap-select.open .btn-default.disabled.active,
.hero-typography .wrapper .bootstrap-select .btn-default[disabled].active,
.hero-typography .wrapper .bootstrap-select.open .btn-default[disabled].active,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select .btn-default.active,
fieldset[disabled] .hero-typography .wrapper .bootstrap-select.open .btn-default.active {
	background-color: transparent;
	border-color: transparent;
}

.hero-typography .wrapper .bootstrap-select .btn-default .badge,
.hero-typography .wrapper .bootstrap-select.open .btn-default .badge {
	color: transparent;
	background-color: #ffffff;
}

@media (min-width:768px) {
	.hero-typography .wrapper {
		min-height: 372px;
	}
}

@media (min-width:992px) {
	.hero-typography .wrapper {
		min-height: 450px;
	}
}

@media (min-width:1200px) {
	.hero-typography .wrapper {
		min-height: 525px;
	}
}

@media (min-width:1600px) {
	.hero-typography .wrapper {
		padding: 0 128px;
		width: 1600px;
		margin: 0 auto;
	}
}

.hero-typography .wrapper .header-text {
	width: 100%;
	padding-bottom: 2em;
}

.hero-typography .wrapper .header-text .breadcrumb {
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 0.5em 0.5em 0.25em 0.5em;
	display: inline-block;
}

@media (min-width:992px) {
	.hero-typography .wrapper .header-text .breadcrumb {
		font-size: 0.738em;
	}
}

.hero-typography .wrapper .header-text .breadcrumb:hover,
.hero-typography .wrapper .header-text .breadcrumb:active,
.hero-typography .wrapper .header-text .breadcrumb:focus {
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.25);
}

.hero-typography .wrapper .header-text h1 {
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	margin-left: -0.08em;
	max-width: 1200px;
}

.learning-detail-body {
	margin-bottom: 0;
	margin-top: 10px;
}

@media (min-width:768px) {
	.learning-detail-body {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.learning-detail-body {
		margin-top: 24px;
	}
}

.learning-detail-body .rte *:first-child {
	margin-top: 0;
}

.learning-detail-body .tags {
	padding: 0.5em 0 0.9em 0;
	margin-bottom: 25px;
	font-family: KievitWeb, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	list-style: none;
	border-bottom: 4px solid;
}

@media (min-width:768px) {
	.learning-detail-body .tags {
		margin-bottom: 50px;
	}
}

@media (min-width:1200px) {
	.learning-detail-body .tags {
		margin-bottom: 60px;
	}
}

.learning-detail-body .tags li {
	display: inline-block;
	padding-bottom: 0;
}

.learning-detail-body .tags li.content-type {
	display: block;
	font-weight: 700;
	margin-right: auto;
}

.learning-detail-body .tags li.content-type a {
	color: #555555;
}

.learning-detail-body .tags li:not(:last-child):not(:first-child) {
	margin-right: 0.5em;
}

.learning-detail-body .tags li:not(:last-child):not(:first-child):after {
	color: #A6A8AB;
	content: "|";
	font-weight: 400;
	margin-left: 0.5em;
}

.learning-detail-body .tags li a {
	color: inherit;
	background-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	color: #767676;
	padding-bottom: 0.1em;
}

.learning-detail-body .tags li a:hover {
	box-shadow: inset 0 -1px 0 rgba(237, 113, 30, 0.6);
	text-decoration: none;
}

.learning-detail-body .tags li a:active,
.learning-detail-body .tags li a:focus {
	text-decoration: none;
	box-shadow: inset 0 -2px 0 #0c6c6e;
}

.learning-detail-body .tags.reflections {
	border-color: #AD3A62;
}

.learning-detail-body .tags.research {
	border-color: #0c6c6e;
}

.learning-detail-body .tags.evaluation {
	border-color: #21A59D;
}

.tabs-and-social {
	margin-bottom: 30px;
}

@media (min-width:992px) {
	.tabs-and-social {
		border-bottom: 1px solid #E5E5E5;
	}
}

@media (min-width:768px) {
	.tabs-and-social {
		margin-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.tabs-and-social {
		margin-bottom: 72px;
	}
}

.tabs-and-social .container-fluid {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}

@media (min-width:992px) {
	.tabs-and-social .container-fluid {
		flex-direction: row;
	}
}

.tabs-and-social .tab-underline {
	display: none;
	background: transparent;
	bottom: 0;
	height: 5px;
	position: absolute;
	transition: left 0.2s, width 0.2s;
	width: 0px;
	will-change: left, width;
}

@media (min-width:992px) {
	.tabs-and-social .tab-underline {
		background: #0c6c6e;
	}
}

.tabs-and-social .nav.nav-tabs {
	align-items: stretch;
	display: flex;
	list-style-type: none;
	margin: 0 auto -1px auto;
	padding: 0;
	position: relative;
}

@media (max-width:991px) {
	.tabs-and-social .nav.nav-tabs {
		width: 100%;
		flex-direction: column;
		border-left: 1px solid #E5E5E5;
		border-bottom: none;
	}

	.tabs-and-social .nav.nav-tabs li {
		display: block;
		width: 100%;
	}
}

.tabs-and-social .nav.nav-tabs li {
	align-items: stretch;
	border: 1px solid transparent;
	display: flex;
	line-height: 1;
	padding: 0;
	margin-bottom: -1px;
}

.tabs-and-social .nav.nav-tabs li:not(:last-of-type) {
	margin-right: 1.6em;
}

@media (min-width:992px) {
	.tabs-and-social .nav.nav-tabs li {
		max-width: 15rem;
	}
}

.tabs-and-social .nav.nav-tabs li a {
	background-color: #ffffff;
	color: #555555;
	display: inline-block;
	font-family: "KievitWeb";
	font-size: 1em;
	letter-spacing: 0.0297em;
	line-height: 1;
	padding: 0.5rem 0 0.5rem 0.8rem;
	position: relative;
}

.tabs-and-social .nav.nav-tabs li a:hover,
.tabs-and-social .nav.nav-tabs li a:active,
.tabs-and-social .nav.nav-tabs li a:focus {
	background-color: #ffffff;
	border: 1px solid transparent;
	color: #000000;
}

.tabs-and-social .nav.nav-tabs li a:focus,
.tabs-and-social .nav.nav-tabs li a:active:focus {
	border-top: 1px solid transparent;
}

@media (max-width:991px) {

	.tabs-and-social .nav.nav-tabs li a:hover,
	.tabs-and-social .nav.nav-tabs li a:active,
	.tabs-and-social .nav.nav-tabs li a:focus,
	.tabs-and-social .nav.nav-tabs li a:active:focus {
		text-decoration: underline !important;
		text-decoration-color: #0c6c6e !important;
	}
}

@media (min-width:992px) {
	.tabs-and-social .nav.nav-tabs li a {
		text-align: center;
		padding: 1rem 0 1.3rem 0;
	}

	.tabs-and-social .nav.nav-tabs li a:focus,
	.tabs-and-social .nav.nav-tabs li a:active:focus {
		border-bottom: 1px solid #000000;
	}
}

.tabs-and-social .nav.nav-tabs li.active a {
	background-image: none;
	border: 1px solid transparent;
	border-top: 1px solid #ffffff;
	font-weight: 700;
	letter-spacing: 0;
}

.tabs-and-social .nav.nav-tabs li.active a:focus,
.tabs-and-social .nav.nav-tabs li.active a:active,
.tabs-and-social .nav.nav-tabs li.active a:active:focus {
	border-top: 1px solid #ffffff;
}

@media (max-width:991px) {
	.tabs-and-social .nav.nav-tabs li.active a::before {
		background-color: #0c6c6e;
		content: "";
		float: left;
		height: 200%;
		left: -1.25rem;
		position: relative;
		top: -0.6rem;
		width: 0.3125rem;
		margin-right: -0.3125rem;
	}
}

@media (min-width:992px) {

	.tabs-and-social .nav.nav-tabs li.active a:focus,
	.tabs-and-social .nav.nav-tabs li.active a:active,
	.tabs-and-social .nav.nav-tabs li.active a:active:focus {
		border-bottom: 1px solid #000000;
	}
}

.social-icons {
	margin-top: 10px;
}

@media (min-width:768px) {
	.social-icons {
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.social-icons {
		margin-top: 24px;
	}
}

@media print {
	.social-icons {
		display: none;
	}
}

.social-icons .container-fluid {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}

@media (min-width:992px) {
	.social-icons .container-fluid {
		flex-direction: row;
	}
}

.social-icons .social-wrapper {
	float: left;
	position: relative;
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}

.social-icons .social-wrapper ul {
	margin-bottom: 0;
}

.hero-mega {
	background-color: #ffffff;
	background-image: url("images/placeholder-mega-hero-01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: calc(100vh - 67px);
	position: relative;
}

@media (min-width:768px) {
	.hero-mega {
		min-height: calc(100vh - 2*80px);
	}
}

@media (min-width:1080px) {
	.hero-mega {
		min-height: calc(100vh - 80px);
	}
}

.hero-mega:not(.white) .h6.crumb a,
.hero-mega:not(.white) .rte {
	color: #000000;
}

.hero-mega.white {
	background-color: #000000;
}

.hero-mega.white .h6.crumb a,
.hero-mega.white .rte,
.hero-mega.white .hero-mega-text {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.hero-mega.white .orange-button {
	text-shadow: none;
}

.hero-mega.white .hero-mega-social .social-wrapper a svg .icon {
	fill: rgba(255, 255, 255, 0.7);
}

.hero-mega.white .hero-mega-social .social-wrapper a svg .border {
	fill: transparent;
}

.hero-mega.white .hero-mega-social .social-wrapper a:hover svg .icon,
.hero-mega.white .hero-mega-social .social-wrapper a:active svg .icon {
	fill: #ffffff;
}

.hero-mega.white .hero-mega-social .social-wrapper a:active svg .border,
.hero-mega.white .hero-mega-social .social-wrapper a:focus svg .border {
	fill: #ffffff;
}

.hero-mega-text,
.hero-mega-social {
	color: #000000;
	padding: 0 8%;
	margin: 0 auto;
	width: 100%;
}

@media (min-width:1600px) {

	.hero-mega-text,
	.hero-mega-social {
		padding: 0;
		max-width: 1344px;
	}
}

.hero-mega-text .rte,
.hero-mega-social .rte {
	width: 100%;
}

.hero-mega-text {
	padding-top: 30vh;
}

@media (min-width:768px) {
	.hero-mega-text {
		padding-top: calc(45vh - 6em);
	}
}

.hero-mega-text .rte {
	width: 100%;
	padding-bottom: 6em;
}

.hero-mega-social {
	bottom: 0;
	display: block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	text-align: center;
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.hero-mega-social .social-wrapper {
		text-align: right;
	}
}

@media (min-width:1600px) {
	.program-cards {
		padding: 0 50px;
	}
}

.program-cards ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style-type: none;
	padding-left: 0;
}

.program-cards .program-card {
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (min-width:992px) {
	.program-cards .program-card {
		display: inline-block;
		margin: 0 2% 25px 2%;
		width: 27%;
	}
}

.program-cards .program-card:last-child a {
	border-bottom: 1px solid #A6A8AB;
}

.program-cards .program-card a {
	align-items: center;
	border-top: 1px solid #A6A8AB;
	display: flex;
	justify-content: space-between;
	min-height: 90px;
	padding: 15px 0;
	width: 100%;
}

.program-cards .program-card a .img-container {
	transform: scale(1);
	transition: all 0.3s ease-out;
}

@media (min-width:992px) {
	.program-cards .program-card a {
		border-top: none;
		display: block;
		padding: 0;
	}

	.program-cards .program-card a:last-child {
		border-bottom: none;
	}
}

@supports (text-decoration-color:transparent) {
	.program-cards .program-card a h3 {
		text-decoration: underline;
		text-decoration-color: transparent;
		transition: all 0.3s ease;
	}
}

.program-cards .program-card a:hover .img-container,
.program-cards .program-card a:active .img-container,
.program-cards .program-card a:focus .img-container {
	transform: scale(1.1);
}

.program-cards .program-card a:hover h3,
.program-cards .program-card a:active h3,
.program-cards .program-card a:focus h3 {
	text-decoration: underline;
}

.program-cards .img-container-wrap {
	background-position: center;
	background-size: cover;
	border-radius: 5px;
	display: block;
	height: 90px;
	order: 3;
	overflow: hidden;
	width: 110px;
}

@media (min-width:992px) {
	.program-cards .img-container-wrap {
		height: 0;
		width: 100%;
		padding-bottom: 100%;
		position: relative;
		background-position: center;
	}
}

.program-cards .img-container {
	background-position: 50% 30%;
	background-size: cover;
	border-radius: 5px;
	display: block;
	height: 100%;
	width: 100%;
}

@media (min-width:992px) {
	.program-cards .img-container {
		background-position: center;
		position: absolute;
		top: 0;
		left: 0;
	}
}

.program-cards .program-card-icon {
	background-color: #F9F7F6;
	border-radius: 50%;
	display: inline-block;
	margin-right: 1.2em;
	width: 42px;
}

@media (min-width:992px) {
	.program-cards .program-card-icon {
		display: block;
		margin: 0 auto;
		padding: 8px;
		transform: translateY(-50%);
		width: 66px;
	}
}

.program-cards .program-card-icon img {
	width: 100%;
}

.program-cards h3 {
	display: inline-block;
	font-size: 1.4375rem !important;
	padding-right: 0.5em;
	width: calc(100% - 170px);
}

@media (min-width:992px) {
	.program-cards h3 {
		display: block;
		font-size: 1.875rem !important;
		margin-top: -1em;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
}

.side-by-side .side {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 30px;
}

@media (min-width:992px) {
	.side-by-side .side {
		float: left;
		width: 50%;
	}
}

@media (min-width:992px) {
	.side-by-side .side {
		padding-bottom: 0;
	}
}

.side-by-side .side .img-wrap {
	height: 0;
	padding-bottom: 57.2%;
	position: relative;
	margin-bottom: 30px;
}

.side-by-side .side .img-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
	height: 100%;
}

.side-by-side .side .rte {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-bottom: 0;
}

.side-by-side .side .rte h2:first-child,
.side-by-side .side .rte h3:first-child,
.side-by-side .side .rte h4:first-child,
.side-by-side .side .rte p:first-child {
	margin-top: 0 !important;
}

.side-by-side .side .rte .small-caps {
	margin-bottom: 1.5em !important;
}

.side-by-side .side .rte .blue-button a {
	margin: 0 !important;
}

.side-by-side .side .rte .blue-button:last-child {
	margin-top: auto;
	margin-bottom: 0;
}

.side-by-side .side:nth-child(odd) {
	margin-bottom: 20px;
}

@media (min-width:992px) {
	.side-by-side .side:nth-child(odd) {
		border-right: 1px solid #555555;
		margin-bottom: 0;
		margin-right: -1px;
		padding-right: 3.5em;
	}
}

@media (min-width:992px) {
	.side-by-side .side:nth-child(even) {
		border-left: 1px solid #555555;
		padding-left: 3.5em;
	}
}

.timeline {
	overflow: hidden;
	margin: 0 -9.5%;
}

@media (min-width:768px) {
	.timeline {
		margin: 0;
		padding-bottom: 60px;
	}
}

@media (min-width:1200px) {
	.timeline {
		padding-bottom: 120px;
	}
}

@media (min-width:1600px) {
	.timeline {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.timeline .timeline-wrapper {
	position: relative;
}

.timeline .timeline-item {
	display: flex;
	flex-direction: column;
}

@media (min-width:768px) {
	.timeline .timeline-item {
		flex-direction: column-reverse;
	}
}

.timeline .timeline-intro-wrap {
	padding: 0 10%;
}

@media (min-width:768px) {
	.timeline .timeline-intro-wrap {
		display: inline-block;
		position: relative;
		padding: 0;
		top: 0;
		transform: translateX(100%);
		width: calc(50% - 3px);
	}
}

.timeline .timeline-intro {
	text-align: center;
	padding-bottom: 1.5em;
}

@media (max-width:991px) {
	.timeline .timeline-intro {
		font-size: 1.25rem;
	}
}

@media (min-width:768px) {
	.timeline .timeline-intro {
		padding: 30px 3% 140px 13.5%;
		text-align: left;
	}
}

@media (min-width:992px) {
	.timeline .timeline-intro {
		padding: 60px 3% 140px 13.5%;
	}

	.timeline .timeline-intro p {
		padding-right: 50px;
	}
}

.timeline ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scroll-padding: 20px;
}

@media (min-width:768px) {
	.timeline ul {
		display: inline;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
}

.timeline li {
	display: inline-block;
	margin-right: 20px;
	scroll-snap-align: start;
}

@media (min-width:768px) {
	.timeline li {
		margin: 0;
		position: relative;
		vertical-align: top;
		width: calc(50% - 3px);
	}
}

@media (max-width:767px) {
	.timeline li:first-child .timeline-item {
		margin-left: 40px;
	}
}

@media (min-width:768px) {
	.timeline li:first-child {
		padding: 0 6.75% 0 3%;
		margin-left: 0;
		top: 0;
		transform: translateX(-100%);
	}
}

@media (min-width:768px) {
	.timeline li:nth-child(even) {
		padding: 0 3% 0 6.75%;
		top: -120px;
		transform: translateX(100%);
	}
}

@media (max-width:767px) {
	.timeline li:last-child .timeline-item {
		margin-right: 40px;
	}
}

@media (min-width:768px) {
	.timeline li:last-child {
		padding: 0 6.75% 0 3%;
		top: 60px;
		transform: translateX(-100%);
	}
}

@media (min-width:1200px) {
	.timeline li:last-child {
		top: 120px;
	}
}

.timeline .timeline-title {
	text-align: center;
	width: 290px;
}

@media (min-width:768px) {
	.timeline .timeline-title {
		width: 100%;
	}
}

.timeline .timeline-title p {
	margin: 0.75em 0 0 0;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.167;
}

.timeline .timeline-title h3 {
	color: #000000;
	font-size: 1.4375rem !important;
	font-weight: 700;
	margin-top: 0 !important;
	min-height: 80px;
}

@media (min-width:768px) {
	.timeline .timeline-title h3 {
		min-height: 52px;
	}
}

.timeline .timeline-img-visible-xs {
	width: 290px;
	height: 214px;
	overflow: hidden;
	border-radius: 5px;
}

.timeline .timeline-img-visible-xs img {
	height: 100%;
	min-height: 100%;
}

@media (min-width:768px) {
	.timeline .timeline-img-visible-xs {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
}

.timeline .timeline-img-text-wrap {
	border-radius: 5px;
	background-position: center;
	background-size: cover;
	width: 290px;
}

@media (min-width:768px) {
	.timeline .timeline-img-text-wrap {
		width: 100%;
	}
}

.timeline .timeline-img-text-wrap:hover,
.timeline .timeline-img-text-wrap:focus {
	outline: none;
}

.timeline .timeline-img-text-wrap:hover .timeline-img,
.timeline .timeline-img-text-wrap:focus .timeline-img {
	opacity: 0;
}

.timeline .timeline-img-text-wrap:hover .timeline-text,
.timeline .timeline-img-text-wrap:focus .timeline-text {
	opacity: 1;
}

.timeline .timeline-text {
	border-radius: 5px;
	font-family: "KievitWeb";
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0;
	transition: all 0.2s ease-out;
	width: 290px;
}

@media (min-width:768px) {
	.timeline .timeline-text {
		color: #ffffff !important;
		font-size: 1.2rem;
		min-height: 364px;
		opacity: 0;
		padding: 1em;
		width: 100%;
	}
}

@media (min-width:1200px) {
	.timeline .timeline-text {
		padding: 3em;
	}
}

.featured-pages ul {
	list-style-type: none;
	margin-left: -9.5%;
	margin-right: -9.5%;
	padding: 0;
}

@media (min-width:992px) {
	.featured-pages ul {
		display: inline;
		margin: 0;
	}
}

.featured-pages li {
	display: inline-block;
	position: relative;
	text-align: center;
	padding-bottom: 1.1em;
	vertical-align: top;
	width: 100%;
}

.featured-pages li> :last-child {
	margin-bottom: 0;
}

.featured-pages li .img-container-wrap {
	height: 0;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.featured-pages li .img-container {
	background-position: center;
	background-size: cover;
	border-radius: 5px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.featured-pages li h3 a {
	color: #000000;
	background-color: transparent;
	text-decoration-color: transparent;
	transition: all 0.15s;
	box-shadow: none;
}

.featured-pages li h3 a:hover,
.featured-pages li h3 a:active,
.featured-pages li h3 a:focus {
	transition: all 0.3s ease;
	text-decoration: underline !important;
	text-decoration-color: #0c6c6e !important;
}

.featured-pages li h3 a:focus {
	text-decoration-color: #000000 !important;
}

.featured-pages li .content-type {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.featured-pages li .content-type small,
.featured-pages li .content-type .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.featured-pages li .content-type small,
.featured-pages li .content-type .small {
	font-size: 75%;
}

.featured-pages li .content-type a {
	text-decoration: none;
}

@media (min-width:992px) {
	.featured-pages li .content-type {
		font-size: 0.738em;
	}
}

@media (max-width:991px) {
	.featured-pages li .content-type {
		font-size: 0.9375rem;
	}
}

@media (min-width:992px) {
	.featured-pages li .content-type {
		margin-top: 1em;
	}
}

.featured-pages li .content-type a {
	color: #767676;
	display: inline-block;
}

.featured-pages li .content-type a:hover,
.featured-pages li .content-type a:active,
.featured-pages li .content-type a:focus {
	color: #555555;
	text-decoration: none;
	box-shadow: inset 0 -1.5px 0 #0c6c6e;
}

.featured-pages li .content-type a:focus {
	box-shadow: inset 0 -1.5px 0 #007FAA;
	color: #000000;
}

.featured-pages li .descriptor {
	font-family: "KievitWeb";
	font-size: 1.125rem;
	line-height: 1.5;
}

.featured-pages li .descriptor .author a {
	color: #555555;
	text-decoration: underline;
	text-decoration-color: #A6A8AB;
}

.featured-pages li .descriptor .author a:hover,
.featured-pages li .descriptor .author a:active,
.featured-pages li .descriptor .author a:focus {
	color: #000000;
	text-decoration: underline !important;
	text-decoration-color: #007FAA !important;
	transition: 0.3s all ease;
}

.featured-pages li:first-child .descriptor span:nth-child(2),
.featured-pages li:nth-child(2) .descriptor span:nth-child(2) {
	display: inline-block;
}

.featured-pages li:first-child {
	margin-bottom: 1.5em;
}

@media (max-width:991px) {
	.featured-pages li:first-child:after {
		border-bottom: 1px solid #E5E5E5;
		content: "";
		display: block;
		height: 1.5em;
		left: 8%;
		position: absolute;
		width: 84%;
	}

	.featured-pages li:first-child h3 {
		margin-bottom: 0.25em;
		margin-top: 0;
	}

	.featured-pages li:first-child h3,
	.featured-pages li:first-child p {
		margin-left: 8%;
		margin-right: 8%;
	}
}

@media (min-width:768px) {
	.featured-pages li:first-child {
		margin-bottom: 1.9em;
	}

	.featured-pages li:first-child h3 {
		line-height: 1.026 !important;
		margin-bottom: 0.25em;
		margin-top: 5px;
		font-size: 3.19em !important;
	}
}

@media (min-width:992px) {
	.featured-pages li:first-child {
		float: left;
		padding-right: 28px;
		width: 55%;
		margin-bottom: 1.5em;
	}
}

.featured-pages li:first-child .img-container-wrap {
	padding-bottom: 60.4%;
}

@media (min-width:768px) {
	.featured-pages li:first-child .img-container-wrap {
		margin-bottom: 36px;
	}
}

@media (min-width:992px) {
	.featured-pages li:first-child .img-container-wrap {
		padding-bottom: 72.45%;
		margin-bottom: 20px;
	}
}

.featured-pages li:first-child .img-container {
	border-radius: 0;
}

@media (min-width:992px) {
	.featured-pages li:first-child .img-container {
		border-radius: 5px;
	}
}

.featured-pages li:nth-child(2) {
	margin-bottom: 1.1em;
	padding-left: 8%;
	padding-right: 8%;
}

.featured-pages li:nth-child(2):after {
	border-bottom: 1px solid #E5E5E5;
	content: "";
	display: block;
	height: 1em;
	left: 8%;
	position: absolute;
	width: 84%;
}

@media (max-width:767px) {
	.featured-pages li:nth-child(2) h3 {
		font-size: 1.4375rem !important;
	}
}

@media (min-width:768px) {
	.featured-pages li:nth-child(2) {
		margin-bottom: 1.5em;
	}
}

@media (min-width:992px) {
	.featured-pages li:nth-child(2) {
		padding-left: 28px;
		padding-right: 0;
		width: 44%;
	}

	.featured-pages li:nth-child(2):after {
		left: 28px;
		width: calc(100% - 28px);
	}
}

.featured-pages li:nth-child(2) .img-container-wrap {
	padding-bottom: 57.22%;
}

@media (min-width:992px) {
	.featured-pages li:nth-child(2) .img-container-wrap {
		padding-bottom: 44.34%;
	}
}

.featured-pages li:nth-child(3),
.featured-pages li:nth-child(4) {
	text-align: left;
}

.featured-pages li:nth-child(3):before,
.featured-pages li:nth-child(4):before,
.featured-pages li:nth-child(3):after,
.featured-pages li:nth-child(4):after {
	content: " ";
	display: table;
}

.featured-pages li:nth-child(3):after,
.featured-pages li:nth-child(4):after {
	clear: both;
}

.featured-pages li:nth-child(3):before,
.featured-pages li:nth-child(4):before,
.featured-pages li:nth-child(3):after,
.featured-pages li:nth-child(4):after {
	content: " ";
	display: table;
}

.featured-pages li:nth-child(3):after,
.featured-pages li:nth-child(4):after {
	clear: both;
}

.featured-pages li:nth-child(3) h3,
.featured-pages li:nth-child(4) h3 {
	font-size: 1.4375rem !important;
	margin-top: 0;
}

.featured-pages li:nth-child(3) .descriptor span:nth-child(2),
.featured-pages li:nth-child(4) .descriptor span:nth-child(2) {
	display: block;
}

@media (min-width:768px) {

	.featured-pages li:nth-child(3) .descriptor span:nth-child(2),
	.featured-pages li:nth-child(4) .descriptor span:nth-child(2) {
		display: inline-block;
	}
}

@media (max-width:767px) {

	.featured-pages li:nth-child(3),
	.featured-pages li:nth-child(4) {
		padding: 0 8% 1em 8%;
	}

	.featured-pages li:nth-child(3) p:first-of-type,
	.featured-pages li:nth-child(4) p:first-of-type {
		margin-top: 0;
	}

	.featured-pages li:nth-child(3):after,
	.featured-pages li:nth-child(4):after {
		border-bottom: 1px solid #E5E5E5;
		content: "";
		display: block;
		height: 1px;
		position: relative;
		width: 100%;
		margin-top: 0.8em;
	}
}

@media (min-width:768px) {

	.featured-pages li:nth-child(3),
	.featured-pages li:nth-child(4) {
		width: 49.7%;
	}
}

@media (min-width:992px) {

	.featured-pages li:nth-child(3),
	.featured-pages li:nth-child(4) {
		width: 22%;
	}
}

.featured-pages li:nth-child(3) .img-container-wrap,
.featured-pages li:nth-child(4) .img-container-wrap {
	float: right;
	padding-bottom: 0;
	width: 145px;
	height: 90px;
	margin-left: 20px;
	margin-bottom: 20px;
}

@media (min-width:768px) {

	.featured-pages li:nth-child(3) .img-container-wrap,
	.featured-pages li:nth-child(4) .img-container-wrap {
		margin-left: 0;
		float: none;
		padding-bottom: 57.37%;
		width: 100%;
	}
}

@media (min-width:768px) {
	.featured-pages li:nth-child(3) {
		padding-left: 8%;
		padding-right: 26px;
	}
}

@media (min-width:992px) {
	.featured-pages li:nth-child(3) {
		padding-left: 28px;
		padding-right: 6px;
	}
}

@media (min-width:768px) {
	.featured-pages li:nth-child(4) {
		padding-left: 26px;
		padding-right: 8%;
	}
}

@media (min-width:992px) {
	.featured-pages li:nth-child(4) {
		padding-right: 0;
		padding-left: 35px;
	}
}

.featured-pages .blue-button {
	text-align: center;
}

@media (min-width:768px) and (max-width:991px) {
	.featured-pages .blue-button {
		padding-top: 1em;
	}

	.featured-pages .blue-button:before {
		border-bottom: 1px solid #E5E5E5;
		content: "";
		display: block;
		height: 1px;
		margin-top: -1em;
		position: absolute;
		width: 97%;
	}
}

.homehero {
	width: 100%;
	position: relative;
}

.homehero h2,
.homehero p.h2 {
	color: #000000;
}

@media (min-width:992px) and (min-height:650px) {
	.homehero {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width:1080px),
(max-height:649px) {
	.homehero-video {
		position: relative;
		margin-bottom: 3em;
	}
}

@media (min-width:1080px) and (min-height:650px) {
	.homehero-video {
		position: -webkit-sticky;
		position: sticky;
		top: 80px;
		width: 50%;
	}
}

.homehero-video :before,
.homehero-video :after {
	content: '';
	display: table;
}

.homehero-video-inner {
	font-size: 0;
	height: 450px;
	overflow: hidden;
	width: 100%;
	z-index: 10;
}

@media (min-width:1080px) and (min-height:650px) {
	.homehero-video-inner {
		height: calc(100vh - 80px);
	}
}

.homehero-video-inner video {
	min-width: 100%;
}

@media (max-width:767px) {
	.homehero-video-inner video {
		height: 100%;
	}
}

@media (min-width:768px) and (max-height:649px) {
	.homehero-video-inner video {
		height: auto;
		width: 100%;
	}
}

@media (min-width:1080px) and (min-height:650px) {
	.homehero-video-inner video {
		min-height: 100vh;
		min-width: 100%;
	}
}

.video-pause,
.video-play {
	background-color: #ffffff;
	border-radius: 50%;
	border: 2px solid transparent;
	bottom: 20px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	height: 65px;
	padding: 0;
	position: absolute;
	right: 20px;
	transition: all 0.3s ease;
	width: 65px;
	z-index: 20;
}

.video-pause svg,
.video-play svg {
	fill: #353863;
	height: 61px;
	transition: all 0.3s ease;
	width: 61px;
}

@media (min-width:992px) and (min-height:650px) {

	.video-pause,
	.video-play {
		height: 44px;
		width: 44px;
		bottom: 20px;
		right: 20px;
		top: calc(100vh - 64px - 80px);
	}

	.video-pause svg,
	.video-play svg {
		height: 40px;
		width: 40px;
	}
}

.video-pause:hover svg,
.video-play:hover svg,
.video-pause:active svg,
.video-play:active svg {
	fill: #007FAA;
}

.video-pause:active,
.video-play:active,
.video-pause:focus,
.video-play:focus {
	outline: none;
	border-color: #007FAA;
}

.video-play {
	display: none;
}

.homehero-text1,
.homehero-text2 {
	padding: 0 8% 1.5em 8%;
}

@media (min-width:1080px) and (min-height:650px) {

	.homehero-text1,
	.homehero-text2 {
		display: flex;
		display: -ms-flexbox;
		flex-direction: column;
		height: calc(100vh - 80px);
		justify-content: center;
		padding: 0 0 0 8%;
		position: relative;
		width: 50%;
	}
}

@media (min-width:1600px) and (min-height:650px) {

	.homehero-text1,
	.homehero-text2 {
		align-items: flex-end;
	}
}

@media (min-width:1080px) and (min-height:650px) {
	.homehero-text-mask {
		background: linear-gradient(#ffffff 60%, rgba(255, 255, 255, 0));
		display: block;
		height: 100px;
		left: 0;
		margin-bottom: -50px;
		position: sticky;
		top: calc(100vh - 150px);
		width: 100%;
		z-index: 2;
	}
}

@media (min-width:1080px) and (min-height:650px) and (max-height:800px) {
	.homehero-text-mask {
		height: 75px;
		top: calc(100vh - 125px);
		margin-bottom: -26px;
	}
}

.homehero-text1-inner,
.homehero-text2-inner {
	animation: textFadein 1.5s;
}

.homehero-text1-inner p,
.homehero-text2-inner p {
	color: #555555;
}

.homehero-text1-inner h2,
.homehero-text2-inner h2 {
	animation: lineHeight 1.5s;
}

@keyframes lineHeight {
	from {
		line-height: 1.5;
	}

	to {
		line-height: 1.03;
	}
}

@media (min-width:1080px) and (min-height:650px) {

	.homehero-text1-inner,
	.homehero-text2-inner {
		max-width: 672px;
		padding-right: 50px;
		padding-bottom: 100px;
	}
}

@media (min-width:1080px) and (min-height:650px) and (max-height:800px) {

	.homehero-text1-inner h2,
	.homehero-text2-inner h2 {
		font-size: 2.5em;
	}
}

@media (min-width:1600px) {

	.homehero-text1-inner,
	.homehero-text2-inner {
		padding-right: 120px;
	}
}

@keyframes textFadein {
	from {
		opacity: 0;
		transform: translateY(25%);
		line-height: 2;
	}

	to {
		opacity: 1;
		transform: translateY(0);
		line-height: initial;
	}
}

@media (min-width:768px) and (max-width:1080px),
(max-height:649px) {
	.homehero-text1-inner {
		padding-top: 4em;
	}
}

@media (min-width:768px) {
	.scroll-reminder {
		display: none;
	}
}

@media (min-width:1080px) and (min-height:650px) {
	.scroll-reminder {
		animation: scrollFadeIn 2s;
		border-left: 1px solid #0c6c6e;
		bottom: 0;
		display: block;
		font-family: "KievitWeb";
		height: 44px;
		left: calc(16% + 3px);
		max-width: 672px;
		position: absolute;
		width: 100%;
		z-index: 0;
	}

	.scroll-reminder p {
		color: #767676;
		font-size: 0.8em;
		line-height: 1;
		padding-left: 1em;
		position: absolute;
		top: 0;
	}

	.scroll-reminder .scroll-reminder-tick {
		animation: scrollTick 2.5s;
		animation-iteration-count: infinite;
		background-color: #0c6c6e;
		display: block;
		height: 15px;
		margin-left: -2px;
		position: absolute;
		width: 3px;
	}

	@keyframes scrollTick {
		from {
			transform: translateY(0);
		}

		to {
			transform: translateY(29px);
		}
	}
}

@media (min-width:1600px) {
	.scroll-reminder {
		left: calc(100% - 672px);
	}
}

@keyframes scrollFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.homepage-form {
	margin: 0 0 5em 0;
}

.homepage-form form h2 {
	font-size: 1.875rem !important;
	margin-bottom: 0.8em !important;
}

.homepage-form form .rte:first-of-type {
	text-align: center;
	max-width: 30em;
	margin: 0 auto;
}

@media (min-width:768px) {
	.homepage-form form .rte:first-of-type {
		border-top: none;
	}
}

.homepage-form form .form-control {
	background: none;
	border-color: #A6A8AB;
	border-radius: 5px;
	background-color: #fff;
}

.homepage-form form .form-control:focus {
	border-color: #000000;
}

.homepage-form form .animated-label input.empty+label {
	color: #555555;
	font-size: 1em;
	font-weight: normal;
	transform: translateY(50%);
}

.homepage-form form .animated-label label,
.homepage-form form .animated-label input:focus+label {
	color: #555555;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
	transform: translateY(-50%);
}

.homepage-form form .signup-first-name,
.homepage-form form .signup-last-name,
.homepage-form form .signup-email {
	float: left;
	padding-bottom: 0.8em;
	width: 100%;
}

.homepage-form form .signup-first-name input,
.homepage-form form .signup-last-name input,
.homepage-form form .signup-email input {
	height: 3.4rem;
	font-family: "KievitWeb";
	font-weight: 400;
	font-size: 1em;
	line-height: 0.9;
}

@media (min-width:992px) {

	.homepage-form form .signup-first-name,
	.homepage-form form .signup-last-name,
	.homepage-form form .signup-email {
		width: calc(33% - 0.4em);
	}
}

@media (min-width:992px) {

	.homepage-form form .signup-first-name,
	.homepage-form form .signup-last-name {
		margin-right: 0.8em;
	}
}

.homepage-form form .email-options {
	clear: both;
	font-size: 0.8em;
	padding-top: 1em;
	text-align: center;
}

.homepage-form form .subscription-slider,
.homepage-form form .subscription-footer,
.homepage-form form .subscription-gallery {
	display: none;
}

.homepage-form form .signup-submit-and-options {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.homepage-form form .signup-submit-and-options .col-xs-5 {
	width: 100%;
}

.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit {
	font-weight: 200;
	line-height: 1.1;
	color: inherit;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
	font-size: 0.8125em;
	font-family: "KievitWeb";
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: none;
	border-radius: 5px;
	border: 2px solid #0c6c6e;
	color: #000000;
	display: inline-block;
	margin-top: 1em;
	padding: 1.1em 1.8em 0.9em 1.8em;
}

.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit small,
.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit .small {
	font-weight: normal;
	line-height: 1;
	color: #767676;
}

.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit small,
.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit .small {
	font-size: 75%;
}

.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit a {
	text-decoration: none;
}

@media (min-width:992px) {
	.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit {
		font-size: 0.738em;
	}
}

@media (max-width:991px) {
	.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit {
		font-size: 0.9375rem;
	}
}

.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit:hover,
.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit:active,
.homepage-form form .signup-submit-and-options .col-xs-5 input.email-submit:focus {
	color: #007FAA;
	box-shadow: inset -2px 2px 0 #0c6c6e, inset 2px -2px 0 #0c6c6e, inset 2px 2px 0 #0c6c6e, inset -2px -2px 0 #0c6c6e;
	background-color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}

.homepage-form form .email-dont-show {
	display: none;
}

.homepage-form .email-success-message {
	text-align: center;
}

.homepage-form .email-success-message a {
	color: inherit;
	transition: all 0.15s;
	box-shadow: inset 0 -2px 0 #0c6c6e;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}

.homepage-form .email-success-message a:hover,
.homepage-form .email-success-message a:active,
.homepage-form .email-success-message a:focus {
	box-shadow: inset 0 -2px 0 #0c6c6e;
	background-color: #fce8db;
	color: #2c2c2c;
	text-decoration: none;
}

.homepage-form .email-success-message a:focus {
	background-color: #f8caac;
}

@media (min-width:768px) {
	.row-vertical-divider>.container-fluid>.row {
		display: flex;
	}

	.row-vertical-divider>.container-fluid>.row>div[class*="col-"] {
		padding-left: 4%;
		padding-right: 4%;
	}

	.row-vertical-divider>.container-fluid>.row>div[class*="col-"]:first-child {
		padding-left: 2%;
	}

	.row-vertical-divider>.container-fluid>.row>div[class*="col-"]:last-child {
		padding-right: 2%;
	}

	.row-vertical-divider>.container-fluid>.row>div[class*="col-"]:not(:last-child) {
		box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.15);
	}

	.row-vertical-divider.white>.container-fluid>.row>div[class*="col-"]:not(:last-child) {
		box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.15);
	}

	.row-vertical-divider>.container-fluid>.row .col-sm-6:first-child {
		box-shadow: none !important;
	}

	.row-vertical-divider>.container-fluid>.row .col-sm-6:first-of-type+.col-sm-6 {
		box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
	}

	.row-vertical-divider>.container-fluid>.row .col-sm-6:first-of-type+.col-sm-5.col-sm-offset-1 {
		z-index: 1;
	}

	.row-vertical-divider>.container-fluid>.row .col-sm-6:first-of-type+.col-sm-5.col-sm-offset-1::after {
		box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.15);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		transform: translateX(-10%);
		width: 100%;
		z-index: -1;
	}
}

@media (min-width:992px) {

	.row-vertical-divider>.container-fluid>.row .col-md-4:first-of-type,
	.row-vertical-divider>.container-fluid>.row .col-sm-7:first-of-type {
		box-shadow: none !important;
		z-index: 1;
	}

	.row-vertical-divider>.container-fluid>.row .col-md-4:first-of-type::after,
	.row-vertical-divider>.container-fluid>.row .col-sm-7:first-of-type::after {
		box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.15);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}

	.row-vertical-divider.white>.container-fluid>.row .col-md-4:first-of-type::after,
	.row-vertical-divider.white>.container-fluid>.row .col-sm-7:first-of-type::after {
		box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.15);
	}

	.row-vertical-divider>.container-fluid>.row .col-md-4:first-of-type::after {
		transform: translateX(12%);
	}

	.row-vertical-divider>.container-fluid>.row .col-sm-7:first-of-type::after {
		transform: translateX(7%);
	}
}