@charset "UTF-8";

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	-o-transition: transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 3em
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px;
	background: #0074c8;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: 0 0;
	border: 2px solid #0074c8
}

@font-face {
	font-family: 'Century Gothic';
	src: url(/licensees/licensee584/fonts/30FCE4_0_0.eot);
	src: url(/licensees/licensee584/fonts/30FCE4_0_0.eot?#iefix) format("embedded-opentype"), url(/licensees/licensee584/fonts/30FCE4_0_0.woff2) format("woff2"), url(/licensees/licensee584/fonts/30FCE4_0_0.woff) format("woff"), url(/licensees/licensee584/fonts/30FCE4_0_0.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Century Gothic';
	src: url(/licensees/licensee584/fonts/30B505_1_0.eot);
	src: url(/licensees/licensee584/fonts/30B505_1_0.eot?#iefix) format("embedded-opentype"), url(/licensees/licensee584/fonts/30B505_1_0.woff2) format("woff2"), url(/licensees/licensee584/fonts/30B505_1_0.woff) format("woff"), url(/licensees/licensee584/fonts/30B505_1_0.ttf) format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: 'Century Gothic';
	src: url(/licensees/licensee584/fonts/30B505_2_0.eot);
	src: url(/licensees/licensee584/fonts/30B505_2_0.eot?#iefix) format("embedded-opentype"), url(/licensees/licensee584/fonts/30B505_2_0.woff2) format("woff2"), url(/licensees/licensee584/fonts/30B505_2_0.woff) format("woff"), url(/licensees/licensee584/fonts/30B505_2_0.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Century Gothic';
	src: url(/licensees/licensee584/fonts/30B505_3_0.eot);
	src: url(/licensees/licensee584/fonts/30B505_3_0.eot?#iefix) format("embedded-opentype"), url(/licensees/licensee584/fonts/30B505_3_0.woff2) format("woff2"), url(/licensees/licensee584/fonts/30B505_3_0.woff) format("woff"), url(/licensees/licensee584/fonts/30B505_3_0.ttf) format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: chw;
	src: url(../fonts/chw/chw.eot?nh2468);
	src: url(../fonts/chw/chw.eot?nh2468#iefix) format("embedded-opentype"), url(../fonts/chw/chw.ttf?nh2468) format("truetype"), url(../fonts/chw/chw.woff?nh2468) format("woff"), url(../fonts/chw/chw.svg?nh2468#chw) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
	font-family: chw !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-category-arrow:before {
	content: "\e90b"
}

.icon-category-arrow-red {
	color: #ce372f
}

.icon-category-arrow-red:before {
	content: "\e90b"
}

.icon-category-arrow-blue {
	color: #0074c8
}

.icon-category-arrow-blue:before {
	content: "\e90b"
}

.icon-category-arrow-orange {
	color: #ca4a27
}

.icon-category-arrow-orange:before {
	content: "\e90b"
}

.icon-category-arrow-purple {
	color: #5f4876
}

.icon-category-arrow-purple:before {
	content: "\e90b"
}

.icon-category-arrow-green {
	color: #497629
}

.icon-category-arrow-green:before {
	content: "\e90b"
}

.icon-specialty-stomach:before {
	content: "\e900"
}

.icon-specialty-stethoscope:before {
	content: "\e901"
}

.icon-specialty-spine:before {
	content: "\e902"
}

.icon-specialty-onesie:before {
	content: "\e903"
}

.icon-specialty-heart:before {
	content: "\e904"
}

.icon-specialty-dna:before {
	content: "\e905"
}

.icon-specialty-brain:before {
	content: "\e906"
}

.icon-specialty-blood:before {
	content: "\e907"
}

.icon-dna:before {
	content: "\e908"
}

.icon-ui-printer:before {
	content: "\e909"
}

.icon-ui-a:before {
	content: "\e90a"
}

.icon-ui-chevron-right:before {
	content: "\e90e"
}

.icon-ui-chevron-down:before {
	content: "\e90f"
}

.icon-ui-double-angle:before {
	content: "\e910"
}

.icon-ui-play:before {
	content: "\e911"
}

.icon-ui-plus:before {
	content: "\e912"
}

.icon-ui-phone:before {
	content: "\e913"
}

.icon-ui-bars:before {
	content: "\e914"
}

.icon-medical-hospital:before {
	content: "\e915"
}

.icon-medical-briefcase:before {
	content: "\e916"
}

.icon-social-facebook:before {
	content: "\e917"
}

.icon-social-linkedin:before {
	content: "\e918"
}

.icon-social-rss:before {
	content: "\e919"
}

.icon-social-twitter:before {
	content: "\e91a"
}

.icon-social-youtube:before {
	content: "\e91b"
}

.icon-ui-checkcalendar:before {
	content: "\e91c"
}

.icon-medical-doc:before {
	content: "\e91d"
}

.icon-ui-pinmap:before {
	content: "\e91e"
}

@font-face {
	font-family: chw-icons;
	src: url(/licensees/licensee584/fonts/chw-icons.eot?vhfyx7);
	src: url(/licensees/licensee584/fonts/chw-icons.eot?vhfyx7#iefix) format("embedded-opentype"), url(/licensees/licensee584/fonts/chw-icons.ttf?vhfyx7) format("truetype"), url(/licensees/licensee584/fonts/chw-icons.woff?vhfyx7) format("woff"), url(/licensees/licensee584/fonts/chw-icons.svg?vhfyx7#chw-icons) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class*=" chw-icons"],
[class^=chw-icons] {
	font-family: chw-icons !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.chw-iconsapple:before {
	content: ""
}

.chw-iconscalculator-circle:before {
	content: ""
}

.chw-iconscalculator-plain:before {
	content: ""
}

.chw-iconscap-mortarboard:before {
	content: ""
}

.chw-iconscontact-circle:before {
	content: ""
}

.chw-iconscontact-plain:before {
	content: ""
}

.chw-iconsfamily:before {
	content: ""
}

.chw-iconsfaq-circle:before {
	content: ""
}

.chw-iconsfaq-plain:before {
	content: ""
}

.chw-iconshome:before {
	content: ""
}

.chw-iconslaw-circle:before {
	content: ""
}

.chw-iconslaw-plain:before {
	content: ""
}

.chw-iconsresources-circle:before {
	content: ""
}

.chw-iconsresources-plain:before {
	content: ""
}

.chw-iconsservices-circle:before {
	content: ""
}

.chw-iconsservices-plain:before {
	content: ""
}

.chw-iconssitepin-circle:before {
	content: ""
}

.chw-iconssitepin-plain:before {
	content: ""
}

.chw-iconsvideos-circle:before {
	content: ""
}

.chw-iconsvideos-plain:before {
	content: ""
}

.chw-iconsambulance:before,
.fa-ambulance:before {
	content: ""
}

.chw-iconsangle-down:before,
.fa-angle-down:before {
	content: ""
}

.chw-iconsangle-left:before,
.fa-angle-left:before {
	content: ""
}

.chw-iconsangle-right:before,
.fa-angle-right:before {
	content: ""
}

.chw-iconscalendar-alt:before,
.fa-calendar-alt:before {
	content: ""
}

.chw-iconscaret-down:before,
.fa-caret-down:before {
	content: ""
}

.chw-iconscaret-up:before,
.fa-caret-up:before {
	content: ""
}

.chw-iconscheck:before,
.fa-check:before {
	content: ""
}

.chw-iconschevron-right:before,
.fa-chevron-right:before {
	content: ""
}

.chw-iconschevron-up:before,
.fa-chevron-up:before {
	content: ""
}

.chw-iconscomments:before,
.fa-comments:before {
	content: ""
}

.chw-iconsenvelope:before,
.fa-envelope:before {
	content: ""
}

.chw-iconsexclamation-triangle:before,
.fa-exclamation-triangle:before {
	content: ""
}

.chw-iconsfemale:before,
.fa-female:before {
	content: ""
}

.chw-iconsheart:before,
.fa-heart:before {
	content: ""
}

.chw-iconslocation-arrow:before,
.fa-location-arrow:before {
	content: ""
}

.chw-iconsmale:before,
.fa-male:before {
	content: ""
}

.chw-iconsmap-marker-alt:before,
.fa-map-marker-alt:before {
	content: ""
}

.chw-iconspause:before,
.fa-pause:before {
	content: ""
}

.chw-iconsphone:before,
.fa-phone:before {
	content: ""
}

.chw-iconsplay:before,
.fa-play:before {
	content: ""
}

.chw-iconsplus:before,
.fa-plus:before {
	content: ""
}

.chw-iconssearch:before,
.fa-search:before {
	content: ""
}

.chw-iconssliders-h:before,
.fa-sliders-h:before {
	content: ""
}

.chw-iconstimes:before,
.fa-times:before {
	content: ""
}

.chw-staff-member .locations li:before,
.city-wrapper:before,
.cta-tile label:after,
.doc-finder__form .search-wrapper:before,
.doctor-detail .location-list .title .nonLocationTitle:before,
.doctor-detail .location-list .title a:before,
.fa,
.fab,
.fal,
.far,
.fas,
.flex-layout .chw-rich-text ul li:before,
.global-header .btn-search:after,
.has-error .field-validation-error:before,
.services-finder__featured-services ul li:before,
.services-finder__form .search-wrapper:before {
	font-family: chw-icons;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.fa-angle-right {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-ambulance {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-calendar-alt {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-phone {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-heart {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-angle-down {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-exclamation-triangle {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-map-marker-alt {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-search {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-angle-left {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-caret-down {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-caret-up {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-check {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-chevron-right {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-chevron-up {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-comments {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-envelope {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-exclamation-triangle {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-female {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-location-arrow {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-male {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-map-marker-alt {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-pause {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-phone {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-play {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-plus {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-search {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-sliders-h {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.fa-times {
	font-size: .875em;
	font-weight: 400;
	-webkit-transform: translateY(-.2em);
	-ms-transform: translateY(-.2em);
	transform: translateY(-.2em)
}

.form-group--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form-group--inline>button,
.form-group--inline>input,
.form-group--inline>label,
.form-group--inline>select {
	margin: 0 .25em
}

.chw-form-control {
	height: 40px;
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: inherit;
	border: 1px solid #c4c5c5;
	cursor: pointer;
	padding: 0 .5em
}

.chw-form-control::-webkit-input-placeholder {
	color: #c4c5c5
}

.chw-form-control::-moz-placeholder {
	color: #c4c5c5
}

.chw-form-control:-ms-input-placeholder {
	color: #c4c5c5
}

.chw-form-control:-moz-placeholder {
	color: #c4c5c5
}

.input-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-button form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.input-button input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.icon-blood {
	background-image: url(../images/icon-Heart-Default.svg)
}

.icon-gastro {
	background-image: url(../images/icon-Heart-Default.svg)
}

.icon-genetics {
	background-image: url(../images/icon-Heart-Default.svg)
}

.icon-heart {
	background-image: url(../images/icon-Heart-Default.svg)
}

.icon-neuro {
	background-image: url(../images/icon-Heart-Default.svg)
}

.icon-newborn {
	background-image: url(../images/icon-Heart-Default.svg)
}

.icon-ortho {
	background-image: url(../images/icon-Heart-Default.svg)
}

.icon-primary {
	background-image: url(../images/icon-Heart-Default.svg)
}

.icon {
	display: inline-block;
	height: 70px;
	width: 70px;
	background-repeat: no-repeat;
	background-position: center center
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	height: 100%;
	width: 100%;
	font-size: 100%
}

body {
	font-size: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

@media (min-width:750px) {
	body {
		padding-top: 110px
	}
}

a {
	color: #0074c8;
	text-decoration: none;
	-webkit-transition: color .2s ease, opacity .2s ease;
	-o-transition: color .2s ease, opacity .2s ease;
	transition: color .2s ease, opacity .2s ease;
	cursor: pointer
}

a:focus {
	outline: #c2d500 auto 1px
}

main#main-content:focus {
/* 	display: block;
	-webkit-box-shadow: inset 0 0 7px #696969;
	box-shadow: inset 0 0 7px #696969 */
}

.chw-container {
	max-width: 1200px;
	margin: 0 auto
}

.chw-container-narrow {
	max-width: 1200px;
	margin: 0 auto
}

@media (min-width:1190px) {
	.chw-container-narrow {
		max-width: 70%
	}
}

.shadow-wrapper {
	position: relative
}

.shadow-wrapper>* {
	position: relative;
	z-index: 20
}

.shadow-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 25%;
	background: url(../img/SHADOW@1x.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 40%);
	-ms-transform: translate(-50%, 40%);
	transform: translate(-50%, 40%);
	z-index: 10
}

.columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:750px) {
	.columns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.columns .page-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.chw-checkbox-toggle {
	height: 0;
	width: 0;
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.chw-checkbox-toggle+.chw-toggle-target {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: max-height .3s ease;
	-o-transition: max-height .3s ease;
	transition: max-height .3s ease
}

.chw-checkbox-toggle:checked+.chw-toggle-target {
	max-height: 2000px
}

.mobile {
	display: block
}

@media (min-width:750px) {
	.mobile {
		display: none !important
	}
}

.tablet {
	display: none
}

@media (min-width:750px) {
	.tablet {
		display: block !important
	}
}

@media (min-width:750px) {
	.grid-item {
		width: 46%;
		margin: 2%
	}

	.grid-item .story-listing--small .story-listing__intro {
		font-size: .9em
	}

	.grid-item .story-listing--small .story-listing__content h4 {
		font-size: 1.5em
	}

	.grid-item .story-listing--small .story-listing__content P {
		font-size: 1em
	}
}

.chw-main-content-wrapper {
	background-position: center top
}

.chw-hero+.chw-main-content-wrapper {
	margin-top: 40px
}

@media screen and (max-width:1150px) {
	.chw-main-content-wrapper {
		background-position: center top
	}
}

.chw-content-page-banner {
	padding-top: 30px
}

@media screen and (max-width:1150px) {
	.chw-content-page-banner {
		padding-top: 30px
	}
}

.teaser-placeholder {
	display: none
}

.white-btn {
	background: #fff;
	border: 1px solid #0074c8;
	color: #0074c8;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #0074c8 !important;
	text-transform: uppercase
}

.white-btn:hover {
	text-decoration: none;
	opacity: .7
}

.chw-main-content-alt {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 0 transparent solid !important
}

.chw-hero+.chw-main-content-alt {
	margin-top: 30px
}

.chw-rich-text a {
	text-decoration: none
}

.svg-legend {
	position: absolute;
	top: -999em;
	width: 0;
	height: 0
}

.container-size-01 {
	width: 1090px;
	max-width: 100%;
	margin: 0 auto
}

.has-padding {
	padding: 12px
}

.global-header .alert-items-container .chw-container,
.global-header .global-header__top .chw-container {
	padding: 12px
}

.global-header .global-header__bottom .chw-container {
	padding: 0 12px
}

@media (min-width:751px) {
	.chw-main-content-alt {
		padding-top: 54px
	}
}

.chw-title-banner+.chw-main-content-wrapper .chw-main-content-alt {
	padding-top: 0
}

.btn {
	font-size: .938rem;
	padding: 15px 50px;
	display: inline-block;
	position: relative;
	cursor: pointer
}

.btn.has-arrow {
	padding-right: 70px
}

.btn.has-arrow:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	-moz-transform: rotate(45deg) translate(0, -50%);
	-ms-transform: rotate(45deg) translate(0, -50%);
	-o-transform: rotate(45deg) translate(0, -50%)
}

.btn-theme-01 {
	background: 0 0;
	border: 1px solid #005292
}

.btn-theme-01:focus,
.btn-theme-01:hover {
	color: #005292;
	background: #ddf1fd
}

.btn-theme-02 {
	color: #fff;
	background: #0074d5;
	border: 1px solid #0074d5
}

.btn-theme-02:focus,
.btn-theme-02:hover {
	color: #005292;
	background: #ddf1fd;
	border: 1px solid #005292
}

.btn-theme-02.btn.has-arrow:focus:after,
.btn-theme-02.btn.has-arrow:hover:after {
	border-color: #005292
}

.btn-theme-03 {
	color: #fff;
	background: 0 0;
	border: 1px solid #fff
}

.btn-theme-03:focus,
.btn-theme-03:hover {
	color: #005292;
	background: #ddf1fd;
	border: 1px solid #005292
}

.title-with-cta-group {
	font-size: 1.063rem;
	line-height: 1.688rem;
	text-align: center;
	margin-bottom: 1rem
}

.title-with-cta-group h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.875em;
	line-height: 1.2;
	font-weight: 700;
	color: #000
}

.title-with-cta-group a {
	text-decoration: underline
}

.title-with-cta-group a:focus,
.title-with-cta-group a:hover {
	text-decoration: none
}

@media (min-width:751px) {
	.title-with-cta-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.title-with-cta-group>div:last-child {
		padding-left: 20px
	}
}

.bg-theme-01 {
	background: #4c4c4c;
	color: #fff
}

.bg-theme-01 .chw-cta-fw h3,
.bg-theme-01 .title,
.bg-theme-01 a:not(.btn),
.bg-theme-01 h3 {
	color: #fff
}

.bg-theme-02 {
	background: #d90039;
	color: #fff
}

.bg-theme-02 .chw-cta-fw h3,
.bg-theme-02 .title,
.bg-theme-02 a:not(.btn),
.bg-theme-02 h3 {
	color: #fff !important
}

.bg-theme-03 {
	background: #fff;
	color: #3fa2f7
}

.bg-theme-04 {
	background: #00528d;
	color: #fff
}

.bg-theme-04 .chw-cta-fw h3,
.bg-theme-04 .title,
.bg-theme-04 a:not(.btn),
.bg-theme-04 h3 {
	color: #fff !important
}

.bg-theme-05 {
	background: #e1f1fc
}

.bg-theme-05 .chw-cta-fw h3,
.bg-theme-05 .title,
.bg-theme-05 h3 {
	color: #000 !important
}

.bg-theme-06 {
	background: #59428c;
	color: #fff
}

.bg-theme-06 .chw-cta-fw h3,
.bg-theme-06 .title,
.bg-theme-06 a:not(.btn),
.bg-theme-06 h3 {
	color: #fff !important
}

.content-tiles.bg-theme-05 {
	background: #e1f1fc
}

.color-01 {
	color: #000
}

.color-02 {
	color: #0074c8
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visually-hidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.a11y-instructions:focus {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	z-index: 1000;
	background: #0074c8;
	color: #fff;
	border: 2px solid #fff
}

.chw-title-banner {
	padding: 1em
}

.chw-title-banner .chw-bread-crumb ul {
	margin-bottom: 0
}

@media (min-width:750px) {
	.chw-title-banner {
		padding: 1em 3em
	}
}

@media (min-width:1190px) {
	.chw-title-banner {
		padding: 2.5em 3em 0 3em
	}
}

.make-appointment {
	-webkit-box-shadow: 0 2px 14px rgba(60, 60, 60, .15);
	box-shadow: 0 2px 14px rgba(60, 60, 60, .15);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}

.make-appointment .make-appointment__header {
	background: #0275c9;
	color: #fff;
	padding: 1rem;
	font-size: 18px;
	font-weight: 600;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.make-appointment .make-appointment__body {
	padding: 1rem
}

@media (min-width:891px) {

	.coveo-dropdown-header-wrapper+.make-appointment,
	.coveo-search-section+.make-appointment {
		display: none
	}
}

.alphabet-list .alphabet-list__item {
	border-bottom: 1px solid #979797;
	padding: 2rem 0
}

.alphabet-list .alphabet-list__item .alphabet-list__heading {
	font-size: 32px;
	color: #000;
	margin-top: 0;
	margin-bottom: 28px
}

.alphabet-list .alphabet-list__item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-column-count: 2;
	column-count: 2
}

.alphabet-list .alphabet-list__item ul li {
	margin-bottom: 20px
}

.alphabet-list .alphabet-list__item ul li a {
	text-decoration: underline;
	font-size: 20px;
	color: #0275c9
}

.newshub-result {
	padding: 0 !important
}

.newshub-result .newshub-new {
	width: 100%
}

.newshub-result .newshub-new .newshub-new__list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.newshub-result .newshub-new .newshub-new__list li {
	margin: 0
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__image {
	display: block;
	width: 100%
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__image img {
	max-width: 100%;
	width: 100%
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content {
	padding: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content .newshub-new__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content .newshub-new__top .newshub-new__tag {
	color: #0275c9
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content .newshub-new__top .newshub-new__date {
	color: #000;
	text-transform: uppercase
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content .newshub-new__title {
	color: #0074d5;
	font-size: 20px;
	line-height: 26px;
	margin: 6px 0 10px 0
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content .newshub-new__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content .newshub-new__author a {
	color: #0275c9;
	margin-right: 20px;
	position: relative
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content .newshub-new__author a:after {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	background: #000;
	position: absolute;
	right: -11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content .newshub-new__author span {
	color: #222;
	opacity: .6
}

.newshub-result .newshub-new .newshub-new__list li .newshub-new__item .newshub-new__content .newshub-new__text {
	color: #000;
	line-height: 24px
}

.flex-layout {
	padding: 0 0 2em
}

@media (min-width:750px) {
	.flex-layout {
		padding: 2em 0
	}
}

.flex-layout__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

@media (min-width:750px) {
	.flex-layout__columns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.flex-layout__sidebar {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (min-width:750px) {
	.flex-layout__sidebar {
		max-width: 256px;
		-ms-flex-preferred-size: 256px;
		flex-basis: 256px;
		padding: 0 20px
	}
}

.flex-layout__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}

@media (min-width:750px) {
	.flex-layout__content {
		padding: 0 20px
	}
}

@media (min-width:750px) {
	.flex-layout__top {
		padding: 0 20px
	}
}

.flex-layout .chw-rich-text {
	font-size: 16px
}

.flex-layout .chw-rich-text ul {
	list-style: none;
	padding: 0
}

.flex-layout .chw-rich-text ul li {
	padding: 0 0 0 1em;
	margin: 0;
	position: relative;
	line-height: 1.5
}

.flex-layout .chw-rich-text ul li:before {
	content: "";
	color: #ca4a27;
	font-size: .83em;
	position: absolute;
	-webkit-transform: translateY(.3em);
	-ms-transform: translateY(.3em);
	transform: translateY(.3em);
	left: 0
}

.flex-layout .chw-rich-text ul li a {
	color: #0074c8;
	font-weight: 400;
	text-decoration: none
}

.flex-layout .chw-rich-text p {
	line-height: 1.5
}

.flex-layout .chw-rich-text p,
.flex-layout .chw-rich-text ul li {
	font-size: inherit
}

.flex-layout .chw-rich-text li,
.flex-layout li {
	background-image: none
}

@media (min-width:750px) {
	.flex-layout__sidebar .sidebar-border {
		padding-right: 24px;
		border-right: 1px solid #e8e8e8
	}
}

@media (min-width:750px) {
	.flex-layout__content+.flex-layout__sidebar .sidebar-border {
		padding-right: 0;
		border-right: 0;
		margin-right: 0;
		padding-left: 24px;
		border-left: 1px solid #e8e8e8
	}
}

.tt-hint,
.tt-query {
	width: 396px;
	height: 30px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.5;
	border: 2px solid #e8e8e8;
	outline: 0
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.tt-hint {
	color: #999
}

.tt-menu {
	width: 100%;
	margin-top: 12px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16)
}

@media (min-width:750px) {
	.tt-menu {
		max-width: 600px
	}
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer
}

.tt-suggestion:hover {
	background-color: #f5f5f5
}

.tt-suggestion.tt-cursor {
	background-color: #0074c8;
	color: #fff
}

.tt-menu-compound {
	margin-top: .5em;
	padding: 2em 2em 0 2em;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
	font-size: 14px;
	z-index: 1000 !important
}

@media (min-width:750px) {
	.tt-menu-compound {
		min-width: none;
		width: auto;
		text-align: left;
		white-space: nowrap
	}
}

.tt-menu-compound .tt-dataset {
	text-align: left;
	margin-bottom: 2em;
	white-space: normal
}

.tt-menu-compound .tt-dataset p {
	margin: .5em 0
}

@media (min-width:750px) {
	.tt-menu-compound .tt-dataset {
		display: inline-block;
		min-width: 180px;
		vertical-align: top;
		margin-bottom: 3em;
		margin-right: 1%
	}

	.tt-menu-compound .tt-dataset:last-child {
		margin-right: 0
	}
}

.tt-menu-compound .tt-dataset:empty {
	display: none
}

.tt-menu-compound .tt-suggestion {
	padding: 0;
	margin: .25em 0
}

.tt-menu-compound .tt-suggestion:hover {
	background: 0 0
}

.tt-menu-compound .tt-suggestion a {
	color: #696969;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.tt-menu-compound .tt-suggestion a:hover {
	opacity: 1;
	text-decoration: underline
}

.tt-menu-compound .tt-suggestion.tt-cursor {
	background-color: #0074c8;
	color: #fff
}

.tt-menu-compound .tt-suggestion.tt-cursor a {
	color: #fff;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.tt-menu-compound .tt-suggestion.tt-cursor a:hover {
	background-color: lighter(#0074c8, 20)
}

.tt-menu-compound .typeahead-title {
	text-transform: uppercase;
	color: #c4c5c5;
	margin: 0;
	line-height: 1.5
}

.tt-menu-compound .tt-more-link {
	display: block;
	margin-top: 1em;
	text-decoration: underline
}

.global-header .tt-menu-compound {
	z-index: 10000 !important
}

@media (min-width:750px) {
	.flex-layout__sidebar .tt-menu-compound {
		width: 100%
	}

	.flex-layout__sidebar .tt-menu-compound .tt-dataset {
		display: block;
		width: 100%;
		margin-bottom: .75em
	}
}

.tt-menu-compound__footer {
	border-top: 2px solid #0074c8;
	padding: 1em 0;
	font-weight: 700
}

.tt-menu-compound__footer a {
	white-space: normal
}

.tt-menu-compound__footer a:hover {
	text-decoration: underline
}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.form-inline.form-control {
	margin: 3px
}

.required-field .checkbox:after,
.required-field .control-label:after {
	color: #d00;
	content: "*";
	font-weight: bolder
}

.has-error .control-label {
	color: inherit
}

.has-error .form-control {
	border-width: 2px
}

.has-error .field-validation-error {
	font-size: .9em
}

.has-error .field-validation-error:before {
	content: "";
	margin-right: .5em
}

.form-group {
	margin-bottom: 1.5em
}

.checkbox {
	width: 100%
}

.form-submit-border .btn {
	border: 0;
	padding: .75em 3em;
	margin: 1em 0
}

.lds-roller {
	display: none;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto
}

.lds-roller.show {
	display: block
}

.lds-roller div {
	-webkit-animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	-webkit-transform-origin: 40px 40px;
	-ms-transform-origin: 40px 40px;
	transform-origin: 40px 40px
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #0074c8;
	margin: -4px 0 0 -4px
}

.lds-roller div:nth-child(1) {
	-webkit-animation-delay: -36ms;
	animation-delay: -36ms
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px
}

.lds-roller div:nth-child(2) {
	-webkit-animation-delay: -72ms;
	animation-delay: -72ms
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px
}

.lds-roller div:nth-child(3) {
	-webkit-animation-delay: -108ms;
	animation-delay: -108ms
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px
}

.lds-roller div:nth-child(4) {
	-webkit-animation-delay: -144ms;
	animation-delay: -144ms
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px
}

.lds-roller div:nth-child(5) {
	-webkit-animation-delay: -.18s;
	animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px
}

.lds-roller div:nth-child(6) {
	-webkit-animation-delay: -216ms;
	animation-delay: -216ms
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px
}

.lds-roller div:nth-child(7) {
	-webkit-animation-delay: -252ms;
	animation-delay: -252ms
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px
}

.lds-roller div:nth-child(8) {
	-webkit-animation-delay: -288ms;
	animation-delay: -288ms
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px
}

@-webkit-keyframes lds-roller {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes lds-roller {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.lazy:not(.lazy-loaded) {
	-webkit-animation: lazyloading-bg-animation 30s ease infinite;
	animation: lazyloading-bg-animation 30s ease infinite;
	background-color: #e0e0e0;
	background-image: -webkit-linear-gradient(120deg, rgba(69, 69, 69, .8) 0, rgba(0, 116, 200, 0) 100%);
	background-image: -o-linear-gradient(120deg, rgba(69, 69, 69, .8) 0, rgba(0, 116, 200, 0) 100%);
	background-image: linear-gradient(-30deg, rgba(69, 69, 69, .8) 0, rgba(0, 116, 200, 0) 100%);
	background-size: 200% 200%
}

img.lazy:not(.lazy-loaded) {
	font-size: 10px;
	color: transparent
}

@-webkit-keyframes lazyloading-bg-animation {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@keyframes lazyloading-bg-animation {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.form-group--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form-group--inline>button,
.form-group--inline>input,
.form-group--inline>label,
.form-group--inline>select {
	margin: 0 .25em
}

.chw-form-control {
	height: 40px;
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: inherit;
	border: 1px solid #c4c5c5;
	cursor: pointer;
	padding: 0 .5em
}

.chw-form-control::-webkit-input-placeholder {
	color: #c4c5c5
}

.chw-form-control::-moz-placeholder {
	color: #c4c5c5
}

.chw-form-control:-ms-input-placeholder {
	color: #c4c5c5
}

.chw-form-control:-moz-placeholder {
	color: #c4c5c5
}

.input-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-button form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.input-button input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.primary-nav__content {
	display: none
}

.primary-nav {
	color: #fff;
	display: none
}

@media (min-width:750px) {
	.primary-nav {
		display: block;
		min-height: 20px
	}
}

.primary-nav ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.primary-nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.primary-nav>ul>li {
	position: relative
}

.primary-nav>ul>li>a {
	color: #fff;
	display: block;
	padding: 10px 1em 6px 1em;
	border-bottom: 4px solid transparent;
	border-top: 2px solid transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	font-size: .72em
}

@media (min-width:1190px) {
	.primary-nav>ul>li>a {
		font-size: .91em
	}
}

.primary-nav>ul>li>a:focus-within {
	background-color: #fff;
	color: #000 !important;
	opacity: 1 !important;
	border-bottom-color: #c2d500 !important;
	border-top-color: #0074c8 !important
}

.primary-nav li {
	padding: 0
}

.primary-nav__content {
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(100, 100, 100, .25);
	box-shadow: 0 4px 5px rgba(100, 100, 100, .25);
	position: absolute;
	top: 100%;
	left: 0;
	padding: 1em;
	width: 550px
}

.primary-nav__content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.primary-nav__content ul li {
	width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin: .5em 0;
	font-size: 13px
}

.primary-nav__content .fullwidth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-left: 15px
}

.primary-nav__content .fullwidth li {
	width: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.primary-nav__content .fullwidth a {
	font-weight: 400;
	margin-right: .5em
}

.primary-nav__content .emphasis {
	font-weight: 700 !important
}

.primary-nav__content .emphasis:after {
	content: '»';
	margin-left: .25em
}

.primary-nav__content h3 {
	color: #ce372f;
	font-size: 1em;
	text-transform: uppercase;
	margin: .5em 0
}

.primary-nav__content a {
	color: #000;
	font-weight: 700
}

.primary-nav__content a:hover {
	text-decoration: underline;
	color: #0074c8
}

.primary-nav__link-block:hover {
	position: relative
}

.primary-nav__link-block:hover .primary-nav__content {
	display: block
}

.primary-nav__link-block:hover a {
	background-color: #fff;
	color: #000 !important;
	opacity: 1 !important;
	border-bottom-color: #c2d500 !important;
	border-top-color: #0074c8 !important
}

.primary-nav__link-block:last-child .primary-nav__content,
.primary-nav__link-block:nth-last-child(2) .primary-nav__content,
.primary-nav__link-block:nth-last-child(3) .primary-nav__content {
	left: auto;
	right: 0
}

.primary-nav__link-block.focused .primary-nav__content {
	display: block
}

.primary-nav__link-block.focused a {
	background-color: #fff;
	color: #000 !important;
	opacity: 1 !important;
	border-bottom-color: #c2d500 !important;
	border-top-color: #0074c8 !important
}

.primary-nav--mobile {
	color: #fff;
	min-height: 56px
}

@media (min-width:750px) {
	.primary-nav--mobile {
		display: none;
		min-height: 0
	}
}

.primary-nav--mobile ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.primary-nav--mobile a {
	color: #fff
}

.primary-nav--mobile .fas {
	font-size: .75em
}

.primary-nav--mobile .fa-phone {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.primary-nav--mobile .mobile-search-btn {
	background: 0 0;
	border: 0;
	font-size: 0;
	padding: 5px;
	color: inherit
}

.primary-nav--mobile .mobile-search-btn>.fa-search {
	font-size: 13px
}

.hamburger-btn {
	background: 0 0;
	border: 0;
	font-size: 0;
	padding: 5px 5px 3px
}

.hamburger-icon {
	display: block;
	height: 20px;
	width: 25px;
	position: relative
}

.hamburger-icon span {
	position: absolute;
	height: 3px;
	background: #fff;
	display: block;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 100%
}

.hamburger-icon span:nth-child(1) {
	top: 0
}

.hamburger-icon span:nth-child(2),
.hamburger-icon span:nth-child(3) {
	top: 7px
}

.hamburger-icon span:nth-child(4) {
	top: 14px
}

.hamburger-menu nav {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.hamburger-menu.open nav {
	max-height: 500px
}

.hamburger-menu.open .hamburger-icon span:nth-child(1) {
	left: 50%;
	top: 18px;
	width: 0
}

.hamburger-menu.open .hamburger-icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px
}

.hamburger-menu.open .hamburger-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px
}

.hamburger-menu.open .hamburger-icon span:nth-child(4) {
	left: 50%;
	top: 18px;
	width: 0
}

.hamburger-menu nav ul {
	border-top: 1px solid #fff;
	padding: 10px 0
}

.hamburger-menu nav li {
	color: #fff;
	line-height: 50px;
	position: relative;
	text-align: left
}

.hamburger-menu nav a {
	color: inherit;
	display: block;
	font-size: 16px;
	line-height: 32px;
	padding: 0 30px;
	text-decoration: none
}

.hamburger-menu .search-control-mobile {
	height: 0;
	overflow-y: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.hamburger-menu .search-control-mobile.open {
	height: 46px;
	margin-top: 10px;
	overflow-y: visible
}

.hamburger-menu .search-input {
	color: #000;
	max-width: auto;
	width: 100%;
	padding: .5em 1.5em;
	visibility: visible;
	font-size: 16px;
	font-weight: 400
}

.hamburger-menu__header {
	padding: 10px 25px;
	font-weight: 700;
	position: relative
}

.hamburger-menu__header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hamburger-menu__header ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1em
}

.hamburger-menu__header ul li:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.hamburger-menu__header ul li:last-child {
	margin-right: 0
}

.hamburger-menu__header .mobile-search-btn .fas {
	font-size: 14px
}

.secondary-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #0074c8;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0;
	min-height: 30px
}

@media (min-width:750px) {
	.secondary-nav {
		padding: 0 0 5px 250px;
		min-height: 34px
	}
}

@media (max-width:1190px) {
	.secondary-nav {
		padding: 0 0 5px 0
	}
}

.secondary-nav ul {
	display: none;
	list-style: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: .5em
}

.secondary-nav ul:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:750px) {
	.secondary-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: .72em
	}
}

@media (min-width:1190px) {
	.secondary-nav ul {
		font-size: .91em
	}
}

.secondary-nav a {
	display: block;
	padding: .5em
}

.secondary-nav a:hover {
	text-decoration: underline
}

.secondary-nav .search-input {
	border: 1px solid #d3d3d3;
	max-width: 180px;
	padding: 0 1.5em;
	visibility: visible;
	font-size: 12px
}

.global-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

@media (min-width:750px) {
	.global-header {
		position: fixed;
		top: 0;
		z-index: 9999
	}
}

.global-header>.chw-container {
	position: relative
}

.global-header .btn-primary,
.global-header .btn-secondary {
	padding: .5em 1em;
	border: 1px solid #0074c8;
	font-size: .8em;
	min-width: 75px;
	text-align: center;
	margin: 0 .25em;
	white-space: nowrap
}

.global-header .btn-primary:hover,
.global-header .btn-secondary:hover {
	text-decoration: none
}

.global-header .btn-primary {
	background: #0074c8;
	color: #fff
}

.global-header .btn-secondary {
	background: #fff;
	color: #0074c8
}

.global-header .btn-secondary:hover {
	color: #2fa8ff;
	border: 1px solid #2fa8ff
}

.global-header .btn-search {
	font-size: 0;
	min-width: auto;
	display: inline-block;
	height: 28px
}

.global-header .btn-search:after {
	content: "";
	font-size: 10px;
	padding: 7px
}

.global-header .search-control {
	display: none;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 28px
}

@media (min-width:750px) {
	.global-header .search-control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.global-header .search-control input {
	max-width: 0;
	padding: 0;
	border-width: 0;
	-webkit-transition: max-width .2s ease, padding .2s ease;
	-o-transition: max-width .2s ease, padding .2s ease;
	transition: max-width .2s ease, padding .2s ease;
	color: #292929;
	margin: 0;
	border-radius: 0;
	width: auto;
	display: block;
	height: inherit
}

.global-header .search-control.open input {
	max-width: 180px;
	padding: 0 .5em;
	border-width: 1px 1px 1px 1px
}

#ui-id-1 {
	z-index: 10000
}

.global-header__top {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff
}

.global-header__top>.chw-container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:750px) {
	.global-header__top>.chw-container {
		display: block
	}
}

.global-header__bottom {
	background: #0074c8
}

.global-header__logo {
	display: block;
	position: relative;
	background: #fff;
	padding: 15px 10px
}

.global-header__logo img {
	width: 220px;
	height: auto;
	max-width: 100%
}

.global-header__logo.small img {
	width: 110px
}

@media (min-width:750px) {
	.global-header__logo {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		-webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .18);
		box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .18)
	}

	.global-header__logo:hover {
		opacity: 1;
		-webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .38);
		box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .38)
	}

	.global-header__logo img {
		width: 130px;
		height: auto
	}
}

@media (min-width:1190px) {
	.global-header__logo img {
		width: 220px;
		height: auto
	}
}

.global-header__top {
	position: relative
}

@media (min-width:750px) {
	.global-header__logo {
		top: 0
	}

	.global-header__logo.small {
		top: 30px
	}
}

.compass-global-header__logo {
	display: block;
	position: relative;
	background: #fff;
	padding: 15px 10px
}

.compass-global-header__logo img {
	width: 220px;
	height: auto
}

.compass-global-header__logo.small img {
	width: 110px
}

@media (min-width:750px) {
	.compass-global-header__logo {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		-webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .18);
		box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .18)
	}

	.compass-global-header__logo img {
		width: 220px;
		height: auto
	}
}

.global-footer {
	background: #fff;
	color: #0074c8;
	padding: 2em 1em;
	border-top: 1px solid #e8e8e8
}

.global-footer a:hover {
	text-decoration: underline
}

.footer-blocks>* {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

@media (min-width:750px) {
	.footer-blocks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.footer-info {
	color: #000;
	line-height: 1.5;
	white-space: nowrap;
	width: 100%
}

@media (min-width:750px) {
	.footer-info {
		border-left: 1px solid #e8e8e8;
		padding-left: 2em;
		margin-left: 2em
	}
}

@media (min-width:1190px) {
	.footer-info {
		font-size: 16px;
		border-left: 1px solid #e8e8e8;
		padding-left: 3.5em;
		margin-left: 3.5em
	}
}

.footer-info a {
	white-space: normal
}

.footer-logo {
	max-width: 220px;
	margin-bottom: 1.5em
}

.footer-logo img {
	width: 100%;
	height: auto
}

.footer-collapsible {
	font-size: 16px;
	margin-bottom: 2em
}

.footer-collapsible input[type=checkbox],
.footer-collapsible input[type=radio] {
	display: none
}

.footer-collapsible .footer-collapsible-header {
	position: relative;
	display: block;
	font-weight: 700;
	margin-bottom: .5em;
	color: #292929;
	cursor: pointer
}

.footer-collapsible .footer-collapsible-header .header-text {
	display: none
}

.footer-collapsible .footer-collapsible-header .header-button {
	border-style: none;
	padding: 0;
	font-weight: 700;
	margin-bottom: .5em;
	color: #292929;
	background: 0 0;
	font-size: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	cursor: pointer
}

@media (min-width:750px) {
	.footer-collapsible .footer-collapsible-header {
		cursor: inherit
	}

	.footer-collapsible .footer-collapsible-header .header-text {
		display: block
	}

	.footer-collapsible .footer-collapsible-header .header-button {
		display: none
	}
}

.footer-collapsible .footer-collapsible-header:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-left: 2px solid #0074c8;
	border-bottom: 2px solid #0074c8;
	border-right: 2px solid transparent;
	border-top: 2px solid transparent;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear
}

@media (min-width:750px) {
	.footer-collapsible .footer-collapsible-header:after {
		display: none
	}
}

.footer-collapsible .collapsible-content,
.footer-collapsible input~.collapsible-content {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: none
}

.footer-collapsible .collapsible-content.display {
	display: block
}

.footer-collapsible .collapsible-content.open,
.footer-collapsible input:checked~.collapsible-content {
	max-height: 400px
}

.footer-collapsible .footer-collapsible-header.display:after,
.footer-collapsible input:checked~label:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}

@media (min-width:750px) {

	.footer-collapsible .collapsible-content,
	.footer-collapsible input~.collapsible-content {
		max-height: none;
		display: block
	}
}

.footer-collapsible ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer-collapsible li {
	padding: .25em 0;
	line-height: 1.5em
}

.footer-copyright {
	font-size: 12px;
	color: #000
}

.footer-copyright ul {
	list-style: none;
	padding: 0
}

.footer-copyright li {
	display: inline
}

.footer-copyright a {
	color: #000
}

.footer-copyright a:hover {
	text-decoration: underline
}

.chw-hero,
.chw-newshub-hero {
	display: block;
	margin: 0 auto;
	position: relative
}

.chw-hero .chw-hero-image,
.chw-hero .chw-newshub-hero-image,
.chw-newshub-hero .chw-hero-image,
.chw-newshub-hero .chw-newshub-hero-image {
	display: none;
	height: 325px;
	width: auto;
	background-size: cover;
	background-position: center
}

@media (min-width:750px) {

	.chw-hero .chw-hero-image,
	.chw-hero .chw-newshub-hero-image,
	.chw-newshub-hero .chw-hero-image,
	.chw-newshub-hero .chw-newshub-hero-image {
		display: block
	}
}

.chw-hero .chw-hero-content,
.chw-newshub-hero .chw-hero-content {
	color: #0074c8;
	text-align: center;
	position: relative;
	z-index: 20
}

.chw-hero .chw-hero-content--inner,
.chw-newshub-hero .chw-hero-content--inner {
	background: #fff
}

@media (min-width:750px) {

	.chw-hero .chw-hero-content,
	.chw-newshub-hero .chw-hero-content {
		color: #fff;
		-webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .15);
		position: relative
	}

	.chw-hero .chw-hero-content>*,
	.chw-newshub-hero .chw-hero-content>* {
		position: relative;
		z-index: 20
	}

	.chw-hero .chw-hero-content:before,
	.chw-newshub-hero .chw-hero-content:before {
		content: '';
		display: block;
		width: 1080px;
		height: 135px;
		background: url(../img/SHADOW@1x.png) no-repeat center center;
		background-size: 100% 100%;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 40%);
		-ms-transform: translate(-50%, 40%);
		transform: translate(-50%, 40%);
		z-index: 10
	}

	.chw-hero .chw-hero-content--inner,
	.chw-newshub-hero .chw-hero-content--inner {
		background: #0074c8
	}
}

.chw-hero .chw-hero-content a,
.chw-newshub-hero .chw-hero-content a {
	color: inherit;
	text-decoration: none
}

.chw-hero .chw-hero-content a *,
.chw-newshub-hero .chw-hero-content a * {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.chw-hero .chw-hero-content a:hover *,
.chw-newshub-hero .chw-hero-content a:hover * {
	opacity: .7
}

.chw-hero .chw-hero-content a.white-btn,
.chw-newshub-hero .chw-hero-content a.white-btn {
	margin-top: 1em
}

.chw-hero .chw-hero-content .chw-container,
.chw-newshub-hero .chw-hero-content .chw-container {
	position: relative;
	padding: 2em
}

@media (min-width:750px) {

	.chw-hero .chw-hero-content .chw-container:after,
	.chw-newshub-hero .chw-hero-content .chw-container:after {
		content: '';
		width: 0;
		height: 0;
		border: 40px solid transparent;
		border-top: 30px solid #0074c8;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.chw-hero .chw-hero-content--narrow,
.chw-newshub-hero .chw-hero-content--narrow {
	max-width: 700px;
	margin: 0 auto
}

.chw-hero h2,
.chw-newshub-hero h2 {
	font-weight: 700;
	font-size: 2em;
	margin: 0;
	color: inherit
}

@media (min-width:750px) {

	.chw-hero h2,
	.chw-newshub-hero h2 {
		font-size: 1.5em;
		font-weight: 400
	}
}

.chw-hero p,
.chw-newshub-hero p {
	line-height: 2;
	margin-bottom: 0
}

.chw-newshub-hero {
	border-bottom: 8px solid #0074c8;
	display: block;
	max-width: 1200px
}

.chw-newshub-hero img {
	width: 100%;
	height: auto
}

.hero-banner {
	position: relative
}

.hero-banner img {
	width: 100%;
	height: auto
}

.hero-banner-text {
	width: 93%;
	background: #fff;
	padding: 26px 60px
}

.hero-banner-text .title {
	color: #000;
	font-size: 1.375rem;
	margin-top: 0
}

.hero-banner-text a {
	text-decoration: underline
}

.hero-banner-text a:focus,
.hero-banner-text a:hover {
	text-decoration: none
}

@media (min-width:751px) {
	.hero-banner.hero-size-01 {
		width: 66%;
		margin-top: 32px
	}

	.hero-banner-text {
		position: absolute;
		bottom: 0;
		right: 0
	}

	.hero-banner-text .title {
		font-size: 1.75rem
	}

	.hero-cta {
		width: 34%;
		margin-top: 32px;
		padding-left: 15px
	}
}

@media (max-width:750px) {
	.hero-banner-text {
		margin: -40px 0 0 7%;
		position: relative
	}
}

.chw-row.hero-cta-flex {
	-ms-flex-flow: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.hero-cta-flex a {
	color: #0074c8;
	display: block;
	width: 50%;
	height: 192px;
	padding-top: 50px;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	font-weight: 700
}

.hero-cta-flex a:focus,
.hero-cta-flex a:hover {
	background: #ddf1fd
}

.hero-cta-flex a:focus span,
.hero-cta-flex a:hover span {
	color: #005292
}

.hero-cta-flex a:nth-child(1),
.hero-cta-flex a:nth-child(2) {
	border-top: 1px solid #e2e2e2
}

.hero-cta-flex a:nth-child(2n+1) {
	border-left: 1px solid #e2e2e2
}

.hero-cta-flex a svg {
	display: inline-block;
	vertical-align: middle;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem
}

.hero-cta-flex a span {
	display: block
}

a.bg-theme-03 {
	color: #3fa2f7
}

a.bg-theme-03:focus,
a.bg-theme-03:hover {
	background: #ddf1fd
}

a.bg-theme-03:focus span,
a.bg-theme-03:hover span {
	color: #005292
}

a.bg-theme-04 {
	color: #fff
}

a.bg-theme-04:focus,
a.bg-theme-04:hover {
	background: #d90039
}

a.bg-theme-04:focus span,
a.bg-theme-04:hover span {
	color: #fff
}

.hero-filter {
	border: 1px solid #dcdcdc;
	padding: 50px 20px;
	text-align: center
}

.hero-filter:not([class*=bg-theme]) h2 {
	color: #000
}

.hero-filter .chw-nav-form-top {
	width: 100%
}

.hero-filter .chw-nav-form-top h2 {
	font-size: 2rem
}

.hero-filter .chw-nav-form-top .form-group--inline {
	display: block;
	text-align: center
}

.hero-filter .chw-nav-form-top form {
	width: 300px;
	max-width: 100%;
	margin: 0 auto
}

.hero-filter .chw-nav-form-top form select {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 2rem;
	font-size: .938rem
}

.hero-filter .chw-nav-form-top .form-group--inline.like-to-group select {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 2rem;
	font-size: .938rem
}

.hero-filter .chw-nav-form-top .form-group--inline.like-to-group button {
	width: 100%
}

@media (min-width:751px) {
	.hero-filter .chw-nav-form-top .form-group--inline.like-to-group button {
		width: auto
	}
}

.hero-filter .chw-nav-form-top .form-group--inline label {
	display: block;
	font-size: 24px;
	margin-bottom: .8rem
}

.hero-filter.box-theme-01 h2,
.hero-filter.box-theme-02 h2 {
	color: #fff
}

@media (min-width:751px) {
	.hero-banner.hero-size-02 {
		width: 49%;
		margin-left: 1%
	}

	.hero-filter {
		width: 49%;
		margin-right: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

.chw-nav-form {
	background: #e8e8e8;
	padding: 0
}

@media (min-width:750px) {
	.chw-nav-form {
		padding: 3em
	}
}

.chw-nav-form h2 {
	color: #0074c8;
	font-size: 2.5em;
	line-height: 1.5;
	margin: 0;
	text-align: center
}

@media (min-width:750px) {
	.chw-nav-form h2 {
		margin: 1em 0;
		text-align: left
	}
}

.chw-nav-form label {
	color: #0074c8;
	font-size: 1.25em;
	line-height: 2
}

@media (min-width:750px) {
	.chw-nav-form label {
		font-size: 2.125em
	}
}

.chw-nav-form select {
	font-size: 1em;
	padding: .25em;
	margin-bottom: 20px
}

@media (min-width:750px) {
	.chw-nav-form select {
		margin-bottom: 0
	}
}

.chw-nav-form button {
	font-size: 1.5em;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	padding: .15em .5em
}

.chw-nav-form button:hover {
	text-decoration: none;
	opacity: .7
}

.chw-nav-form button:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

.chw-nav-form button i {
	margin-right: 0
}

.chw-nav-form button:disabled,
.chw-nav-form select:disabled {
	opacity: .5
}

.chw-nav-form-top {
	padding: 1em
}

@media (min-width:750px) {
	.chw-nav-form-top {
		padding: 0
	}
}

.chw-nav-form-top .form-group--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: left
}

.chw-nav-form-top .form-group--inline>* {
	width: 100%
}

@media (min-width:750px) {
	.chw-nav-form-top .form-group--inline {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.chw-nav-form-top .form-group--inline>* {
		width: auto
	}
}

.chw-nav-form-top .form-group--inline.like-to-group select {
	width: 80%
}

.chw-nav-form-top .form-group--inline.like-to-group button {
	width: 15%;
	margin-bottom: 0;
	margin-right: 0
}

@media (min-width:750px) {
	.chw-nav-form-top .form-group--inline.like-to-group select {
		width: auto
	}

	.chw-nav-form-top .form-group--inline.like-to-group button {
		width: auto
	}
}

.chw-shadow-wrapper {
	position: relative
}

.chw-shadow-wrapper>* {
	position: relative;
	z-index: 20
}

.chw-shadow-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 110px;
	background: url(../img/SHADOW@1x.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 40%);
	-ms-transform: translate(-50%, 40%);
	transform: translate(-50%, 40%);
	z-index: 10
}

.chw-nav-form-search {
	background-color: #fff;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin-top: 25px;
	position: relative;
	z-index: 20;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:750px) {
	.chw-nav-form-search {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 8px;
		margin-top: 50px
	}
}

.chw-nav-form-search .col-left,
.chw-nav-form-search .col-right {
	width: 100%;
	padding: 1.5em
}

@media (min-width:750px) {

	.chw-nav-form-search .col-left,
	.chw-nav-form-search .col-right {
		width: 50%;
		padding: 3em
	}
}

.chw-nav-form-search .col-left {
	background: #004a92
}

.chw-nav-form-search .col-right {
	background: #0074c8
}

.chw-nav-form-search a,
.chw-nav-form-search i,
.chw-nav-form-search label {
	font-size: inherit;
	color: #fff;
	vertical-align: middle
}

.chw-nav-form-search i {
	font-size: 30px;
	margin-right: .25em
}

.chw-nav-form-search label {
	font-weight: 600;
	line-height: 2
}

@media (min-width:750px) {
	.chw-nav-form-search label {
		font-size: 1.5em;
		font-weight: 600
	}
}

.chw-nav-form-search button {
	background: #c2d500;
	border: 0
}

.chw-nav-form-search .chw-form-control {
	border: 0
}

.chw-nav-form-search .input-button {
	margin-bottom: 1em
}

.chw-nav-form-search a {
	text-decoration: none
}

.chw-nav-form-search a:hover {
	text-decoration: underline
}

.form-group--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form-group--inline>button,
.form-group--inline>input,
.form-group--inline>label,
.form-group--inline>select {
	margin: 0 .25em
}

.chw-form-control {
	height: 40px;
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: inherit;
	border: 1px solid #c4c5c5;
	cursor: pointer;
	padding: 0 .5em
}

.chw-form-control::-webkit-input-placeholder {
	color: #c4c5c5
}

.chw-form-control::-moz-placeholder {
	color: #c4c5c5
}

.chw-form-control:-ms-input-placeholder {
	color: #c4c5c5
}

.chw-form-control:-moz-placeholder {
	color: #c4c5c5
}

.input-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-button form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.input-button input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.chw-cta-fw {
	background-size: cover;
	background-position: center;
	padding: 3em 1em
}

.chw-cta-fw h3 {
	font-size: 1.5em;
	font-weight: 700;
	color: #0074c8;
	margin: 2em 0 0
}

.chw-cta-fw p {
	line-height: 1.75
}

.chw-cta-fw .cta-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.chw-cta-fw .cta-button {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	padding: .5em 2em;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 100%
}

.chw-cta-fw .cta-button:hover {
	text-decoration: none;
	opacity: .7
}

.chw-cta-fw .cta-button:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

@media (min-width:750px) {
	.chw-cta-fw {
		padding: 3em
	}

	.chw-cta-fw .cta-button {
		margin-top: 1em;
		width: auto
	}
}

@media (min-width:1190px) {
	.chw-cta-fw {
		padding: 88px 3em
	}

	.chw-cta-fw h3 {
		margin-top: 0
	}

	.chw-cta-fw .cta-content {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.chw-cta-fw .shadow-wrapper {
	width: 100%;
	height: 100%
}

.cta-panels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.cta-panels .cta-panel {
	z-index: 1
}

.cta-panels .cta-panel .cta-content>* {
	width: 100%
}

.cta-panels .cta-panel:first-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.cta-panels .cta-panel:last-child {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.cta-panels .cta-image {
	background: #fff;
	padding: 5px
}

.cta-panels .cta-image img {
	width: 100%;
	height: auto
}

.cta-panels .cta-video {
	background: #fff;
	padding: 5px
}

.cta-panels .cta-video .wistia_embed {
	margin-bottom: 0
}

@media (min-width:1190px) {
	.cta-panels {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.cta-panels .cta-panel:first-child,
	.cta-panels .cta-panel:last-child {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%
	}

	.cta-panels .cta-panel:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.cta-panels .cta-panel:first-child .cta-content {
		padding-right: 10%
	}

	.cta-panels .cta-panel:last-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.cta-panels .cta-panel:last-child .cta-content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.cta-panels.left-side .cta-panel:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.cta-panels.left-side .cta-panel:first-child .cta-content {
		padding-left: 10%
	}

	.cta-panels.left-side .cta-panel:last-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.featured-links {
	background-color: #0074c8;
	padding: 2.5em;
	text-align: center;
	color: #fff
}

.featured-links h2 {
	margin: 0;
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 1.25em;
	color: #fff
}

.featured-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:750px) {
	.featured-links ul {
		width: 100%
	}
}

.featured-links li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	width: 50%;
	text-align: center;
	font-size: 18px;
	padding: 1em
}

.featured-links li i {
	display: none
}

@media (min-width:750px) {
	.featured-links li {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		width: 25%
	}

	.featured-links li i {
		display: inline-block;
		font-size: 3em;
		margin-bottom: .25em
	}
}

@media (min-width:1190px) {
	.featured-links li {
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
}

.featured-links li span {
	display: block
}

.featured-links li a {
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.featured-links li a:hover {
	color: #1dc9d3
}

.all-btn {
	margin-top: 1.5em;
	background: #fff;
	border: 1px solid #0074c8;
	color: #0074c8;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center
}

.all-btn:hover {
	text-decoration: none;
	opacity: .7
}

.content-banner {
	text-align: center;
	padding: 3em
}

.content-banner h2 {
	font-weight: 400;
	font-size: 2em
}

.content-banner p {
	line-height: 1.75
}

.about-container {
	font-size: 1.063rem;
	line-height: 1.688rem;
	padding-top: 20px;
	padding-bottom: 20px
}

.about-container .title {
	font-size: 2.125rem;
	line-height: 1.2;
	margin: 0 0 20px
}

@media (min-width:751px) {
	.about-container {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.about-content {
		width: 58%
	}

	.about-content-text {
		border-left: 1px solid #e3e3e3;
		padding-left: 20px
	}

	.about-cta {
		width: 42%;
		padding-right: 20px
	}
}

@media (min-width:1200px) {
	.about-content-text {
		padding-left: 75px;
		padding-right: 45px
	}

	.about-cta {
		padding-right: 45px;
		padding-left: 45px
	}

	.about-container .title {
		font-size: 2rem
	}
}

.content-tiles {
	padding: 3em 0;
	background: #e8e8e8
}

@media (min-width:750px) {
	.content-tiles {
		padding: 3em
	}
}

.content-tiles .chw-video,
.content-tiles .tile-image {
	display: block;
	height: 160px;
	background-size: cover;
	background-position: center;
	border-radius: 4px 4px 0 0
}

.content-tiles .tile {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background: #fff;
	display: block;
	border-radius: 4px
}

.content-tiles .tile p {
	color: #000
}

.content-tiles .tile-content {
	padding: 1em;
	position: relative
}

.content-tiles .date {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #c2d500;
	color: #fff;
	font-size: .7em;
	padding: .25em 1em;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.content-tiles h5 {
	margin: 0;
	color: #0074c8;
	font-weight: 400;
	font-size: 1.25em
}

.content-tiles h5 a:hover {
	opacity: .7;
	text-decoration: underline
}

.content-tiles .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 1em
}

.content-tiles .owl-carousel .owl-stage-outer {
	padding: 2em 0
}

@media (min-width:750px) {
	.content-tiles .owl-carousel .owl-stage-outer {
		padding: 0
	}
}

.content-tiles .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.content-tiles .owl-carousel .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.content-tiles .owl-carousel .owl-item.active {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (min-width:750px) {
	.content-tiles .owl-carousel .owl-item.active {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.content-tiles-theme-01.content-tiles {
	font-size: 1.063rem;
	line-height: 1.688rem;
	padding: 0;
	background: 0 0
}

.content-tiles-theme-01.content-tiles .chw-video,
.content-tiles-theme-01.content-tiles .tile-image {
	height: 287px
}

.content-tiles-theme-01.content-tiles h5 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-weight: 700
}

.content-tiles-theme-01.content-tiles h5 a {
	color: #000
}

.content-tiles-theme-01.content-tiles p a {
	text-decoration: underline
}

.content-tiles-theme-01.content-tiles p a:focus,
.content-tiles-theme-01.content-tiles p a:hover {
	text-decoration: none
}

.content-tiles-theme-01 .owl-carousel .owl-nav button.owl-next,
.content-tiles-theme-01 .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 140px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #cdcdcd
}

.content-tiles-theme-01 .owl-prev {
	left: -12px
}

.content-tiles-theme-01 .owl-next {
	right: -12px
}

.content-tiles-theme-01 .owl-theme .owl-nav [class*=owl-] {
	font-size: 25px !important
}

.content-tiles-theme-01 .owl-theme .owl-nav [class*=owl-]:hover {
	color: #000;
	background: #ddf1fd
}

@media (min-width:768px) {
	.content-tiles-theme-01 .owl-prev {
		left: -20px
	}

	.content-tiles-theme-01 .owl-next {
		right: -20px
	}
}

.newsletter-form {
	background-color: #1dc9d3;
	padding: 2em 1em;
	color: #fff
}

@media (min-width:750px) {
	.newsletter-form {
		padding: 3em
	}
}

.newsletter-form label {
	display: none
}

.newsletter-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:750px) {
	.newsletter-form form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.newsletter-form div.intro-text {
	font-size: 1.625em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	margin-bottom: .75em
}

@media (min-width:750px) {
	.newsletter-form div.intro-text {
		width: auto
	}
}

.newsletter-form input[type=email],
.newsletter-form input[type=text] {
	width: 100%
}

@media (min-width:750px) {

	.newsletter-form input[type=email],
	.newsletter-form input[type=text] {
		width: 238px;
		margin-right: 1em
	}
}

@media (min-width:1190px) {

	.newsletter-form input[type=email],
	.newsletter-form input[type=text] {
		width: 338px
	}
}

.newsletter-form input {
	font-size: 1em;
	padding: 1em;
	cursor: pointer;
	margin-bottom: .75em;
	border: 0 !important;
	border-radius: 0 !important
}

@media (min-width:750px) {
	.newsletter-form input {
		padding: .5em 1em;
		margin-bottom: 0
	}
}

.newsletter-form .help-block {
	color: #ffc8c8
}

@media (min-width:750px) {
	.newsletter-form .help-block {
		position: absolute;
		left: 0;
		top: 100%
	}
}

.newsletter-form .form-submit-border .btn {
	margin-bottom: 0
}

.newsletter-form .form-group {
	width: 100%
}

.newsletter-form .form-group:nth-child(7) {
	width: calc(100% - 93px);
	margin-right: 16px
}

@media (min-width:750px) {
	.newsletter-form .form-group {
		width: auto;
		margin-bottom: 0
	}

	.newsletter-form .form-group:nth-child(7) {
		width: auto;
		margin-right: 0
	}
}

.newsletter-form input.btn {
	background-color: #0074c8;
	color: #fff;
	font-weight: 700;
	width: 100%;
	padding: .5em .75em
}

@media (min-width:750px) {
	.newsletter-form input.btn {
		width: auto
	}
}

.landing-page__content h1,
.landing-page__content h2,
.landing-page__content h3 {
	font-weight: 400
}

.landing-page__content h1 {
	font-size: 2.5em;
	margin: 0;
	padding: .5em
}

@media (min-width:750px) {
	.landing-page__content h1 {
		padding: 0;
		margin-bottom: .5em
	}
}

.landing-page__content h2 {
	font-size: 2.125em;
	margin: 0 0 .5em
}

.landing-page__content .sidebar {
	padding: 1em
}

@media (min-width:750px) {
	.landing-page__content .sidebar {
		margin-left: 2em;
		padding: 0;
		width: 265px;
		-ms-flex-preferred-size: 265px;
		flex-basis: 265px;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

.landing-page__content .sidebar-buttons {
	display: none;
	padding-bottom: 20px
}

.landing-page__content .sidebar-buttons>a {
	font-size: 14px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.landing-page__content .sidebar-buttons>a i {
	margin-right: .25em
}

@media (min-width:750px) {
	.landing-page__content .sidebar-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.landing-page__content.small-text {
	font-size: 14px
}

.landing-page__content.large-text {
	font-size: 18px
}

.landing-page__content .content-video {
	border-bottom: 1px solid #e8e8e8;
	padding: 1em 1em 3em
}

.landing-page__content .content-video h3 {
	font-size: 1.625em
}

.landing-page__content .content-video .wistia_embed {
	margin: 0
}

.landing-page__content .content-video .chw-video {
	border: 3px solid #fff
}

@media (min-width:750px) {
	.landing-page__content .content-video {
		padding: 0 0 4em;
		margin-bottom: 3em
	}

	.landing-page__content .content-video .chw-video {
		border: 0
	}
}

@media (min-width:750px) {
	.landing-page__content {
		padding: 48px
	}

	.landing-page__content .content-tiles {
		margin: 0 -3em
	}
}

.landing-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1em;
	margin-bottom: 2em
}

@media (min-width:750px) {
	.landing-intro {
		padding: 0
	}
}

.landing-intro__badge {
	margin-right: 1em
}

.patient-rating__stars {
	color: #0074c8;
	display: inline-block
}

.patient-rating {
	font-size: .9em
}

.patient-rating .ds-title,
.patient-rating h3 {
	font-size: 1.25em;
	margin: 1em 0 .5em
}

.patient-rating .ds-summary {
	display: block
}

.patient-rating .ds-summary>div {
	display: inline-block;
	margin-right: .5em
}

.patient-rating .ds-summary>div.ds-title {
	display: block
}

.patient-rating .ds-comments:before,
.patient-rating .ds-ratings:before {
	content: '('
}

.patient-rating .ds-comments:after,
.patient-rating .ds-ratings:after {
	content: ')'
}

.patient-rating hr {
	margin: 2em 0
}

@media (min-width:750px) {

	.patient-rating .ds-title,
	.patient-rating h3 {
		font-size: 2.125em;
		display: block;
		font-weight: 400;
		color: #0074c8
	}
}

.landing-intro__text {
	line-height: 1.75
}

.landing-intro__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.link-tiles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2em 1em;
	border-bottom: 1px solid #e8e8e8
}

@media (min-width:750px) {
	.link-tiles {
		padding: 3em 0 1.5em;
		margin-bottom: 1.5em
	}
}

@media (min-width:1190px) {
	.link-tiles {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.link-tile__title {
	font-size: 1.125em
}

.link-tile__title span {
	vertical-align: middle
}

.link-tile__title:after {
	font-family: chw;
	content: '\e90e';
	margin-left: .5em;
	vertical-align: middle;
	font-size: .8em
}

.link-tile__icon {
	color: #0074c8;
	font-size: 2.5em;
	margin: 0 .5em .25em 0
}

.link-tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 .5em .5em 0
}

.link-tile p {
	font-size: .9em;
	line-height: 1.5
}

@media (min-width:1190px) {
	.link-tile {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 0;
		margin-right: 2em
	}

	.link-tile:last-child {
		margin-right: 0
	}
}

.landing-page__differences {
	padding: 1em
}

@media (min-width:750px) {
	.landing-page__differences {
		padding: 0
	}
}

.landing-page__differences h3 {
	font-size: 2.125em
}

.landing-page__differences h4 {
	font-size: 1em;
	color: #000;
	margin: 0;
	font-weight: 700
}

.landing-page__differences p {
	line-height: 1.75;
	margin: .25em 0 2em
}

.cta-tile {
	padding-bottom: 2em;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 2em
}

.cta-tile h4 {
	font-size: 1.2em;
	margin: 0
}

.cta-tile h5 {
	color: #000;
	font-size: 1.2em;
	margin: 0;
	position: relative;
	display: block;
	font-weight: 700
}

.cta-tile label {
	color: #0074c8;
	font-size: 1.2em;
	margin: 0;
	position: relative;
	display: block;
	font-weight: 700
}

.cta-tile label:after {
	content: "";
	font-size: .78em;
	line-height: 1;
	height: 1.4em;
	font-weight: 400;
	margin-left: .5em;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	vertical-align: middle
}

@media (min-width:750px) {
	.cta-tile label {
		cursor: auto
	}

	.cta-tile label:after {
		display: none
	}
}

.cta-tile .collapsible {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: max-height .2s ease;
	-o-transition: max-height .2s ease;
	transition: max-height .2s ease
}

@media (min-width:750px) {
	.cta-tile .collapsible {
		max-height: unset
	}
}

.cta-tile input[type=checkbox]:checked~.collapsible {
	max-height: 800px
}

.cta-tile input[type=checkbox]:checked~label:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.cta-tile p {
	font-size: .9em;
	margin: 1.5em 0;
	line-height: 1.5em
}

.cta-tile .cta-btn {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	width: 100%
}

.cta-tile .cta-btn:hover {
	text-decoration: none;
	opacity: .7
}

.cta-tile .cta-btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

.cta-tile-video {
	margin: 1.5em 0;
	height: 160px
}

.cta-tile {
	padding-bottom: 2em;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 2em
}

.cta-tile h4 {
	font-size: 1.2em;
	margin: 0
}

.cta-tile label {
	color: #0074c8;
	font-size: 1.2em;
	margin: 0;
	position: relative;
	display: block;
	font-weight: 700
}

.cta-tile label:after {
	content: "";
	font-size: .78em;
	line-height: 1;
	height: 1.4em;
	font-weight: 400;
	margin-left: .5em;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	vertical-align: middle
}

@media (min-width:750px) {
	.cta-tile label:after {
		display: none
	}
}

.cta-tile .collapsible {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: max-height .2s ease;
	-o-transition: max-height .2s ease;
	transition: max-height .2s ease
}

@media (min-width:750px) {
	.cta-tile .collapsible {
		max-height: unset
	}
}

.cta-tile input[type=checkbox]:checked~.collapsible {
	max-height: 800px
}

.cta-tile input[type=checkbox]:checked~label:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.cta-tile p {
	font-size: .9em;
	margin: 1.5em 0;
	line-height: 1.5em
}

.cta-tile .cta-btn {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	width: 100%
}

.cta-tile .cta-btn:hover {
	text-decoration: none;
	opacity: .7
}

.cta-tile .cta-btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

.cta-tile-video {
	margin: 1.5em 0;
	height: 160px
}

.cta-hero {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 115px 0;
	min-height: 512px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:750px) {
	.cta-hero {
		background-image: none !important;
		padding: 0
	}
}

.cta-hero>.hero-container {
	width: 90%;
	max-width: 1200px;
	margin: auto
}

@media (max-width:750px) {
	.cta-hero>.hero-container {
		width: 100%
	}
}

@media (min-width:750px) {
	.cta-hero+.hero-container__sm {
		border-top: 1px solid #bbb
	}
}

.cta-hero .cta-hero--image {
	display: none;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.cta-hero .cta-hero--image img {
	display: none
}

@media (min-width:750px) {
	.cta-hero .cta-hero--image {
		display: block;
		height: 0;
		padding-top: 65%
	}
}

@media (max-width:750px) {
	.cta-hero .cta-hero--image {
		background-image: none !important;
		padding: 0;
		display: block;
		position: relative;
		height: 240px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: right;
		object-position: right;
		max-width: 100%
	}
}

.cta-hero .cta-hero--content {
	width: 65%;
	max-width: 630px;
	color: #fff
}

@media (max-width:750px) {
	.cta-hero .cta-hero--content {
		width: 100%;
		max-width: 100%;
		text-align: center;
		padding: 40px 24px;
		color: #000
	}
}

.cta-hero .cta-hero--title {
	margin-bottom: 15px
}

@media (max-width:750px) {
	.cta-hero .cta-hero--title h1 {
		font-size: 25px;
		line-height: 1.1
	}
}

.cta-hero.cta-hero__two-buttons .cta-hero--description {
	margin-bottom: 25px
}

.cta-hero.cta-hero__two-buttons .full-button {
	margin-right: 24px;
	margin-bottom: 12px;
	text-align: center
}

@media (min-width:750px) {
	.cta-hero.cta-hero__two-buttons .full-button {
		width: 40%;
		margin: 10px auto
	}
}

@media (max-width:750px) {
	.cta-hero.cta-hero__two-buttons .full-button {
		width: 100%;
		margin-right: 0
	}
}

@media (min-width:1921px) {
	.cta-hero.cta-hero--challenge {
		position: relative;
		background-size: contain
	}

	.cta-hero--challenge:before {
		content: "";
		background: #0e152c;
		position: absolute;
		top: 0;
		left: 0;
		width: calc((100vw - 1920px)/ 2);
		height: 100%
	}

	.cta-hero--challenge:after {
		content: "";
		background: #f15523;
		position: absolute;
		top: 0;
		right: 0;
		width: calc((100vw - 1920px)/ 2);
		height: 100%
	}
}

.page-select {
	background-color: #0074c8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

@media (min-width:1190px) {
	.page-select {
		padding: 2.5em 5em;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.page-select label {
	color: #fff;
	font-size: 1.625em;
	margin: 0 .5em .5em 0
}

@media (min-width:1190px) {
	.page-select label {
		margin: 0 .5em 0 0
	}
}

.page-select .select-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	padding-right: 42px
}

.page-select select {
	width: 100%;
	font-size: 1em;
	padding: .5em;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-o-text-overflow: '';
	text-overflow: '';
	border: 0;
	background: #fff;
	border-radius: 0
}

.page-select .select-arrows {
	position: absolute;
	right: 42px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .5em;
	pointer-events: none
}

.page-select .search-button {
	position: absolute;
	height: 37px;
	width: 37px;
	border: none;
	background: #fff;
	margin-left: 4px;
	z-index: 10;
	top: 0;
	right: 0;
	cursor: pointer
}

.text-size-picker {
	height: 20px;
	position: relative;
	overflow-y: hidden;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.text-size-picker>* {
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.text-size-picker.choose .text-size__label,
.text-size-picker.choose .text-size__options {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

.text-size__label {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 20px
}

.text-size__label a {
	color: #000
}

.text-size__options {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	display: block;
	top: 20px;
	width: 100%;
	height: 20px
}

.text-size__options li {
	display: inline-block;
	margin-right: .75em;
	height: 20px
}

.text-size__options li a {
	display: block
}

.text-size-btn.btn-small {
	font-size: .8em
}

.text-size-btn.btn-large {
	font-size: 1.2em
}

.text-size-btn.selected {
	color: #e8e8e8
}

.newshub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.newshub h3 {
	margin-top: 0;
	font-weight: 400;
	text-align: center;
	font-size: 1.3em
}

@media (min-width:750px) {
	.newshub {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.newshub .sidebar-search-wrapper {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1em
}

@media (min-width:750px) {
	.newshub .sidebar-search-wrapper {
		display: block
	}
}

.newshub .sidebar-search-wrapper .search-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	border: #c4c5c5 1px solid;
	height: 36px;
	margin-right: 1em
}

@media (min-width:750px) {
	.newshub .sidebar-search-wrapper .search-control {
		height: auto;
		margin-right: 0
	}
}

.newshub .sidebar-search-wrapper input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	color: #a4a5a5;
	border: 0;
	font-size: 1em;
	height: 100%;
	padding: 0 1em;
	min-width: 0;
	width: 100%
}

@media (min-width:750px) {
	.newshub .sidebar-search-wrapper input {
		height: 40px
	}
}

.newshub .sidebar-search-wrapper input::-webkit-input-placeholder {
	color: #a4a5a5
}

.newshub .sidebar-search-wrapper input::-moz-placeholder {
	color: #a4a5a5
}

.newshub .sidebar-search-wrapper input:-ms-input-placeholder {
	color: #a4a5a5
}

.newshub .sidebar-search-wrapper input:-moz-placeholder {
	color: #a4a5a5
}

.newshub .sidebar-search-wrapper button {
	background: #fff;
	color: #d7d9da;
	border: 0;
	height: 100%;
	width: 40px;
	text-align: center;
	font-size: 1.25em
}

@media (min-width:750px) {
	.newshub .sidebar-search-wrapper button {
		height: 40px
	}
}

.newshub .sidebar-search-wrapper button i {
	font-size: .75em
}

.newshub .sidebar {
	background-color: #ededee
}

.newshub .sidebar .email-us {
	display: none
}

@media (min-width:750px) {
	.newshub .sidebar {
		display: block;
		padding: 1.5em;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 275px
	}

	.newshub .sidebar .email-us {
		display: block
	}
}

.newshub .sidebar-controls {
	padding: 1em .5em;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:750px) {
	.newshub .sidebar-controls {
		padding: 1em 0
	}
}

.newshub .sidebar-nav-btn {
	background-color: #fff;
	padding: .5em 1em;
	border: #c4c5c5 1px solid
}

.newshub .sidebar-nav-btn:hover {
	opacity: .8
}

.newshub .sidebar-nav-btn .fas {
	font-size: .75em
}

.newshub .chw-checkbox-toggle+.sidebar-nav {
	display: none
}

.newshub .chw-checkbox-toggle+.sidebar-nav .chw-toggle-btn,
.newshub .chw-checkbox-toggle+.sidebar-nav>a {
	display: block;
	font-size: 1.25em;
	margin-bottom: 1em;
	color: #000
}

.newshub .chw-checkbox-toggle+.sidebar-nav .chw-toggle-btn .fas,
.newshub .chw-checkbox-toggle+.sidebar-nav>a .fas {
	color: #0074c8
}

.newshub .chw-checkbox-toggle+.sidebar-nav .chw-toggle-btn .fas {
	font-size: .7em
}

.newshub .chw-checkbox-toggle+.sidebar-nav .category-toggle-btn {
	margin-bottom: 0
}

@media (min-width:750px) {
	.newshub .chw-checkbox-toggle+.sidebar-nav {
		display: block
	}

	.newshub .chw-checkbox-toggle+.sidebar-nav .chw-toggle-target {
		max-height: none
	}

	.newshub .chw-checkbox-toggle+.sidebar-nav .chw-toggle-btn {
		display: none
	}

	.newshub .chw-checkbox-toggle+.sidebar-nav .category-nav {
		padding: 1em 0;
		line-height: 1.5em
	}
}

.newshub .chw-checkbox-toggle:checked+.sidebar-nav {
	display: block;
	background-color: rgba(255, 255, 255, .9);
	position: absolute;
	right: 0;
	z-index: 400;
	padding: 1em
}

.newshub .chw-checkbox-toggle:checked+.sidebar-nav .chw-toggle-target {
	margin: 0
}

.newshub .chw-checkbox-toggle:checked+.sidebar-nav .category-nav {
	padding: 0 0 1em
}

@media (min-width:750px) {
	.newshub .chw-checkbox-toggle:checked+.sidebar-nav {
		position: relative;
		right: auto;
		z-index: 1;
		padding: 0;
		background-color: transparent
	}
}

@media (min-width:750px) {
	.newshub .sidebar-nav-btn {
		display: none
	}
}

@media (min-width:750px) {
	.newshub {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.newshub .read-more-btn {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	font-weight: 700;
	font-size: .9em;
	border: 1px solid #0074c8;
	padding: .5em 1em;
	max-width: 200px;
	margin: 0 auto
}

.newshub__all-stories {
	background-color: #d7d9da;
	padding: 1.5em .5em 1.5em .5em;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

@media (min-width:750px) {
	.newshub__all-stories {
		padding: 1.5em;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 275px
	}
}

.newshub__featured-stories {
	background-color: #ededee;
	padding: 1.5em .5em 1.5em .5em;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media (min-width:750px) {
	.newshub__featured-stories {
		padding: 1.5em;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media (min-width:750px) {
	.newshub-stories {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		visibility: visible;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.newshub__story-tiles {
	width: 100%;
	padding: 1.5em .5em 1.5em .5em;
	background-color: #d7d9da
}

@media (min-width:750px) {
	.newshub__story-tiles {
		padding: 1.5em;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media (min-width:750px) {
	.newshub__story-tiles .story-listing--small {
		margin: 0
	}
}

.story-detail {
	background-color: #d7d9da;
	padding: 1.5em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.story-detail h1 {
	font-weight: 400;
	color: #000;
	font-size: 1.75em;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%
}

@media (min-width:750px) {
	.story-detail h1 {
		font-size: 2.8em
	}
}

.story-detail h2,
.story-detail h3,
.story-detail h4,
.story-detail h5 {
	color: #333
}

.story-detail .story-heading-subtitle {
	font-weight: 400 !important;
	font-style: italic !important;
	font-size: 1.2em
}

@media (min-width:750px) {
	.story-detail .story-heading-subtitle {
		font-size: 1.4em
	}
}

.story-detail hr {
	border-bottom: 1px solid #000;
	width: 100%
}

.story-detail p {
	line-height: 1.5
}

.story-detail .story__image img {
	width: 100%;
	height: auto
}

.story-detail .story__content {
	background: #fff;
	padding: 0 1.5em 1.5em 1.5em
}

.story-detail .story__inner-content {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	background: #fff;
	margin-bottom: -40px;
	line-height: 1.5em
}

.story-detail .story__inner-content .chw-video .chw-callout-image {
	width: 100%
}

@media (max-width:750px) {

	.story-detail .story__inner-content .floatLeft,
	.story-detail .story__inner-content .floatRight {
		float: none
	}

	.story-detail .story__inner-content img {
		max-width: 375px;
		width: 100%;
		height: auto
	}
}

@media (min-width:750px) {
	.story-detail .story__inner-content img {
		max-width: 400px;
		width: 100%;
		height: auto
	}
}

@media (min-width:1190px) {
	.story-detail .story__inner-content img {
		width: 500px;
		height: auto
	}
}

.story-detail .story__intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	margin-bottom: 15px;
	position: relative;
	z-index: 999
}

.story-detail .story__intro p {
	font-size: .8em;
	font-style: italic
}

.story-detail .story__social-links {
	white-space: nowrap;
	font-size: 1.24em;
	margin: .2em
}

.story-detail .story__social-links a {
	color: #696969
}

.story-detail .story__social-links img {
	width: 20px;
	height: auto
}

@media (min-width:750px) {
	.story-detail .story__social-links {
		font-size: 2em
	}
}

.story-detail .story__info {
	color: #767676;
	font-size: .7em;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	top: -45px;
	z-index: 9
}

@media (min-width:750px) {
	.story-detail .story__info {
		font-size: 1.1em;
		padding-top: 0
	}
}

.story-detail .story__type {
	display: block;
	line-height: 1.6em
}

.story-detail .story__date {
	margin-left: 1em
}

.story-detail .story__video-title {
	border-bottom: 0;
	padding-bottom: 0
}

.story-detail .story__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #000;
	padding-top: 1em;
	margin-top: 2em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:1190px) {
	.story-detail .story__author {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.story-detail .story__author-portrait {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: auto;
	height: 120px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	margin-right: 1em;
	margin-bottom: 1em
}

.story-detail .story__author-portrait img {
	height: 100%;
	width: auto
}

.story-detail .story__author-info {
	margin-right: 1em;
	font-size: .9em;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.story-detail .story__author-info .author-name {
	color: #0074c8;
	text-transform: uppercase
}

.story-detail .story__author-info .seperator {
	margin: 0 1em
}

.story-detail .story__author-info .author-location,
.story-detail .story__author-info .author-name,
.story-detail .story__author-info .author-title {
	display: block
}

.story-detail .story__author-info p {
	font-style: italic
}

.story-detail .story__author-info a {
	font-weight: 700;
	font-size: .9em
}

@media (min-width:1190px) {
	.story-detail .story__author-info {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

.story-detail .story__category-info {
	font-size: .9em;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%
}

@media (min-width:1190px) {
	.story-detail .story__category-info {
		width: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		margin-top: 0;
		-ms-flex-negative: inherit;
		flex-shrink: inherit
	}
}

@media (min-width:750px) {
	.story-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}

.story-type-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.story-type-nav li {
	display: block;
	margin-bottom: 1em
}

.story-type-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1em;
	color: #000
}

.story-type-nav a img {
	margin-right: .65em;
	width: 28px;
	height: 28px
}

@media (min-width:750px) {
	.story-type-nav a {
		font-size: 1.25em
	}

	.story-type-nav a img {
		width: 38px;
		height: 38px
	}
}

.category-nav {
	padding: 1em 0
}

.category-nav h3 {
	color: #000;
	font-size: .8em;
	text-align: left
}

.category-nav ul {
	padding: 0 0 0 1em;
	margin: 0;
	list-style: none
}

.category-nav li {
	margin: .25em 0
}

.category-nav a {
	display: block;
	color: #000;
	font-size: 1.1em;
	padding: .5em 0;
	line-height: 1.5em
}

@media (min-width:750px) {
	.category-nav {
		font-size: .9em
	}

	.category-nav ul {
		padding: 0 0 0 1em
	}

	.category-nav a {
		padding: 0
	}
}

.email-us {
	display: block
}

.email-us img {
	width: 100%;
	height: auto
}

.story-listing--small {
	margin-bottom: 1em
}

.story-listing--small .story-listing__image img {
	width: 100%;
	height: auto;
	display: block
}

.story-listing--small .story-type {
	margin-right: 1em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width:750px) {
	.story-listing--small {
		margin-bottom: 3em
	}

	.story-listing--small .story-listing__image img {
		width: 100%;
		height: auto;
		display: block
	}
}

.story-listing--featured {
	background-color: #fff;
	margin-bottom: 1em
}

.story-listing--featured .story-type {
	margin-right: 1em
}

.story-listing--featured .social-links {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
	font-size: 1.1em;
	font-weight: 400
}

.story-listing--featured .social-links a {
	margin-left: .25em
}

.story-listing--featured .story-listing__image img {
	width: 100%;
	height: auto;
	display: block
}

@media (min-width:750px) {
	.story-listing--featured {
		margin-bottom: 3em
	}
}

.story-listing__image {
	width: 100%;
	display: block
}

.story-listing__content {
	background-color: #fff;
	padding: 0 1em 1em 1em
}

.story-listing__content h4 {
	color: #000;
	font-size: 1.75em;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 .5em
}

.story-listing__content h4 a {
	color: #000;
	line-height: 1.5em
}

.story-listing__content p {
	font-size: .9em;
	line-height: 1.5em;
	margin: 1em 0
}

@media (min-width:750px) {
	.story-listing__content h4 {
		font-size: 1em;
		line-height: 1.1
	}

	.story-listing__content p {
		margin: 1em 0 0;
		font-size: .8em;
		line-height: 1.5em
	}
}

.story-listing__intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #696969;
	font-weight: 700;
	font-size: .7em;
	text-transform: uppercase;
	padding: .75em 0;
	width: 50%
}

.story-listing__intro a {
	color: #696969
}

.story-listing__intro .story__type {
	display: block;
	text-align: right;
	width: 100%
}

.story-listing__intro .story__date {
	display: block;
	text-align: right;
	width: 100%
}

.story-listing-all__intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #696969;
	font-weight: 700;
	font-size: .7em;
	text-transform: uppercase;
	padding: .75em 0;
	line-height: 1.6em;
	width: 100%
}

.story-listing-all__intro a {
	color: #696969
}

.story-listing-all__intro .story-type-all {
	display: block;
	text-align: left;
	width: 50%
}

.story-listing-all__intro .story-date-all {
	display: block;
	text-align: right;
	width: 50%
}

.story-listing__author {
	font-size: .8em;
	color: #c4c5c5
}

.story-listing__author span {
	padding-right: .5em;
	margin-right: .5em;
	border-right: 1px solid #696969
}

.story-listing__author span:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0
}

.story-listing__inner-content {
	background-color: #fff;
	padding: 0 1em 0 1em;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
	width: 100%
}

.story-listing__link {
	display: block;
	text-align: center;
	color: #0074c8;
	font-weight: 700;
	font-size: .9em;
	text-transform: uppercase
}

.story-listing--featured .story-listing__intro {
	font-size: 1em;
	color: #696969;
	position: relative;
	z-index: 999;
	width: 100%;
	font-weight: 400
}

.story-listing--featured .story-listing__intro .a2a_kit a {
	padding: 0
}

.story-listing--featured .story-listing__info {
	font-size: 1.2em;
	position: relative;
	color: #696969;
	z-index: 9;
	text-transform: none
}

.story-listing--featured .story-listing__info .story-listing__type {
	width: 100%;
	display: block;
	text-align: right
}

.story-listing--featured .story-listing__info .story-listing__date {
	width: 100%;
	display: block;
	text-align: right
}

.story-listing--featured h4 {
	font-size: 1.75em;
	line-height: 1.2
}

.story-listing--featured p {
	font-size: .9em;
	line-height: 1.5em;
	margin: 1em 0
}

.related-stories h3 {
	margin: 2em 0
}

.related-stories .stories-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.related-stories .stories-list .story-listing--small {
	width: 100%;
	margin: 0 0 20px
}

@media (min-width:750px) {
	.related-stories .stories-list .story-listing--small {
		width: 48%;
		margin: 0 1% 20px
	}
}

@media (min-width:1190px) {
	.related-stories .stories-list .story-listing--small {
		width: 31%;
		margin: 0 1% 20px
	}
}

.story-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 2em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:750px) {
	.story-search {
		padding-bottom: 1em;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.story-search button,
.story-search input[type=text],
.story-search select {
	width: 100%;
	height: 40px;
	font-size: .9em;
	padding: 0 1em;
	cursor: pointer;
	margin-bottom: .75em;
	border: 0
}

@media (min-width:750px) {

	.story-search button,
	.story-search input[type=text],
	.story-search select {
		margin-right: .5em
	}
}

@media (min-width:1190px) {

	.story-search button,
	.story-search input[type=text],
	.story-search select {
		width: 150px
	}
}

.story-search button {
	width: auto;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	padding: .15em .5em
}

.story-search button:hover {
	text-decoration: none;
	opacity: .7
}

.story-search button:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

.finder-form__form {
	background: #f3fafa;
	padding: 2em;
	font-size: 14px;
	margin-bottom: 3em
}

.finder-form__form label {
	font-weight: 700;
	display: block;
	margin-bottom: .5em
}

.finder-form__form input,
.finder-form__form select {
	width: 100%;
	display: block;
	padding: 1em;
	font-size: 14px;
	color: #696969;
	border: 1px solid #d8d8d8
}

@media (min-width:750px) {

	.finder-form__form input,
	.finder-form__form select {
		height: 100%
	}
}

.finder-form__form .twitter-typeahead {
	width: 100%
}

.finder-form__form .btn-primary {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	font-weight: 700;
	display: block;
	margin: 2em auto 0;
	padding: 1em;
	width: 100%
}

.finder-form__form .btn-primary:hover {
	text-decoration: none;
	opacity: .7
}

.finder-form__form .btn-primary:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

@media (min-width:750px) {
	.finder-form__form .btn-primary {
		width: auto
	}
}

.finder-form {
	margin: 0 auto;
	max-width: 768px
}

.finder-form p {
	text-align: center;
	margin: 0 0 2.5em;
	line-height: 1.5em
}

@media (min-width:750px) {
	.finder-form {
		margin: 1em auto 4em
	}

	.finder-form p {
		margin: 2em 0;
		line-height: 1.5em
	}
}

.finder-form .form-control.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.finder-form .form-control.row .col-left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.finder-form .form-control.row .col-left input {
	width: 100%
}

.finder-form .form-control.row .btn-primary {
	margin: 0;
	height: 100%
}

.finder-form__columns {
	padding: 0 2em;
	display: block;
	margin: 2em 0
}

@media (min-width:750px) {
	.finder-form__columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.finder-form__info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 1em 2em
}

.finder-form__sidebar {
	padding: 2em
}

@media (min-width:750px) {
	.finder-form__sidebar {
		max-width: 30%;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		border-left: 1px solid #e8e8e8;
		padding: 0 2em
	}
}

.finder-form__link-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px
}

.finder-form__link-list li {
	margin: 1em 0;
	display: block
}

.finder-form__link-list a {
	color: inherit;
	font-weight: 700
}

.finder-form__link-list a:hover {
	color: #0074c8
}

.finder-form__link-list a i {
	color: orange
}

.search-title {
	font-size: 1.75em;
	color: #0074c8
}

@media (min-width:750px) {
	.search-title {
		font-size: 24px;
		width: 100%;
		margin: .5em 0 2em
	}
}

.search-results-form {
	background: 0 0;
	padding: 0;
	margin-bottom: 3em
}

@media (min-width:750px) {
	.search-results-form {
		border-top: 1px solid #e8e8e8
	}
}

.search-results-form h2 {
	font-weight: 400;
	font-size: 18px;
	margin: 1.5em 0
}

@media (min-width:750px) {

	.search-results-form input,
	.search-results-form select {
		width: 100%
	}
}

.search-results-form .btn-primary {
	width: 100%
}

.search-results-form .btn-clear {
	display: inline-block;
	margin: 1.5em 0;
	font-weight: 700;
	font-size: .9em;
	color: #a4a5a5
}

.search-results__info {
	line-height: 2em
}

.search-results__info .search-tag {
	background-color: #0074c8;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 0 1em;
	line-height: 2.75em
}

.search-results__info .search-tag a {
	color: #fff
}

.search-results__info .search-tag i {
	margin-right: .5em
}

.search-results__result-list {
	list-style: none;
	padding: 0;
	margin: 2em 0
}

.location-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 1em
}

.location-item.result-item {
	padding: 1em;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08), 0 6px 8px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08), 0 6px 8px 0 rgba(0, 0, 0, .14);
	color: #292929;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:750px) {
	.location-item.result-item {
		display: block;
		zoom: 1
	}

	.location-item.result-item:after,
	.location-item.result-item:before {
		content: "";
		display: table
	}

	.location-item.result-item:after {
		clear: both
	}
}

.location-item.result-item h3 {
	font-size: 1.25em
}

@media (min-width:750px) {
	.location-item.result-item h3 {
		margin: 0 0 1.5em
	}
}

.location-item .result-item__img {
	margin-bottom: 1em;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.location-item .result-item__img img {
	width: 100%;
	height: auto
}

@media (min-width:750px) {
	.location-item .result-item__img {
		max-width: 280px;
		margin-bottom: .75em
	}
}

.location-item .result-item__address {
	position: relative;
	padding-left: 1.25em;
	margin-bottom: 1em
}

.location-item .result-item__address i {
	position: absolute;
	top: 0;
	left: 0;
	color: #ca4a27;
	font-size: 12px;
	-webkit-transform: translateY(.23em);
	-ms-transform: translateY(.23em);
	transform: translateY(.23em)
}

@media (min-width:750px) {
	.location-item .result-item__address {
		margin-right: .5em;
		display: inline-block;
		vertical-align: top;
		font-size: 14px
	}
}

.location-item .result-item__address-line {
	display: block;
	line-height: 1.5em
}

.location-item .result-item__contact {
	list-style: none;
	padding: 0;
	margin: 0
}

.location-item .result-item__contact li {
	margin-bottom: .5em;
	line-height: 1.5em
}

@media (min-width:750px) {
	.location-item .result-item__contact li {
		margin-right: .5em;
		display: inline-block;
		vertical-align: top;
		font-size: 14px
	}
}

.location-item .result-item__contact .contact__label {
	font-weight: 700;
	display: block
}

.location-item .result-item__contact .contact__number a {
	padding-bottom: 2px;
	text-decoration: underline
}

@media (min-width:750px) {
	.location-item .result-item__contact {
		margin: 0;
		display: inline-block;
		vertical-align: top
	}
}

.location-item .result-item__links {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

@media (min-width:750px) {
	.location-item .result-item__links {
		max-width: 280px
	}
}

.location-item .result-item__link {
	width: 100%;
	margin-bottom: .25em
}

.location-item .result-item__link.btn-primary {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8
}

.location-item .result-item__link.btn-primary:hover {
	text-decoration: none;
	opacity: .7
}

.location-item .result-item__link.btn-primary:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

.location-item .result-item__link.btn-secondary {
	background: #fff;
	border: 1px solid #0074c8;
	color: #0074c8;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center
}

.location-item .result-item__link.btn-secondary:hover {
	text-decoration: none;
	opacity: .7
}

.location-item .result-item__details {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.location-item .result-item__details p {
	margin: 1.5em 0;
	line-height: 1.5em
}

@media (min-width:750px) {
	.location-item .result-item__details {
		width: calc(100% - 310px);
		float: right
	}
}

.location-detail {
	color: #292929;
	font-size: 18px;
	line-height: 1.25
}

@media (min-width:750px) {
	.location-detail {
		padding: 0 20px 0 0
	}
}

.location-detail p {
	margin: 2em 0;
	line-height: 1.5
}

.location-detail a.chw-collapsible__header {
	border-bottom: 0
}

.location-detail h1 {
	margin: 1em 0;
	font-size: 1.75em
}

@media (min-width:750px) {
	.location-detail h1 {
		margin: 1.5em 0 0
	}
}

.location-detail .result-item__details {
	padding: 1.5em 0;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.2em
}

@media (min-width:750px) {
	.location-detail .result-item__details {
		font-size: 1em
	}
}

@media (min-width:750px) {
	.location-detail .result-item__details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.location-detail .result-item__details>* {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.location-detail .result-item__content p {
	margin: 1em 0;
	line-height: 1.5em
}

.location-detail .result-item__content h2 {
	margin: 1.5em 0 .5em
}

.location-detail .result-item__content a {
	text-decoration: underline
}

.location-detail .result-item__address {
	position: relative;
	padding-left: 20px
}

@media (min-width:750px) {
	.location-detail .result-item__address {
		font-size: 1em
	}
}

.location-detail .result-item__address i {
	position: absolute;
	top: 4px;
	left: 0;
	color: #ca4a27
}

.location-detail .result-item__address-line {
	display: block
}

.location-detail .result-item__contact {
	list-style: none;
	padding: 0;
	margin: 1em 0
}

.location-detail .result-item__contact li {
	margin-bottom: 1em
}

.location-detail .result-item__contact li span {
	display: block;
	font-weight: 700
}

.location-detail .result-item__contact .contact__number {
	font-weight: 400
}

.location-detail .result-item__contact a {
	text-decoration: underline
}

@media (min-width:750px) {
	.location-detail .result-item__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0
	}

	.location-detail .result-item__contact>* {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.location-detail .result-item__contact li {
		font-size: 1em;
		padding: 0;
		margin: 0
	}
}

.location-detail .chw-generic-accordian-heading h2 {
	background-color: transparent;
	font-weight: 700;
	padding: 10px 0
}

.location-detail .chw-collapsible:last-child {
	border-bottom: 0
}

.location-detail__img {
	margin-bottom: 1em
}

.location-detail__img img {
	width: 100%;
	height: auto
}

.location-detail__map {
	padding-bottom: 2em;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 2em
}

.location-detail__map img {
	width: 100%;
	height: auto
}

.location-detail__btn-map {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	width: 100%;
	font-size: 16px;
	font-weight: 700
}

.location-detail__btn-map:hover {
	text-decoration: none;
	opacity: .7
}

.location-detail__btn-map:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

@media (min-width:750px) {

	.location-detail__reserve h3,
	.location-detail__schedule h3 {
		font-size: 16px
	}
}

.location-detail__schedule {
	margin-bottom: 2em
}

.location-detail__schedule a {
	background: #fff;
	border: 1px solid #0074c8;
	color: #0074c8;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 700
}

.location-detail__schedule a:hover {
	text-decoration: none;
	opacity: .7
}

.location-detail__reserve {
	margin-bottom: 2em
}

.location-detail__reserve img {
	width: 100%;
	height: auto;
	margin-bottom: .5em
}

.location-detail__reserve a {
	display: inline-block;
	padding: 1em 0;
	text-decoration: underline
}

.return-link {
	font-weight: 700;
	font-size: 1em;
	margin: 1.5em 0 1em
}

.return-link a {
	padding-bottom: .15em;
	text-decoration: underline
}

.return-link a i {
	margin-right: .75em;
	font-size: .75em
}

@media (min-width:750px) {
	.return-link a {
		font-size: 1em
	}
}

@media (min-width:750px) {
	.return-link {
		margin: 0 0 1em
	}
}

.btn-location {
	font-size: 12px;
	font-weight: 700;
	display: block;
	margin: 1em 0 2em
}

.btn-location i {
	margin-right: .5em;
	font-size: .75em
}

.city-wrapper {
	position: relative;
	display: block
}

.city-wrapper:before {
	content: "";
	font-size: 20px;
	color: #1dc9d3;
	display: block;
	position: absolute;
	left: 12px;
	top: 50%;
	z-index: 200;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.city-wrapper input {
	padding-left: 40px !important;
	height: 100%
}

.select2-container .select2-selection {
	min-height: 50px
}

.select2-container .select2-selection--single {
	font-size: 14px;
	border-radius: 0;
	border-color: #d8d8d8;
	height: auto
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 1em;
	line-height: inherit
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
	top: 0;
	right: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 3px 0 3px;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 3px 6px 3px
}

.chw-collapsible__icon {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px
}

.chw-collapsible__icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #292929;
	width: 14px;
	height: 2px
}

.chw-collapsible__icon:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #292929;
	height: 14px;
	width: 2px;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear
}

.chw-collapsible__header {
	position: relative;
	color: #292929;
	display: block;
	border-bottom: 0;
	background-color: #e8e8e8;
	padding: 0 .5em
}

.chw-collapsible__header h3 {
	margin: 0;
	font-size: 1.5em;
	font-weight: 400;
	padding: .25em 1.5em .25em 0
}

.chw-collapsible__header>i {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: inherit
}

.chw-collapsible__header:hover {
	color: #292929;
	opacity: 1
}

.chw-collapsible__content {
	padding: 1em 0
}

.chw-collapsible {
	margin: .5em 0
}

.chw-collapsible.open .chw-collapsible__icon:after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg)
}

.chw-collapsible.open .chw-collapsible__content {
	display: block
}

.chw-staff-list {
	list-style: none;
	margin: 0;
	padding: 0
}

@media (min-width:750px) {
	.chw-staff-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.chw-staff-member {
	background-color: #fff;
	padding: 15px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08), 0 6px 8px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08), 0 6px 8px 0 rgba(0, 0, 0, .14);
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 2em 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.chw-staff-member h3 {
	margin: .5em 0
}

.chw-staff-member h3 span {
	font-size: 14px;
	font-weight: 400
}

.chw-staff-member .department {
	margin: .5em 0 1em 0;
	font-size: 16px
}

.chw-staff-member .buttons {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.chw-staff-member .locations {
	list-style: none;
	font-size: .9em;
	padding: 0;
	margin-bottom: 1em
}

@media (min-width:750px) {
	.chw-staff-member .locations {
		min-height: 90px
	}
}

.chw-staff-member .locations li {
	position: relative;
	padding-left: 1.25em;
	margin: .5em 0;
	line-height: 1.5em
}

.chw-staff-member .locations li:before {
	content: "";
	color: #ca4a27;
	margin-right: .25em;
	font-size: .83em;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.chw-staff-member .locations li.more-locations {
	padding-left: 0
}

.chw-staff-member .locations li.more-locations:before {
	display: none
}

.chw-staff-member .locations li.more-locations a {
	color: #0074c8;
	text-decoration: underline
}

.chw-staff-member .accepting-new {
	font-size: .8em;
	margin: 1em 0 2em
}

.chw-staff-member .accepting-new i {
	color: #1dc9d3
}

.chw-staff-member .ds-title {
	margin: 0 0 .5em 0;
	font-weight: 700;
	font-size: 1em;
	color: #000
}

.chw-staff-member .ds-average {
	font-weight: 700
}

.chw-staff-member .ds-average-max {
	color: #696969 !important
}

.chw-staff-member .ds-average-max:after {
	content: '\A';
	white-space: pre-line
}

.chw-staff-member .ds-average-max+a {
	padding-right: .5em;
	border-right: 1px solid #c4c5c5;
	margin-right: .3em
}

.chw-staff-member .ds-summary {
	margin-left: 10px
}

.chw-staff-member .ds-summary a {
	font-size: .9em
}

.chw-staff-member .patient-rating p {
	margin: .5em 0
}

.chw-staff-member .contact {
	font-size: .9em;
	margin: .5em 0
}

.chw-staff-member .contact a {
	text-decoration: underline
}

.chw-staff-member .video-btn,
.chw-staff-member .view-btn {
	background: #fff;
	border: 1px solid #0074c8;
	color: #0074c8;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	width: 100%;
	font-weight: 700;
	margin-top: .25em;
	font-size: 14px
}

.chw-staff-member .video-btn:hover,
.chw-staff-member .view-btn:hover {
	text-decoration: none;
	opacity: .7
}

.chw-staff-member .video-btn i,
.chw-staff-member .view-btn i {
	font-size: .57em;
	-webkit-transform: translateY(-.4em);
	-ms-transform: translateY(-.4em);
	transform: translateY(-.4em);
	margin-right: 1em
}

.chw-staff-member .request-btn {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	margin-top: .25em
}

.chw-staff-member .request-btn:hover {
	text-decoration: none;
	opacity: .7
}

.chw-staff-member .request-btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

@media (min-width:750px) {
	.chw-staff-member {
		margin: 1.25em 2% 1.25em 0;
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%
	}

	.chw-staff-member:last-child {
		margin-right: 0
	}
}

@media (min-width:1190px) {
	.chw-staff-member {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	@supports ((-o-object-fit:cover) or (object-fit:cover)) {
		.chw-staff-member {
			-ms-flex-preferred-size: 31%;
			flex-basis: 31%
		}
	}
}

.chw-staff-member__img img {
	width: 100%;
	height: auto;
	max-width: 100%
}

@media (min-width:750px) {
	.chw-staff-member__img {
		width: 100%
	}

	.chw-staff-member__img a {
		width: 100%;
		height: 100%
	}

	.chw-staff-member__img img {
		width: 100%;
		height: auto
	}
}

.chw-bread-crumb ul {
	padding: 0;
	margin: 1em 0 2em
}

.chw-bread-crumb ul li {
	color: #292929
}

.chw-bread-crumb ul li a {
	text-decoration: underline;
	font-weight: 400
}

.doc-finder-search,
.services-finder {
	max-width: 800px;
	margin: 0 auto;
	font-size: 1em;
	text-align: center;
	margin-bottom: 4em
}

.doc-finder-search form,
.services-finder form {
	background-color: #0074c8;
	padding: 20px
}

@media (min-width:750px) {

	.doc-finder-search form,
	.services-finder form {
		padding: 20px 100px
	}
}

.doc-finder-search h2,
.services-finder h2 {
	color: #0074c8
}

.doc-finder-search p,
.services-finder p {
	margin: 1em 0 3em
}

.doc-finder-search p:empty,
.services-finder p:empty {
	margin: 0
}

.doc-finder-search .form-control,
.services-finder .form-control {
	width: 100%;
	font-size: 1em
}

@media (min-width:750px) {

	.doc-finder-search .form-control,
	.services-finder .form-control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.doc-finder-search .form-control input,
.services-finder .form-control input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 0;
	padding: 1em 2em;
	font-size: 14px;
	width: 100%
}

.doc-finder-search .form-control input::-webkit-input-placeholder,
.services-finder .form-control input::-webkit-input-placeholder {
	color: #c4c5c5
}

.doc-finder-search .form-control input:-ms-input-placeholder,
.services-finder .form-control input:-ms-input-placeholder {
	color: #c4c5c5
}

.doc-finder-search .form-control input::-ms-input-placeholder,
.services-finder .form-control input::-ms-input-placeholder {
	color: #c4c5c5
}

.doc-finder-search .form-control input::placeholder,
.services-finder .form-control input::placeholder {
	color: #c4c5c5
}

@media (min-width:750px) {

	.doc-finder-search .form-control input,
	.services-finder .form-control input {
		margin: 0
	}
}

.doc-finder-search .form-control button,
.services-finder .form-control button {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	background-color: #c2d500;
	border: 0;
	font-weight: 700;
	font-size: 14px;
	padding: 1em 2em;
	width: 100%
}

.doc-finder-search .form-control button:hover,
.services-finder .form-control button:hover {
	text-decoration: none;
	opacity: .7
}

.doc-finder-search .form-control button:hover,
.services-finder .form-control button:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

@media (min-width:750px) {

	.doc-finder-search .form-control button,
	.services-finder .form-control button {
		width: auto
	}
}

.doc-finder-search .twitter-typeahead,
.services-finder .twitter-typeahead {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	margin: 0 0 .5em
}

@media (min-width:750px) {

	.doc-finder-search .twitter-typeahead,
	.services-finder .twitter-typeahead {
		margin: 0
	}
}

.doc-finder__form h3,
.services-finder__form h3 {
	color: #0074c8;
	font-size: 1.3em
}

@media (min-width:750px) {

	.doc-finder__form h3,
	.services-finder__form h3 {
		font-size: 1.5em
	}
}

.doc-finder__form .chw-collapsible__header,
.services-finder__form .chw-collapsible__header {
	background: #0074c8;
	color: #fff
}

.doc-finder__form .chw-collapsible__header h3,
.services-finder__form .chw-collapsible__header h3 {
	color: #fff
}

.doc-finder__form .chw-collapsible__header i,
.services-finder__form .chw-collapsible__header i {
	color: #fff
}

.doc-finder__form .chw-collapsible,
.services-finder__form .chw-collapsible {
	border: 1px solid #e8e8e8;
	padding: 24px
}

.doc-finder__form p,
.services-finder__form p {
	line-height: 1.5em
}

.doc-finder__form form,
.services-finder__form form {
	background: #f3fafa;
	padding: 24px;
	margin: 2em 0
}

.doc-finder__form .chw-findprovider-letters ul,
.services-finder__form .chw-findprovider-letters ul {
	border: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	text-align: left
}

@supports (will-change:auto) {

	.doc-finder__form .chw-findprovider-letters ul,
	.services-finder__form .chw-findprovider-letters ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.doc-finder__form .chw-findprovider-letters ul li,
.services-finder__form .chw-findprovider-letters ul li {
	background: #f3fafa;
	margin: 4px;
	width: 50px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center
}

@supports (will-change:auto) {

	.doc-finder__form .chw-findprovider-letters ul li,
	.services-finder__form .chw-findprovider-letters ul li {
		display: inline-block
	}
}

.doc-finder__form .chw-findprovider-letters ul li:hover,
.services-finder__form .chw-findprovider-letters ul li:hover {
	background: #0074c8
}

.doc-finder__form .chw-findprovider-letters ul li:hover a,
.services-finder__form .chw-findprovider-letters ul li:hover a {
	color: #fff;
	opacity: 1
}

@media (max-width:375px) {

	.doc-finder__form .chw-findprovider-letters ul li,
	.services-finder__form .chw-findprovider-letters ul li {
		width: 50px
	}
}

@media (min-width:750px) {

	.doc-finder__form .chw-findprovider-letters ul li,
	.services-finder__form .chw-findprovider-letters ul li {
		width: 40px
	}
}

@media (min-width:1190px) {

	.doc-finder__form .chw-findprovider-letters ul li,
	.services-finder__form .chw-findprovider-letters ul li {
		width: 24px
	}
}

.doc-finder__form .form-control,
.services-finder__form .form-control {
	margin-bottom: 2em
}

.doc-finder__form .form-control .twitter-typeahead,
.services-finder__form .form-control .twitter-typeahead {
	width: 100%
}

.doc-finder__form .form-control.radio-boxes,
.services-finder__form .form-control.radio-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 50%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	border: 0
}

.doc-finder__form .form-control.radio-boxes legend,
.services-finder__form .form-control.radio-boxes legend {
	font-weight: 700;
	margin-bottom: .5em;
	font-size: 14px
}

.doc-finder__form .form-control.radio-boxes input,
.services-finder__form .form-control.radio-boxes input {
	display: block;
	width: 0;
	height: 0;
	position: absolute
}

.doc-finder__form .form-control.radio-boxes .radio-btn label,
.services-finder__form .form-control.radio-boxes .radio-btn label {
	padding: 1em 3em;
	color: #0074c8;
	font-size: .85em;
	border: 1px solid #0074c8;
	border-right: 0
}

.doc-finder__form .form-control.radio-boxes .radio-btn i,
.services-finder__form .form-control.radio-boxes .radio-btn i {
	margin-right: 1em;
	font-size: .9em
}

.doc-finder__form .form-control.radio-boxes .radio-btn:last-child label,
.services-finder__form .form-control.radio-boxes .radio-btn:last-child label {
	border-right: 1px solid #0074c8
}

.doc-finder__form .form-control.radio-boxes input:checked+label,
.doc-finder__form .form-control.radio-boxes input:focus+label,
.services-finder__form .form-control.radio-boxes input:checked+label,
.services-finder__form .form-control.radio-boxes input:focus+label {
	background: #0074c8;
	color: #fff
}

.doc-finder__form .form-control.indent,
.services-finder__form .form-control.indent {
	padding-left: 2em
}

.doc-finder__form button[type=submit],
.services-finder__form button[type=submit] {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	padding: 1em 3em;
	font-weight: 700;
	cursor: pointer;
	width: 100%
}

.doc-finder__form button[type=submit]:hover,
.services-finder__form button[type=submit]:hover {
	text-decoration: none;
	opacity: .7
}

.doc-finder__form button[type=submit]:hover,
.services-finder__form button[type=submit]:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

@media (min-width:750px) {

	.doc-finder__form button[type=submit],
	.services-finder__form button[type=submit] {
		width: auto
	}
}

.doc-finder__form label,
.services-finder__form label {
	font-weight: 700;
	display: block;
	margin-bottom: .5em;
	font-size: 14px
}

.doc-finder__form input[type=text],
.doc-finder__form select,
.services-finder__form input[type=text],
.services-finder__form select {
	width: 100%;
	display: block;
	padding: 1em;
	font-size: 14px;
	color: #696969;
	border: 1px solid #d8d8d8
}

.doc-finder__form .callout-tile-list,
.services-finder__form .callout-tile-list {
	border-top: 1px solid #e8e8e8
}

.doc-finder__form .search-wrapper,
.services-finder__form .search-wrapper {
	position: relative;
	display: block
}

.doc-finder__form .search-wrapper:before,
.services-finder__form .search-wrapper:before {
	content: "";
	position: absolute;
	top: 50%;
	right: .5em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .7em;
	z-index: 10
}

.doc-finder__form .search-wrapper input,
.services-finder__form .search-wrapper input {
	padding-right: 2em
}

.services-finder__form h2 {
	color: #0074c8;
	font-size: 1.3em
}

@media (min-width:750px) {
	.services-finder__form h2 {
		font-size: 1.5em
	}
}

.services-finder__form h3 {
	color: #0074c8;
	font-size: 1.2em
}

@media (min-width:750px) {
	.services-finder__form h3 {
		font-size: 1.3em
	}
}

.services-finder__form .finder-form-box {
	margin-bottom: 4em
}

.tt-hint,
.tt-input {
	height: 45px !important;
	padding: inherit !important;
	padding-left: 2em !important;
	padding-right: 2em !important
}

.services-finder__featured-services {
	margin: 2em 0
}

.services-finder__featured-services h3 {
	margin-bottom: 0
}

.services-finder__featured-services ul {
	list-style: none;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	margin-right: 1em
}

.services-finder__featured-services ul li {
	padding: 0 0 0 1em;
	margin: 0;
	position: relative;
	line-height: 1.5
}

.services-finder__featured-services ul li:before {
	content: "";
	color: #ca4a27;
	font-size: .83em;
	position: absolute;
	-webkit-transform: translateY(.3em);
	-ms-transform: translateY(.3em);
	transform: translateY(.3em);
	left: 0
}

.services-finder__featured-services ul li a {
	color: #0074c8;
	font-weight: 400;
	text-decoration: none
}

.services-finder__featured-services .columns {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.chw-checkbox {
	cursor: pointer;
	position: relative;
	font-weight: 400
}

.chw-checkbox * {
	vertical-align: middle
}

.chw-checkbox input {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0
}

.chw-checkbox .chw-checkbox__box {
	display: inline-block;
	background: #fff;
	border: 1px solid #a4a5a5;
	width: 1.25em;
	height: 1.25em;
	margin-right: .25em;
	position: relative
}

.chw-checkbox input:checked+.chw-checkbox__box {
	background: #0074c8;
	color: #fff;
	border: 1px solid #0074c8
}

.chw-checkbox input:checked+.chw-checkbox__box:before {
	display: block;
	font-family: chw-icons;
	content: "";
	position: absolute;
	font-size: .9em;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 700
}

.chw-checkbox.checkbox input[type=checkbox]:focus+.chw-checkbox-label {
	outline: 2px solid #0074c8;
	outline-offset: 8px
}

.chw-checkbox.checkbox .chw-checkbox-label {
	padding-left: 24px
}

.chw-checkbox.checkbox .chw-checkbox-label {
	width: auto;
	background: 0 0 !important;
	border: none !important;
	font-weight: 400;
	color: initial !important
}

.chw-checkbox.checkbox .chw-checkbox-label:after {
	content: "";
	display: inline-block;
	background: #fff;
	border: 1px solid #a4a5a5;
	width: 1.25em;
	height: 1.25em;
	position: absolute;
	left: 0;
	top: 0
}

.chw-checkbox.checkbox .chw-checkbox-label:before {
	content: none;
	display: block;
	font-family: chw-icons;
	position: absolute;
	font-size: .9em;
	font-weight: 700;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	z-index: 9;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	color: #fff
}

.chw-checkbox.checkbox input[type=checkbox]:checked+.chw-checkbox-label:before {
	content: ""
}

.chw-checkbox.checkbox input[type=checkbox]:checked+.chw-checkbox-label:after {
	background: #0074c8;
	border: 1px solid #0074c8
}

.doc-finder__form .form-control .chw-checkbox input {
	position: relative;
	opacity: 1;
	height: 1.25em;
	width: 1.25em
}

.doc-finder__form .form-control .chw-checkbox .chw-checkbox__box {
	display: none
}

.doc-finder__form label.chw-checkbox {
	font-weight: 400
}

.doc-finder__form.sidebar-form,
.services-finder__form.sidebar-form {
	margin-bottom: 3em
}

.doc-finder__form.sidebar-form h3,
.services-finder__form.sidebar-form h3 {
	color: #000;
	font-weight: 400;
	font-size: 1.1em
}

.doc-finder__form.sidebar-form .filter-tab,
.services-finder__form.sidebar-form .filter-tab {
	color: #fff;
	background-color: #0074c8;
	font-size: .75em;
	width: 50%;
	padding: 1em;
	cursor: pointer;
	position: relative;
	font-weight: 700
}

.doc-finder__form.sidebar-form .filter-tab i,
.services-finder__form.sidebar-form .filter-tab i {
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #1dc9d3;
	font-size: .83em
}

@media (min-width:750px) {

	.doc-finder__form.sidebar-form .filter-tab,
	.services-finder__form.sidebar-form .filter-tab {
		display: none
	}
}

.doc-finder__form.sidebar-form .filter-content,
.services-finder__form.sidebar-form .filter-content {
	display: none;
	opacity: 0;
	border: 2px solid #0074c8;
	padding: .5em 1.5em 1.5em;
	position: absolute;
	background: #fff;
	width: calc(100% - 40px);
	z-index: 100;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16)
}

@media (min-width:750px) {

	.doc-finder__form.sidebar-form .filter-content,
	.services-finder__form.sidebar-form .filter-content {
		margin: 0;
		padding: 0;
		display: block;
		opacity: 1;
		position: relative;
		width: auto;
		border: 0;
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
	}
}

.doc-finder__form.sidebar-form .filter-tab.open+.filter-content,
.services-finder__form.sidebar-form .filter-tab.open+.filter-content {
	display: block;
	opacity: 1
}

.doc-finder__form.sidebar-form hr,
.services-finder__form.sidebar-form hr {
	display: none
}

@media (min-width:750px) {

	.doc-finder__form.sidebar-form hr,
	.services-finder__form.sidebar-form hr {
		display: block;
		border: 0;
		border-top: 1px solid #e8e8e8;
		margin: 2em 0
	}
}

.doc-finder__form.sidebar-form input[type=text],
.doc-finder__form.sidebar-form select,
.services-finder__form.sidebar-form input[type=text],
.services-finder__form.sidebar-form select {
	padding: .75em 1em;
	width: 100%
}

.doc-finder__form.sidebar-form button[type=submit],
.services-finder__form.sidebar-form button[type=submit] {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	width: 100%;
	padding: .75em
}

.doc-finder__form.sidebar-form button[type=submit]:hover,
.services-finder__form.sidebar-form button[type=submit]:hover {
	text-decoration: none;
	opacity: .7
}

.doc-finder__form.sidebar-form button[type=submit]:hover,
.services-finder__form.sidebar-form button[type=submit]:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

.doc-finder__form.sidebar-form form,
.services-finder__form.sidebar-form form {
	margin: 0;
	background: 0 0;
	padding: 0
}

.doc-finder__form.sidebar-form form>label,
.services-finder__form.sidebar-form form>label {
	font-size: .9em
}

.doc-finder__form.sidebar-form .form-control,
.services-finder__form.sidebar-form .form-control {
	margin-bottom: 1em
}

.doc-finder__form.sidebar-form .form-control>label,
.services-finder__form.sidebar-form .form-control>label {
	font-size: .9em
}

.doc-finder__form.sidebar-form .form-control.radio-boxes,
.services-finder__form.sidebar-form .form-control.radio-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.doc-finder__form.sidebar-form .form-control.radio-boxes .radio-btn,
.services-finder__form.sidebar-form .form-control.radio-boxes .radio-btn {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.doc-finder__form.sidebar-form .form-control.radio-boxes .radio-btn label,
.services-finder__form.sidebar-form .form-control.radio-boxes .radio-btn label {
	padding: .5em
}

.doc-finder__form.sidebar-form .form-control.radio-boxes .radio-btn label i,
.services-finder__form.sidebar-form .form-control.radio-boxes .radio-btn label i {
	margin-right: .25em
}

.doc-finder__form.sidebar-form .btn-clear,
.services-finder__form.sidebar-form .btn-clear {
	display: inline-block;
	margin: 1.5em 0;
	font-weight: 700;
	font-size: .8em;
	color: #a4a5a5
}

.doc-finder__form.sidebar-form .btn-clear.tablet,
.services-finder__form.sidebar-form .btn-clear.tablet {
	display: none
}

@media (min-width:750px) {

	.doc-finder__form.sidebar-form .btn-clear.tablet,
	.services-finder__form.sidebar-form .btn-clear.tablet {
		display: inline-block
	}
}

.doc-finder__form.sidebar-form .btn-clear.mobile,
.services-finder__form.sidebar-form .btn-clear.mobile {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 1.5em
}

@media (min-width:750px) {

	.doc-finder__form.sidebar-form .btn-clear.mobile,
	.services-finder__form.sidebar-form .btn-clear.mobile {
		display: none
	}
}

@media (min-width:750px) {

	.doc-finder__form.sidebar-form .search-wrapper:before,
	.services-finder__form.sidebar-form .search-wrapper:before {
		right: .5em
	}
}

.services-finder__form.sidebar-form {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 2em;
	margin-bottom: 2em
}

@media (min-width:750px) {
	.services-finder__form.sidebar-form {
		border-bottom: 0
	}
}

.doctor-detail {
	color: #292929;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:750px) {
	.doctor-detail {
		display: block
	}
}

.doctor-detail h1 {
	margin: 0
}

.doctor-detail h1 span {
	font-weight: 400;
	font-size: .7em
}

.doctor-detail p {
	line-height: 1.5em
}

.doctor-detail .chw-staff-member__img {
	height: auto;
	display: block
}

.doctor-detail .chw-staff-member__img img {
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none
}

.doctor-detail .buttons {
	padding: .25em 0
}

.doctor-detail .optional-btn,
.doctor-detail .video-btn,
.doctor-detail .view-btn {
	background: #fff;
	border: 1px solid #0074c8;
	color: #0074c8;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	width: 100%;
	font-weight: 700;
	margin-top: .25em;
	font-size: 14px
}

.doctor-detail .optional-btn:hover,
.doctor-detail .video-btn:hover,
.doctor-detail .view-btn:hover {
	text-decoration: none;
	opacity: .7
}

.doctor-detail .optional-btn i,
.doctor-detail .video-btn i,
.doctor-detail .view-btn i {
	font-size: .57em;
	-webkit-transform: translateY(-.4em);
	-ms-transform: translateY(-.4em);
	transform: translateY(-.4em);
	margin-right: 1em
}

.doctor-detail .request-btn {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	background-color: #0074c8;
	transition: all .2s ease;
	border: 1px solid #0074c8;
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	margin-top: .25em
}

.doctor-detail .request-btn:hover {
	text-decoration: none;
	opacity: .7
}

.doctor-detail .request-btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7
}

.doctor-detail .ds-title {
	margin: 0 0 .5em 0;
	font-weight: 700;
	font-size: 1em;
	color: #000
}

.doctor-detail .ds-average {
	font-weight: 700
}

.doctor-detail .ds-average-max:after {
	content: '\A';
	white-space: pre-line
}

.doctor-detail .ds-average-max+a {
	padding-right: .5em;
	border-right: 1px solid #c4c5c5;
	margin-right: .3em
}

.doctor-detail .ds-summary a {
	font-size: .8em;
	text-decoration: underline
}

.doctor-detail .location-list {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0
}

@supports (will-change:auto) {
	.doctor-detail .location-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.doctor-detail .location-list li {
	padding: 0 0 0 25px;
	margin: 1em 1% 1em 0;
	position: relative;
	vertical-align: top
}

@media (min-width:750px) {
	.doctor-detail .location-list li {
		width: 100%
	}
}

@media (min-width:1190px) {
	.doctor-detail .location-list li {
		width: 48%
	}
}

.doctor-detail .location-list li .contact {
	margin-top: 4px
}

.doctor-detail .location-list .title .nonLocationTitle,
.doctor-detail .location-list .title a {
	font-size: 1.1em;
	margin-bottom: .5em;
	line-height: 1.5em
}

.doctor-detail .location-list .title .nonLocationTitle:before,
.doctor-detail .location-list .title a:before {
	content: "";
	color: #ca4a27;
	font-size: .8em;
	position: absolute;
	top: 2px;
	left: 0
}

.doctor-detail .location-list .address {
	margin: .25em 0
}

.doctor-detail .location-list .contact a {
	text-decoration: underline
}

.doctor-detail .awards-list,
.doctor-detail .overview-list {
	list-style: none;
	padding: 0;
	margin: .5em 0 1.5em
}

.doctor-detail .awards-list li,
.doctor-detail .overview-list li {
	padding: 0;
	margin: .25em 0
}

.doctor-detail .awards-list li {
	margin: 1em 0
}

.doctor-detail .chw-collapsible__content {
	padding: 0 .75em
}

.doctor-detail h4 {
	font-size: 1.25em;
	margin-bottom: 0
}

.doctor-detail .ds-breakdown ul {
	list-style: none;
	margin: 0;
	padding: 1em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.doctor-detail .ds-breakdown li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1em 0;
	width: 100%;
	border-top: 1px solid #e8e8e8
}

@media (min-width:750px) {
	.doctor-detail .ds-breakdown li {
		width: 45%;
		margin: 1em 5% 1.5em 0
	}
}

.doctor-detail .ds-breakdown .ds-average {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.doctor-detail .ds-breakdown .ds-stars {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.doctor-detail .ds-breakdown .ds-questiontext {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 700
}

.doctor-detail .ds-commentprefix {
	display: none
}

.doctor-detail .ds-comment {
	margin: 2em 0
}

.doctor-detail .ds-comment p {
	line-height: 1.5
}

.doctor-detail .ds-comment .ds-stars {
	margin: .5em 0
}

.doctor-detail .patient-rating {
	margin: 1.5em 0
}

.doctor-detail .ds-summary {
	margin-left: 0
}

.doctor-detail__title {
	margin-bottom: 1em
}

.doctor-detail__accepting-new {
	font-size: .8em;
	margin: 1em 0 2em
}

.doctor-detail__accepting-new i {
	color: #1dc9d3
}

.doctor-detail__portrait {
	max-width: 350px;
	margin: 0 auto
}

@media (min-width:750px) {
	.doctor-detail__portrait {
		width: 350px;
		float: left
	}
}

.doctor-detail__patient-rating p {
	margin: .5em 0
}

.doctor-detail__accepting-new,
.doctor-detail__collapsibles,
.doctor-detail__patient-rating,
.doctor-detail__title {
	margin: 1em 0
}

@media (min-width:750px) {

	.doctor-detail__accepting-new,
	.doctor-detail__collapsibles,
	.doctor-detail__patient-rating,
	.doctor-detail__title {
		margin-left: 400px
	}
}

.doctor-detail__title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.doctor-detail__portrait {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.doctor-detail__accepting-new {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.doctor-detail__patient-rating {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.doctor-detail__collapsibles {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.finder-form-box {
	padding: 1.5em;
	border: 1px solid #e8e8e8
}

.finder-form-box h3 {
	margin-top: 0;
	font-size: 1.25em
}

.services-list {
	list-style: none;
	padding: 1em 0;
	margin: 0
}

.services-list li {
	display: block;
	margin-bottom: .5em
}

.services-list li a {
	font-weight: 700;
	color: #292929;
	font-size: 20px;
	padding: 27px;
	background-color: #fff;
	display: block;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08), 0 6px 8px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08), 0 6px 8px 0 rgba(0, 0, 0, .14)
}

.services-list li a:hover {
	color: #0074c8;
	opacity: 1;
	text-decoration: underline
}

.callout-tile-list {
	list-style: none;
	padding: 1em 0;
	margin: 0
}

@media (min-width:750px) {
	.callout-tile-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.callout-tile {
	margin: 2em 1em
}

.callout-tile p {
	font-size: 14px
}

.callout-tile a {
	text-decoration: underline
}

@media (min-width:750px) {
	.callout-tile {
		-ms-flex-preferred-size: 23.5%;
		flex-basis: 23.5%;
		width: 23.5%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 2% 2% 2% 0
	}
}

.callout-tile__img a,
.callout-tile__video a {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	width: 100%
}

@media (min-width:750px) {

	.callout-tile__img a,
	.callout-tile__video a {
		height: 135px
	}
}

.callout-tile__img img,
.callout-tile__video img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto
}

.callout-tile__title {
	font-weight: 700;
	margin: .5em 0
}

@media screen and (min-width:751px) {
	.hide-on-desktop {
		display: none !important
	}
}

@media screen and (max-width:750px) {
	.hide-on-mobile {
		display: none !important
	}
}

.sticky-sidebar {
	padding: 0 0 20px 0
}

.sticky-sidebar.stuck {
	background-color: #fff;
	position: fixed;
	top: 105px
}

.chw-content-page-banner.chw-content-page-banner--no-text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 300px
}

.chw-blue-box {
	background-color: #004a98;
	padding: 30px;
	margin-bottom: 20px
}

.chw-blue-box * {
	color: #fff
}

.chw-blue-box a {
	text-decoration: underline
}

.chw-blue-box a:hover {
	font-weight: 700
}

.chw-grey-box {
	background-color: #e6e7e8;
	padding: 30px;
	position: relative;
	margin-bottom: 20px
}

.chw-blue-box h2,
.chw-grey-box h1 {
	font-size: 48px;
	font-weight: 400;
	line-height: 42px;
	margin-top: 0
}

.chw-blue-box h2 {
	color: #fff;
	margin-bottom: 10px
}

.chw-blue-box h3,
.chw-grey-box h2 {
	font-size: 1.9em;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 12px;
	margin-top: 0
}

.chw-blue-box h3 {
	color: #fff
}

.chw-grey-box h2 {
	color: #3c3c3c
}

.chw-blue-box h4,
.chw-grey-box h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 6px
}

.chw-blue-box h4 {
	margin-top: 15px;
	margin-bottom: 5px
}

.chw-blue-box h5,
.chw-grey-box h5 {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 6px;
	color: #3c3c3c;
	font-size: 16px
}

.chw-blue-box p {
	line-height: 1.5em
}

.chw-blue-box .mobile-links {
	text-align: center;
	font-size: 1.15em;
	font-weight: 700;
	text-decoration: none
}

.chw-blue-box .float-left {
	float: left;
	margin-bottom: 6px;
	margin-right: 12px
}

.chw-blue-box .float-right {
	float: right;
	margin-bottom: 6px;
	margin-left: 12px
}

.chw-img-twocol img {
	margin-top: 16px
}

.chw-img-twocol-content {
	overflow: hidden
}

.chw-sidebar-title {
	font-weight: 400;
	margin-top: 0
}

.chw-sidebar-title .blue {
	color: #1184c7;
	background: 0 0
}

.chw-sidebar-title a {
	color: #1184c7;
	font-weight: 700;
	text-decoration: none
}

.chw-brd-btn {
	display: block;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
	color: #1184c7;
	font-size: 1.25em;
	font-weight: 400;
	text-decoration: none
}

.chw-calltoaction-stack {
	margin: 20px 0;
	display: block;
	text-decoration: none
}

@media screen and (min-width:600px) {
	.chw-mobile-btn-group {
		text-align: center
	}

	.chw-mobile-btn-group .chw-calltoaction-stack {
		display: inline-block
	}
}

.chw-mobile-btn-group .chw-calltoaction-stack:first-child {
	margin-right: 20px
}

.chw-calltoaction-stack img {
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.chw-calltoaction-stack h3 {
	color: #3c3c3c;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	padding: 0
}

@media screen and (max-width:600px) {
	.chw-actionbtn-wrapper {
		text-align: center
	}

	.chw-actionbtn-wrapper .chw-calltoaction-stack {
		display: inline-block
	}
}

.chw-calltoaction-stack .bluetext {
	color: #1184c7
}

.chw-calltoaction-btn {
	background-color: #ca4a27;
	display: block;
	text-decoration: none;
	padding: 5px 10px
}

.chw-calltoaction-btn img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px
}

.chw-calltoaction-btn h3 {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	font-size: 1em;
	font-weight: 400
}

.chw-nav-list-title {
	color: #1184c7;
	font-weight: 400;
	padding-left: 10px;
	margin-bottom: 10px
}

.chw-nav-list-ul {
	list-style-type: none;
	padding: 0;
	margin-top: 10px
}

.chw-nav-list-ul li {
	border-top: 1px solid #999b9e;
	padding-left: 10px
}

.chw-nav-list-ul li:first-child {
	border-top: none
}

.chw-nav-list-ul a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #3c3c3c
}

.chw-expander {
	overflow: hidden;
	max-height: 200px;
	-o-transition: max-height 1s;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
	z-index: 5
}

.chw-expander.toggled:after {
	display: none
}

.chw-expander-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1184c7;
	color: #fff;
	padding: 10px 30px;
	text-decoration: none;
	text-align: center;
	z-index: 5
}

.chw-expander.toggled .chw-expander-btn {
	display: none
}

.chw-expander-content {
	-ms-flex-flow: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row
}

div.chw-expander-section h2 {
	color: #1184c7;
	display: block;
	font-size: 2em;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 1em;
	margin-top: 0
}

.chw-expander ul {
	list-style: none outside none;
	margin: 0;
	padding: 0 0 20px 0;
	width: 50%
}

.chw-expander li {
	font-size: 1.15em;
	line-height: 2.1em;
	margin: 0;
	padding-left: 1.1em
}

@media screen and (max-width:560px) {
	.chw-expander-content {
		display: block
	}

	.chw-expander ul {
		width: 100%
	}

	.chw-expander ul:first-child {
		padding-bottom: 0
	}

	.chw-expander li {
		font-size: 1em;
		padding-left: 0
	}

	.chw-expander-btn {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		width: 100%;
		padding: 10px
	}
}

.chw-expander li a {
	text-decoration: none;
	color: #000
}

.chw-expander li a:hover {
	text-decoration: underline
}

.chw-generic-accordian--blue .chw-generic-accordian-heading h2 {
	background-color: #00b5cb;
	color: #fff;
	font-size: 1em
}

.chw-generic-accordian--red .chw-generic-accordian-heading h2 {
	background-color: #d85427;
	color: #fff;
	font-size: 1em
}

.chw-col-50--no-pad .chw-generic-accordian {
	padding-left: 3px
}

.chw-col-50--no-pad:first-child .chw-generic-accordian {
	padding-right: 3px;
	padding-left: 0
}

.chw-generic-accordian--blue .chw-generic-accordian-heading,
.chw-generic-accordian--red .chw-generic-accordian-heading {
	padding: 0
}

.chw-generic-accordian--blue .chw-generic-accordian-item-content,
.chw-generic-accordian--red .chw-generic-accordian-item-content {
	margin-bottom: 1px
}

.chw-generic-accordian-title {
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: .5em
}

.chw-generic-accordian-title.-blue {
	color: #1dc9d3
}

.chw-generic-accordian-title.-red {
	color: #d85427
}

@media screen and (max-width:750px) {
	.chw-generic-accordian--blue {
		padding-right: 0
	}

	.chw-generic-accordian--red {
		padding-left: 0
	}
}

.chw-generic-accordian--blue .chw-generic-accordian-heading h2 span:after,
.chw-generic-accordian--red .chw-generic-accordian-heading h2 span:after {
	background-color: #fff
}

.chw-generic-accordian--blue .chw-generic-accordian-heading h2 span:before,
.chw-generic-accordian--red .chw-generic-accordian-heading h2 span:before {
	background-color: #fff
}

.chw-generic-accordian--blue .chw-accordian-icon-orange,
.chw-generic-accordian--red .chw-accordian-icon-orange {
	display: inline-block
}

.ds-summary {
	margin-left: 30px
}

.chw-expander {
	max-height: 100%
}

.chw-sticky-sidebar {
	width: 100%
}

@media (min-width:750px) {
	.chw-sticky-sidebar {
		margin: 0;
		position: fixed;
		width: auto
	}
}

.chw-sticky-sidebar nav {
	color: #696969
}

.chw-sticky-sidebar nav h3 {
	color: #292929;
	font-weight: 400
}

@media (min-width:750px) {
	.chw-sticky-sidebar nav h3 {
		margin-left: 0
	}
}

.chw-sticky-sidebar nav h3 a {
	display: block;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
	color: #0074c8;
	font-size: 1.25em;
	text-decoration: none
}

.chw-sticky-sidebar nav ul {
	list-style: none;
	padding: 0
}

.chw-sticky-sidebar nav li {
	border-bottom: 1px solid #e8e8e8;
	padding: 0 .5em
}

.chw-sticky-sidebar nav li a {
	color: #292929;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: .5em 0
}

.chw-sticky-sidebar nav li a:hover {
	color: #0074c8
}

.chw-sticky-sidebar nav li a i {
	font-size: 3em;
	margin-right: .25em
}

.chw-sticky-sidebar nav li:last-child a {
	border: 0
}

.chw-sidebar-title__category-nav ul li {
	border-bottom: 0
}

.herma-category-nav ul {
	list-style: none;
	margin: 0;
	padding: .5em 0
}

@media (min-width:750px) {
	.herma-category-nav ul {
		padding: 0
	}
}

.herma-category-nav li {
	margin: .5em 0
}

.herma-category-nav a {
	font-weight: 400;
	font-size: .9em;
	color: #292929;
	vertical-align: middle
}

.herma-category-nav a i {
	text-decoration: none
}

.herma-category-nav i {
	font-size: 3em;
	margin-right: .25em;
	vertical-align: middle
}

.herma-category-nav h3 a {
	display: block;
	border-bottom: 1px solid #efeff1;
	padding: 0 10px 20px 10px;
	color: #0074c8;
	font-size: 1.25em;
	text-decoration: none
}

.herma-category-nav.mobile {
	margin-bottom: 2em
}

.chw-movie-box a {
	display: block;
	position: relative
}

.chw-movie-box .chw-movie-img {
	width: 100%;
	height: auto
}

.chw-movie-title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	font-weight: 400;
	font-size: 1.8em;
	color: #fff;
	margin: 0;
	background-color: rgba(0, 0, 0, .6)
}

.chw-video-cube-title {
	color: #1184c7;
	font-weight: 400
}

@media (min-width:750px) {
	.chw-video-cube-title {
		margin-left: 30px
	}
}

.chw-video-cube-button {
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px
}

.chw-video-cube .chw-callout-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.chw-video-cube .chw-callout-content {
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.chw-video-cube .chw-callout-content a {
	position: relative;
	display: block;
	height: 100%;
	margin: 0 40px
}

@media screen and (min-width:900px) {
	.chw-video-cube .chw-callout-content a {
		margin: 0
	}
}

.chw-video-cube .chw-callout-content .chw-movie-title {
	text-align: left;
	font-size: 16px;
	background-color: rgba(0, 0, 0, .6)
}

.chw-video-cube .chw-callout-image {
	height: auto;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%
}

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

	.chw-video-cube .chw-callout-next,
	.chw-video-cube .chw-callout-prev {
		display: inline-block;
		position: absolute;
		top: 50%;
		margin-top: -10px
	}

	.chw-video-cube .chw-callout-content {
		width: 100%;
		display: none
	}

	.chw-video-cube .chw-callout-content:first-child {
		display: block
	}
}

.chw-video-cube-link-list {
	margin-top: -24px;
	margin-bottom: -14px
}

.chw-video-cube-link-list li {
	padding-left: .4em
}

.section-theme-01.chw-cta-fw h3 {
	color: #fff
}

.chw-cta-fw .video-section-theme-01 p,
.video-section-theme-01 {
	font-size: 1.063rem;
	line-height: 1.688rem
}

.video-section-theme-01 .shadow-wrapper:before {
	display: none
}

.chw-cta-fw .video-section-theme-01 h3,
.video-section-theme-01 h3 {
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.2
}

.video-section-theme-01.cta-panels .cta-video {
	background: 0 0;
	padding: 0
}

.video-section-theme-01.cta-panels .cta-panel .cta-content>.btn {
	width: auto !important
}

@media (min-width:751px) {

	.chw-cta-fw .video-section-theme-01 h3,
	.video-section-theme-01 h3 {
		font-size: 1.875rem
	}
}

.two-col-callout-list .two-col-callout-list-heading h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 100;
	padding-left: 10px
}

.two-col-responsive img {
	display: block
}

.two-col-responsive-20 {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 14px;
	padding-top: 0;
	width: 20%;
	max-width: 200px;
	overflow: hidden
}

.two-col-responsive-20 img {
	width: 70%;
	max-width: 200px
}

.two-col-responsive-35 {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 14px;
	padding-top: 0;
	width: 35%;
	max-width: 35%;
	overflow: hidden
}

.two-col-responsive-35 img {
	width: 70%;
	max-width: 240px
}

.two-col-responsive-50 {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 0 14px 14px;
	width: 50%;
	max-width: 50%;
	overflow: hidden
}

.two-col-responsive-65 {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 0 14px 14px;
	width: 65%;
	max-width: 65%;
	overflow: hidden
}

.two-col-50--no-pad .two-col-callout-list {
	padding-left: 3px
}

.two-col-50--no-pad:first-child .two-col-callout-list {
	padding-right: 3px;
	padding-left: 0
}

.two-col-callout-list .two-col-callout-list-heading {
	padding: 1px 10px;
	color: #fff;
	line-height: 1em
}

.two-col-callout-list .two-col-callout-list-item-content {
	margin-bottom: 1px
}

.two-col-callout-list-title {
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #000
}

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

	.two-col-responsive-20,
	.two-col-responsive-35,
	.two-col-responsive-50,
	.two-col-responsive-65 {
		display: inline-block;
		margin-bottom: 10px;
		padding: 0 10px 10px;
		width: 100%;
		max-width: 100%;
		overflow: hidden
	}

	.two-col-responsive-20 img,
	.two-col-responsive-35 img {
		width: auto;
		padding: 15px 10px 0
	}

	.two-col-callout-list {
		padding: 1px 10px;
		color: #fff
	}

	.two-col-50--no-pad {
		padding-left: 0;
		padding-right: 0
	}
}

.two-col-callout-list .two-col-callout-list-heading h2 span:after {
	background-color: #fff
}

.two-col-callout-list .two-col-callout-list-heading h2 span:before {
	background-color: #fff
}

.two-col-callout-list {
	display: inline-block;
	width: 100%
}

.two-col-callout-list-item-content {
	margin-bottom: 2em;
	padding: 0 10px 0 4px;
	font-size: .9em;
	line-height: 1.5em
}

.chw-form {
	background-color: #f9f9fa;
	border: 1px solid #0074c8;
	border-radius: 10px;
	padding: 5px
}

.chw-form div {
	background-color: #f9f9fa;
	border-radius: 10px;
	padding: 5px;
	margin: 5px
}

.chw-form b,
.chw-form p {
	padding: 0 5px;
	display: block
}

.chw-form input[type=text] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.chw-form input[type=date],
.chw-form input[type=date].valid,
.chw-form input[type=email],
.chw-form input[type=email].valid {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #fffccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em
}

.chw-form input:valid,
.chw-form textarea:valid {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.chw-form input[type=checkbox],
.chw-form input[type=checkbox].valid,
.chw-form input[type=radio],
.chw-form input[type=radio].valid {
	width: 32px
}

.chw-form input[type=submit] {
	width: 100%;
	background-color: #0074c8;
	color: #fff;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer
}

.chw-form input[type=submit]:hover {
	background-color: #004a92
}

.chw-form .form-row {
	width: 100%;
	padding: 0;
	margin: 0
}

@media (min-width:750px) {
	.chw-form .form-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.chw-form .form-row.form-row--col2 .form-group {
		width: 50%
	}

	.chw-form .form-row.form-row--col3 .form-group {
		width: 33.33%
	}

	.chw-form .form-row label {
		min-height: 24px
	}

	.chw-form .form-row input[type=email]:valid {
		margin-left: 0;
		margin-right: 0
	}
}

:root {
	--childrens-blue: #0074c8;
	--childrens-dark-blue: #004a98;
	--childrens-red: #c41f3e;
	--childrens-orange: #ff6b00;
	--childrens-dark-orange: #ca4a27;
	--childrens-purple: #534588;
	--childrens-aqua: #3AC1CD;
	--childrens-dark-aqua: #00818d;
	--childrens-lime: #c2d500
}

.AmbBlueIconLeft,
.CalBlueIconLeft,
.PhoneBlueIconLeft,
.chw-rich-text a.AmbBlueIconLeft,
.chw-rich-text a.CalBlueIconLeft,
.chw-rich-text a.PhoneBlueIconLeft {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block;
	top: -4px;
	border: none;
	padding: 14px 10px 10px 35px;
	height: 48px;
	width: auto;
	min-width: 160px;
	border-left: solid 1px #2ab7ec;
	margin: 30px 10px 20px 35px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #0074c8;
	background-color: var(--childrens-blue)
}

.AmbBlueIconTop,
.CalBlueIconTop,
.PhoneBlueIconTop,
.chw-rich-text a.AmbBlueIconTop,
.chw-rich-text a.CalBlueIconTop,
.chw-rich-text a.PhoneBlueIconTop {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block;
	top: -4px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	height: 80px;
	width: 160px;
	margin: 50px 10px 10px 10px;
	border-radius: 8px;
	background-color: #0074c8;
	background-color: var(--childrens-blue);
	text-align: center
}

.HeartPurpleIconLeft,
.chw-rich-text a.HeartPurpleIconLeft {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block;
	top: -4px;
	border: none;
	padding: 14px 10px 10px 35px;
	height: 48px;
	width: auto;
	min-width: 160px;
	border-left: solid 1px #2ab7ec;
	margin: 30px 10px 20px 35px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #534588;
	background-color: var(--childrens-purple)
}

.HeartPurpleIconTop,
.chw-rich-text a.HeartPurpleIconTop {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block;
	top: -4px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	height: 80px;
	width: 160px;
	margin: 50px 10px 10px 10px;
	border-radius: 8px;
	background-color: #534588;
	background-color: var(--childrens-purple);
	text-align: center
}

.AmbBlueIconLeft::before {
	color: #0074c8;
	color: var(--childrens-blue);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-blue);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	font-family: chw-icons;
	font-weight: 400;
	font-size: 1.62em;
	padding: 16px 7px;
	content: "";
	top: -8px;
	left: -36px
}

.AmbBlueIconTop::before {
	color: #0074c8;
	color: var(--childrens-blue);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-blue);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	font-family: chw-icons;
	font-weight: 900;
	font-size: 1.62em;
	padding: 16px 7px;
	content: "";
	top: -36px;
	left: 49px
}

.CalBlueIconLeft::before {
	color: #0074c8;
	color: var(--childrens-blue);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-blue);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	font-family: chw-icons;
	font-weight: 400;
	font-size: 1.62em;
	padding: 13px 12px;
	content: "";
	top: -8px;
	left: -36px
}

.CalBlueIconTop::before {
	color: #0074c8;
	color: var(--childrens-blue);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-blue);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	font-family: chw-icons;
	font-weight: 400;
	font-size: 1.62em;
	padding: 13px 7px;
	content: "";
	top: -36px;
	left: 49px
}

.PhoneBlueIconLeft::before {
	color: #0074c8;
	color: var(--childrens-blue);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-blue);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	font-family: chw-icons;
	font-weight: 400;
	font-size: 1.62em;
	padding: 13px 10px;
	content: "";
	top: -8px;
	left: -36px
}

.PhoneBlueIconTop::before {
	color: #0074c8;
	color: var(--childrens-blue);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-blue);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	font-family: chw-icons;
	font-weight: 400;
	font-size: 1.62em;
	padding: 13px 7px;
	content: "";
	top: -36px;
	left: 49px
}

.HeartPurpleIconLeft::before {
	color: #534588;
	color: var(--childrens-purple);
	border: 3px solid #534588;
	border: 3px solid var(--childrens-purple);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	font-family: chw-icons;
	font-weight: 400;
	font-size: 1.62em;
	padding: 17px 10px;
	content: "";
	top: -8px;
	left: -36px
}

.HeartPurpleIconTop::before {
	color: #534588;
	color: var(--childrens-purple);
	border: 3px solid #534588;
	border: 3px solid var(--childrens-purple);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	font-family: chw-icons;
	font-weight: 400;
	font-size: 1.62em;
	padding: 16px 7px;
	content: "";
	top: -36px;
	left: 49px
}

.AppleBlueLeftIcon,
.CalculatorLeft,
.CapBlueLeftIcon,
.ContactLeft,
.FAQLeft,
.FamilyBlueLeftIcon,
.HomeBlueLeftIcon,
.LawLeft,
.ResourcesLeft,
.ServicesLeft,
.SitePinLeft,
.VideosLeft,
.chw-rich-text a.AppleBlueLeftIcon,
.chw-rich-text a.CalculatorLeft,
.chw-rich-text a.CapBlueLeftIcon,
.chw-rich-text a.ContactLeft,
.chw-rich-text a.FAQLeft,
.chw-rich-text a.FamilyBlueLeftIcon,
.chw-rich-text a.HomeBlueLeftIcon,
.chw-rich-text a.LawLeft,
.chw-rich-text a.ResourcesLeft,
.chw-rich-text a.ServicesLeft,
.chw-rich-text a.SitePinLeft,
.chw-rich-text a.VideosLeft {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block;
	top: -4px;
	border: none;
	padding: 14px 10px 10px 35px;
	height: 48px;
	width: auto;
	min-width: 160px;
	border-left: solid 1px #2ab7ec;
	margin: 30px 10px 20px 35px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #0074c8;
	background-color: var(--childrens-blue)
}

.ApplePurpleLeftIcon,
.CapPurpleLeftIcon,
.FamilyPurpleLeftIcon,
.HomePurpleLeftIcon,
.chw-rich-text a.ApplePurpleLeftIcon,
.chw-rich-text a.CapPurpleLeftIcon,
.chw-rich-text a.FamilyPurpleLeftIcon,
.chw-rich-text a.HomePurpleLeftIcon {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block;
	top: -4px;
	border: none;
	padding: 14px 10px 10px 35px;
	height: 48px;
	width: auto;
	min-width: 160px;
	border-left: solid 1px #2ab7ec;
	margin: 30px 10px 20px 35px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #534588;
	background-color: var(--childrens-purple)
}

.AppleBlueTopIcon,
.CalculatorTop,
.CapBlueTopIcon,
.ContactTop,
.FAQTop,
.FamilyBlueTopIcon,
.HomeBlueTopIcon,
.LawTop,
.ResourcesTop,
.ServicesTop,
.SitePinTop,
.VideosTop,
.chw-rich-text a.AppleBlueTopIcon,
.chw-rich-text a.CalculatorTop,
.chw-rich-text a.CapBlueTopIcon,
.chw-rich-text a.ContactTop,
.chw-rich-text a.FAQTop,
.chw-rich-text a.FamilyBlueTopIcon,
.chw-rich-text a.HomeBlueTopIcon,
.chw-rich-text a.LawTop,
.chw-rich-text a.ResourcesTop,
.chw-rich-text a.ServicesTop,
.chw-rich-text a.SitePinTop,
.chw-rich-text a.VideosTop {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block;
	top: -4px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	height: 80px;
	width: 160px;
	margin: 50px 10px 10px 10px;
	border-radius: 8px;
	background-color: #0074c8;
	background-color: var(--childrens-blue);
	text-align: center
}

.ApplePurpleTopIcon,
.CapPurpleTopIcon,
.FamilyPurpleTopIcon,
.HomePurpleTopIcon,
.chw-rich-text a.ApplePurpleTopIcon,
.chw-rich-text a.CapPurpleTopIcon,
.chw-rich-text a.FamilyPurpleTopIcon,
.chw-rich-text a.HomePurpleTopIcon {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block;
	top: -4px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	height: 80px;
	width: 160px;
	margin: 50px 10px 10px 10px;
	border-radius: 8px;
	background-color: #534588;
	background-color: var(--childrens-purple);
	text-align: center
}

.AppleBlueLeftIcon::before,
.CalculatorLeft::before,
.CapBlueLeftIcon::before,
.ContactLeft::before,
.FAQLeft::before,
.FamilyBlueLeftIcon::before,
.HomeBlueLeftIcon::before,
.LawLeft::before,
.ResourcesLeft::before,
.ServicesLeft::before,
.SitePinLeft::before,
.VideosLeft::before {
	color: #0074c8;
	color: var(--childrens-blue);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-blue);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	padding: 15px 6px;
	top: -8px;
	left: -36px
}

.AppleBlueTopIcon::before,
.CalculatorTop::before,
.CapBlueTopIcon::before,
.ContactTop::before,
.FAQTop::before,
.FamilyBlueTopIcon::before,
.HomeBlueTopIcon::before,
.LawTop::before,
.ResourcesTop::before,
.ServicesTop::before,
.SitePinTop::before,
.VideosTop::before {
	color: #0074c8;
	color: var(--childrens-blue);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-blue);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	padding: 15px 2px;
	top: -36px;
	left: 49px
}

.AppleBlueLeftIcon::before,
.AppleBlueTopIcon::before,
.ApplePurpleLeftIcon::before,
.ApplePurpleTopIcon::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 2.6em;
	content: "\e900"
}

.CapBlueLeftIcon::before,
.CapBlueTopIcon::before,
.CapPurpleLeftIcon::before,
.CapPurpleTopIcon::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 2.6em;
	content: "\e904"
}

.FamilyBlueLeftIcon::before,
.FamilyBlueTopIcon::before,
.FamilyPurpleLeftIcon::before,
.FamilyPurpleTopIcon::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 2.6em;
	content: "\e907"
}

.HomeBlueLeftIcon::before,
.HomeBlueTopIcon::before,
.HomePurpleLeftIcon::before,
.HomePurpleTopIcon::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 2.6em;
	content: "\e90a"
}

.ApplePurpleLeftIcon::before,
.CapPurpleLeftIcon::before,
.FamilyPurpleLeftIcon::before,
.HomePurpleLeftIcon::before {
	color: #534588;
	color: var(--childrens-purple);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-purple);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	top: -8px;
	left: -36px;
	padding: 15px 6px
}

.ApplePurpleTopIcon::before,
.CapPurpleTopIcon::before,
.FamilyPurpleTopIcon::before,
.HomePurpleTopIcon::before {
	color: #534588;
	color: var(--childrens-purple);
	border: 3px solid #534588;
	border: 3px solid var(--childrens-purple);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	padding: 15px 6px;
	top: -36px;
	left: 49px
}

.CalculatorLeft::before,
.ContactLeft::before,
.FAQLeft::before,
.LawLeft::before,
.ResourcesLeft::before,
.ServicesLeft::before,
.SitePinLeft::before {
	padding: 18px 2px;
	top: -8px;
	left: -36px
}

.CalculatorTop::before .ContactTop::before,
.FAQTop::before,
.LawTop::before,
.ResourcesTop::before,
.ServicesTop::before,
.SitePinTop::before {
	padding: 18px 2px;
	top: -36px;
	left: 49px
}

.CalculatorLeft::before,
.CalculatorTop::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 3.2em;
	content: "\e903"
}

.CalculatorLeft::before,
.CalculatorTop::before,
.ContactLeft::before,
.ContactTop::before,
.FAQLeft::before,
.FAQTop::before,
.LawLeft::before,
.LawTop::before,
.ResourcesLeft::before,
.ResourcesTop::before,
.ServicesLeft::before,
.ServicesTop::before,
.SitePinLeft::before,
.SitePinTop::before {
	color: #0074c8;
	color: var(--childrens-blue);
	border: 3px solid #0074c8;
	border: 3px solid var(--childrens-blue);
	width: 62px;
	height: 62px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff
}

.ContactLeft::before,
.ContactTop::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 3.5em;
	content: "\e906"
}

.FAQLeft::before,
.FAQTop::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 3.4em;
	content: "\e909"
}

.LawLeft::before,
.LawTop::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 3.4em;
	content: "\e90c"
}

.ResourcesLeft::before,
.ResourcesTop::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 3.2em;
	content: "\e90e"
}

.ServicesLeft::before,
.ServicesTop::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 3.2em;
	content: "\e910"
}

.SitePinLeft::before,
.SitePinTop::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 3.2em;
	content: "\e912"
}

.VideosLeft::before,
.VideosTop::before {
	font-family: chw-icons;
	font-weight: 400;
	font-size: 3.4em;
	content: "\e914";
	padding: 18px 2px
}

.two-col-callout-list .two-col-callout-list-heading h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 100;
	padding-left: 10px
}

.two-col-responsive img {
	display: block
}

.two-col-responsive-20 {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 14px;
	padding-top: 0;
	width: 20%;
	max-width: 200px;
	overflow: hidden
}

.two-col-responsive-20 img {
	width: 70%;
	max-width: 200px
}

.two-col-responsive-35 {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 14px;
	padding-top: 0;
	width: 35%;
	max-width: 35%;
	overflow: hidden
}

.two-col-responsive-35 img {
	width: 70%;
	max-width: 240px
}

.two-col-responsive-50 {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 0 14px 14px;
	width: 50%;
	max-width: 50%;
	overflow: hidden
}

.two-col-responsive-65 {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 0 14px 14px;
	width: 65%;
	max-width: 65%;
	overflow: hidden
}

.two-col-50--no-pad .two-col-callout-list {
	padding-left: 3px
}

.two-col-50--no-pad:first-child .two-col-callout-list {
	padding-right: 3px;
	padding-left: 0
}

.two-col-callout-list .two-col-callout-list-heading {
	padding: 1px 10px;
	color: #fff;
	line-height: 1em
}

.two-col-callout-list .two-col-callout-list-item-content {
	margin-bottom: 1px
}

.two-col-callout-list-title {
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #000
}

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

	.two-col-responsive-20,
	.two-col-responsive-35,
	.two-col-responsive-50,
	.two-col-responsive-65 {
		display: inline-block;
		margin-bottom: 10px;
		padding: 0 10px 10px;
		width: 100%;
		max-width: 100%;
		overflow: hidden
	}

	.two-col-responsive-20 img,
	.two-col-responsive-35 img {
		width: auto;
		padding: 15px 10px 0
	}

	.two-col-callout-list {
		padding: 1px 10px;
		color: #fff
	}

	.two-col-50--no-pad {
		padding-left: 0;
		padding-right: 0
	}
}

.two-col-callout-list .two-col-callout-list-heading h2 span:after {
	background-color: #fff
}

.two-col-callout-list .two-col-callout-list-heading h2 span:before {
	background-color: #fff
}

.two-col-callout-list {
	display: inline-block;
	width: 100%
}

.two-col-callout-list-item-content {
	margin-bottom: 2em;
	padding: 0 10px 0 4px;
	font-size: .9em;
	line-height: 1.5em
}

.callout-cards {
	text-align: center;
	padding-bottom: 32px
}

.callout-cards a {
	text-decoration: none
}

@media (max-width:750px) {
	.callout-cards {
		padding-bottom: 16px
	}
}

.callout-cards .callout-cards--component-description {
	margin: 25px auto 0 auto;
	max-width: 555px
}

@media (max-width:750px) {
	.callout-cards .callout-cards--component-description {
		margin: 20px auto 0 auto
	}
}

@media (min-width:750px) {
	.callout-cards .callout-cards--component-button {
		margin-top: 15px
	}
}

.callout-cards .callout-cards--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 1%;
	margin-top: 45px;
	color: #292929
}

@media (min-width:750px) {
	.callout-cards .callout-cards--list {
		margin-top: 40px
	}
}

.callout-cards .callout-cards--list.single-row .callout-cards--card:last-child {
	display: none
}

@media (min-width:750px) {
	.callout-cards .callout-cards--list.single-row .callout-cards--card:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.callout-cards .callout-cards--card-image img {
	width: auto;
	height: 50px
}

.callout-cards.callout-cards__small .callout-cards--card {
	width: 30%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 35px 25px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:1190px) {
	.callout-cards.callout-cards__small .callout-cards--card {
		width: 32%
	}
}

@media (min-width:750px) {
	.callout-cards.callout-cards__small .callout-cards--card {
		width: 48.5%;
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.callout-cards.callout-cards__small .callout-cards--card {
		padding: 25px 10px;
		margin-bottom: 10px
	}
}

.callout-cards.callout-cards__small .callout-cards--card-image {
	margin: 0 auto 10px;
	display: none
}

@media (max-width:750px) {
	.callout-cards.callout-cards__small .callout-cards--card-image {
		display: block
	}
}

.callout-cards.callout-cards__small .callout-cards--card-title {
	margin-bottom: auto
}

.callout-cards.callout-cards__small .callout-cards--card-title h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto
}

.callout-cards.callout-cards__small .callout-cards--card-description {
	margin-bottom: 20px;
	font-size: 20px
}

@media (max-width:750px) {
	.callout-cards.callout-cards__small .callout-cards--card-description p {
		font-size: 11px
	}
}

.callout-cards.callout-cards__small .callout-cards--card-info {
	margin-top: 20px
}

@media (max-width:750px) {
	.callout-cards.callout-cards__small .callout-cards--card-info {
		display: none
	}
}

.callout-cards.callout-cards__smaller .callout-cards--card {
	width: 22%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 35px 20px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:1190px) {
	.callout-cards.callout-cards__smaller .callout-cards--card {
		width: 32%
	}
}

@media (min-width:750px) {
	.callout-cards.callout-cards__smaller .callout-cards--card {
		width: 48.5%;
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.callout-cards.callout-cards__smaller .callout-cards--card {
		padding: 25px 10px;
		margin-bottom: 10px
	}
}

.callout-cards.callout-cards__smaller .callout-cards--card-image {
	margin: 0 auto 10px;
	display: none
}

@media (max-width:750px) {
	.callout-cards.callout-cards__smaller .callout-cards--card-image {
		display: block
	}
}

.callout-cards.callout-cards__smaller .callout-cards--card-title {
	margin-bottom: auto
}

.callout-cards.callout-cards__smaller .callout-cards--card-title h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto
}

.callout-cards.callout-cards__smaller .callout-cards--card-description {
	margin-bottom: 20px;
	font-size: 20px
}

.callout-cards.callout-cards__smaller .callout-cards--card-info {
	margin-top: 20px
}

@media (max-width:750px) {
	.callout-cards.callout-cards__smaller .callout-cards--card-info {
		display: none
	}
}

.callout-cards.callout-cards_2_withicon .callout-cards--card {
	width: 48%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 35px 40px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	margin: 1%
}

@media (min-width:750px) {
	.callout-cards.callout-cards_2_withicon .callout-cards--card {
		width: 48.5%;
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.callout-cards.callout-cards_2_withicon .callout-cards--card {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.callout-cards.callout-cards_2_withicon .callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.callout-cards.callout-cards_2_withicon .callout-cards--card-title {
	margin-bottom: 25px
}

.callout-cards.callout-cards_2_withicon .callout-cards--card-title h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto
}

.callout-cards.callout-cards_2_withicon .callout-cards--card-image {
	margin: 0 auto 20px
}

.callout-cards.callout-cards_3_withicon .callout-cards--card {
	width: 30%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 35px 40px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	margin: 1%
}

@media (min-width:750px) {
	.callout-cards.callout-cards_3_withicon .callout-cards--card {
		width: 48.5%;
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.callout-cards.callout-cards_3_withicon .callout-cards--card {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.callout-cards.callout-cards_3_withicon .callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.callout-cards.callout-cards_3_withicon .callout-cards--card-title {
	margin-bottom: 25px
}

.callout-cards.callout-cards_3_withicon .callout-cards--card-title h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto
}

.callout-cards.callout-cards_3_withicon .callout-cards--card-image {
	margin: 0 auto 20px
}

.callout-cards.callout-cards_4_withicon .callout-cards--card {
	width: 22%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 35px 40px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
	-ms-flex-preferred-size: 22%;
	flex-basis: 22%;
	margin: 1%
}

@media (min-width:750px) {
	.callout-cards.callout-cards_4_withicon .callout-cards--card {
		width: 48.5%;
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.callout-cards.callout-cards_4_withicon .callout-cards--card {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.callout-cards.callout-cards_4_withicon .callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.callout-cards.callout-cards_4_withicon .callout-cards--card-title {
	margin-bottom: 25px
}

.callout-cards.callout-cards_4_withicon .callout-cards--card-title h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto
}

.callout-cards.callout-cards_4_withicon .callout-cards--card-image {
	margin: 0 auto 20px
}

.callout-cards.callout-cards_2_withouticon .callout-cards--card {
	width: 48%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 35px 40px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	margin: 1%
}

@media (min-width:750px) {
	.callout-cards.callout-cards_2_withouticon .callout-cards--card {
		width: 48.5%;
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.callout-cards.callout-cards_2_withouticon .callout-cards--card {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.callout-cards.callout-cards_2_withouticon .callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.callout-cards.callout-cards_2_withouticon .callout-cards--card-title {
	margin-bottom: 25px
}

.callout-cards.callout-cards_2_withouticon .callout-cards--card-title h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto
}

.callout-cards.callout-cards_2_withouticon .callout-cards--card-image {
	margin: 0 auto 20px
}

.callout-cards.callout-cards_3_withouticon .callout-cards--card {
	width: 30%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 35px 40px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	margin: 1%
}

@media (min-width:750px) {
	.callout-cards.callout-cards_3_withouticon .callout-cards--card {
		width: 48.5%;
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.callout-cards.callout-cards_3_withouticon .callout-cards--card {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.callout-cards.callout-cards_3_withouticon .callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.callout-cards.callout-cards_3_withouticon .callout-cards--card-title {
	margin-bottom: 25px
}

.callout-cards.callout-cards_3_withouticon .callout-cards--card-title h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto
}

.callout-cards.callout-cards_3_withouticon .callout-cards--card-image {
	margin: 0 auto 20px
}

.callout-cards.callout-cards_4_withouticon .callout-cards--card {
	width: 22%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 35px 40px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
	-ms-flex-preferred-size: 22%;
	flex-basis: 22%;
	margin: 1%
}

@media (min-width:750px) {
	.callout-cards.callout-cards_4_withouticon .callout-cards--card {
		width: 48.5%;
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.callout-cards.callout-cards_4_withouticon .callout-cards--card {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.callout-cards.callout-cards_4_withouticon .callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.callout-cards.callout-cards_4_withouticon .callout-cards--card-title {
	margin-bottom: 25px
}

.callout-cards.callout-cards_4_withouticon .callout-cards--card-title h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto
}

.callout-cards.callout-cards_4_withouticon .callout-cards--card-image {
	margin: 0 auto 20px
}

.callout-cards.callout-cards__large .callout-cards--card {
	width: 48%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	padding: 35px 40px;
	margin-bottom: 20px
}

@media (max-width:750px) {
	.callout-cards.callout-cards__large .callout-cards--card {
		width: 100%
	}

	.callout-cards.callout-cards__large .callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.callout-cards.callout-cards__large .callout-cards--card-title {
	margin-bottom: 25px
}

.callout-cards.callout-cards__large .callout-cards--card-title h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 auto
}

.callout-cards.callout-cards__large .callout-cards--card-image {
	margin: 0 auto 20px
}

.callout-cards .callout-cards--card {
	position: relative;
	color: #292929;
	display: inline-grid;
	text-decoration: none
}

.callout-cards .callout-cards--card-description {
	margin-bottom: 20px;
	font-size: 20px
}

.callout-cards .callout-cards--card-link-text {
	font-size: 20px;
	position: absolute;
	bottom: 20px;
	text-decoration: underline;
	width: 100%
}

.callout-cards a {
	text-decoration: none
}

.callout-cards div.teal-background {
	background-color: rgba(0, 153, 153, .08);
	color: #292929
}

.callout-cards div.purple-background {
	background-color: rgba(95, 72, 118, .1);
	color: #292929
}

.callout-cards div.orange-background {
	background-color: rgba(202, 74, 39, .05);
	color: #292929
}

.callout-cards div.blue-background {
	background-color: rgba(0, 116, 200, .1);
	color: #292929
}

.callout-cards div.light-blue-background {
	background-color: rgba(204, 227, 241, .3);
	color: #292929
}

.callout-cards div.light-gray-background {
	background-color: rgba(244, 244, 244, .3);
	color: #292929
}

.callout-cards div.light-purple-background {
	background-color: rgba(220, 218, 231, .4);
	color: #292929
}

.callout-cards div.dark-blue-background {
	background-color: rgba(0, 74, 146, .1);
	color: #292929
}

.callout-cards div.lime-background {
	background-color: rgba(194, 213, 0, .1);
	color: #292929
}

.callout-cards div.red-background {
	background-color: rgba(206, 55, 47, .1);
	color: #292929
}

.callout-cards div.white-background {
	background-color: #fff;
	color: #292929
}

div.teal-background .callout-cards--card {
	border-top: 4px solid #099;
	color: #292929
}

div.purple-background .callout-cards--card {
	border-top: 4px solid #5f4876;
	color: #292929
}

div.orange-background .callout-cards--card {
	border-top: 4px solid #ca4a27;
	color: #292929
}

div.blue-background .callout-cards--card {
	border-top: 4px solid #0074c8;
	color: #292929
}

div.light-blue-background .callout-cards--card {
	border-top: 4px solid #004a92;
	color: #292929
}

div.light-gray-background .callout-cards--card {
	border-top: 4px solid #636363;
	color: #292929;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4
}

div.light-purple-background .callout-cards--card {
	border-top: 4px solid #5f4876;
	color: #292929
}

div.dark-blue-background .callout-cards--card {
	border-top: 4px solid #004a92;
	color: #292929
}

div.lime-background .callout-cards--card {
	border-top: 4px solid #c2d500;
	color: #292929
}

div.red-background .callout-cards--card {
	border-top: 4px solid #ce372f;
	color: #292929
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.callout-cards--card-image img {
		width: auto;
		height: 50px
	}
}

.contact-callout-cards {
	text-align: center;
	padding: 10px 0;
	margin: 20px auto
}

@media (max-width:750px) {
	.contact-callout-cards {
		padding-bottom: 16px
	}
}

.contact-callout-cards .contact-callout-cards--component-title {
	width: 100%;
	margin: 10px 0
}

@media (max-width:750px) {
	.contact-callout-cards .contact-callout-cards--component-title {
		padding: 0 14px !important
	}
}

.contact-callout-cards .contact-callout-cards--component-detail {
	margin: 25px auto 0 auto;
	max-width: 555px
}

@media (max-width:750px) {
	.contact-callout-cards .contact-callout-cards--component-detail {
		margin: 20px auto 0 auto;
		padding: 0 14px !important
	}
}

@media (min-width:750px) {
	.contact-callout-cards .contact-callout-cards--component-button {
		margin-top: 0
	}
}

.contact-callout-cards .contact-callout-cards--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 10px auto
}

@media (min-width:750px) {
	.contact-callout-cards .contact-callout-cards--list {
		margin-top: 0
	}
}

.contact-callout-cards .contact-callout-cards--list .contact-callout-cards--card {
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
	margin: 0
}

.contact-callout-cards .contact-callout-cards--list .contact-callout-cards--card:last-child {
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
	margin: 0;
	display: block;
	border: none
}

.contact-callout-cards .contact-callout-cards--card-detail {
	width: 100%
}

.contact-callout-cards.contact-callout-cards_2 .contact-callout-cards--card {
	width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

@media (max-width:750px) {
	.contact-callout-cards.contact-callout-cards_2 .contact-callout-cards--card {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.contact-callout-cards.contact-callout-cards_2 .contact-callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.contact-callout-cards.contact-callout-cards_2 .contact-callout-cards--card-title {
	margin-bottom: 25px;
	width: 100%
}

.contact-callout-cards.contact-callout-cards_2 .contact-callout-cards--card-image {
	margin: 0 auto 20px
}

.contact-callout-cards.contact-callout-cards_3 .contact-callout-cards--card {
	width: 33%;
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%
}

@media (max-width:750px) {
	.contact-callout-cards.contact-callout-cards_3 .contact-callout-cards--card {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.contact-callout-cards.contact-callout-cards_3 .contact-callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.contact-callout-cards.contact-callout-cards_3 .contact-callout-cards--card-title {
	margin-bottom: 25px;
	width: 100%
}

.contact-callout-cards.contact-callout-cards_3 .contact-callout-cards--card-image {
	margin: 0 auto 20px
}

.contact-callout-cards.contact-callout-cards_4 .contact-callout-cards--card {
	width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%
}

@media (max-width:750px) {
	.contact-callout-cards.contact-callout-cards_4 .contact-callout-cards--card {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.contact-callout-cards.contact-callout-cards_4 .contact-callout-cards--card:last-child {
		margin-bottom: 0
	}
}

.contact-callout-cards.contact-callout-cards_4 .contact-callout-cards--card-title {
	margin-bottom: 25px;
	width: 100%
}

.contact-callout-cards.contact-callout-cards_4 .contact-callout-cards--card-image {
	margin: 0 auto 20px
}

.contact-callout-cards .contact-callout-cards--card {
	position: relative
}

.contact-callout-cards .contact-callout-cards--card-detail {
	margin-bottom: 20px
}

.contact-callout-cards .contact-callout-cards--card-link-text {
	position: absolute;
	bottom: 0;
	margin: 10px auto 20px;
	text-decoration: underline;
	width: 80%
}

div.teal-background {
	background-color: #099;
	color: #fff
}

div.teal-background a {
	color: #fff;
	text-decoration: underline
}

div.teal-background a:hover {
	font-weight: 700
}

div.teal-background .contact-callout-cards--card {
	background-color: #099;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width:750px) {
	div.teal-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .4)
	}
}

@media (max-width:750px) {
	div.teal-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(255, 255, 255, .4)
	}
}

div.purple-background {
	background-color: #5f4876;
	color: #fff
}

div.purple-background a {
	color: #fff;
	text-decoration: underline
}

div.purple-background a:hover {
	font-weight: 700
}

div.purple-background .contact-callout-cards--card {
	border-right: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width:750px) {
	div.purple-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .4)
	}
}

@media (max-width:750px) {
	div.purple-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(255, 255, 255, .4)
	}
}

div.orange-background {
	background-color: #ca4a27;
	color: #292929
}

div.orange-background a {
	color: #292929;
	text-decoration: underline
}

div.orange-background a:hover {
	font-weight: 700
}

div.orange-background .contact-callout-cards--card {
	border-right: 1px solid rgba(41, 41, 41, .4)
}

@media (max-width:750px) {
	div.orange-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(41, 41, 41, .4)
	}
}

@media (max-width:750px) {
	div.orange-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(41, 41, 41, .4)
	}
}

div.blue-background {
	background-color: #0074c8;
	color: #fff
}

div.blue-background a {
	color: #fff;
	text-decoration: underline
}

div.blue-background a:hover {
	font-weight: 700
}

div.blue-background .contact-callout-cards--card {
	border-right: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width:750px) {
	div.blue-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .4)
	}
}

@media (max-width:750px) {
	div.blue-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(255, 255, 255, .4)
	}
}

div.light-blue-background {
	background-color: #cce3f1;
	color: #292929
}

div.light-blue-background a {
	color: #292929;
	text-decoration: underline
}

div.light-blue-background a:hover {
	font-weight: 700
}

div.light-blue-background .contact-callout-cards--card {
	border-right: 1px solid rgba(41, 41, 41, .4)
}

@media (max-width:750px) {
	div.light-blue-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(41, 41, 41, .4)
	}
}

@media (max-width:750px) {
	div.light-blue-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(41, 41, 41, .4)
	}
}

div.light-gray-background {
	background-color: #e8e8e8;
	color: #292929
}

div.light-gray-background a {
	color: #292929;
	text-decoration: underline
}

div.light-gray-background a:hover {
	font-weight: 700
}

div.light-gray-background .contact-callout-cards--card {
	border-right: 1px solid rgba(41, 41, 41, .4)
}

@media (max-width:750px) {
	div.light-gray-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(41, 41, 41, .4)
	}
}

@media (max-width:750px) {
	div.light-gray-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(41, 41, 41, .4)
	}
}

div.light-purple-background {
	background-color: #dcdae7;
	color: #292929
}

div.light-purple-background a {
	color: #292929;
	text-decoration: underline
}

div.light-purple-background a:hover {
	font-weight: 700
}

div.light-purple-background .contact-callout-cards--card {
	border-right: 1px solid rgba(41, 41, 41, .4)
}

@media (max-width:750px) {
	div.light-purple-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(41, 41, 41, .4)
	}
}

@media (max-width:750px) {
	div.light-purple-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(41, 41, 41, .4)
	}
}

div.dark-blue-background {
	background-color: #004a92;
	color: #fff
}

div.dark-blue-background a {
	color: #fff;
	text-decoration: underline
}

div.dark-blue-background a:hover {
	font-weight: 700
}

div.dark-blue-background .contact-callout-cards--card {
	border-right: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width:750px) {
	div.dark-blue-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .4)
	}
}

@media (max-width:750px) {
	div.dark-blue-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(255, 255, 255, .4)
	}
}

div.lime-background {
	background-color: #c2d500;
	color: #292929
}

div.lime-background a {
	color: #292929;
	text-decoration: underline
}

div.lime-background a:hover {
	font-weight: 700
}

div.lime-background .contact-callout-cards--card {
	border-right: 1px solid rgba(41, 41, 41, .4)
}

@media (max-width:750px) {
	div.lime-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(41, 41, 41, .4)
	}
}

@media (max-width:750px) {
	div.lime-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(41, 41, 41, .4)
	}
}

div.red-background {
	background-color: #ce372f;
	color: #fff
}

div.red-background a {
	color: #fff;
	text-decoration: underline
}

div.red-background a:hover {
	font-weight: 700
}

div.red-background .contact-callout-cards--card {
	border-right: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width:750px) {
	div.red-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .4)
	}
}

@media (max-width:750px) {
	div.red-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(255, 255, 255, .4)
	}
}

div.white-background {
	background-color: #fff;
	color: #292929
}

div.white-background a {
	color: #292929;
	text-decoration: underline
}

div.white-background a:hover {
	font-weight: 700
}

div.white-background .contact-callout-cards--card {
	border-right: 1px solid rgba(55, 55, 55, .4)
}

@media (max-width:750px) {
	div.white-background .contact-callout-cards--card {
		border-right: none;
		border-bottom: 1px solid rgba(55, 55, 55, .4)
	}
}

@media (max-width:750px) {
	div.white-background .contact-callout-cards--component-title-bottom {
		border-top: solid 1px rgba(255, 255, 255, .4)
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.contact-callout-cards--card-image img {
		width: auto;
		height: 50px
	}
}

div>ul>li.chw-specialist-accordian-item-content {
	background: 0 0
}

.chw-specialist-accordian-item-content {
	padding-top: 10px
}

@media screen and (max-width:750px) {
	.chw-specialist-accordian-provider {
		margin-top: 100px
	}

	span.chw-accordion-image,
	span.chw-accordion-title {
		display: block
	}
}

.chw-findprovider-results-results button,
.chw-findprovider-results-results input {
	border-radius: 0
}

.chw-find-location-result-button,
.chw-find-location-result-button-alt {
	border-radius: 0
}

.search-container {
	text-align: center;
	padding: 55px 20px 50px
}

.search-container label {
	font-size: 1.875rem;
	display: block;
	margin-bottom: 20px
}

.search-container .input-button {
	width: 280px;
	max-width: 100%;
	margin: 0 auto 20px;
	padding: 7px;
	background: #fff;
	position: relative
}

.search-container .input-button form>input[type=text]:not(:placeholder-shown)~.floating-label {
	top: -23px;
	color: #fff;
	opacity: 1
}

.search-container .input-button form .floating-label {
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	opacity: 0
}

.search-container .input-button button {
	position: relative;
	background: #0074ce;
	height: 44px;
	width: 44px;
	border: 0
}

.search-container .input-button button:after {
	content: "";
	position: absolute;
	top: 16px;
	left: 13px;
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}

.search-container .input-button input {
	height: 44px;
	border: 0
}

.search-container a {
	text-decoration: underline
}

.search-container a:focus,
.search-container a:hover {
	text-decoration: none
}

@media (min-width:751px) {
	.search-container {
		width: 49%
	}

	.search-container:first-child {
		margin-right: 1%
	}

	.search-container:last-child {
		margin-left: 1%
	}
}

@media (max-width:750px) {
	.search-container:first-child {
		margin-bottom: 1rem
	}
}

.cw-toggleLinks {
	cursor: pointer;
	color: #0075bb;
	font-size: 1em;
	position: relative;
	top: -10px;
	left: 30px
}

.cw-toggleLinks:hover {
	color: #0084cb;
	text-decoration: underline
}

.qboxes {
	float: left;
	display: block;
	min-width: 318px;
	width: 35%;
	height: 155px;
	margin: 8px;
	border: 1px solid #999;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
	padding: 4px
}

.qboxes .qbutton,
section .qbutton {
	display: inline-block;
	min-width: 180px;
	max-width: 360px;
	padding: 6px;
	margin: 10px auto;
	background-color: #0084cb;
	color: #fff !important;
	border: 1px solid #0074bb;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	font-size: 1rem;
	text-decoration: none !important;
	text-align: center
}

h3.qadditionalinfo {
	display: block;
	margin: 6px;
	float: left;
	width: 100%
}

p.qanswer-help {
	margin: 0 4px;
	text-align: left
}

p.qbutton-container {
	width: 100%;
	margin: 0;
	display: block;
	min-width: 318px;
	padding: 4px;
	float: left;
	color: #0084cb;
	text-align: left;
	font-size: 1.2em;
	font-weight: 700
}

img.qarrowicon {
	height: 22px;
	width: 22px;
	text-decoration: none
}

p a.qbutton-startover {
	position: relative;
	float: left;
	left: 80px;
	background-color: #ff8c00;
	border: 1px solid #999;
	left: 4px
}

h5.qquestion {
	color: #168bc9;
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 10px
}

.divider {
	margin: auto;
	max-width: 356px
}

.divider .divider--box {
	margin: auto;
	width: 60px;
	height: 4px;
	position: relative;
	z-index: 1
}

.divider .divider--line {
	background-size: 10px 1px;
	height: 1px;
	position: relative
}

.divider.divider__bottom {
	margin-top: 40px
}

.divider.divider__bottom .divider--line {
	bottom: -1px
}

.divider.divider__top {
	margin-bottom: 40px
}

.divider.divider__top .divider--line {
	top: -1px
}

.divider.divider__orange .divider--box {
	background-color: #ca4a27
}

.divider.divider__teal .divider--box {
	background-color: #099
}

.divider.divider__purple .divider--box {
	background-color: #5f4876
}

.divider.divider__white .divider--box {
	background-color: #fff
}

.divider.divider__blue .divider--box {
	background-color: #0074c8
}

.divider.divider__light-blue .divider--box {
	background-color: #004a92
}

.divider.divider__light-gray .divider--box {
	background-color: #636363
}

.divider.divider__light-purple .divider--box {
	background-color: #5f4876
}

.divider.divider__dark-blue .divider--box {
	background-color: #004a92
}

.divider.divider__lime .divider--box {
	background-color: #c2d500
}

.divider.divider__red .divider--box {
	background-color: #ce372f
}

.divider.divider__light .divider--line {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, rgba(255, 255, 255, .5)), color-stop(35%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 65%, rgba(255, 255, 255, 0) 35%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 65%, rgba(255, 255, 255, 0) 35%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 65%, rgba(255, 255, 255, 0) 35%)
}

.divider.divider__dark .divider--line {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, rgba(0, 0, 0, .15)), color-stop(35%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .15) 65%, rgba(255, 255, 255, 0) 35%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .15) 65%, rgba(255, 255, 255, 0) 35%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .15) 65%, rgba(255, 255, 255, 0) 35%)
}

.stories-listing {
	text-align: center
}

.stories-listing .stories-listing--component-title {
	margin-bottom: 45px
}

.stories-listing .stories-listing--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.stories-listing .stories-listing--story {
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	border-top: 4px solid #5f4876;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.stories-listing .stories-listing--story:nth-child(3n) {
	margin-right: 0
}

@media (max-width:375px) {
	.stories-listing .stories-listing--story:nth-child(3n) {
		margin-right: 0
	}
}

@media (max-width:750px) {
	.stories-listing .stories-listing--story:nth-child(3n) {
		margin-right: 0
	}
}

@media (min-width:750px) {
	.stories-listing .stories-listing--story {
		margin-bottom: 30px;
		text-align: left
	}
}

@media (max-width:750px) {
	.stories-listing .stories-listing--story {
		width: 100%;
		margin-bottom: 0;
		margin-right: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.stories-listing .stories-listing--image {
	padding-top: 55%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.stories-listing .stories-listing--image img {
	width: 100%;
	height: auto
}

.stories-listing .stories-listing--title {
	padding: 25px 25px 0;
	text-align: center;
	font-size: 1.625em
}

.stories-listing .stories-listing--title h4 {
	margin: 0
}

.stories-listing .stories-listing--description {
	padding: 25px;
	text-align: center
}

@media (min-width:750px) {
	.stories-listing .stories-listing--description {
		padding: 15px 25px 25px
	}
}

.stories-listing .stories-listing--button {
	width: calc(100% - 50px);
	margin: auto 25px 25px 25px
}

@media (min-width:750px) {
	.stories-listing .stories-listing--button {
		display: block
	}
}

@media (min-width:1190px) {
	.stories-listing .stories-listing--button {
		display: block
	}
}

.stories-listing .stories-listing--button a {
	width: 100%;
	color: #fff
}

@media (min-width:750px) {

	.stories-listing__recent .stories-listing--list,
	.stories-listing__recent .stories-listing--story {
		display: block
	}
}

.arrow-button {
	display: inline-block;
	cursor: pointer;
	font-family: 'Century Gothic', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5em
}

.arrow-button::after {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center;
	position: relative;
	top: 2px;
	left: 4px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.arrow-button:hover::after {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px)
}

.arrow-button.arrow-button__white {
	color: #fff
}

.arrow-button.arrow-button__white::after {
	background-image: url(/Assets/CHW/img/icon-ui-chevron-solid-right_blue.svg)
}

.arrow-button.arrow-button__orange {
	color: #ca4a27
}

.arrow-button.arrow-button__teal {
	color: #099
}

.arrow-button.arrow-button__blue {
	color: #0074c8
}

.arrow-button.arrow-button__blue::after {
	background-image: url(/Assets/CHW/img/icon-ui-chevron-solid-right_blue.svg)
}

.arrow-button.arrow-button__purple {
	color: #5f4876
}

.arrow-button.arrow-button__purple::after {
	background-image: url(/Assets/CHW/img/icon-ui-chevron-ligh-right_purple.svg)
}

.arrow-button.arrow-button__solid::after {
	width: 13px;
	height: 13px
}

.arrow-button.arrow-button__solid.arrow-button__blue::after {
	background-image: url(/Assets/CHW/img/icon-ui-chevron-solid-right_blue.svg)
}

.arrow-button.arrow-button__solid.arrow-button__purple::after {
	background-image: url(/Assets/CHW/img/icon-ui-chevron-solid-right_purple.svg)
}

.arrow-button a {
	color: inherit
}

.full-button {
	display: inline-block;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.full-button>* {
	display: inline-block;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 23px;
	font-family: 'Century Gothic', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	text-align: center
}

.full-button.disabled {
	background-color: #a4a5a5;
	pointer-events: none
}

.full-button.full-button__blue {
	background-color: #0074c8;
	color: #fff
}

.full-button.full-button__blue:hover {
	background-color: #004a92
}

@media (max-width:750px) {
	.full-button.full-button__blue.mobile-arrow-button>a {
		color: #0074c8
	}
}

@media (min-width:750px) {
	.full-button.full-button__blue.mobile-arrow-button>a {
		color: #0074c8
	}
}

@media screen and (max-width:1189px) and (min-width:981px) {
	.full-button.full-button__blue.mobile-arrow-button>a {
		color: #fff
	}
}

@media (min-width:1190px) {
	.full-button.full-button__blue.mobile-arrow-button>a {
		color: #fff
	}
}

.full-button.full-button__orange {
	background-color: #ca4a27
}

.full-button.full-button__orange:hover {
	background-color: #752b16
}

@media (max-width:750px) {
	.full-button.full-button__orange.mobile-arrow-button>a {
		color: #ca4a27
	}
}

@media (min-width:750px) {
	.full-button.full-button__orange.mobile-arrow-button>a {
		color: #ca4a27
	}
}

@media screen and (max-width:1189px) and (min-width:981px) {
	.full-button.full-button__orange.mobile-arrow-button>a {
		color: #fff
	}
}

@media (min-width:1190px) {
	.full-button.full-button__orange.mobile-arrow-button>a {
		color: #fff
	}
}

.full-button.full-button__purple {
	background-color: #5f4876
}

.full-button.full-button__purple:hover {
	background-color: #2c2137
}

@media (max-width:750px) {
	.full-button.full-button__purple.mobile-arrow-button>a {
		color: #5f4876
	}
}

@media (min-width:750px) {
	.full-button.full-button__purple.mobile-arrow-button>a {
		color: #5f4876
	}
}

@media screen and (max-width:1189px) and (min-width:981px) {
	.full-button.full-button__purple.mobile-arrow-button>a {
		color: #fff
	}
}

@media (min-width:1190px) {
	.full-button.full-button__purple.mobile-arrow-button>a {
		color: #fff
	}
}

.full-button.full-button__teal {
	background-color: #099
}

.full-button.full-button__teal:hover {
	background-color: #033
}

@media (max-width:750px) {
	.full-button.full-button__teal.mobile-arrow-button>a {
		color: #099
	}
}

@media (min-width:750px) {
	.full-button.full-button__teal.mobile-arrow-button>a {
		color: #099
	}
}

@media screen and (max-width:1189px) and (min-width:981px) {
	.full-button.full-button__teal.mobile-arrow-button>a {
		color: #fff
	}
}

@media (min-width:1190px) {
	.full-button.full-button__teal.mobile-arrow-button>a {
		color: #fff
	}
}

.full-button.full-button__green {
	background-color: #497629
}

.full-button.full-button__green:hover {
	background-color: #1a2a0f
}

@media (max-width:750px) {
	.full-button.full-button__green.mobile-arrow-button>a {
		color: #497629
	}
}

@media (min-width:750px) {
	.full-button.full-button__green.mobile-arrow-button>a {
		color: #497629
	}
}

@media screen and (max-width:1189px) and (min-width:981px) {
	.full-button.full-button__green.mobile-arrow-button>a {
		color: #fff
	}
}

@media (min-width:1190px) {
	.full-button.full-button__green.mobile-arrow-button>a {
		color: #fff
	}
}

.full-button.full-button__lime {
	background-color: #c2d500
}

.full-button.full-button__lime:hover {
	background-color: #656f00
}

@media (max-width:750px) {
	.full-button.full-button__lime.mobile-arrow-button>a {
		color: #c2d500
	}
}

@media (min-width:750px) {
	.full-button.full-button__lime.mobile-arrow-button>a {
		color: #c2d500
	}
}

@media screen and (max-width:1189px) and (min-width:981px) {
	.full-button.full-button__lime.mobile-arrow-button>a {
		color: #fff
	}
}

@media (min-width:1190px) {
	.full-button.full-button__lime.mobile-arrow-button>a {
		color: #fff
	}
}

.full-button.full-button__dark-blue {
	background-color: #004a92
}

.full-button.full-button__dark-blue:hover {
	background-color: #00162c
}

@media (max-width:750px) {
	.full-button.full-button__dark-blue.mobile-arrow-button>a {
		color: #004a92
	}
}

@media (min-width:750px) {
	.full-button.full-button__dark-blue.mobile-arrow-button>a {
		color: #004a92
	}
}

@media screen and (max-width:1189px) and (min-width:981px) {
	.full-button.full-button__dark-blue.mobile-arrow-button>a {
		color: #fff
	}
}

@media (min-width:1190px) {
	.full-button.full-button__dark-blue.mobile-arrow-button>a {
		color: #fff
	}
}

.full-button.full-button__white {
	background-color: #fff !important
}

@media (max-width:750px) {
	.full-button.full-button__white {
		border: 1px solid #0074c8
	}
}

.full-button.full-button__white>* {
	color: #0074c8
}

.full-button.full-button__white:hover {
	background-color: #004a92
}

.full-button.full-button__white:hover>* {
	color: #fff
}

@media (max-width:980px) {
	.full-button.mobile-arrow-button {
		background-color: transparent
	}

	.full-button.mobile-arrow-button:hover {
		background-color: transparent
	}

	.full-button.mobile-arrow-button:hover a::after {
		-webkit-transform: translateX(3px);
		-ms-transform: translateX(3px);
		transform: translateX(3px)
	}

	.full-button.mobile-arrow-button a {
		color: #0074c8;
		padding: 0
	}

	.full-button.mobile-arrow-button a::after {
		display: inline-block;
		content: "";
		background-image: url(/Assets/CHW/img/icon-ui-chevron-solid-right_blue.svg);
		width: 13px;
		height: 13px;
		background-size: contain;
		background-position: center;
		position: relative;
		top: 2px;
		left: 4px;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
}

@media (min-width:750px) {
	.full-button.mobile-outline-button__white {
		background-color: transparent;
		border: 1px solid #fff
	}

	.full-button.mobile-outline-button__white a {
		color: #fff
	}

	.full-button.mobile-outline-button__white:hover {
		background-color: #fff
	}

	.full-button.mobile-outline-button__white:hover a {
		color: #0074c8
	}

	.full-button.mobile-outline-button__blue {
		background-color: transparent;
		border: 1px solid #0074c8
	}

	.full-button.mobile-outline-button__blue a {
		color: #0074c8
	}

	.full-button.mobile-outline-button__blue:hover {
		background-color: #004a92
	}

	.full-button.mobile-outline-button__blue:hover a {
		color: #fff
	}

	.full-button.mobile-outline-button__blue:hover {
		background-color: #004a92 !important;
		border: 1px solid #004a92
	}
}

.blue-button-with-white-arrow {
	position: relative;
	padding: .5em 30px .5em 10px;
	-webkit-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
	font-weight: 700;
	color: #fff;
	background-color: #0074c8;
	text-align: center;
	cursor: pointer
}

.blue-button-with-white-arrow:after {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	letter-spacing: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.592%2012.956l-7.922%207.65a1.373%201.373%200%200%201-.99.394c-.389%200-.719-.131-.99-.394l-1.282-1.294A1.28%201.28%200%200%201%206%2018.357c0-.375.136-.693.408-.956L12%2012%206.408%206.6A1.28%201.28%200%200%201%206%205.644c0-.375.136-.694.408-.957l1.281-1.293C7.961%203.13%208.291%203%208.68%203c.389%200%20.72.131.99.394l7.923%207.65c.272.262.408.581.408.956s-.136.694-.408.956z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px
}

.blue-button-with-white-arrow:hover {
	background-color: #004a92
}

.accent-tiles {
	text-align: center;
	margin-bottom: 40px
}

.accent-tiles .accent-tiles--info {
	max-width: 550px;
	margin: auto;
	margin-bottom: 40px
}

@media (max-width:750px) {
	.accent-tiles .accent-tiles--info {
		margin-bottom: 10px
	}
}

.accent-tiles .accent-tiles--info-title {
	margin-bottom: 10px
}

@media (max-width:750px) {
	.accent-tiles .accent-tiles--info-title {
		margin-bottom: 5px
	}

	.accent-tiles .accent-tiles--info-title h2 {
		font-size: 34px
	}
}

.accent-tiles .accent-tiles--info-description {
	margin-bottom: 20px
}

@media (max-width:750px) {
	.accent-tiles .accent-tiles--info-description {
		margin-bottom: 10px
	}
}

.accent-tiles .accent-tiles--tile {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding: 30px
}

@media (min-width:750px) {
	.accent-tiles .accent-tiles--tile {
		width: 49%
	}
}

@media (max-width:750px) {
	.accent-tiles .accent-tiles--tile {
		width: 100%;
		display: block;
		padding: 15px
	}
}

@media (min-width:1190px) {
	.accent-tiles .accent-tiles--tile {
		width: 32%
	}
}

.accent-tiles .accent-tiles--tile-title {
	margin-bottom: 5px
}

.accent-tiles .accent-tiles--tile-image {
	width: 100px;
	height: 100px;
	margin: 0 auto 25px
}

@media (max-width:750px) {
	.accent-tiles .accent-tiles--tile-image {
		width: 50px;
		height: 50px;
		margin: 0 auto 5px
	}
}

.accent-tiles .accent-tiles--tile-image img {
	max-width: 100%;
	max-height: 100%
}

@media (max-width:750px) {
	.accent-tiles.accent-tiles__bottom-button .accent-tiles .accent-tiles--info {
		margin-bottom: 20px
	}
}

.accent-tiles.accent-tiles__bottom-button .accent-tiles--info-title {
	margin-bottom: 25px
}

@media (max-width:750px) {
	.accent-tiles.accent-tiles__bottom-button .accent-tiles--info-title {
		margin-bottom: 10px
	}
}

@media (max-width:750px) {
	.accent-tiles.accent-tiles__bottom-button .accent-tiles--tile {
		padding: 25px 15px
	}
}

.accent-tiles.accent-tiles__bottom-button .accent-tiles--tile-title {
	margin-bottom: 20px
}

@media (max-width:750px) {
	.accent-tiles.accent-tiles__bottom-button .accent-tiles--tile-title {
		margin-bottom: 5px
	}
}

.accent-tiles.accent-tiles__bottom-button .accent-tiles--button {
	margin-top: 30px
}

.box-hero {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0
}

@media screen and (max-width:1189px) {
	.box-hero {
		padding: 0
	}
}

@media screen and (max-width:1189px) {
	.box-hero>.container {
		-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
	}
}

.box-hero .container--no-shadow {
	-webkit-box-shadow: none;
	box-shadow: none
}

.box-hero .box-hero--image {
	display: none;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

@media screen and (max-width:1189px) {
	.box-hero .box-hero--image {
		display: block;
		height: 0;
		padding-top: 55%
	}
}

@media screen and (max-width:1189px) {
	.box-hero {
		background-image: none !important
	}
}

.box-hero .box-hero--box {
	padding: 50px;
	width: 50%;
	max-width: 555px;
	margin: auto 0 auto auto;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width:1189px) {
	.box-hero .box-hero--box {
		max-width: 100%;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 30px 10px
	}
}

.box-hero .box-hero--box__blue {
	background-color: #0074c8;
	color: #fff
}

.box-hero .box-hero--box__white {
	background-color: #fff
}

.box-hero .divider {
	margin-bottom: 30px
}

@media screen and (max-width:1189px) {
	.box-hero .divider {
		margin-bottom: 20px
	}
}

.box-hero .box-hero--subtitle {
	margin-bottom: 10px
}

.box-hero .box-hero--title {
	margin-bottom: 15px
}

@media screen and (max-width:1189px) {
	.box-hero .box-hero--title {
		margin-bottom: 10px
	}

	.box-hero .box-hero--title h1 {
		font-size: 32px;
		line-height: 38px
	}
}

.box-hero .box-hero--description {
	margin-bottom: 20px
}

@media screen and (max-width:1189px) {
	.box-hero .box-hero--description p {
		font-size: 18px
	}
}

.box-hero .box-hero--button,
.box-hero .box-hero--button a {
	width: 100%
}

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

	.box-hero .box-hero--button,
	.box-hero .box-hero--button a {
		width: auto;
		min-width: 280px
	}
}

.box-hero.box-hero__homepage {
	padding: 130px 0
}

@media screen and (max-width:1189px) {
	.box-hero.box-hero__homepage {
		padding: 0
	}
}

.box-hero.box-hero__inner-page {
	padding: 40px 0
}

@media screen and (max-width:1189px) {
	.box-hero.box-hero__inner-page {
		padding: 0
	}
}

.box-hero.box-hero__inner-page .box-hero--subtitle {
	color: #a4a5a5
}

@media screen and (max-width:1189px) {
	.box-hero.box-hero__event .box-hero--description {
		display: none
	}
}

.box-hero.box-hero__cta {
	padding: 100px 0
}

@media screen and (max-width:1189px) {
	.box-hero.box-hero__cta {
		padding: 30px 0
	}

	.box-hero.box-hero__cta.box-hero__cta__blue {
		background-color: #0074c8
	}

	.box-hero.box-hero__cta.box-hero__cta__orange {
		background-color: rgba(202, 74, 39, .05)
	}

	.box-hero.box-hero__cta.box-hero__cta__purple {
		background-color: rgba(95, 72, 118, .1)
	}
}

@media screen and (max-width:1189px) {
	.box-hero.box-hero__cta>.container {
		background-color: #fff;
		padding: 10px 10px 0 10px
	}
}

.box-hero.box-hero__cta .box-hero--box {
	margin: auto auto auto 0
}

.box-hero.box-hero__cta .box-hero--box .box-hero--subtitle {
	color: #0074c8
}

.box-hero.box-hero__cta .box-hero--box__white {
	background-color: #fff
}

.container---text-left .box-hero--description,
.container---text-left .box-hero--title {
	text-align: left
}

.container {
	width: 90%;
	max-width: 1200px;
	margin: auto
}

@media (min-width:750px) {
	.container {
		width: 90%
	}
}

@media (min-width:1190px) {
	.container {
		width: 100%
	}
}

@media (max-width:750px) {
	.container.container__wide-mobile {
		width: 95%
	}
}

@media (min-width:750px) {
	.container.container__wide-mobile {
		width: 95%
	}
}

@media (min-width:1190px) {
	.container.container__wide-mobile {
		width: 90%;
		max-width: 1200px;
		margin: auto;
		background-color: transparent !important
	}
}

.container .container {
	width: 100%
}

.container.container__sm {
	max-width: 950px
}

.container.container__xs {
	max-width: 750px
}

.container.container__two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media (max-width:750px) {
	.container.container__two-column {
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.container.container__two-column.container__two-column__different {
		display: block
	}
}

.container.container__two-column>.column {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.container.container__two-column>.column.column__equal {
	width: 47%
}

.container.container__two-column>.column.column__equal:first-child {
	margin-right: 6%
}

.container.container__two-column>.column.column__large {
	width: 52%;
	margin-right: 8%
}

@media (max-width:750px) {
	.container.container__two-column>.column.column__large {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
}

.container.container__two-column>.column.column__small {
	width: 40%
}

@media (max-width:750px) {
	.container.container__two-column>.column.column__small {
		width: 100%
	}
}

.container.indent-y {
	padding-top: 40px;
	padding-bottom: 0
}

@media (max-width:750px) {
	.container.indent-y {
		padding-bottom: 25px;
		padding-top: 25px
	}
}

.container.indent-y>.indent-y {
	padding-top: 0;
	padding-bottom: 0
}

@media (max-width:750px) {
	.container.indent-y>.indent-y {
		padding-bottom: 0;
		padding-top: 0
	}
}

.image-callout>.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:375px) {
	.image-callout>.container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 0
	}
}

@media (max-width:750px) {
	.image-callout>.container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 0
	}
}

@media (min-width:750px) {
	.image-callout>.container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 0
	}
}

@media (min-width:1190px) {
	.image-callout>.container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.image-callout .image-callout--column__image {
	width: 44%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.image-callout .image-callout--column__image img {
	width: 100%;
	height: auto
}

@media (max-width:375px) {
	.image-callout .image-callout--column__image {
		width: 100%
	}
}

@media (max-width:750px) {
	.image-callout .image-callout--column__image {
		width: 100%
	}
}

@media (min-width:750px) {
	.image-callout .image-callout--column__image {
		width: 100%
	}
}

@media (min-width:1190px) {
	.image-callout .image-callout--column__image {
		width: 55%
	}
}

.image-callout .image-callout--title {
	margin: 20px
}

@media (min-width:750px) {
	.image-callout .image-callout--title {
		margin-bottom: 25px
	}
}

@media (min-width:1190px) {
	.image-callout .image-callout--title {
		margin-bottom: 25px
	}
}

@media (max-width:750px) {
	.image-callout .image-callout--description {
		margin: 0 20px
	}
}

.image-callout .image-callout--button {
	margin: 0 20px
}

@media (min-width:1190px) {
	.image-callout .image-callout--button {
		margin-top: 20px
	}
}

.image-callout .image-callout--column__content {
	width: 45%;
	padding: 20px 0
}

@media (max-width:375px) {
	.image-callout .image-callout--column__content {
		width: 90%;
		padding: 10px 0
	}
}

@media (max-width:750px) {
	.image-callout .image-callout--column__content {
		width: 90%;
		padding: 10px 0
	}
}

@media (min-width:750px) {
	.image-callout .image-callout--column__content {
		width: 90%;
		margin: auto;
		padding: 30px 0
	}
}

@media (min-width:1190px) {
	.image-callout .image-callout--column__content {
		width: 45%;
		padding: 0 20px
	}
}

.image-callout.image-callout__left {
	padding: 0;
	margin-bottom: 10px
}

@media (min-width:750px) {
	.image-callout.image-callout__left {
		padding: 0
	}
}

@media (min-width:1190px) {
	.image-callout.image-callout__left {
		padding: 0
	}
}

.image-callout.image-callout__left .image-callout--column__content {
	padding: 10px 0
}

@media (max-width:375px) {
	.image-callout.image-callout__left .image-callout--column__content {
		padding: 10px 0
	}
}

@media (max-width:750px) {
	.image-callout.image-callout__left .image-callout--column__content {
		padding: 10px 0
	}
}

@media (min-width:750px) {
	.image-callout.image-callout__left .image-callout--column__content {
		padding: 30px 0
	}
}

@media (min-width:1190px) {
	.image-callout.image-callout__left .image-callout--column__content {
		padding: 30px 20px
	}
}

.image-callout.image-callout__left .image-callout--column__image {
	margin-right: 0
}

@media (max-width:375px) {
	.image-callout.image-callout__left .image-callout--column__image {
		margin-right: 0
	}
}

@media (max-width:750px) {
	.image-callout.image-callout__left .image-callout--column__image {
		margin-right: 0
	}
}

@media (min-width:750px) {
	.image-callout.image-callout__left .image-callout--column__image {
		margin-right: 0
	}
}

@media (min-width:1190px) {
	.image-callout.image-callout__left .image-callout--column__image {
		margin-right: 0
	}
}

.image-callout.image-callout__right {
	padding: 0;
	margin-bottom: 10px
}

@media (min-width:750px) {
	.image-callout.image-callout__right {
		padding: 0
	}
}

@media (min-width:1190px) {
	.image-callout.image-callout__right {
		padding: 0
	}
}

.image-callout.image-callout__right .image-callout--column__content {
	padding: 10px 0
}

@media (max-width:375px) {
	.image-callout.image-callout__right .image-callout--column__content {
		padding: 10px 0
	}
}

@media (max-width:750px) {
	.image-callout.image-callout__right .image-callout--column__content {
		padding: 10px 0
	}
}

@media (min-width:750px) {
	.image-callout.image-callout__right .image-callout--column__content {
		padding: 30px 0
	}
}

@media (min-width:1190px) {
	.image-callout.image-callout__right .image-callout--column__content {
		padding: 30px 20px
	}
}

.image-callout.image-callout__right .image-callout--column__image {
	margin-left: 0
}

@media (max-width:375px) {
	.image-callout.image-callout__right .image-callout--column__image {
		margin-left: 0
	}
}

@media (max-width:750px) {
	.image-callout.image-callout__right .image-callout--column__image {
		margin-left: 0
	}
}

@media (min-width:750px) {
	.image-callout.image-callout__right .image-callout--column__image {
		margin-left: 0
	}
}

@media (min-width:1190px) {
	.image-callout.image-callout__right .image-callout--column__image {
		margin-left: 5%
	}
}

@media (max-width:375px) {
	.image-callout.image-callout__right>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media (max-width:750px) {
	.image-callout.image-callout__right>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media (min-width:750px) {
	.image-callout.image-callout__right>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media (min-width:1190px) {
	.image-callout.image-callout__right>.container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.simple-callout {
	text-align: center;
	margin-top: 40px
}

.simple-callout .simple-callout--content {
	margin: 40px auto;
	max-width: 600px
}

@media (max-width:750px) {
	.simple-callout .simple-callout--content {
		margin: 40px auto;
		padding: 0 15px
	}
}

.simple-callout .simple-callout--title {
	margin-bottom: 24px
}

.simple-callout .simple-callout--description {
	margin-bottom: 30px
}

@media (max-width:750px) {

	.simple-callout .simple-callout--button,
	.simple-callout .simple-callout--button a {
		width: 100%
	}
}

.small-cta {
	background-color: #c4c5c5;
	max-width: 300px;
	float: right;
	padding: 23px 20px;
	margin: 0 0 40px 50px
}

@media (max-width:750px) {
	.small-cta {
		display: none
	}
}

.small-cta .small-cta--title {
	margin-bottom: 10px
}

.small-cta .full-button {
	margin-top: 20px
}

.small-cta .full-button,
.small-cta .full-button a {
	width: 100%
}

.small-cta__mobile {
	margin: 30px 0
}

.small-cta__mobile .small-cta {
	float: none;
	margin: auto;
	display: none
}

@media (max-width:750px) {
	.small-cta__mobile .small-cta {
		display: block
	}
}

.static-call-to-action {
	margin: 30px 0;
	text-align: center;
	-webkit-box-shadow: 0 3px 3px rgba(99, 99, 99, .4), 0 -3px 3px rgba(99, 99, 99, .4);
	box-shadow: 0 3px 3px rgba(99, 99, 99, .4), 0 -3px 3px rgba(99, 99, 99, .4);
	background-color: #fbfbfb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fbfbfb, #f1f1f1);
	background-image: -o-linear-gradient(#fbfbfb, #f1f1f1);
	background-image: linear-gradient(#fbfbfb, #f1f1f1)
}

.static-call-to-action a {
	text-decoration: none
}

.static-call-to-action a:hover {
	text-decoration: none
}

.static-cta-item-wrapper {
	padding: 20px 6px
}

.static-cta-item {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	min-height: 90px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.static-cta-item.static-cta-2-col {
	width: 46%
}

.static-cta-item.static-cta-3-col {
	width: 30%
}

.static-cta-item.static-cta-4-col {
	width: 22%
}

@media (max-width:750px) {
	.static-cta-item {
		width: 100% !important
	}
}

.static-call-to-action p:empty {
	display: none
}

.static-cta-item-head-wrapper {
	text-align: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.static-cta-arrow-image {
	height: 16px
}

.static-cta-item-head-wrapper img {
	display: block;
	position: relative;
	width: 35px;
	height: auto;
	top: 12px
}

.static-cta-item-head-wrapper h3 {
	color: #000;
	display: block;
	font-weight: 400;
	font-size: 18.5px;
	margin-bottom: 0;
	margin-left: 40px;
	margin-top: 0;
	vertical-align: bottom;
	line-height: 1.4em
}

.static-call-to-action p {
	-moz-text-overflow: ellipsis;
	color: #3c3c3c;
	font-size: 11.5px;
	line-height: 1.5em;
	margin-left: 40px;
	margin-top: 5px;
	text-align: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

@media screen and (max-width:750px) {
	.static-cta-item-wrapper {
		height: auto
	}

	.static-call-to-action {
		margin-bottom: 15px;
		text-align: center;
		background: 0 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-top: 0;
		width: 100%
	}

	.static-cta-item {
		display: block;
		padding: 20px 10px;
		text-align: left;
		width: 100%;
		margin: 30px 0;
		-webkit-box-shadow: 0 3px 3px rgba(99, 99, 99, .4), 0 -3px 3px rgba(99, 99, 99, .4);
		box-shadow: 0 3px 3px rgba(99, 99, 99, .4), 0 -3px 3px rgba(99, 99, 99, .4);
		background-color: #fbfbfb;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f1f1f1));
		background-image: -webkit-linear-gradient(#fbfbfb, #f1f1f1);
		background-image: -o-linear-gradient(#fbfbfb, #f1f1f1);
		background-image: linear-gradient(#fbfbfb, #f1f1f1)
	}

	.static-cta-item-head-wrapper {
		display: inline-block
	}

	.static-call-to-action p {
		margin-left: 50px;
		width: 80%
	}
}

div.crisispage-component {
	padding: 20px;
	margin-bottom: 20px;
	margin-top: -20px;
	background: #ffe061
}

h2.crisispage-title {
	color: var(--childrens-dark-blue);
	font-weight: 400
}

h2.crisispage-title .fas {
	font-size: .75em
}

i.fas .fa-exclamation-triangle .crisispage-icon {
	height: 3em;
	width: auto;
	color: rgba(0, 0, 0, .3)
}

div.alertbar-component-active {
	display: none
}

div.alertbar-component-active {
	display: block;
	width: 100%;
	height: auto;
	color: #000;
	background: #c2d500;
	background: var(--childrens-lime);
	position: relative;
	z-index: 999;
	margin: 0;
	padding: 10px 30px;
	font-size: 1.4rem
}

h2.alertbar-title {
	color: #fff;
	font-weight: 400;
	font-size: 2rem
}

h2.alertbar-title-text {
	color: #fff;
	font-weight: 400;
	font-size: 2rem
}

i.fas .fa-exclamation-triangle .alertbar-icon {
	height: 3em;
	width: auto;
	color: var(--childrens-orange)
}

.alert-item {
	position: relative
}

.alert-item h3 {
	margin: 0
}

.alert-item p {
	margin: 0 0 1rem
}

.alert-item-content {
	font-size: .875rem
}

.alert-item-content a {
	text-decoration: underline
}

.alert-item-content a:focus,
.alert-item-content a:hover {
	text-decoration: none;
	font-weight: 700
}

.alert-item-close button {
	border: 0;
	background: 0 0;
	color: #fff;
	font-size: 1.6rem
}

@media (min-width:751px) {
	.alert-item-title {
		width: 33%;
		padding-right: 30px;
		-ms-flex-item-align: center;
		align-self: center
	}

	.alert-item-content {
		width: 60%;
		padding: 0 40px;
		-ms-flex-item-align: center;
		align-self: center;
		border-left: 2px solid rgba(255, 255, 255, .1);
		border-right: 2px solid rgba(255, 255, 255, .1)
	}

	.alert-item-close {
		width: 7%;
		text-align: right;
		-ms-flex-item-align: center;
		align-self: center
	}
}

@media (max-width:750px) {
	.mobile-hide {
		display: none
	}

	.alert-item {
		padding-right: 45px
	}

	.alert-item-close {
		position: absolute;
		top: 10px;
		right: 15px
	}
}

.language-dd {
	position: relative;
	font-size: .8em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 29px
}

.language-dd .language-dd__trigger {
	border: 1px solid #0074c8;
	background-color: transparent;
	-webkit-appearance: none;
	border-radius: 0;
	padding: .5em 3em .5em 1em;
	text-align: center;
	white-space: nowrap;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 29px
}

.language-dd .language-dd__trigger::after {
	position: absolute;
	top: 10px;
	right: 12px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #0074c8 transparent transparent transparent
}

.language-dd .language-dd__list {
	display: none !important
}

.language-dd .language-dd__list li {
	padding: 0 .5em
}

.language-dd.expanded .language-dd__trigger::after {
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #0074c8 transparent
}

.language-dd.expanded .language-dd__list {
	display: block !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 29px;
	border: 1px solid #0074c8;
	background: #fff;
	margin: 0;
	padding: .25em 0
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-button-icon-only {
	text-indent: 0
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
	z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid
}

.ui-checkboxradio-disabled {
	pointer-events: none
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: 0 0;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
	width: 7px;
	height: 7px
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: 0 0;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0 0
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px
}

body .ui-tooltip {
	border-width: 2px
}

.ui-widget {
	font-size: 1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
	text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
	text-decoration: none
}

.ui-visual-focus {
	-webkit-box-shadow: 0 0 3px 1px #5e9ed6;
	box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.expander-box {
	background-color: #e6e7e8;
	padding: 16px;
	position: relative;
	margin: 20px auto;
	max-height: -webkit-max-content;
	max-height: -moz-max-content;
	max-height: max-content
}

.expander-columns {
	overflow: hidden;
	-o-transition: max-height 1s;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
	z-index: 5
}

.expander-columns.toggled:after {
	display: none
}

.expander-columns-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1184c7;
	color: #fff;
	padding: 10px 30px;
	text-decoration: none;
	text-align: center;
	z-index: 5
}

.expander.toggled .expander-columns-btn {
	display: none
}

div.expander-columns-section {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	display: block;
	padding: 15px
}

div.expander-columns-section h2 {
	color: #000;
	display: block;
	font-size: 2em;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 1em;
	margin-top: 0
}

.expander-columns ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100%
}

.expander-columns-2 {
	-webkit-columns: 2;
	columns: 2
}

.expander-columns-3 {
	-webkit-columns: 3;
	columns: 3
}

.expander-columns-4 {
	-webkit-columns: 4;
	columns: 4
}

.expander-columns li,
.expander-columns span {
	font-size: .9em;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	display: block;
	text-align: left;
	overflow: visible;
	background: url(/Assets/CHW/img/list.png) no-repeat scroll 0 7px transparent;
	padding: 4px 1em 8px 1em;
	width: 100%;
	white-space: pre-wrap
}

.expander-columns li:first-child,
.expander-columns span:first-child {
	margin-top: 0
}

@media screen and (max-width:560px) {
	div.expander-columns-section {
		padding: 0
	}

	div.expander-columns-section h2 {
		margin-bottom: .6em
	}

	.expander-columns-content {
		display: block
	}

	.expander-columns-2,
	.expander-columns-3,
	.expander-columns-4 {
		-webkit-columns: 1;
		columns: 1
	}

	.expander ul {
		width: 100%
	}

	.expander ul:first-child {
		padding-bottom: 0
	}

	.expander li {
		padding-left: 0
	}

	.expander span {
		padding-left: 0
	}

	.expander-columns-btn {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		width: 100%;
		padding: 10px
	}
}

.expander span a {
	text-decoration: none;
	color: #0074c8 !important
}

.expander span a:hover {
	text-decoration: underline !important
}

.expander li a {
	text-decoration: none;
	color: #000
}

.expander li a:hover {
	text-decoration: underline
}

.CoveoSearchInterface .coveo-main-section .coveo-search-section {
	margin: 0;
	padding: 0;
	max-width: none
}

.CoveoSearchInterface .coveo-main-section .contact-us-footer {
	padding: 2rem 0
}

.CoveoSearchInterface .coveo-main-section .contact-us-footer p {
	font-size: 16px
}

@media (min-width:891px) {
	.CoveoSearchInterface .coveo-main-section .contact-us-footer {
		display: none
	}
}

.CoveoSearchInterface .coveo-main-section .coveo-facet-column .contact-us-sidebar {
	padding: 1rem 0
}

.CoveoSearchInterface .coveo-main-section .coveo-facet-column .contact-us-sidebar p {
	font-size: 16px
}

@media (max-width:890px) {
	.CoveoSearchInterface .coveo-main-section .coveo-facet-column .contact-us-sidebar {
		display: none
	}
}

.CoveoSearchInterface .coveo-main-section .coveo-facet-column #coveodb691f100[data-title="By News Type"],
.CoveoSearchInterface .coveo-main-section .coveo-facet-column #coveodb691f100[data-title="Degree Title"] {
	display: none
}

.CoveoSearchInterface .CoveoSearchbox {
	height: auto;
	position: relative
}

@media screen and (max-width:480px) {
	.CoveoSearchInterface .CoveoSearchbox {
		margin-right: 0 !important;
		max-width: none !important
	}
}

.CoveoSearchInterface .CoveoSearchbox .magic-box {
	border-radius: 3px;
	border: 1px solid #b9b9b9;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.CoveoSearchInterface .CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-clear {
	width: 40px
}

.CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-clear {
	height: 40px;
	line-height: 38px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.CoveoSearchInterface .CoveoSearchbox .magic-box .magic-box-clear-svg {
	color: #0074c8
}

.CoveoSearchInterface .CoveoSearchButton {
	height: 42px;
	width: 42px;
	border-color: #b9b9b9
}

.CoveoSearchInterface .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
	fill: #0074c8
}

@media screen and (max-width:750px) {
	.CoveoSearchInterface .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
		fill: #0074c8
	}
}

.CoveoSearchInterface .CoveoSearchButton .coveo-search-button-svg {
	color: #0074c8
}

.CoveoSearchInterface .magic-box .magic-box-input {
	height: 40px;
	overflow: visible
}

.CoveoSearchInterface .magic-box .magic-box-input .magic-box-underlay,
.CoveoSearchInterface .magic-box .magic-box-input>input {
	height: 40px;
	color: #292929 !important
}

.CoveoSearchInterface .magic-box .magic-box-input>input {
	width: 100%;
	padding-right: 0
}

.CoveoSearchInterface .magic-box .magic-box-input>input:not(:placeholder-shown)~.floating-label {
	top: -23px;
	bottom: 10px;
	left: 12px;
	color: #313a45;
	opacity: 1
}

.CoveoSearchInterface .magic-box .magic-box-input .floating-label {
	position: absolute;
	pointer-events: none;
	left: 12px;
	top: 0;
	-webkit-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	opacity: 0
}

.CoveoSearchInterface .coveo-dynamic-facet-header,
.CoveoSearchInterface .coveo-facet-header {
	padding-bottom: 16px;
	height: auto
}

.CoveoSearchInterface .coveo-dynamic-facet-header-title,
.CoveoSearchInterface .coveo-facet-header-title {
	font-size: 16px;
	color: #222;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

.CoveoSearchInterface .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.CoveoSearchInterface .coveo-dynamic-facet-header-btn.coveo-facet-header-clear,
.CoveoSearchInterface .coveo-facet-header-btn.coveo-dynamic-facet-header-clear,
.CoveoSearchInterface .coveo-facet-header-btn.coveo-facet-header-clear {
	display: none !important
}

.CoveoSearchInterface .coveo-dynamic-facet-collapse-toggle-svg,
.CoveoSearchInterface .coveo-facet-collapse-toggle-svg {
	color: #222
}

.CoveoSearchInterface .coveo-dynamic-facet-values,
.CoveoSearchInterface .coveo-facet-values {
	padding: 20px 0
}

.CoveoSearchInterface .coveo-dynamic-facet-values .coveo-checkbox-span-label-suffix,
.CoveoSearchInterface .coveo-facet-values .coveo-checkbox-span-label-suffix {
	margin-left: auto;
	color: #7a7a7a
}

.CoveoSearchInterface .coveo-dynamic-facet-value.coveo-selected .coveo-checkbox-span-label,
.CoveoSearchInterface .coveo-dynamic-facet-value.coveo-selected .coveo-checkbox-span-label-suffix,
.CoveoSearchInterface .coveo-facet-value.coveo-selected .coveo-checkbox-span-label,
.CoveoSearchInterface .coveo-facet-value.coveo-selected .coveo-checkbox-span-label-suffix {
	font-weight: 400
}

.CoveoSearchInterface input[type=checkbox].coveo-checkbox:checked+button {
	background: #0074c8
}

.CoveoSearchInterface input[type=checkbox].coveo-checkbox:checked+button:before {
	border-color: #fff;
	top: 2px;
	left: 6px
}

.CoveoSearchInterface .coveo-checkbox-button.coveo-checkbox+button,
.CoveoSearchInterface input[type=checkbox].coveo-checkbox+button {
	width: 20px;
	height: 20px
}

.CoveoSearchInterface .coveo-checkbox-span-label {
	font-size: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #222
}

.CoveoSearchInterface .coveo-dynamic-facet-value .coveo-checkbox-label:hover .coveo-checkbox-span-label,
.CoveoSearchInterface .coveo-facet-value .coveo-checkbox-label:hover .coveo-checkbox-span-label {
	opacity: 1
}

.CoveoSearchInterface .coveo-dynamic-facet-value .coveo-checkbox-label button+.coveo-checkbox-span-label,
.CoveoSearchInterface .coveo-facet-value .coveo-checkbox-label button+.coveo-checkbox-span-label {
	margin-left: 10px
}

.CoveoSearchInterface .coveo-dynamic-facet-value .coveo-checkbox-label button+.coveo-checkbox-span-label:hover,
.CoveoSearchInterface .coveo-facet-value .coveo-checkbox-label button+.coveo-checkbox-span-label:hover {
	opacity: 1
}

.CoveoSearchInterface .default-result {
	padding: 40px 0;
	border-bottom: 1px solid #b9b9b9
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .default-result {
		padding: 20px 20px;
		-webkit-box-shadow: 0 2px 14px rgba(60, 60, 60, .15);
		box-shadow: 0 2px 14px rgba(60, 60, 60, .15);
		margin: 0 0 1rem 0;
		border-style: none
	}
}

.CoveoSearchInterface .default-result .contact {
	font-size: 14px;
	margin: 8px 0
}

.CoveoSearchInterface .default-result .contact a {
	text-decoration: underline;
	color: #0275c9
}

.CoveoSearchInterface .default-result .rating-description.ds-average {
	font-weight: 700
}

.CoveoSearchInterface .default-result .coveo-image {
	text-align: center
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .default-result .coveo-image {
		margin-bottom: 12px
	}
}

.CoveoSearchInterface .default-result .coveo-image img {
	max-width: 176px;
	max-height: 246px
}

.CoveoSearchInterface .default-result .coveo-title {
	margin-bottom: 8px
}

.CoveoSearchInterface .default-result .coveo-title .degree-title {
	font-size: 14px;
	font-weight: 400
}

.CoveoSearchInterface .default-result .subtitle-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.CoveoSearchInterface .default-result .subtitle-wrapper div+div::before {
	content: none
}

.CoveoSearchInterface .default-result .subtitle-item {
	margin-left: 0;
	color: #222
}

.CoveoSearchInterface .default-result .locations-wrapper {
	margin-top: 20px
}

.CoveoSearchInterface .default-result .cta-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

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

	.CoveoSearchInterface .default-result .cta-wrapper .btn-primary,
	.CoveoSearchInterface .default-result .cta-wrapper .btn-secondary {
		width: 100%;
		margin: 0 0 10px
	}
}

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

	.CoveoSearchInterface .default-result .cta-wrapper .btn-primary:last-of-type,
	.CoveoSearchInterface .default-result .cta-wrapper .btn-secondary:last-of-type {
		margin-bottom: 0
	}
}

@media (max-width:874px) {
	.CoveoSearchInterface .default-result .cta-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.CoveoSearchInterface .default-result .locations a {
	font-weight: 400;
	font-size: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #0275c9
}

.CoveoSearchInterface .video-result {
	padding: 40px 0
}

.CoveoSearchInterface .video-result .coveo-result-cell.image-wrapper {
	width: 100%;
	max-width: 176px;
	margin-right: 34px
}

.CoveoSearchInterface .video-result .CoveoResultLink {
	display: inline-block;
	height: 100%
}

.CoveoSearchInterface .video-result .coveo-image {
	width: 100%;
	height: 100%;
	max-width: 176px
}

.CoveoSearchInterface .video-result .coveo-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.CoveoSearchInterface .video-result .coveo-subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px
}

.CoveoSearchInterface .video-result .coveo-subtitle {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	color: #000;
	opacity: .6
}

.CoveoSearchInterface .video-result .coveo-title {
	margin-top: 8px
}

.CoveoSearchInterface .video-result .coveo-title .CoveoResultLink {
	color: #0074c8;
	font-size: 20px
}

.CoveoSearchInterface .coveo-result-frame .coveo-result-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin: 0
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-result-frame .coveo-result-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.CoveoSearchInterface .coveo-facet-column {
	width: 100% !important;
	max-width: 282px;
	padding: 0 !important;
	margin-right: 60px !important
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-facet-column {
		margin-right: 0 !important
	}
}

.CoveoSearchInterface .coveo-facet-column .chw-rich-text {
	padding: 1rem 0
}

.CoveoSearchInterface .coveo-facet-column .chw-rich-text p {
	font-size: 16px
}

@media (max-width:890px) {
	.CoveoSearchInterface .coveo-facet-column .chw-rich-text {
		display: none
	}
}

.CoveoSearchInterface .CoveoLogo {
	display: none
}

.CoveoSearchInterface .CoveoPager {
	width: 100%;
	margin: 0
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .CoveoPager {
		text-align: center
	}
}

.CoveoSearchInterface .CoveoSortDropdown {
	position: relative;
	padding-left: 64px
}

.CoveoSearchInterface .CoveoSortDropdown:before {
	content: "Sort by:";
	position: absolute;
	left: 0;
	bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

.CoveoSearchInterface .CoveoSortDropdown .coveo-dropdown {
	border: 1px solid #b9b9b9 !important;
	border-radius: 3px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 400
}

.CoveoSearchInterface .CoveoSortDropdown .coveo-dropdown.coveo-selected {
	padding: 8px 26px 8px 10px;
	height: auto;
	background-position-y: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	text-transform: none;
	background: 0 0
}

.CoveoSearchInterface .CoveoSortDropdown:after {
	content: " ";
	display: inline-block;
	top: 50%;
	width: 10px;
	height: 10px;
	margin: 2px 0 0 5px;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: absolute;
	right: 16px;
	border-radius: 2px;
	border: 2px solid transparent;
	border-bottom-color: #000;
	border-right-color: #000;
	-webkit-transform: scale(.98) translateY(-100%) rotate(45deg);
	-ms-transform: scale(.98) translateY(-100%) rotate(45deg);
	transform: scale(.98) translateY(-100%) rotate(45deg)
}

.CoveoSearchInterface .coveo-results-per-page-list {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	background: #fff;
	border: 1px solid #979797;
	margin: 0;
	padding: 10px;
	z-index: 1
}

.CoveoSearchInterface .CoveoResultsPerPage {
	float: none;
	font-size: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position: relative
}

.CoveoSearchInterface .CoveoResultsPerPage .coveo-results-per-page-text {
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 400;
	padding: 8px 34px 8px 10px;
	display: inline-block
}

.CoveoSearchInterface .CoveoResultsPerPage.list-active .coveo-results-per-page-list {
	display: block
}

.CoveoSearchInterface .coveo-pager-list-item {
	margin: 0;
	border: none;
	padding: 5px 11px;
	font-size: 20px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #222;
	font-weight: 700
}

.CoveoSearchInterface .coveo-pager-list-item:hover {
	text-decoration: none;
	background-color: transparent
}

.CoveoSearchInterface .coveo-pager-list-item.coveo-active {
	background: #0074c8;
	color: #fff;
	border-radius: 3px
}

.CoveoSearchInterface .coveo-pager-list-item.coveo-active .coveo-pager-list-item-text.coveo-pager-anchor {
	color: #fff
}

.CoveoSearchInterface .coveo-pager-list-item-text.coveo-pager-anchor {
	color: #222;
	text-decoration: none
}

.CoveoSearchInterface .coveo-pager-next-icon-svg,
.CoveoSearchInterface .coveo-pager-previous-icon-svg {
	height: 10px;
	height: 16px;
	color: #0074c8
}

.CoveoSearchInterface .CoveoTab {
	color: #222;
	font-size: 15px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-transform: none
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .CoveoTab {
		font-size: 16px
	}
}

.CoveoSearchInterface .CoveoTab p {
	color: #222;
	font-size: 15px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .CoveoTab p {
		font-size: 16px
	}
}

.CoveoSearchInterface .CoveoResult.coveo-result-frame .coveo-result-cell,
.CoveoSearchInterface .coveo-result-frame .coveo-result-cell {
	display: inline-block
}

.CoveoSearchInterface .CoveoResult .coveo-title .CoveoResultLink::after {
	content: none
}

.CoveoSearchInterface .CoveoTab:hover {
	opacity: 1
}

.CoveoSearchInterface .CoveoTab.coveo-selected {
	border-bottom: 6px solid #0275c9 !important;
	font-weight: 700
}

.CoveoSearchInterface .CoveoTab.coveo-selected p {
	border: none !important
}

.CoveoSearchInterface .coveo-tab-section {
	background: 0 0;
	text-align: inherit;
	border-bottom: 1px solid #999
}

.CoveoSearchInterface .coveo-results-column {
	padding: 0 !important;
	overflow: visible !important;
	float: left;
	width: 100%;
	max-width: calc(100% - 350px)
}

.CoveoSearchInterface .coveo-results-column.coveo-no-results {
	max-width: none
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-results-column {
		float: none;
		max-width: 100%
	}
}

.CoveoSearchInterface .CoveoQuerySummary {
	display: block;
	margin-top: 10px
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .CoveoQuerySummary {
		text-align: center
	}
}

.CoveoSearchInterface .coveo-list-layout.CoveoResult {
	padding: 0;
	border-style: none
}

.CoveoSearchInterface .fa-check {
	color: #1dc9d3;
	margin-right: 2px
}

.CoveoSearchInterface .accepting-new {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #222;
	margin: 18px 0 0;
	font-size: 15px
}

.CoveoSearchInterface .coveoforsitecore-template .coveoforsitecore-information-section {
	height: 100%;
	padding-left: 0
}

.CoveoSearchInterface .btn-primary,
.CoveoSearchInterface .btn-secondary {
	padding: 12px 20px;
	border: 1px solid #005292;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	white-space: nowrap;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

.CoveoSearchInterface .btn-primary:hover,
.CoveoSearchInterface .btn-secondary:hover {
	text-decoration: none
}

.CoveoSearchInterface .coveo-result-cell {
	width: 100%;
	display: inline-block
}

.CoveoSearchInterface .coveo-result-cell.image-wrapper {
	width: auto;
	margin-right: 34px
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-result-cell.image-wrapper {
		margin-right: 0
	}
}

.CoveoSearchInterface .coveo-result-cell.card-wrapper {
	width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.CoveoSearchInterface .CoveoResultTitle {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #222
}

.CoveoSearchInterface .subtitle-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	padding-bottom: 15px
}

.CoveoSearchInterface .subtitle-wrapper:empty {
	display: none
}

.CoveoSearchInterface .subtitle-wrapper div+div {
	margin-left: 20px
}

.CoveoSearchInterface .subtitle-wrapper div+div:before {
	content: "|";
	width: 1px;
	height: 22px;
	color: #0275c9;
	display: inline-block;
	margin-right: 20px
}

.CoveoSearchInterface .subtitle-wrapper div+div:empty::before {
	content: none
}

.CoveoSearchInterface .result-type {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #636363
}

.CoveoSearchInterface .coveo-title {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	font-size: 20px !important;
	line-height: 26px;
	margin-bottom: 8px;
	color: #0074c8
}

.CoveoSearchInterface .coveo-title .CoveoResultLink,
.CoveoSearchInterface .coveo-title a.CoveoResultLink {
	color: #0074c8 !important
}

.CoveoSearchInterface .cta-wrapper {
	margin-top: 26px
}

.CoveoSearchInterface .cta-wrapper:empty {
	display: none
}

.CoveoSearchInterface .cta-wrapper a {
	border-radius: 4px;
	border: 1px solid #0074c8;
	font-size: 16px
}

.CoveoSearchInterface .cta-wrapper a:first-of-type {
	margin-left: 0
}

.CoveoSearchInterface .cta-wrapper a:first-of-type:focus,
.CoveoSearchInterface .cta-wrapper a:first-of-type:hover {
	text-decoration: none !important
}

.CoveoSearchInterface .cta-wrapper a:last-of-type {
	margin-right: 0
}

.CoveoSearchInterface .cta-wrapper a:last-of-type .fas {
	margin-right: 4px
}

.CoveoSearchInterface .cta-wrapper a.view-btn {
	color: #fff !important;
	background: #0074c8
}

.CoveoSearchInterface .btn-primary {
	background: #0074d5;
	color: #fff !important
}

.CoveoSearchInterface .btn-secondary {
	background: #fff;
	color: #0074c8 !important
}

.CoveoSearchInterface .btn-secondary:hover {
	color: #2fa8ff;
	border: 1px solid #2fa8ff
}

.CoveoSearchInterface .CoveoResultList {
	margin: 0
}

.CoveoSearchInterface .locations-wrapper li {
	margin-top: 8px;
	font-size: 12px
}

.CoveoSearchInterface .locations {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.CoveoSearchInterface .locations .fas {
	margin-right: 4px;
	color: #ca4a27;
	font-size: .875em
}

.CoveoSearchInterface .rating-description-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px
}

.CoveoSearchInterface .patient-rating {
	margin-top: 14px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .patient-rating {
		margin-top: 18px
	}
}

.CoveoSearchInterface .patient-rating a {
	color: #0275c9
}

.CoveoSearchInterface .patient-rating .rating-title {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #222;
	margin: 0 10px 0 0
}

.CoveoSearchInterface .patient-rating .rating-description {
	margin-left: 4px
}

.CoveoSearchInterface .patient-rating .ds-average,
.CoveoSearchInterface .patient-rating .rating-description,
.CoveoSearchInterface .patient-rating .rating-description-max {
	font-weight: 400;
	font-size: 15px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.CoveoSearchInterface .patient-rating .rating-value {
	margin-right: 6px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.CoveoSearchInterface .patient-rating .rating-link {
	font-size: 15px;
	color: #0275c9
}

.CoveoSearchInterface .patient-rating .ds-summary>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .patient-rating .ds-summary>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.CoveoSearchInterface .location-result {
	padding: 40px 0;
	border-bottom: 1px solid #b9b9b9
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .location-result {
		padding: 20px 0
	}
}

.CoveoSearchInterface .location-result .location-image-wrapper {
	width: 100%;
	max-width: 176px
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .location-result .location-image-wrapper {
		max-width: none
	}
}

.CoveoSearchInterface .location-result .location-card-wrapper {
	margin-left: 40px
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .location-result .location-card-wrapper {
		margin-left: 0
	}
}

.CoveoSearchInterface .location-result .coveo-image {
	text-align: center
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .location-result .coveo-image {
		margin-bottom: 12px
	}
}

.CoveoSearchInterface .location-result .coveo-image img {
	width: 100%
}

.CoveoSearchInterface .location-result .locations-wrapper {
	margin-bottom: 8px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #222
}

.CoveoSearchInterface .location-result .locations-wrapper .fas {
	color: #0074c8
}

.CoveoSearchInterface .location-result .location-description {
	margin-top: 12px;
	font-size: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #222
}

.CoveoSearchInterface .location-result .location-description:empty {
	display: none
}

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

	.CoveoSearchInterface .location-result .cta-wrapper .btn-primary,
	.CoveoSearchInterface .location-result .cta-wrapper .btn-secondary {
		width: 100%;
		margin: 0 0 10px
	}
}

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

	.CoveoSearchInterface .location-result .cta-wrapper .btn-primary:last-of-type,
	.CoveoSearchInterface .location-result .cta-wrapper .btn-secondary:last-of-type {
		margin-bottom: 0
	}
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
	margin-left: -10px;
	margin-right: -10px
}

@media screen and (max-width:1150px) {
	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0
	}
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .coveo-list-layout.CoveoResult {
	width: calc(33.33% - 20px);
	margin: 10px;
	border-bottom: none
}

@media screen and (max-width:1150px) {
	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .coveo-list-layout.CoveoResult {
		width: 100%;
		margin: 0;
		padding: 10px 0
	}
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .coveo-result-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .coveo-result-frame .coveo-result-cell {
	display: inline-block
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .coveo-result-cell.image-wrapper {
	margin: 0 0 12px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .rating-title {
	display: block
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .patient-rating .ds-summary>div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result {
	padding: 20px;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 6px #999;
	box-shadow: 1px 1px 6px #999
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .cta-wrapper .btn-primary,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .cta-wrapper .btn-secondary {
	width: 100%;
	margin: 0 0 10px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .cta-wrapper .btn-primary:last-of-type,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .cta-wrapper .btn-secondary:last-of-type {
	margin-bottom: 0
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .location-card-wrapper {
	margin-left: 0
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .subtitle-wrapper div+div {
	margin-left: 0
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .subtitle-wrapper div+div::before {
	content: none
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .location-image-wrapper {
	max-width: none;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	max-height: 180px;
	display: inline-block;
	width: 100%
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .location-image-wrapper {
		max-height: none
	}
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .coveo-image {
		margin-bottom: 0
	}
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .coveo-image img {
	width: calc(100% + 40px)
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .location-result .coveo-title {
	margin-top: 14px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .default-result {
	padding: 20px;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 6px #999;
	box-shadow: 1px 1px 6px #999
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .default-result .cta-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .default-result .cta-wrapper .btn-primary,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .default-result .cta-wrapper .btn-secondary {
	width: 100%;
	margin: 0 0 10px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .default-result .cta-wrapper .btn-primary:last-of-type,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .default-result .cta-wrapper .btn-secondary:last-of-type {
	margin-bottom: 0
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .default-result .coveo-image {
		margin-bottom: 0
	}
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .default-result .result-type {
	display: none
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .video-result {
	padding: 0
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .video-result .result-type {
	display: none
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .video-result .coveo-result-cell.image-wrapper {
	max-width: none
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .video-result .coveo-image {
	max-width: none
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .video-result .coveo-image img {
	width: 100%;
	max-width: 280px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .video-result .coveo-subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .video-result .coveo-subtitle {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	color: #000;
	opacity: .6
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .video-result .coveo-title {
	margin-top: 8px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .video-result .coveo-title .CoveoResultLink {
	color: #222;
	font-size: 20px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result {
	padding: 20px;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 6px #999;
	box-shadow: 1px 1px 6px #999
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .cta-wrapper .btn-primary,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .cta-wrapper .btn-secondary,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .cta-wrapper .btn-primary,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .cta-wrapper .btn-secondary {
	width: 100%;
	margin: 0 0 10px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .cta-wrapper .btn-primary:last-of-type,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .cta-wrapper .btn-secondary:last-of-type,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .cta-wrapper .btn-primary:last-of-type,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .cta-wrapper .btn-secondary:last-of-type {
	margin-bottom: 0
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .location-card-wrapper,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .location-card-wrapper {
	margin-left: 0
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .event-image-wrapper,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .news-image-wrapper,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .event-image-wrapper,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .news-image-wrapper {
	max-width: none;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	max-height: 180px;
	display: inline-block;
	width: 100%;
	position: relative
}

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

	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .event-image-wrapper,
	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .news-image-wrapper,
	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .event-image-wrapper,
	.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .news-image-wrapper {
		max-height: none
	}
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .event-image-wrapper img,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .news-image-wrapper img,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .event-image-wrapper img,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .news-image-wrapper img {
	width: calc(100% + 40px)
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .date-image-wrapper,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .date-image-wrapper {
	padding: 4px 10px;
	margin-bottom: 1em;
	background: #0275c9;
	position: static;
	z-index: 9;
	display: inline-block;
	color: #fff;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .month,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .month {
	font-size: 14px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .day,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .day {
	font-size: 14px;
	font-weight: 700
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .event-card-wrapper,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .news-card-wrapper,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .event-card-wrapper,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .news-card-wrapper {
	margin-top: 20px;
	margin-left: 0
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .event-card-wrapper .coveo-title,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .news-card-wrapper .coveo-title,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .event-card-wrapper .coveo-title,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .news-card-wrapper .coveo-title {
	font-size: 20px
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .subtitle-wrapper div+div,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .subtitle-wrapper div+div {
	margin-left: 0
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .subtitle-item,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .subtitle-item {
	font-size: 15px;
	color: #222
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .subtitle-item+.subtitle-item:before,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .subtitle-item+.subtitle-item:before {
	content: none
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .subtitle-title,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .subtitle-title {
	font-weight: 700
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .event-description,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .news-description,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .event-description,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .news-description {
	margin-top: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #222
}

.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .class-event-result .coveo-highlight,
.CoveoSearchInterface .coveo-result-list-container.coveo-list-layout-container.flex-columns .news-result .coveo-highlight {
	font-weight: 700
}

.CoveoSearchInterface .coveo-result-list-container .medical-result .coveo-title,
.CoveoSearchInterface .coveo-result-list-container .news-result .coveo-title {
	margin-bottom: 10px
}

.CoveoSearchInterface .coveo-result-list-container .medical-result .coveo-title .CoveoResultLink,
.CoveoSearchInterface .coveo-result-list-container .news-result .coveo-title .CoveoResultLink {
	color: #0074c8;
	font-size: 20px
}

.CoveoSearchInterface .coveo-result-list-container .medical-result .CoveoResultDescription,
.CoveoSearchInterface .coveo-result-list-container .news-result .CoveoResultDescription {
	font-size: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #000
}

.CoveoSearchInterface .coveo-result-list-container .medical-result .CoveoResultLink,
.CoveoSearchInterface .coveo-result-list-container .news-result .CoveoResultLink {
	color: #0275c9;
	font-size: 15px
}

.CoveoSearchInterface .coveo-result-list-container .news-result {
	border-bottom: 1px solid #b9b9b9 !important
}

.CoveoSearchInterface .coveo-result-list-container .news-result .cta-wrapper {
	display: none
}

.CoveoSearchInterface .coveo-result-list-container .medical-result {
	padding: 35px 0;
	border-bottom: 1px solid #b9b9b9 !important
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-result-list-container .medical-result {
		padding: 25px 10px
	}
}

.CoveoSearchInterface .coveo-result-list-container .medical-result .cta-wrapper {
	display: none
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-result-list-container .medical-result .coveo-title {
		margin: 0
	}

	.CoveoSearchInterface .coveo-result-list-container .medical-result .CoveoResultDescription {
		display: none
	}
}

.CoveoSearchInterface .coveo-result-list-container .class-event-result,
.CoveoSearchInterface .coveo-result-list-container .news-result {
	padding: 40px 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.CoveoSearchInterface .coveo-result-list-container .class-event-result .news-card-wrapper,
.CoveoSearchInterface .coveo-result-list-container .news-result .news-card-wrapper {
	margin-left: 40px
}

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

	.CoveoSearchInterface .coveo-result-list-container .class-event-result .news-card-wrapper,
	.CoveoSearchInterface .coveo-result-list-container .news-result .news-card-wrapper {
		margin-top: 20px;
		margin-left: 0
	}
}

.CoveoSearchInterface .coveo-result-list-container .class-event-result .event-image-wrapper,
.CoveoSearchInterface .coveo-result-list-container .class-event-result .news-image-wrapper,
.CoveoSearchInterface .coveo-result-list-container .news-result .event-image-wrapper,
.CoveoSearchInterface .coveo-result-list-container .news-result .news-image-wrapper {
	display: inline-block;
	max-width: 176px;
	width: 100%;
	position: relative
}

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

	.CoveoSearchInterface .coveo-result-list-container .class-event-result .event-image-wrapper,
	.CoveoSearchInterface .coveo-result-list-container .class-event-result .news-image-wrapper,
	.CoveoSearchInterface .coveo-result-list-container .news-result .event-image-wrapper,
	.CoveoSearchInterface .coveo-result-list-container .news-result .news-image-wrapper {
		max-width: 100%
	}
}

.CoveoSearchInterface .coveo-result-list-container .class-event-result .event-image-wrapper img,
.CoveoSearchInterface .coveo-result-list-container .class-event-result .news-image-wrapper img,
.CoveoSearchInterface .coveo-result-list-container .news-result .event-image-wrapper img,
.CoveoSearchInterface .coveo-result-list-container .news-result .news-image-wrapper img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%
}

.CoveoSearchInterface .coveo-result-list-container .class-event-result .date-image-wrapper,
.CoveoSearchInterface .coveo-result-list-container .news-result .date-image-wrapper {
	padding: 4px 10px;
	margin-bottom: 1em;
	background: #0275c9;
	position: static;
	z-index: 9;
	display: inline-block;
	color: #fff;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

.CoveoSearchInterface .coveo-result-list-container .class-event-result .month,
.CoveoSearchInterface .coveo-result-list-container .news-result .month {
	font-size: 14px
}

.CoveoSearchInterface .coveo-result-list-container .class-event-result .day,
.CoveoSearchInterface .coveo-result-list-container .news-result .day {
	font-size: 14px;
	font-weight: 700
}

.CoveoSearchInterface .coveo-result-layout-section {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: none !important
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-result-layout-section {
		padding: 0;
		margin: 0 0 20px
	}
}

.CoveoSearchInterface .coveo-sort-section {
	margin-left: 20px !important
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-sort-section {
		margin: 0 !important
	}
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper {
	margin: 10px 0 !important
}

.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper a {
	margin: 0 !important;
	padding: 10px 20px;
	background: #0275c9;
	border-radius: 3px;
	border: none;
	color: #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	width: 100%
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header {
	color: #222;
	font-size: 15px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header.coveo-dropdown-header-active {
	z-index: 14px
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
	background: #fff;
	z-index: 34 !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column .coveo-facet-column-mobile-close {
	display: none
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface.coveo-small-facets .coveo-facet-column .coveo-facet-column-mobile-close {
		width: 100%;
		text-align: right;
		background-color: #fff;
		position: -webkit-sticky;
		position: sticky;
		padding: 7px 7px 3px 5px;
		z-index: 100;
		top: 0;
		display: block;
		margin: 0;
		border-style: none;
		cursor: pointer
	}

	.CoveoSearchInterface.coveo-small-facets .coveo-facet-column .coveo-facet-column-mobile-close svg {
		width: 20px;
		height: 20px;
		padding: 3px;
		border: 1px solid #999;
		border-radius: 50%
	}
}

.CoveoSearchInterface .coveo-facet-column-mobile-close {
	display: none
}

.CoveoSearchInterface .coveo-dynamic-facet-show-less,
.CoveoSearchInterface .coveo-dynamic-facet-show-more {
	color: #0275c9;
	font-size: 14px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700
}

.CoveoSearchInterface .coveo-tab-dropdown-header.coveo-accessible-button {
	font-size: 16px !important;
	text-transform: capitalize !important;
	line-height: inherit !important;
	height: 40px !important;
	padding: 0 10px 2px !important
}

.CoveoSearchInterface .coveo-tab-dropdown-header.coveo-accessible-button p {
	line-height: 40px !important;
	color: #222 !important
}

.CoveoSearchInterface .coveo-more-tabs {
	margin-left: 6px !important
}

.CoveoSearchInterface .coveo-more-tabs-svg {
	width: 14px;
	height: 12px;
	color: #222
}

.CoveoSearchInterface .coveo-results-per-page-list-item {
	padding: 1px 0;
	margin: 0;
	font-weight: 700;
	font-size: 1rem;
	display: block;
	position: relative;
	border: none;
	border-radius: 0;
	color: #222 !important;
	font-size: 16px
}

.CoveoSearchInterface .coveo-results-per-page-list-item a {
	color: #222 !important;
	text-decoration: none
}

.CoveoSearchInterface .coveo-results-per-page-list-item a:hover {
	opacity: 1 !important
}

.CoveoSearchInterface .coveo-results-per-page-list-item:hover {
	text-decoration: none !important
}

.CoveoSearchInterface .coveo-results-per-page-list-item:hover a {
	text-decoration: none !important
}

.CoveoSearchInterface .coveo-results-per-page-list-item.coveo-active {
	background-color: #fff
}

.CoveoSearchInterface .coveo-results-per-page-list-item.coveo-active a {
	color: #222 !important
}

.CoveoSearchInterface .coveo-results-per-page-list-item:hover {
	background-color: #fff
}

.CoveoSearchInterface .coveo-results-per-page-list-item:hover a {
	color: #222 !important
}

.CoveoSearchInterface .coveo-results-per-page-text {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #222;
	font-weight: 700
}

.CoveoSearchInterface .coveo-results-per-page-text::after {
	position: absolute;
	right: 16px;
	border-radius: 2px;
	border: 2px solid transparent;
	border-bottom-color: #000;
	border-right-color: #000;
	-webkit-transform: scale(.98) translateY(-100%) rotate(45deg);
	-ms-transform: scale(.98) translateY(-100%) rotate(45deg);
	transform: scale(.98) translateY(-100%) rotate(45deg);
	content: " ";
	display: inline-block;
	top: 50%;
	width: 10px;
	height: 10px;
	margin: 2px 0 0 5px;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.CoveoSearchInterface .coveo-results-header {
	padding: 20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #999;
	overflow: visible;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 1rem 0
}

.CoveoSearchInterface .coveo-results-header:last-of-type {
	border-top: none
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-results-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.CoveoSearchInterface .coveo-results-header.coveo-no-results .CoveoQuerySummary {
	display: block;
	margin-top: 0
}

.CoveoSearchInterface .coveo-results-header.coveo-no-results~.coveo-results-header {
	display: none
}

@media screen and (max-width:890px) {
	.CoveoSearchInterface .coveo-summary-section {
		margin-right: 0;
		margin-bottom: 20px
	}
}

.CoveoSearchInterface .coveo-sort-display-container {
	margin-left: 20px;
	display: inline-block
}

.CoveoSearchInterface .coveo-sort-display-container span {
	margin-top: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #222;
	font-weight: 700
}

.CoveoSearchInterface .coveo-filters-results {
	padding: 20px 0
}

.CoveoSearchInterface .filter-list-title {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #222;
	font-weight: 700;
	font-size: 16px;
	display: inline-block
}

.CoveoSearchInterface .filter-list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto
}

.CoveoSearchInterface .coveo-sort-display-section {
	display: inline-block;
	text-align: right;
	width: 100%
}

.CoveoSearchInterface .coveo-sort-display-section select {
	padding: 8px 12px 8px 16px;
	margin-left: 12px;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 150px;
	font-size: 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #222;
	background-image: url("data:image/svg+xml,%3Csvg focusable='false' enable-background='new 0 0 10 6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg' role='img' aria-label='Arrow Down' class='coveo-dynamic-facet-collapse-toggle-svg'%3E%3Ctitle%3EArrow Down%3C/title%3E%3Cg fill='currentColor'%3E%3Cpath d='m5 5.932c-.222 0-.443-.084-.612-.253l-4.134-4.134c-.338-.338-.338-.886 0-1.224s.886-.338 1.224 0l3.522 3.521 3.523-3.521c.336-.338.886-.338 1.224 0s .337.886-.001 1.224l-4.135 4.134c-.168.169-.39.253-.611.253z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 13px 14px;
	background-position: calc(100% - 16px) 50%
}

.coveo-card-layout-container .coveo-card-layout.CoveoResult {
	font-size: 1em;
	-webkit-box-shadow: 0 2px 14px rgba(60, 60, 60, .15);
	box-shadow: 0 2px 14px rgba(60, 60, 60, .15);
	border-style: none !important
}

.global-header .btn-primary,
.global-header .btn-secondary {
	padding: .47em 1em
}

.global-header .CoveoSearchInterface {
	min-height: auto;
	min-width: 0
}

.global-header .CoveoSearchInterface .magic-box {
	width: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.global-header .CoveoSearchInterface .magic-box .magic-box-input {
	height: 26px;
	width: auto
}

.global-header .CoveoSearchInterface .magic-box .magic-box-input .magic-box-underlay,
.global-header .CoveoSearchInterface .magic-box .magic-box-input>input {
	height: 26px
}

.global-header .CoveoSearchInterface .magic-box.magic-box-notEmpty .magic-box-clear {
	height: 26px;
	line-height: 26px
}

.global-header .CoveoSearchInterface .CoveoSearchButton {
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

@media screen and (max-width:750px) {
	.global-header .CoveoSearchInterface .CoveoSearchButton.coveo-accessible-button {
		background: #fff;
		color: #0074c8
	}
}

.global-header .CoveoSearchInterface .CoveoSearchButton.coveo-accessible-button.coveo-accessible-button-pressed {
	width: 28px;
	height: 28px
}

@media screen and (max-width:1189px) {
	.global-header .CoveoSearchInterface .CoveoSearchButton.coveo-accessible-button.coveo-accessible-button-pressed {
		width: 23px;
		height: 23px
	}
}

@media screen and (max-width:750px) {
	.global-header .CoveoSearchInterface .CoveoSearchButton.coveo-accessible-button.coveo-accessible-button-pressed {
		width: 23px;
		height: 23px;
		background: #fff;
		color: #0074c8
	}
}

.global-header .CoveoSearchbox .magic-box {
	height: 28px;
	border-radius: 0;
	border-width: 0
}

@media screen and (max-width:1189px) {
	.global-header .CoveoSearchbox .magic-box {
		height: 23px
	}
}

@media screen and (max-width:750px) {
	.global-header .CoveoSearchbox .magic-box {
		border-color: transparent
	}
}

.global-header .CoveoSearchbox .magic-box .magic-box-input {
	height: 26px
}

@media screen and (max-width:1189px) {
	.global-header .CoveoSearchbox .magic-box .magic-box-input {
		height: 21px
	}
}

@media screen and (max-width:750px) {
	.global-header .CoveoSearchbox .magic-box .magic-box-input {
		width: 100%
	}
}

.global-header .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay,
.global-header .CoveoSearchbox .magic-box .magic-box-input>input {
	height: 26px;
	width: 100%;
	max-width: none;
	padding-right: 40px
}

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

	.global-header .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay,
	.global-header .CoveoSearchbox .magic-box .magic-box-input>input {
		height: 21px
	}
}

.global-header .CoveoSearchbox .magic-box .magic-box-input>input {
	width: 100%;
	padding-right: 0;
	font-size: 12px
}

.global-header .CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-clear {
	height: 26px;
	line-height: 26px
}

.global-header .CoveoSearchbox .magic-box .magic-box-clear,
.global-header .CoveoSearchbox .magic-box .magic-box-clear-svg,
.global-header .CoveoSearchbox .magic-box .magic-box-icon {
	line-height: 20px;
	background: 0 0
}

.global-header .CoveoSearchbox .magic-box .magic-box-clear-svg {
	width: 14px;
	height: 14px
}

.global-header .CoveoSearchbox .magic-box .magic-box-clear {
	display: none
}

.global-header .CoveoSearchbox .CoveoSearchButton,
.global-header .CoveoSearchbox .custom-search-button {
	background: #0074c8;
	border: 1px solid #0074c8
}

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

	.global-header .CoveoSearchbox .CoveoSearchButton,
	.global-header .CoveoSearchbox .custom-search-button {
		border-radius: 0
	}
}

.global-header .CoveoSearchbox .CoveoSearchButton:hover .coveo-magnifier-circle-svg,
.global-header .CoveoSearchbox .custom-search-button:hover .coveo-magnifier-circle-svg {
	fill: #fff
}

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

	.global-header .CoveoSearchbox .CoveoSearchButton:hover .coveo-magnifier-circle-svg,
	.global-header .CoveoSearchbox .custom-search-button:hover .coveo-magnifier-circle-svg {
		fill: #0074c8
	}
}

.global-header .CoveoSearchbox .CoveoSearchButton .coveo-search-button,
.global-header .CoveoSearchbox .CoveoSearchButton .coveo-search-button-loading,
.global-header .CoveoSearchbox .custom-search-button .coveo-search-button,
.global-header .CoveoSearchbox .custom-search-button .coveo-search-button-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.global-header .CoveoSearchbox .CoveoSearchButton .coveo-search-button-loading-svg,
.global-header .CoveoSearchbox .custom-search-button .coveo-search-button-loading-svg {
	color: #fff
}

.global-header .CoveoSearchbox .CoveoSearchButton.coveo-accessible-button,
.global-header .CoveoSearchbox .custom-search-button.coveo-accessible-button {
	width: 32px;
	height: 28px;
	min-width: 32px;
	position: relative
}

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

	.global-header .CoveoSearchbox .CoveoSearchButton.coveo-accessible-button,
	.global-header .CoveoSearchbox .custom-search-button.coveo-accessible-button {
		height: 23px;
		width: 23px
	}
}

.global-header .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg,
.global-header .CoveoSearchbox .custom-search-button .coveo-search-button-svg {
	color: #fff;
	width: 14px;
	height: 14px
}

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

	.global-header .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg,
	.global-header .CoveoSearchbox .custom-search-button .coveo-search-button-svg {
		width: 16px;
		height: 16px
	}
}

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

	.global-header .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg,
	.global-header .CoveoSearchbox .custom-search-button .coveo-search-button-svg {
		color: #0074c8
	}
}

.global-header .CoveoSearchbox .custom-search-button {
	width: 32px;
	height: 28px;
	min-width: 32px
}

@media screen and (max-width:1189px) {
	.global-header .CoveoSearchbox .custom-search-button {
		height: 23px;
		width: 23px
	}
}

.global-header .CoveoSearchbox .custom-search-button:active,
.global-header .CoveoSearchbox .custom-search-button:focus,
.global-header .CoveoSearchbox .custom-search-button:hover {
	opacity: .7
}

.global-header .CoveoSearchbox .custom-search-button .coveo-search-button-svg {
	color: #fff;
	width: 16px;
	height: 16px
}

@media screen and (max-width:1189px) {
	.global-header .CoveoSearchbox .custom-search-button .coveo-search-button-svg {
		width: 14px;
		height: 14px
	}
}

.global-header .CoveoSearchbox .CoveoSearchButton {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	right: -1000000000px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.global-header .search-control .magic-box {
	min-width: 0
}

.global-header .search-control.open .magic-box {
	min-width: 170px;
	width: 170px;
	border-width: 1px
}

@media screen and (max-width:1189px) {
	.global-header .search-control {
		height: 23px
	}
}

@media (max-width:400px) {
	.CoveoSearchInterface .location-result .subtitle-wrapper {
		display: block
	}

	.CoveoSearchInterface .location-result .subtitle-wrapper div {
		margin-bottom: 4px
	}

	.CoveoSearchInterface .location-result .subtitle-wrapper div+div {
		margin-left: 0
	}

	.CoveoSearchInterface .location-result .subtitle-wrapper div+div:before {
		display: none
	}
}

.alphabet-toggle {
	background: #fff
}

.alphabet-toggle.active svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media (max-width:890px) {
	.alphabet-toggle {
		padding: 0 5px;
		padding-bottom: 0 !important
	}
}

.search-alphabetically {
	background: #fff
}

.search-alphabetically.active ul li {
	display: none
}

@media (max-width:890px) {
	.search-alphabetically .coveo-dynamic-facet-values {
		padding: 5px
	}
}

.search-alphabetically ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -1%
}

.search-alphabetically ul li {
	width: 14.66667%;
	margin: 1%;
	text-align: center
}

.search-alphabetically ul li a {
	display: inline-block;
	width: 100%;
	padding: 12px 14px;
	background: rgba(204, 227, 241, .5);
	color: #222;
	border-radius: 2px;
	font-size: 16px
}

.search-alphabetically ul li a.active {
	background: #0074c8;
	color: #fff
}