/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.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,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-2be6357ca3e22eaed5fd81e7e6e11c6b25012d62a7c56e8ff956cf94ed018a5f.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-2be6357ca3e22eaed5fd81e7e6e11c6b25012d62a7c56e8ff956cf94ed018a5f.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-8d3796c0a296c220354909eecf8fe372efc8a464f283e37c4456862ba5a6b63d.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-26c737a91d4daf720f5dcbf867c3aa71b3968ea8e0e9ee8c3bb915d4bc7c5cb4.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-13509eb5c25f3b99e4d85e08a9c1c172f1652404dacec8e37e7b13bb85fcfe1c.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-2d0f8971206244c086db5be7d272faf51973a5fe6477e5bdbd9fd8fb095ca3f7.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-5af1c0acf888e1ec50ff7c957cbdd93e7a75858d93143cc89017cf8845345ee6.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.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 is deprecated, use ui-icon-seek-start instead */
.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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	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-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;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 */
/* Helper for state-specific style overriding */
/* External */
html {
  box-sizing: border-box;
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label, .agency-label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-e66b6fd3d8841da67ea2ffdd6a3d7987a43d83c0710d2a9a4ead474300ae174e.eot);
  src: url(/assets/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-e66b6fd3d8841da67ea2ffdd6a3d7987a43d83c0710d2a9a4ead474300ae174e.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-1883002d22fc6ced249b3aa97f32443a22829689498423b25f7bc739e511a778.woff2) format("woff2"), url(/assets/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-e3c7194e2d24447f46352d6031563cf636ebfdf1810e37a0f8c381152d4b3e63.woff) format("woff"), url(/assets/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-11132705dee5c0c5fb43e9c6a3d2492b718cce931f9b0128ea92f3c9aabeeeb8.ttf) format("truetype"), url(/assets/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-14901495816c2808145c793c4110542c0f436f5079d1d881b734228df0b87b31.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.breadcrumb {
  background-color: transparent;
  margin: 8px 30px 0 30px;
  border-bottom: 1px solid #d9e5ef;
  padding-left: 0;
  padding-right: 0;
  font-family: BentonSans;
  font-size: 13px;
}
.breadcrumb.top {
  border-bottom: none;
}
.breadcrumb > li + li:before {
  content: "» ";
  padding: 0 5px;
}
.breadcrumb > li + li.no-arrow:before {
  content: "";
  padding: 0 5px;
}
.breadcrumb li a {
  color: #999;
}
.breadcrumb li.active, .breadcrumb li.active a {
  color: #629ad4;
}

.popover {
  margin-left: -10px;
  min-width: 150px;
  max-width: 350px;
}
.popover.location-popover.top {
  margin-top: -18px;
}

/* Base */
@font-face {
  font-family: "inter-medium";
  src: local("Inter Medium"), local("Inter-Medium"), url(/assets/Inter-Medium-d2f7be705c33808b01af92b976f08e0f9a2b1dadf0f237d21958d49480b45d4d.woff2) format("woff2"), url(/assets/Inter-Medium-4876b2d9cb3d1fcdc50d8738aefe3f9d25889ed19ae2db55c2e432f0595823f9.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: local("Inter Regular"), local("Inter-Regular"), url(/assets/Inter-Regular-39c60ae9668b6fea7645dc563879e3a8a3e0cf57254c87a1402628e62a3d1c9d.woff2) format("woff2"), url(/assets/Inter-Regular-4f3c9f63aa8904a7e1850cc285b5a7fd5bd2081ad9e875b77b6acedf29bc4eec.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "inter-light";
  src: local("Inter Light"), local("Inter-Light"), url(/assets/Inter-Light-693ea62ea3cff6407bcedfc16c4c1e652a5a6bb3a1a96f691cadf49080ce797d.woff2) format("woff2"), url(/assets/Inter-Light-f676770bad7a75bc2ed043da126dc0821a801a3f8a4825bca694660800584fba.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "United-Way";
  src: url(/assets/United-Way-708cd740ef01c9b566bec32e24996b95aa504a049fd02c0ea240f33d28440ddc.eot?20180525);
  src: url(/assets/United-Way-708cd740ef01c9b566bec32e24996b95aa504a049fd02c0ea240f33d28440ddc.eot?20180525#iefix) format("embedded-opentype"), url(/assets/United-Way-c0f2c586c2b33d9f1c1a465101854683c31aa25f143325c6006991a1cdce725b.ttf?20180525) format("truetype"), url(/assets/United-Way-41f57cd4c32c1c709d02163ccf85fc1f5fa75d2d1e4b1183690e0a4b6e5c236b.woff?20180525) format("woff"), url(/assets/United-Way-c274dc2294ee0e42b4545ee9b178a7e19ac135c0dfcad10ba5304033559a9255.svg?20180525#United-Way) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto-Light";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/roboto-v20-latin-300-de07cdcd2260ee225b92f750670a6063157b930897ef500782469a3f2e4d5c63.eot); /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url(/assets/roboto-v20-latin-300-de07cdcd2260ee225b92f750670a6063157b930897ef500782469a3f2e4d5c63.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v20-latin-300-47c8baf41fcfedf0530040536c4272fdfc5ea1c14d9c1a8914603e069dbe6caa.woff2) format("woff2"), url(/assets/roboto-v20-latin-300-8a754a0ffa769ad328ce222bc21a70dee12b47462be8dbfb43b66e94d79b20f4.woff) format("woff"), url(/assets/roboto-v20-latin-300-8baf972f87ccef3b940dfba90a043717056bbcc397085d697244f74432d0f26b.ttf) format("truetype"), url(/assets/roboto-v20-latin-300-fa7a4cdc132e6d7ab36ccca676b97fd6dabe02b34ea59a6b6788d8ec21a3ea63.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/roboto-v20-latin-regular-709bedc3a49445ef07456cb98da9525ecee6dd284f4b327b84e7290e4f3356d4.eot); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url(/assets/roboto-v20-latin-regular-709bedc3a49445ef07456cb98da9525ecee6dd284f4b327b84e7290e4f3356d4.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v20-latin-regular-8bafa342431a16985f9618db316d777f94353536cca2c3c0b95a4f25ae6707b7.woff2) format("woff2"), url(/assets/roboto-v20-latin-regular-d5a3fa459bf97e3463cd3eee9a542530595860f5a98c27a59afda6fd418812b3.woff) format("woff"), url(/assets/roboto-v20-latin-regular-0eed98096ee68ad9d3f0f8c3a549bdb7bb562e3dbd7fa4492385ce493b89bef6.ttf) format("truetype"), url(/assets/roboto-v20-latin-regular-43145050c67b6293d65f10893d83a62227e082324eb2642d46b63a9b61ef591f.svg#Roboto) format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/roboto-v20-latin-500-a2679da7b9cca540c689ec49aa4219589bda1188b2318e2e2df4c008c8a2d120.eot); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url(/assets/roboto-v20-latin-500-a2679da7b9cca540c689ec49aa4219589bda1188b2318e2e2df4c008c8a2d120.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v20-latin-500-e6473ac097f8f97f34126782b696da9f2d892220f0d959740a29f3e0c792e30d.woff2) format("woff2"), url(/assets/roboto-v20-latin-500-6e196880e746cec053a906f8d1455f947b5ef9d076ada2e667239112d1484fe5.woff) format("woff"), url(/assets/roboto-v20-latin-500-3b7199f667dcb0176ba5d3c3a37bdd73337866a063ceaabc4cf0b401a26a2bb4.ttf) format("truetype"), url(/assets/roboto-v20-latin-500-fc130e4431767d18ee849f8873747f6f3ded53b531b04ff270e11b99a8468dd0.svg#Roboto) format("svg"); /* Legacy iOS */
}
.ico {
  font-family: "United-Way" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-disability:before {
  content: "\e61f";
}

.ico-compass:before {
  content: "\e61e";
}

.ico-gavel:before {
  content: "\e61c";
}

.ico-geo:before {
  content: "\e61d";
}

.ico-share:before {
  content: "\e612";
}

.ico-language:before {
  content: "\e61b";
}

.ico-area:before {
  content: "\e617";
}

.ico-verified:before {
  content: "\e618";
}

.ico-application:before {
  content: "\e619";
}

.ico-documents:before {
  content: "\e61a";
}

.ico-target:before {
  content: "\e616";
  color: #444;
}

.ico-alert:before {
  content: "\e615";
  color: #444;
}

.ico-utilities:before {
  content: "\e601";
}

.ico-marker:before {
  content: "\e614";
}

.ico-arrowright:before {
  content: "\e60b";
}

.ico-flag:before {
  content: "\e610";
}

.ico-computer:before {
  content: "\e611";
}

.ico-search:before {
  content: "\e613";
}

.ico-youtube:before {
  content: "\e60d";
}

.ico-twitter:before {
  content: "\e60e";
}

.ico-facebook:before {
  content: "\e60f";
}

.ico-volunteer:before {
  content: "\e600";
}

.ico-transportation:before {
  content: "\e602";
}

.ico-substance:before {
  content: "\e603";
}

.ico-mental:before {
  content: "\e604";
}

.ico-legal:before {
  content: "\e605";
}

.ico-money:before {
  content: "\e606";
}

.ico-housing:before {
  content: "\e607";
}

.ico-healthcare:before {
  content: "\e608";
}

.ico-food:before {
  content: "\e609";
}

.ico-mobile:before {
  content: "\e60a";
}

.ico-clock:before {
  content: "\e60c";
}

.ico-list2:before {
  content: "\e620";
}

.ico-plus:before {
  content: "\ea43";
}

.ico-minus:before {
  content: "\ea41";
}

.ico-icon-add-cart:before {
  content: "\e93a";
}

.ico-icon-cart:before {
  content: "\e93a";
}

.ico-icon-chat:before {
  content: "\e96e";
}

.ico-icon-globe:before {
  content: "\e9ca";
}

.ico-icon-remove-cart:before {
  content: "\e93a";
}

.ico-icon-target:before {
  content: "\e621";
  color: #444;
}

.ico-equalizer:before {
  content: "\e992";
}

.ico-youth:before {
  content: "\e900";
}

.ico-question:before {
  content: "\ea09";
}

/* Helpers */
/* Components */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

button {
  font: inherit;
}

.cart-buttons {
  width: 100%;
}

.filters-header, .categories-header {
  margin-top: 11px;
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
  padding-top: 4px;
  text-transform: uppercase;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #629ad4;
}

.categories-header {
  padding-top: 0;
}

.categories-header:empty {
  margin-top: 0;
}

.ico-plus,
.ico-minus {
  color: white;
  font-size: 12px;
}

.ico-equalizer {
  color: white;
}

.btn {
  background-clip: padding-box;
  border-radius: 3px;
  display: inline-block;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  background: transparent;
}
.btn:hover {
  cursor: pointer;
}
.btn.more, .btn.claim-agency, .btn.cart-remove {
  margin: 24px 0 0;
  width: 100%;
}
.btn.medium {
  padding: 12px 24px;
}
.btn.large {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-default {
  background-color: #fbfbff;
  border: 1px solid #bfd1e0;
  color: #424C58;
  background-image: linear-gradient(to top, #f9fbff 0%, #fff 100%);
}
.btn-default:hover {
  box-shadow: 0 1px 2px rgba(126, 136, 173, 0.18);
  background-image: linear-gradient(to top, #f4f4f8 0%, #fff 100%);
}
.btn-default:focus, .btn-default.active {
  border: 1px solid rgb(173.8210526316, 196.6526315789, 215.6789473684);
  box-shadow: 0 1px 0 rgba(126, 136, 173, 0.11), inset 0 1px 2px #e8e8f4;
}
.btn-primary {
  background-color: #105D9D;
  background-image: none;
  border: 1px solid #4388cf;
  color: white !important;
}
.btn-primary:hover {
  background-color: #0c3c64;
  background-image: none;
  color: white;
  box-shadow: 0 2px 2px rgba(77, 85, 127, 0.18);
}
.btn-primary:focus, .btn-primary.active {
  border: 1px solid rgb(54.5885, 125.6805, 199.3115);
  box-shadow: 0 1px 3px rgba(38, 41, 48, 0.11), inset 0 1px 2px rgb(81.986, 143.698, 207.614);
}
.btn-primary-screener {
  background-color: #105D9D;
  border: 1px solid #69A75C;
  color: white !important;
  background-image: linear-gradient(to top, #69A75C 0%, #BADFB2 100%);
}
.btn-primary-screener:hover {
  color: white;
  box-shadow: 0 2px 2px rgba(77, 85, 127, 0.18);
  background-image: linear-gradient(to top, #529544 0%, #80C971 100%);
}
.btn-primary-screener:focus, .btn-primary-screener.active {
  border: 1px solid rgb(81.6450199203, 131.7637450199, 71.1362549801);
  box-shadow: 0 1px 3px rgba(38, 41, 48, 0.11), inset 0 1px 2px rgb(81.986, 143.698, 207.614);
}
.btn-danger {
  background-color: #d9534f;
  border: 1px solid #d43f3a;
  color: white;
}
.btn-danger:hover {
  box-shadow: 0 2px 2px rgba(77, 85, 127, 0.18);
}
.btn-secondary {
  background-color: #feb62a;
  border: 1px solid #e7a21b;
  color: #122A36;
  background-image: linear-gradient(to top, #feb62b 0%, #fdc456 100%);
}
.btn-secondary:hover {
  box-shadow: 0 2px 2px rgba(254, 182, 42, 0.18);
  background-image: linear-gradient(to top, #f4ad23 0%, #fdc456 100%);
}
.btn-secondary:focus, .btn-secondary.active {
  border: 1px solid rgb(238.7789719626, 158.064953271, 1.1210280374);
  box-shadow: 0 1px 3px rgba(38, 41, 48, 0.11), inset 0 1px 2px rgb(253.8808411215, 173.3014018692, 16.6191588785);
}
.btn-tertiary {
  background-color: #ffffff;
  border: 1px solid #A1C2E5;
  color: #105D9D;
  border-radius: 8px;
  text-decoration: none !important;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  padding: 12px;
  transition: all 0.2s ease-out;
  font-size: 16px;
  line-height: 24px;
}
.btn-tertiary:hover {
  background-color: #EFF5FB;
  border-color: #A1C2E5;
  color: #0C3C64;
}
.btn-tertiary:focus, .btn-tertiary.active {
  background-color: #EFF5FB;
  border-color: #105D9D;
  color: #092E4D;
  outline: none;
}
.btn-tag {
  background-image: linear-gradient(to bottom, #f3f9ff, #e4ebf2);
  border-radius: 30px;
  color: rgba(126, 148, 173, 0.6);
  font-size: 10px;
  padding: 0 10px;
  text-decoration: none;
  margin: 3px;
}
.btn.toggle-filters {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: calc(100% - 30px);
  padding: 0 12px;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 39px;
}
@media only screen and (min-width: 48em) {
  .btn.toggle-filters {
    width: auto;
  }
}
.btn.toggle-filters:focus, .btn.toggle-filters.active, .btn.toggle-filters:hover {
  outline: none;
  color: white;
}
.btn.toggle-filters .ico {
  top: 1px;
}
.btn.toggle-filters .ico-equalizer {
  padding-right: 12px;
}
.btn.toggle-filters .toggle-arrow {
  width: 18px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}

.home-search-btn {
  border-radius: 3px;
  border: solid 1px #e7a21b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.form-space {
  margin-top: 10px;
  margin-bottom: 16px;
}

.form-wrap {
  padding-bottom: 15px;
}

.open-filters-table,
.open-filters {
  width: 100%;
  margin-top: 7px;
}
.open-filters-table .days,
.open-filters .days {
  display: table-row;
}
.open-filters-table .days :first-child,
.open-filters .days :first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.open-filters-table .days :last-child,
.open-filters .days :last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.open-filters-table .open-on,
.open-filters .open-on {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  padding: 13px 0;
  text-align: center;
  background-color: #f3f9ff;
  border: 1px solid #bfd1e0;
  color: #7e94ad;
  width: 14.28%;
}
.open-filters-table .open-on:hover,
.open-filters .open-on:hover {
  box-shadow: 0 1px 2px rgba(126, 136, 173, 0.18);
}
.open-filters-table .open-on:focus-visible, .open-filters-table .open-on.active,
.open-filters .open-on:focus-visible,
.open-filters .open-on.active {
  background-color: #105D9D;
  border-color: #4e7baa;
  color: white;
  background-image: linear-gradient(to top, #558ac0 0%, #89b7d8 100%);
}

.btn-tall {
  height: 45px;
}
.btn-tall:disabled {
  color: #7e94ad;
  background-color: #d9e5ef;
  border: none;
  background-image: none;
  pointer-events: none;
}
.btn-tall.btn-cancel {
  margin-top: 10px;
  color: #7e94ad;
  border-color: #d9e5ef;
}

.btn-danger {
  background-color: #d9534f;
}
.btn-danger:disabled {
  background-color: #d9534f;
  opacity: 0.5;
  color: white;
}

.dropdown-toggle-btn {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  display: flex;
  align-items: center;
  padding: 9px 10px 7px 10px;
  cursor: auto;
  border: 1px solid #6D7E92;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(126, 148, 173, 0.18);
  color: #424C58;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, rgb(250, 251, 255) 0%, rgb(255, 255, 255) 100%);
}

.caret-icon {
  width: 12px;
  height: 7px;
  background: none, url(/assets/caret-660d481d3917149e88cfdda9bb0f289d58eb8aad9b897e545508d3a42aabbb03.svg) no-repeat center center/12px;
  margin-left: 20px;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 5px 8px 0 rgba(126, 148, 173, 0.23);
  border: solid 1px #d9e5ef;
  max-height: 300px;
  overflow-y: scroll;
}

.dropdown-item-btn, .dropdown-item-btn-selected {
  width: 100%;
  background-color: #fff;
  border: none;
  text-align: left;
  cursor: auto;
  padding: 12px;
  color: #424C58;
}
.dropdown-item-btn:hover, .dropdown-item-btn-selected:hover {
  background-color: #f3f9ff;
}
.dropdown-item-btn:focus, .dropdown-item-btn-selected:focus {
  outline: none;
}

.dropdown-item-btn-selected {
  color: #105D9D;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}

.checkbox-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  max-width: 450px;
  min-height: 48px;
  border-radius: 3px;
  border: solid 1px #fff;
  background-color: rgba(217, 229, 239, 0.15);
}
.checkbox-option:hover {
  background-color: rgba(217, 229, 239, 0.3);
}
.checkbox-option.checked {
  border: solid 1px rgba(126, 148, 173, 0.3);
}
.checkbox-option.checked label {
  color: #64778c;
}
.checkbox-option label {
  width: 100%;
}
.checkbox-option input {
  margin: 0 11px;
  -moz-appearance: none;
  -o-apperance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  border: solid 1px rgba(126, 148, 173, 0.5);
  background-image: linear-gradient(to bottom, #f3f9ff, #ffffff);
  font-size: inherit;
  height: 24px;
  width: 24px;
  line-height: 1;
  position: relative;
  vertical-align: bottom;
}
.checkbox-option input:before,
.checkbox-option input:after {
  content: "";
  position: absolute;
}
.checkbox-option input:before,
.checkbox-option input:after {
  border-bottom: 2px solid #629ad4;
  border-right: 2px solid #629ad4;
  bottom: 0;
  height: 1em;
  margin: auto;
  right: 0.5em;
  top: -0.5em;
  transform: rotate(45deg) scale(0);
  width: 0.625em;
}
.checkbox-option input:checked:before {
  transform: rotate(45deg) scale(1);
}
.checkbox-option input:focus {
  outline: none;
}

input,
select,
textarea {
  color: #122A36;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
}
input.placeholder,
select.placeholder,
textarea.placeholder {
  color: #6D7E92;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6D7E92;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6D7E92;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6D7E92;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6D7E92;
}

select {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  padding: 7px;
  border: 1px solid #d9e5ef;
  border-radius: 3px;
}

label {
  font-family: "inter-light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  color: #7e94ad;
  padding: 7px;
  padding-left: 0;
}

.input {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #6D7E92;
  box-shadow: inset 0 1px 2px #e9eef4;
  font-size: 14px;
  outline: none;
  padding: 7px;
  transition: border 500ms;
}
.input:focus {
  border: 1px solid #105D9D;
  box-shadow: inset 0 1px 2px rgba(233, 238, 244, 0.38);
}
.input.large-height {
  height: 50px;
}
.input.large {
  font-size: 16px;
  height: 40px;
  padding: 15px;
}
.input.large-alt {
  font-size: 16px;
  height: 40px;
  min-width: 237px;
}
.input.gradient-background {
  background-image: linear-gradient(to bottom, #f3f9ff, #fafcff);
}

input[type=text]:disabled {
  background: #eee;
}

.select {
  border: 1px solid #d9e5ef;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(126, 148, 173, 0.18);
  color: #7e94ad;
  font-size: 14px;
  outline: none;
  padding: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, rgb(250, 251, 255) 0%, rgb(255, 255, 255) 100%);
}
.select.large {
  font-size: 16px;
  height: 40px;
  padding: 15px;
}
.select.large-alt {
  font-size: 16px;
  height: 40px;
  min-width: 237px;
}

select::-ms-expand {
  display: none;
}

.select-wrap:after {
  background: url(/assets/sprite/icons-d3fb0d0d13f339e38a2e4068fe5b241ed8eb028fee0e26aebacfdeef28bf97ab.png) no-repeat;
  background: none, url(/assets/sprite/icons-0b6e17b011724224fc89f29ceaa0b244190b2647115624579ca312e67ec9bddb.svg) no-repeat;
  background-position: 0 -17px;
  content: "";
  display: block;
  height: 8.1px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 4px;
  width: 12px;
}

.search-container {
  padding: 0;
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .search-container {
    display: table-cell;
  }
}
.search-container .label, .search-container .agency-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-container.input {
  height: auto;
}
@media only screen and (min-width: 48em) {
  .search-container.input {
    height: 40px;
  }
}

.search-input-wrap.location {
  border-top: 1px solid #d9e5ef;
}
@media only screen and (min-width: 48em) {
  .search-input-wrap.location {
    border-left: 1px solid #d9e5ef;
    border-top: none;
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 28.0101901008%;
  }
  .search-input-wrap.location:last-child {
    margin-right: 0;
  }
}

.search-field-shell {
  --search-field-height: 64px;
  --search-field-radius: 8px;
  --search-field-border-color: #d9e5ef;
  --search-field-background: #ffffff;
  --search-field-text-color: #125790;
  --search-field-placeholder-color: #83a2bb;
  --search-field-font-size: 20px;
  --search-field-line-height: 1.45;
  --search-field-padding-left: 24px;
  --search-field-padding-right: 24px;
  --search-field-icon-left: 24px;
  --search-field-focus-border-color: #105d9d;
  --search-field-focus-shadow: 0 0 0 2px rgba(184, 214, 240, 0.72);
  --search-field-hover-border-color: #6d7e92;
  background: var(--search-field-background);
  border: 1px solid var(--search-field-border-color);
  border-radius: var(--search-field-radius);
  box-sizing: border-box;
  display: block;
  overflow: visible;
  position: relative;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  width: 100%;
}
.search-field-shell:hover:not(:focus-within) {
  border-color: var(--search-field-hover-border-color);
}
.search-field-shell:focus-within {
  border-color: var(--search-field-focus-border-color);
  box-shadow: var(--search-field-focus-shadow);
  outline: none;
}
@media only screen and (max-width: 48em) {
  .search-field-shell {
    --search-field-height: 53px;
    --search-field-font-size: 16px;
    --search-field-line-height: 1.31;
    --search-field-padding-left: 16px;
    --search-field-padding-right: 16px;
    --search-field-icon-left: 16px;
  }
}

.search-field-shell--with-leading-icon {
  --search-field-padding-left: 48px;
}
@media only screen and (max-width: 48em) {
  .search-field-shell--with-leading-icon {
    --search-field-padding-left: 48px;
  }
}

.search-field-shell--with-trailing-icon {
  --search-field-padding-right: 56px;
}
@media only screen and (max-width: 48em) {
  .search-field-shell--with-trailing-icon {
    --search-field-padding-right: 48px;
  }
}

.search-field-shell--compact {
  --search-field-height: 48px;
  --search-field-radius: 8px;
  --search-field-border-color: #a8b2bd;
  --search-field-text-color: #6D7E92;
  --search-field-placeholder-color: #6D7E92;
  --search-field-font-size: 16px;
  --search-field-line-height: 1.4;
  --search-field-padding-left: 14px;
  --search-field-padding-right: 14px;
}
@media only screen and (max-width: 48em) {
  .search-field-shell--compact {
    --search-field-height: 48px;
    --search-field-font-size: 16px;
    --search-field-line-height: 1.4;
    --search-field-padding-left: 14px;
    --search-field-padding-right: 14px;
  }
}

.search-field-shell--compact.search-field-shell--with-leading-icon {
  --search-field-padding-left: 42px;
  --search-field-icon-left: 14px;
}
@media only screen and (max-width: 48em) {
  .search-field-shell--compact.search-field-shell--with-leading-icon {
    --search-field-padding-left: 42px;
    --search-field-icon-left: 14px;
  }
}

.search-field-input {
  background: transparent;
  border: none;
  border-radius: inherit;
  box-shadow: none;
  display: block;
  color: var(--search-field-text-color);
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: var(--search-field-font-size);
  height: var(--search-field-height);
  line-height: var(--search-field-line-height);
  min-width: 0;
  outline: none;
  overflow: hidden;
  padding-left: var(--search-field-padding-left);
  padding-right: var(--search-field-padding-right);
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.search-field-input::-moz-placeholder {
  color: var(--search-field-placeholder-color);
}
.search-field-input::placeholder {
  color: var(--search-field-placeholder-color);
}

.search-field-input.category-search-term {
  padding-left: var(--search-field-padding-left);
  padding-right: var(--search-field-padding-right);
}

.place-autocomplete-control {
  --place-autocomplete-height: 64px;
  --place-autocomplete-radius: 8px;
  --place-autocomplete-border-color: #d9e5ef;
  --place-autocomplete-background: #ffffff;
  --place-autocomplete-font-family: inter, Helvetica Neue, Helvetica, sans-serif;
  --place-autocomplete-font-weight: 400;
  --place-autocomplete-text-color: #125790;
  --place-autocomplete-placeholder-color: #424C58;
  --place-autocomplete-font-size: 14px;
  --place-autocomplete-line-height: 20.3px;
  --place-autocomplete-padding-left: 48px;
  --place-autocomplete-padding-right: 24px;
  --place-autocomplete-icon-left: 24px;
  --place-autocomplete-icon-color: #1f2f38;
  --place-autocomplete-focus-border-color: #105d9d;
  --place-autocomplete-focus-shadow: 0 0 0 2px rgba(184, 214, 240, 0.72);
  --place-autocomplete-hover-border-color: #6d7e92;
  contain: layout;
  background: var(--place-autocomplete-background);
  border: 1px solid var(--place-autocomplete-border-color);
  border-radius: var(--place-autocomplete-radius);
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  position: relative;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  width: 100%;
}
.place-autocomplete-control:hover:not(:focus-within) {
  border-color: var(--place-autocomplete-hover-border-color);
}
.place-autocomplete-control:focus-within {
  border-color: var(--place-autocomplete-focus-border-color);
  box-shadow: var(--place-autocomplete-focus-shadow);
  outline: none;
  z-index: 2;
}
@media only screen and (max-width: 48em) {
  .place-autocomplete-control {
    --place-autocomplete-height: 53px;
    --place-autocomplete-font-size: 16px;
    --place-autocomplete-line-height: 1.31;
    --place-autocomplete-padding-left: 48px;
    --place-autocomplete-padding-right: 16px;
    --place-autocomplete-icon-left: 16px;
  }
}

.place-autocomplete-control--compact {
  --place-autocomplete-height: 48px;
  --place-autocomplete-radius: 8px;
  --place-autocomplete-border-color: #a8b2bd;
  --place-autocomplete-font-family: inter, Helvetica Neue, Helvetica, sans-serif;
  --place-autocomplete-font-weight: 400;
  --place-autocomplete-text-color: #6D7E92;
  --place-autocomplete-placeholder-color: #6D7E92;
  --place-autocomplete-font-size: 16px;
  --place-autocomplete-line-height: 1.4;
  --place-autocomplete-padding-left: 42px;
  --place-autocomplete-padding-right: 14px;
  --place-autocomplete-icon-left: 14px;
  --place-autocomplete-icon-color: #4f6881;
}
@media only screen and (max-width: 48em) {
  .place-autocomplete-control--compact {
    --place-autocomplete-height: 48px;
    --place-autocomplete-font-size: 16px;
    --place-autocomplete-line-height: 1.4;
    --place-autocomplete-padding-left: 42px;
    --place-autocomplete-padding-right: 14px;
    --place-autocomplete-icon-left: 14px;
  }
}

.place-autocomplete-control--with-trailing-control {
  --place-autocomplete-padding-right: 56px;
}
@media only screen and (max-width: 48em) {
  .place-autocomplete-control--with-trailing-control {
    --place-autocomplete-padding-right: 48px;
  }
}

.place-autocomplete-field,
.place-autocomplete-field-inner {
  display: block;
  width: 100%;
}

.place-autocomplete-host {
  --gmp-input-height: var(--place-autocomplete-height);
  --gmp-input-radius: var(--place-autocomplete-radius);
  --gmp-input-font-size: var(--place-autocomplete-font-size);
  --gmp-input-line-height: var(--place-autocomplete-line-height);
  --uw-place-mobile-padding-left: var(--place-autocomplete-padding-left);
  --uw-place-mobile-padding-right: var(--place-autocomplete-padding-right);
  --gmp-input-mobile-font-size: var(--place-autocomplete-font-size);
  --gmp-input-mobile-line-height: var(--place-autocomplete-line-height);
}

.search-field-icon {
  color: #1f2f38;
  left: var(--search-field-icon-left, 16px);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.place-autocomplete-control .search-field-icon {
  color: var(--place-autocomplete-icon-color);
  left: var(--place-autocomplete-icon-left);
}

.geolocate-wrap {
  display: inline-block;
}

.geolocate-input {
  color: #bdc8d6;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: 8%;
  z-index: 99;
}
.geolocate-input.loading {
  animation: rotate 2s infinite ease-in-out;
  transform-origin: center center;
}

.geolocate-home {
  position: absolute;
  right: 24px;
  top: 26px;
  color: #7F95AC;
  cursor: pointer;
  font-size: 14px;
}
@media only screen and (max-width: 48em) {
  .geolocate-home {
    top: 22px;
    right: 16px;
  }
}
.geolocate-home.loading {
  animation: rotate 2s infinite ease-in-out;
  transform-origin: center center;
}

.search-input {
  background: transparent;
  border: none;
  color: #7e94ad;
  font-size: 16px;
  outline: none;
  padding: 10px 15px;
}
.search-input.placeholder {
  color: rgb(213.3042654028, 220.4151658768, 228.4957345972);
}
.search-input:-moz-placeholder {
  color: rgb(213.3042654028, 220.4151658768, 228.4957345972);
}
.search-input::-moz-placeholder {
  color: rgb(213.3042654028, 220.4151658768, 228.4957345972);
}
.search-input:-ms-input-placeholder {
  color: rgb(213.3042654028, 220.4151658768, 228.4957345972);
}
.search-input::-webkit-input-placeholder {
  color: rgb(213.3042654028, 220.4151658768, 228.4957345972);
}

.search-button {
  margin-top: 15px;
  padding: 0 24px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .search-button {
    display: inline-block;
    margin-left: 15px;
    margin-top: 0;
    width: auto;
  }
}

.search-button {
  margin-top: 15px;
  padding: 0 24px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .search-button {
    display: table-cell;
    margin-top: 0;
    width: auto;
  }
}

.search-radius-region,
.gender-filter-region,
.age-filter-region,
.area-sort-region {
  *zoom: 1;
}
.search-radius-region:before, .search-radius-region:after,
.gender-filter-region:before,
.gender-filter-region:after,
.age-filter-region:before,
.age-filter-region:after,
.area-sort-region:before,
.area-sort-region:after {
  content: "";
  display: table;
}
.search-radius-region:after,
.gender-filter-region:after,
.age-filter-region:after,
.area-sort-region:after {
  clear: both;
}

.gender-filter-region {
  margin-top: 10px;
}

.search-radius,
.area-sort {
  float: left;
}
.search-radius select,
.area-sort select {
  width: 100px;
}

.open-filter-region {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}

.apply-filters {
  width: 100%;
  padding: 12px;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.apply-filters.btn:disabled {
  background: #eaeaea;
  background-color: #eaeaea;
  background-image: none;
  border-color: #eaeaea;
  border-radius: 8px;
  box-shadow: none;
  color: #6d7e92;
  cursor: not-allowed;
  opacity: 1;
}

@media only screen and (min-width: 48em) {
  .gender-filter,
  .age-filter {
    margin-right: 5px;
  }
}

.age-radio,
.gender-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25em 0.75em;
}

.radio-option {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.radio-option input[type=radio],
.radio-option input[type=checkbox] {
  margin: 0 0.4em 0 0;
  padding: 0;
  flex-shrink: 0;
}

.age-group-radio-btn,
.gender-radio-btn {
  color: #7e94ad;
  font-weight: lighter;
  font-size: 12px;
  margin-bottom: 0;
}

.clear-link {
  font-weight: bold;
  text-decoration: underline;
  display: block;
  text-align: center;
  font-size: 12px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .clear-link {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 48em) {
  .clear-link {
    margin-top: 5px;
  }
}

.related-link {
  color: #105D9D;
  text-decoration: underline;
  float: left;
  font-size: 12px;
  padding-right: 26px;
}
.related-link:hover, .related-link:focus {
  color: #105D9D;
}

.related-searches-container {
  padding-top: 4px;
  padding-bottom: 55px;
}

.target-populations-outer {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .target-populations-outer {
    float: left;
    width: 73%;
  }
}

.target-and-search-horizontal {
  overflow: hidden;
}

.search-radius-region {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .search-radius-region {
    float: left;
    width: 27%;
  }
}

.line-adjust {
  margin-right: 15px;
}
@media only screen and (max-width: 48em) {
  .line-adjust {
    display: block;
  }
}

.target-populations-container,
.radius-container {
  padding-top: 0.53em;
}

#radius-dropdown {
  min-width: 9em;
}

.label-balance {
  vertical-align: middle;
}

.filters {
  color: #122A36;
  padding-top: 0;
}
.filters label {
  font-weight: normal;
}
.filters table {
  border-collapse: initial;
}
.filters .filter-section-heading {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
}
.filters .label-no-transform {
  color: #122A36;
  display: block;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  text-transform: none;
}
.filters .small-text {
  color: #4b5f73;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.filters .target-and-search-horizontal {
  overflow: visible;
}
.filters .target-populations-outer,
.filters .search-radius-region {
  float: none;
  margin: 0;
  width: auto;
}
.filters .target-populations-outer {
  margin-bottom: 24px;
}
.filters .target-populations-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 0;
}
.filters .target-population {
  display: inline-flex;
}
.filters .target-population-item.btn-tag {
  align-items: center;
  background: #ffffff;
  border: 1px solid #a1c2e5;
  border-radius: 999px;
  color: #105D9D;
  display: inline-flex;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  gap: 7px;
  line-height: 20px;
  min-height: 32px;
  padding: 4px 12px;
  text-decoration: none;
}
.filters .target-population-item.btn-tag:hover, .filters .target-population-item.btn-tag:focus {
  background: #eff5fb;
  border-color: #105D9D;
  box-shadow: none;
  color: #105D9D;
  outline: none;
}
.filters .target-population-item.btn-tag:focus-visible {
  box-shadow: 0 0 0 3px rgba(16, 93, 157, 0.18);
}
.filters .target-population.active .target-population-item.btn-tag {
  background: #eff5fb;
  border-color: #105D9D;
  color: #092e4d;
}
.filters .target-population.active .target-population-item.btn-tag:hover, .filters .target-population.active .target-population-item.btn-tag:focus {
  background: #eff5fb;
  color: #092e4d;
}
.filters .tp-add,
.filters .tp-close {
  color: #105D9D;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
}
.filters .tp-add:empty {
  display: none;
}
.filters .tp-close {
  color: #092e4d;
  font-size: 18px;
}
.filters .open-filter-region,
.filters .gender-filter-region,
.filters .age-filter-region,
.filters .area-sort-region,
.filters .referral-filter-region,
.filters .search-radius-region {
  margin: 0 0 24px;
  width: 100%;
}
.filters .open-now,
.filters .area-sort .search-input-wrap,
.filters .referral-filter {
  align-items: center;
  display: flex;
  gap: 10px;
}
.filters input[type=checkbox],
.filters input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px solid #a8b2bd;
  flex: 0 0 auto;
  height: 20px;
  margin: 0;
  width: 20px;
}
.filters input[type=checkbox]:hover,
.filters input[type=radio]:hover {
  background-color: #eff5fb;
  border-color: #a1c2e5;
}
.filters input[type=checkbox]:focus,
.filters input[type=radio]:focus {
  box-shadow: 0 0 0 3px rgba(16, 93, 157, 0.18);
  outline: none;
}
.filters input[type=checkbox]:disabled,
.filters input[type=radio]:disabled {
  background: #eef2f5;
  border-color: #c7d2dd;
  cursor: not-allowed;
}
.filters input[type=checkbox]:disabled + label,
.filters input[type=radio]:disabled + label {
  color: #9aaabc;
  cursor: not-allowed;
}
.filters input[type=checkbox] {
  border-radius: 4px;
}
.filters input[type=checkbox]:checked {
  background: #105D9D url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 7.1 5.7 10 11 4'/%3E%3C/svg%3E") center/14px 14px no-repeat;
  border-color: #105D9D;
}
.filters input[type=checkbox]:checked:hover {
  background-color: #0b4f87;
  border-color: #0b4f87;
}
.filters input[type=radio] {
  border-radius: 50%;
}
.filters input[type=radio]:checked {
  background: radial-gradient(circle, #ffffff 0 3px, #105D9D 4px 100%);
  border-color: #105D9D;
}
.filters input[type=radio]:checked:hover {
  background: radial-gradient(circle, #ffffff 0 3px, #0b4f87 4px 100%);
  border-color: #0b4f87;
}
.filters .open-filters-table {
  margin-top: 0;
  width: 100%;
}
.filters .open-filters-table .days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.filters .open-filters-table .open-on {
  background: #ffffff;
  border: 1px solid #a1c2e5;
  border-left-width: 0;
  color: #105D9D;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-height: 36px;
  padding: 7px 0;
  text-align: center;
  width: 100%;
}
.filters .open-filters-table .open-on:first-child {
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
  border-top-left-radius: 4px;
}
.filters .open-filters-table .open-on:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.filters .open-filters-table .open-on:focus-visible, .filters .open-filters-table .open-on.active {
  background: #eff5fb;
  border-color: #092e4d;
  box-shadow: inset 0 0 0 1px #092e4d;
  color: #092e4d;
  position: relative;
  z-index: 1;
}
.filters .age-radio,
.filters .gender-radio {
  align-items: flex-start;
  display: grid;
  gap: 16px;
}
.filters .radio-option {
  align-items: center;
  color: #122A36;
  display: inline-flex;
  gap: 8px;
  white-space: normal;
}
.filters .age-group-radio-btn,
.filters .gender-radio-btn {
  color: #122A36;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.filters .select-wrap,
.filters .select {
  width: 100%;
}
.filters .select {
  border: 1px solid #a1c2e5;
  border-radius: 4px;
  color: #122A36;
  font-size: 16px;
  line-height: 24px;
  min-height: 40px;
}
.filters .clear-link {
  color: #105D9D;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  padding-bottom: 16px;
  text-decoration: none;
}
.filters .apply-filters {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.transparent-group {
  margin-bottom: 48px;
}
@media only screen and (max-width: 48em) {
  .transparent-group {
    margin-bottom: 24px;
  }
}
.transparent-group .helper-input {
  display: inline-block;
  position: relative;
}
.transparent-group .helper-text {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #bdc8d6;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 0.3em;
}
.transparent-group .form-wrap {
  padding: 0;
  margin-bottom: 3em;
  gap: 8px;
}

div.error_messages,
div#error_explanation,
div.alert_messages,
div.success_messages {
  padding: 0.8em;
  margin: 0.4em 0 1em 0;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  border-radius: 3px;
}

div.error_messages,
div#error_explanation {
  background-color: #fef5f4;
  border: solid 1px #f46452;
  color: #f2442e;
}
div.error_messages h2,
div#error_explanation h2 {
  color: #f2442e;
  font-size: 1.3em;
  text-align: left;
}

div.alert_messages {
  background-color: #eff4fa;
  border: solid 1px #629ad4;
  color: #5b95d2;
}

div.success_messages {
  background-color: #f2ffee;
  border: solid 1px #6cab5e;
  color: #62a154;
}

.icon {
  background: url(/assets/sprite/icons-d3fb0d0d13f339e38a2e4068fe5b241ed8eb028fee0e26aebacfdeef28bf97ab.png) no-repeat;
  background: none, url(/assets/sprite/icons-0b6e17b011724224fc89f29ceaa0b244190b2647115624579ca312e67ec9bddb.svg) no-repeat;
  display: inline-block;
}

.brush {
  background-position: 0 0;
  height: 17px;
  width: 255.9px;
}

.drop-arrow {
  background-position: 0 -17px;
  width: 12px;
  height: 8px;
}

.housing {
  background-position: 0 -25px;
  width: 61.4px;
  height: 60px;
}

.logo-211 {
  background: none, url(/assets/sprite/uw-logo-d41a6709c3cd2f33c88b0dd4d1e6c8991e26323151df9143fb6f0017196a77c2.svg) no-repeat;
  display: inline-block;
  width: 210px;
  height: 32px;
}

.logo-unitedway {
  background-position: 0 -128px;
  width: 84.5px;
  height: 47.7px;
}

.logo-uwc {
  background-image: url(/assets/uwc_horizontal_white-1392855a30495b575905e20862e0823ddc27ee948e445c660c23735896490ead.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 133px;
  height: 46px;
  margin-bottom: 48px;
}

.social-share-icons {
  background-image: url(/assets/social-media-812097a4ae6490c4e3f63a641dc1f8574129c21b8a8ebcc480f40b964e2efa7f.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 77px;
  height: 53px;
  margin: 0 auto;
}

.marker {
  background-position: 0 -176px;
  width: 13.6px;
  height: 16px;
}

.navigator {
  background-position: 0 -192px;
  width: 56.2px;
  height: 60px;
}

.uwc {
  background-position: 0 -252px;
  width: 116.1px;
  height: 60px;
}

.volunteer {
  background-position: 0 -312px;
  width: 61.9px;
  height: 60px;
}

.icon-create {
  background: #D9E5EF url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTE2LjUzIDQuODg5VjE1SDIuNzYzVjQuODg5TTEuMjMzIDFIMTguMDZ2My44ODlIMS4yMzN6bTYuODg0IDdoMy4wNTkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMTI1NzkwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==") no-repeat center;
}

.icon-export {
  background: #D9E5EF url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTEuMTgzIDh2NS42YzAgLjc3My42MTcgMS40IDEuMzc3IDEuNGg4LjI2YTEuMzkgMS4zOSAwIDAgMCAxLjM3Ny0xLjRWOE05LjQ0MyAzLjhMNi42OSAxIDMuOTM3IDMuOE02LjY5IDF2OS4xIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzEyNTc5MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat center;
}

.icon-share {
  background: #D9E5EF url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMxMjU3OTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjE4MyAxKSI+PGVsbGlwc2UgY3g9IjkuODMzIiBjeT0iMiIgcng9IjEuOTY3IiByeT0iMiIvPjxlbGxpcHNlIGN4PSIxLjk2NyIgY3k9IjYuNjY3IiByeD0iMS45NjciIHJ5PSIyIi8+PGVsbGlwc2UgY3g9IjkuODMzIiBjeT0iMTEuMzMzIiByeD0iMS45NjciIHJ5PSIyIi8+PHBhdGggZD0iTTMuNjY1IDcuNjczbDQuNDc3IDIuNjU0bS0uMDA3LTcuMzJMMy42NjUgNS42NiIvPjwvZz48L3N2Zz4=") no-repeat center;
}

.icon-unlimited {
  background: #D9E5EF url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTI1NzkwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTExLjg3NCAxNUw2LjUyIDExLjExMSAxLjE2NyAxNVYyLjU1NmMwLS44Ni42ODUtMS41NTYgMS41My0xLjU1Nmg3LjY0N2MuODQ1IDAgMS41My42OTYgMS41MyAxLjU1NlYxNXoiLz48L3N2Zz4=") no-repeat center;
}

.icon-info {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23BFCAD7' fill-rule='nonzero' d='M8 0a8 8 0 1 0 8 8 8.009 8.009 0 0 0-8-8zm.167 3.333a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm1.5 9H7A.667.667 0 1 1 7 11h.5a.167.167 0 0 0 .167-.167v-3a.167.167 0 0 0-.167-.166H7a.667.667 0 0 1 0-1.334h.667C8.403 6.333 9 6.93 9 7.667v3.166c0 .092.075.167.167.167h.5a.667.667 0 1 1 0 1.333z'/%3E%3C/svg%3E") no-repeat center;
}

.icon-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='18' viewBox='0 0 14 18'%3E%3Cg fill='%23BDC9D7' fill-rule='nonzero'%3E%3Cpath d='M11.625 4.875H9.75a.75.75 0 0 0 0 1.5h1.688c.103 0 .187.084.187.188v9.375a.187.187 0 0 1-.188.187H2.063a.187.187 0 0 1-.188-.188V6.563c0-.104.084-.188.188-.188H3.75a.75.75 0 0 0 0-1.5H1.875a1.5 1.5 0 0 0-1.5 1.5v9.75a1.5 1.5 0 0 0 1.5 1.5h9.75a1.5 1.5 0 0 0 1.5-1.5V6.375a1.5 1.5 0 0 0-1.5-1.5z'/%3E%3Cpath d='M6.22 12.53a.75.75 0 0 0 1.06 0l2.625-2.625a.75.75 0 0 0-.53-1.28H8.062a.188.188 0 0 1-.187-.188V1.5a1.125 1.125 0 0 0-2.25 0v6.938a.188.188 0 0 1-.188.187H4.125a.75.75 0 0 0-.53 1.28L6.22 12.53z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-food {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' viewBox='0 0 14 20'%3E%3Cg fill='%23B0CCE9' fill-rule='nonzero'%3E%3Cpath d='M9.792 0a.625.625 0 0 0-.625.625v18.542a.833.833 0 1 0 1.666 0V12.5c0-.23.187-.417.417-.417h1.458a1.036 1.036 0 0 0 1.042-1.041v-.006C13.697 5.046 11.735 0 9.792 0zM5.833 0A.833.833 0 0 0 5 .833V5c0 .436-.17.855-.476 1.167a.21.21 0 0 1-.357-.146V.833a.833.833 0 0 0-1.667 0V6.02a.21.21 0 0 1-.357.146A1.66 1.66 0 0 1 1.667 5V.833A.833.833 0 0 0 0 .833V5a3.34 3.34 0 0 0 2.223 3.143.417.417 0 0 1 .277.393v10.63a.833.833 0 1 0 1.667 0V8.537c0-.177.11-.334.277-.393A3.34 3.34 0 0 0 6.667 5V.833A.833.833 0 0 0 5.833 0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-mental {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20'%3E%3Cpath fill='%23B0CCE9' fill-rule='nonzero' d='M17.023 8.213a6.03 6.03 0 0 1-.6-1.208C16.422 2.621 12.37 0 8.453 0A8.27 8.27 0 0 0 .119 8.386c0 2.917 1.06 5.103 3.15 6.51a.417.417 0 0 1 .183.346v4.341c0 .23.187.417.417.417h8.334c.23 0 .416-.187.416-.417v-2.5c0-.23.187-.416.417-.416h1.25c1.15 0 2.083-.933 2.083-2.084V12.93c0-.23.187-.417.417-.417.156 0 .315 0 .46-.008.32-.013.616-.173.802-.433.118-.184.174-.401.159-.62v-.114c.069-.93-.596-2.095-1.184-3.125zm-5.876.11a.417.417 0 0 0-.374.157 2.934 2.934 0 0 1-1.982 1.083.417.417 0 0 0-.326.228 3.307 3.307 0 0 1-2.93 1.876 3.446 3.446 0 0 1-3.333-3.542A3.63 3.63 0 0 1 3.41 5.399a.417.417 0 0 0 .13-.219A2.91 2.91 0 0 1 7.057 3a.417.417 0 0 0 .409-.12 2.488 2.488 0 0 1 3.882.287c.069.1.178.165.299.179a2.5 2.5 0 0 1-.5 4.973v.003z'/%3E%3C/svg%3E") no-repeat center;
}

.icon-healthcare {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19'%3E%3Cpath fill='%23B0CCE9' fill-rule='nonzero' d='M17.917 4.056h-3.542a.417.417 0 0 1-.417-.417V2.403A2.293 2.293 0 0 0 11.667.11H8.333a2.293 2.293 0 0 0-2.291 2.292v1.236c0 .23-.187.417-.417.417H2.083C.933 4.056 0 4.989 0 6.139v10c0 1.15.933 2.084 2.083 2.084h15.834A2.083 2.083 0 0 0 20 16.139v-10a2.083 2.083 0 0 0-2.083-2.083zM8.125 2.402a.21.21 0 0 1 .208-.208h3.334a.21.21 0 0 1 .208.208V3.64c0 .23-.187.417-.417.417H8.542a.417.417 0 0 1-.417-.417V2.403zm5.625 9.987c0 .23-.187.417-.417.417h-1.666a.417.417 0 0 0-.417.417v1.666c0 .23-.187.417-.417.417H9.167a.417.417 0 0 1-.417-.417v-1.666a.417.417 0 0 0-.417-.417H6.667a.417.417 0 0 1-.417-.417v-1.666c0-.23.187-.417.417-.417h1.666c.23 0 .417-.187.417-.417V8.223c0-.23.187-.417.417-.417h1.666c.23 0 .417.186.417.417v1.666c0 .23.187.417.417.417h1.666c.23 0 .417.186.417.417v1.666z'/%3E%3C/svg%3E") no-repeat center;
}

.icon-housing {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23B0CCE9' fill-rule='nonzero' d='M19.756 9.41L10.589.245a.833.833 0 0 0-1.178 0L.244 9.411a.833.833 0 0 0 .59 1.422h1.04c.116 0 .21.094.21.209v8.125c0 .46.372.833.833.833h4.791a.208.208 0 0 0 .209-.208v-3.959a2.083 2.083 0 1 1 4.166 0v3.959c0 .115.093.208.209.208h4.791c.46 0 .834-.373.834-.833v-8.125c0-.115.093-.209.208-.209h1.042a.833.833 0 0 0 .589-1.422z'/%3E%3C/svg%3E") no-repeat center;
}

.icon-substance {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20'%3E%3Cg fill='%23B0CCE9' fill-rule='nonzero'%3E%3Cpath d='M19.075 1.76a6.015 6.015 0 0 0-8.5 0L2.6 9.74A6 6 0 0 0 6.842 20a5.964 5.964 0 0 0 4.246-1.754l7.984-7.984a6.026 6.026 0 0 0 0-8.5l.003-.001zm-1.178 7.323l-3.105 3.102a.417.417 0 0 1-.59 0l-5.55-5.55a.417.417 0 0 1 0-.59l3.105-3.106a4.333 4.333 0 0 1 7.404 3.077 4.3 4.3 0 0 1-1.264 3.067z'/%3E%3Cpath d='M14.695 2.632a3.41 3.41 0 0 0-2.425 1.005.625.625 0 0 0 .883.884 2.232 2.232 0 0 1 3.084 0 .625.625 0 1 0 .884-.884 3.408 3.408 0 0 0-2.426-1.005z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-youth {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18'%3E%3Cg fill='%23B0CCE9' fill-rule='nonzero' transform='translate(0 -1)'%3E%3Ccircle cx='15.75' cy='3.499' r='2.5'/%3E%3Ccircle cx='2.75' cy='9.499' r='2'/%3E%3Cpath d='M20.688 12.67a1.5 1.5 0 0 0 .233-2.109l-1.7-2.123A2.485 2.485 0 0 0 17.27 7.5h-5.593l-.585-1.171A1.5 1.5 0 0 0 8.408 7.67l.723 1.445a2.487 2.487 0 0 0 2.237 1.385h1.141a.249.249 0 0 1 .242.31l-.25 1a.25.25 0 0 1-.242.19h-1.832a2.485 2.485 0 0 0-2.32 1.571l-.749 1.871a1.5 1.5 0 0 0 2.785 1.115L10.766 15h1.1c.04.482.221.942.519 1.323l1.69 2.113a1.5 1.5 0 1 0 2.342-1.873l-1.535-1.921.941-3.763a.5.5 0 0 1 .485-.379h.717l1.55 1.937a1.5 1.5 0 0 0 2.113.233z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-transportation {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='%23B0CCE9' fill-rule='nonzero'%3E%3Cpath d='M6.667 17.917h-2.5a.208.208 0 0 0-.209.208v.417a1.458 1.458 0 0 0 2.917 0v-.417a.208.208 0 0 0-.208-.208zM15.833 17.917h-2.5a.208.208 0 0 0-.208.208v.417a1.458 1.458 0 0 0 2.917 0v-.417a.208.208 0 0 0-.209-.208zM18.542 3.544h-.417a.208.208 0 0 1-.208-.21V2.5a2.5 2.5 0 0 0-2.5-2.5H4.583a2.5 2.5 0 0 0-2.5 2.5v.833a.208.208 0 0 1-.208.209h-.417A1.46 1.46 0 0 0 0 5v2.5a1.46 1.46 0 0 0 1.458 1.458h.417c.115 0 .208.094.208.209v5.416a2.5 2.5 0 0 0 2.5 2.5h10.834a2.5 2.5 0 0 0 2.5-2.5V9.167c0-.115.093-.209.208-.209h.417A1.46 1.46 0 0 0 20 7.5V5a1.46 1.46 0 0 0-1.458-1.456zM6.25 13.96H4.583a.625.625 0 0 1 0-1.25H6.25a.625.625 0 1 1 0 1.25zm9.167 0H13.75a.625.625 0 0 1 0-1.25h1.667a.625.625 0 0 1 0 1.25zm.833-3.333a.208.208 0 0 1-.208.208H3.958a.208.208 0 0 1-.208-.208V2.5c0-.46.373-.833.833-.833h10.834c.46 0 .833.373.833.833v8.126z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-utilities {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 15 20'%3E%3Cg fill='%23B0CCE9' fill-rule='nonzero'%3E%3Crect width='5.833' height='1.2' x='4.584' y='15.199' rx='.5'/%3E%3Cpath d='M9.352 17.6H5.65a.418.418 0 0 0-.38.237.388.388 0 0 0 .069.43 2.92 2.92 0 0 0 1.328.8v.133c0 .442.373.8.833.8.46 0 .833-.358.833-.8v-.132c.511-.144.97-.421 1.329-.8a.388.388 0 0 0 .069-.43.418.418 0 0 0-.38-.238zM4.376 7.4c-.46 0-.834.357-.834.8 0 .441.374.8.834.8H5c.055 0 .108-.022.148-.06a.195.195 0 0 0 .06-.14v-.6c0-.442-.372-.8-.832-.8zM8.126 14c.23 0 .417-.18.417-.4v-3.2c0-.11-.094-.2-.209-.2H6.667a.204.204 0 0 0-.209.2v3.2c0 .22.187.4.417.4h1.25z'/%3E%3Cpath d='M14.88 6.686c-.587-3.092-3.194-5.46-6.441-5.853C5.19.44 2.054 2.113.686 4.968-.68 7.823.038 11.2 2.462 13.31c.53.45 1.216.697 1.924.69h.403c.23 0 .417-.18.417-.4v-3.2c0-.11-.093-.2-.209-.2h-.625c-1.15 0-2.083-.895-2.083-2s.933-2 2.083-2c1.151 0 2.084.895 2.084 2v.6c0 .053.021.104.06.142.04.037.093.058.148.058h1.667c.055 0 .108-.02.147-.058A.195.195 0 0 0 8.54 8.8v-.6c0-1.105.933-2 2.084-2 1.15 0 2.083.895 2.083 2s-.933 2-2.083 2H10a.204.204 0 0 0-.208.2v3.2c0 .22.186.4.416.4h.404a2.92 2.92 0 0 0 1.924-.69c1.924-1.669 2.811-4.176 2.343-6.624z'/%3E%3Cpath d='M10 9h.625c.46 0 .833-.359.833-.8 0-.443-.373-.8-.833-.8-.46 0-.833.357-.833.8v.6c0 .053.022.104.06.141.04.038.093.058.148.058z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-money {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23B0CCE9' fill-rule='nonzero' d='M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10A10 10 0 0 0 10 0zm1.22 15.49a.21.21 0 0 0-.178.206v.637a1.042 1.042 0 0 1-2.084 0v-.587a.207.207 0 0 0-.208-.209h-.956a1.042 1.042 0 0 1 0-2.083h2.99a.932.932 0 0 0 .346-1.796l-3.033-1.215a3.004 3.004 0 0 1 .683-5.766.208.208 0 0 0 .178-.206v-.638a1.042 1.042 0 0 1 2.084 0v.589c0 .115.093.208.208.208h.956a1.042 1.042 0 0 1 0 2.083h-2.99A.93.93 0 0 0 8.87 8.51l3.033 1.214a3.004 3.004 0 0 1-.683 5.767z'/%3E%3C/svg%3E") no-repeat center;
}

.icon-family {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 15 20'%3E%3Cg fill='%23B0CCE9' fill-rule='nonzero'%3E%3Cpath d='M11.91 8.004a.4.4 0 0 0-.56.089L10.16 9.75a.2.2 0 0 1-.325 0L8.651 8.093a.4.4 0 0 0-.56-.089 3.2 3.2 0 0 0-1.219 1.877L5.61 15.49a.4.4 0 0 0 .39.487h1.28a.4.4 0 0 1 .4.36l.328 3.28a.4.4 0 0 0 .4.36h3.2a.4.4 0 0 0 .4-.36l.329-3.28a.4.4 0 0 1 .4-.36h1.28a.4.4 0 0 0 .39-.487l-1.279-5.61a3.2 3.2 0 0 0-1.218-1.877z'/%3E%3Cpath d='M7.216 7.689c.181-.22.342-.455.48-.703a.2.2 0 0 1 .294-.065 3.4 3.4 0 0 0 4.019 0 .202.202 0 0 1 .293.065c.139.248.3.483.48.703a.8.8 0 0 0 1.234-1.021c-.383-.44-.6-1-.616-1.584v-.906a3.4 3.4 0 0 0-6.8 0v.906a2.515 2.515 0 0 1-.617 1.584.8.8 0 1 0 1.233 1.02zm1.162-3.503c.252-.04.497-.115.728-.224.288-.135.54-.338.732-.592a.2.2 0 0 1 .32 0c.193.254.444.457.732.592.231.109.476.184.728.224a.2.2 0 0 1 .16.223 1.8 1.8 0 0 1-3.57 0 .2.2 0 0 1 .17-.223zM2.32 11.622a1.622 1.622 0 1 0 .005-3.244 1.622 1.622 0 0 0-.005 3.244zM2.32 11.978A2.32 2.32 0 0 0 0 14.298v1.408c0 .22.18.4.4.4h.4a.4.4 0 0 1 .4.36l.315 3.15a.4.4 0 0 0 .4.36h.82a.4.4 0 0 0 .4-.36l.315-3.15a.4.4 0 0 1 .4-.36h.4a.4.4 0 0 0 .4-.4V14.3a2.32 2.32 0 0 0-2.33-2.323z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-insurance {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='%23B0CCE9' fill-rule='nonzero'%3E%3Cpath d='M20 5.104a.94.94 0 0 0-.938-.937H16.25a.417.417 0 0 1-.417-.417V.937A.94.94 0 0 0 14.896 0H11.77a.94.94 0 0 0-.938.938V3.75c0 .23-.186.417-.416.417H7.604a.94.94 0 0 0-.937.937V8.23c0 .518.42.937.937.938h2.813c.23 0 .416.186.416.416v2.813c.001.517.42.936.938.937h3.125a.94.94 0 0 0 .937-.937V9.583c0-.23.187-.416.417-.416h2.813A.94.94 0 0 0 20 8.229V5.104zM.833 12.292a.833.833 0 0 0-.833.833v6.042a.833.833 0 1 0 1.667 0v-6.042a.833.833 0 0 0-.834-.833zM12.917 16.25H5.313a.52.52 0 1 1 0-1.042h2.104a.833.833 0 0 0 .766-1.161 1.862 1.862 0 0 0-1.713-1.13H2.917a.417.417 0 0 0-.417.416v5.417c0 .23.187.417.417.417h8.97a1.865 1.865 0 0 0 1.863-1.864v-.22a.833.833 0 0 0-.833-.833z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-shirt {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18'%3E%3Cpath fill='%23B0CCE9' fill-rule='nonzero' d='M21.336 5.214l-.006-.007-3.51-3.375A4.928 4.928 0 0 0 14.388.45c-.09.025-.389-.064-.45.27A3.323 3.323 0 0 1 10.8 3.6 3.323 3.323 0 0 1 7.66.72C7.6.387 7.3.475 7.21.45a4.928 4.928 0 0 0-3.43 1.381L.264 5.215a.9.9 0 0 0 0 1.272l2.091 2.092a.89.89 0 0 0 1.2.066l1.12-.867a.45.45 0 0 1 .725.36v8.513a.9.9 0 0 0 .9.9h9a.9.9 0 0 0 .9-.9V8.133a.45.45 0 0 1 .725-.36l1.108.856a.9.9 0 0 0 1.212-.055l2.091-2.091a.9.9 0 0 0 0-1.27z'/%3E%3C/svg%3E") no-repeat center;
}

.icon-legal {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23B0CCE9' fill-rule='nonzero' d='M20 10.905a.826.826 0 0 0-.072-.322L17.64 5.431a.21.21 0 0 1 .124-.283.833.833 0 0 0-.263-1.624h-6.458a.208.208 0 0 1-.209-.208V1.458a.833.833 0 1 0-1.666 0v1.859a.208.208 0 0 1-.209.208H2.5a.833.833 0 0 0-.263 1.624.207.207 0 0 1 .124.283L.072 10.583a.826.826 0 0 0-.072.322v.016a3.75 3.75 0 0 0 7.5 0 .953.953 0 0 0-.083-.338L5.16 5.484a.208.208 0 0 1 .19-.292h3.608c.115 0 .209.093.209.208v12.1a.208.208 0 0 1-.209.208h-1.39a.833.833 0 0 0 0 1.667h4.842a.833.833 0 1 0 0-1.667h-1.368a.208.208 0 0 1-.209-.208V5.4c0-.115.094-.208.209-.208h3.608a.208.208 0 0 1 .19.292l-2.257 5.1a.953.953 0 0 0-.083.337 3.75 3.75 0 0 0 7.5 0v-.016zm-17.656-.61a.208.208 0 0 1-.19-.295l1.404-3.157a.208.208 0 0 1 .38 0L5.338 10a.208.208 0 0 1-.19.293l-2.804.003zm12.508 0a.208.208 0 0 1-.19-.295l1.4-3.16a.208.208 0 0 1 .38 0L17.846 10a.208.208 0 0 1-.19.293l-2.804.003z'/%3E%3C/svg%3E") no-repeat center;
}

.icon-hr {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='%23B0CCE9' fill-rule='nonzero'%3E%3Cpath d='M16.062 15.99a.208.208 0 0 0-.209.208v.625a.625.625 0 1 1-1.25 0v-.625a.208.208 0 0 0-.208-.208h-3.542a.208.208 0 0 0-.208.208v1.875c0 .69.56 1.25 1.25 1.25h6.667c.69 0 1.25-.56 1.25-1.25v-1.875a.208.208 0 0 0-.209-.208h-3.541zM19.603 15.157a.208.208 0 0 0 .209-.209v-1.875c0-.69-.56-1.25-1.25-1.25h-.234a.208.208 0 0 1-.205-.171.762.762 0 0 0-.066-.202l-.416-.833a2.083 2.083 0 0 0-1.996-1.294h-.833a2.083 2.083 0 0 0-1.995 1.294l-.417.833a.762.762 0 0 0-.066.202.208.208 0 0 1-.205.171h-.234c-.69 0-1.25.56-1.25 1.25v1.875c0 .115.093.209.208.209h8.75zm-5.296-3.794c.187-.373.28-.373.505-.373h.833c.226 0 .318 0 .505.373l.083.159a.208.208 0 0 1-.186.301h-1.63a.208.208 0 0 1-.187-.301l.077-.16zM6.077 7.21a.21.21 0 0 1-.009-.36 3.4 3.4 0 1 0-3.644-.063.208.208 0 0 1-.022.36 3.967 3.967 0 0 0-2.214 3.551v2.376c0 .23.187.417.417.417h1.216a.21.21 0 0 1 .207.188l.537 5.373a.417.417 0 0 0 .417.375h2.375a.417.417 0 0 0 .416-.375l.538-5.374a.21.21 0 0 1 .207-.187h1.21c.23 0 .417-.187.417-.417v-2.376c0-1.452-.793-2.79-2.067-3.487zm-1.285 2.814a.625.625 0 0 1-1.25 0V8.615a.625.625 0 1 1 1.25 0v1.41zM2.642 3.47a.208.208 0 0 1 .306-.116 4.223 4.223 0 0 0 2.985.542.075.075 0 0 1 .089.072 1.73 1.73 0 1 1-3.459 0c0-.169.027-.337.079-.498z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-older {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cg fill='%23B0CCE9' fill-rule='nonzero'%3E%3Ccircle cx='5.729' cy='2.291' r='2.083'/%3E%3Cpath d='M10.717 10.8a1.25 1.25 0 0 0-1.061-1.416C7.048 9.014 6.493 7.98 5.79 6.667c-.264-.484-.571-1.149-1.475-1.034a1.25 1.25 0 0 0-1.05.938L.35 18.238a1.25 1.25 0 0 0 2.425.606l1.04-4.158c.76 1.127.978 1.857 1.533 4.148a1.25 1.25 0 1 0 2.43-.583c-.854-3.529-1.151-4.042-3.115-6.629a.21.21 0 0 1-.037-.176l.292-1.167a.208.208 0 0 1 .342-.104 7.355 7.355 0 0 0 4.043 1.693 1.256 1.256 0 0 0 1.414-1.067zM17.274 17.067L16 11.333a2.485 2.485 0 0 0-2.44-1.958h-.956a.833.833 0 0 0 0 1.667h.954c.392-.002.731.27.814.653l.41 1.847H13.7a2.5 2.5 0 0 0-2.426 1.894l-.405 1.624a1.458 1.458 0 1 0 1.666.194l.354-1.417a.833.833 0 0 1 .81-.631h1.454l.453 2.034a1.458 1.458 0 1 0 1.667-.174l.002.002z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.icon-taxes {
  background: url(/assets/taxes-5f9be789417d25f5a813b68ae0c2d49e4b4af51b2b4e8fd079fae19e9bd01832.svg) no-repeat center;
  background-size: 100%;
}

.icon-new-family {
  background: url(/assets/new-family-038988df67ea8b87198dbbe22a0634e232fcec7c9c23e0f4649a1d6a826005e7.svg) no-repeat center;
  background-size: 100%;
}

.icon-immigration {
  background: url(/assets/immigration-1a90d8857a14d5f10a5ab7eb81b1b84790e51b4e15443c656270259e0bd9d39a.svg) no-repeat center;
  background-size: 100%;
}

.icon-arrow-down {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFFFFF'%3E%3Cg%3E%3Cpath d='M183.41 17L188 21.58 192.59 17 194 18.41 188 24.41 182 18.41z' transform='translate(-439 -201) translate(257 184)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
}

.icon-arrow-up {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFFFFF'%3E%3Cg%3E%3Cpath d='M183.41 17L188 21.58 192.59 17 194 18.41 188 24.41 182 18.41z' transform='translate(-439 -201) translate(257 184) rotate(180 188 20.705)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
}

.table-row {
  display: flex;
  flex-wrap: wrap;
}
.table-row.table-header-row {
  justify-content: space-between;
}

.table-container {
  border: solid 1px #d9e5ef;
  background-color: #ffffff;
  padding: 15px;
  color: #7e94ad;
}
.table-container table {
  width: 100%;
}
.table-container table tr td {
  height: 67px;
  padding: 0 7px;
}
.table-container table tr td:first-child {
  padding-left: 15px;
}
.table-container table tr td:last-child {
  padding-right: 15px;
}
.table-container table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #5b656d;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-smoothing: always;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

p {
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

a,
.primary-link {
  color: #629ad4;
}

h1, h2, h3, h4, p {
  margin-bottom: 7px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  color: #105D9D;
  font-size: 24px;
}
h3 + p {
  margin-top: 15px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
}

h6 {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}

strong {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}

.sub-head {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}

.label, .agency-label {
  color: #424C58;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.label-no-transform {
  color: #7e94ad;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
}

.small-label {
  color: #629ad4;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}

.small-text {
  color: #bdc8d6;
  font-size: 12px;
  font-weight: lighter;
}

.headliner {
  font-family: "inter-light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.3;
}
@media only screen and (min-width: 48em) {
  .headliner {
    font-size: 32px;
  }
}

.sub-headliner {
  color: #105D9D;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 7px;
}

.intro-paragraph {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.direct {
  color: #7e94ad;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.resource-name {
  padding-right: 15px;
  font-family: "inter-light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  color: #105D9D;
  line-height: 1;
  margin-bottom: 7px;
}

.agency-info {
  padding-right: 15px;
  color: #105D9D;
  line-height: 1.5;
}

a.close-modal {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 22px;
  float: right;
  z-index: 999;
}
a.close-modal:hover {
  text-decoration: none;
}

/* Layout */
*,
*:before,
*:after {
  position: relative;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}
@media only screen and (min-width: 48em) {
  html {
    background-color: #043349;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}
html.hide-overflow,
body.hide-overflow {
  overflow-y: hidden;
}

body {
  background-color: #f3f9ff;
}
body.page-root, body.page-userAfterSignIn {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
body.page-root .content-region, body.page-userAfterSignIn .content-region {
  top: 0 !important;
}
body.page-userAfterSignIn .content-region {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

#print-header {
  display: none;
}

.actions,
.share-actions {
  padding: 2px;
  display: inline-block;
  float: right;
  text-align: left;
  color: #629ad4;
}
.actions .action,
.share-actions .action {
  margin-bottom: 0.4em;
}
.actions a,
.actions a:hover,
.actions button,
.share-actions a,
.share-actions a:hover,
.share-actions button {
  color: #629ad4;
  text-decoration: none;
}
.actions i.glyphicon,
.share-actions i.glyphicon {
  padding-right: 3px;
  opacity: 0.5;
}
.actions .share-content a.btn-primary,
.actions .share-content a.btn-primary:hover,
.share-actions .share-content a.btn-primary,
.share-actions .share-content a.btn-primary:hover {
  color: #fff;
}

.page-shoppingCart .share-result-region {
  display: none;
}

.page-resourceLists .resource-lists .actions {
  z-index: 1;
}

.page-search .share-result .actions {
  z-index: 1;
}

.page-sharedResourceList .content-region,
.page-sharedResourceList .search-layout,
.page-sharedResourceList .shopping-cart-layout,
.page-resourceList .content-region,
.page-resourceList .search-layout,
.page-resourceList .shopping-cart-layout,
.page-search .content-region,
.page-search .search-layout,
.page-search .shopping-cart-layout,
.page-result .content-region,
.page-result .search-layout,
.page-result .shopping-cart-layout,
.page-shoppingCart .content-region,
.page-shoppingCart .search-layout,
.page-shoppingCart .shopping-cart-layout,
.page-cartResult .content-region,
.page-cartResult .search-layout,
.page-cartResult .shopping-cart-layout,
.page-printResult .content-region,
.page-printResult .search-layout,
.page-printResult .shopping-cart-layout {
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.page-sharedResourceList .content-region,
.page-resourceList .content-region,
.page-search .content-region,
.page-result .content-region,
.page-shoppingCart .content-region,
.page-cartResult .content-region,
.page-printResult .content-region {
  height: auto;
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-sharedResourceList #react-app-root,
.page-resourceList #react-app-root,
.page-search #react-app-root,
.page-result #react-app-root,
.page-shoppingCart #react-app-root,
.page-cartResult #react-app-root,
.page-printResult #react-app-root {
  height: 100%;
}

.wrap {
  padding: 0 15px;
  *zoom: 1;
}
.wrap:before, .wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
.wrap {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

.transparent-wrap {
  padding: 0 15px;
  *zoom: 1;
}
.transparent-wrap:before, .transparent-wrap:after {
  content: "";
  display: table;
}
.transparent-wrap:after {
  clear: both;
}
.transparent-wrap {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.intro {
  margin: 0 auto;
  max-width: 50em;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .col-50 {
    margin-right: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .col-50:last-child {
    margin-right: 0;
  }
}

.hidden {
  display: none;
}

@media only screen and (min-width: 48em) {
  .hidden-med {
    display: none;
  }
}

.login-container {
  margin-top: 33px;
  height: 100%;
}

.login-form,
.account-form {
  padding: 2em 1em;
  background-color: #ffffff;
  min-width: 50%;
  border-radius: 3px;
  border: solid 1px #d9e5ef;
}
.login-form h2,
.account-form h2 {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  color: #125790;
  text-align: center;
  margin: 0.7em 0 0.5em 0;
}

.account-form {
  margin-bottom: 3em;
}

.login-content {
  padding: 20px 0;
  margin: 10px;
  text-align: left;
}
.login-content hr {
  color: #d9e5ef;
  height: 3px;
}
.login-content .sign-up-cta {
  margin-top: 2em;
}
.login-content .sign-up-cta h3 {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #629ad4;
}

.login-remember {
  color: #7e94ad;
  z-index: 300;
  margin: 0.7em 0 1.1em 0;
}
.login-remember input {
  font-size: 1.5em;
  margin-right: 0.4em;
}

.login-input {
  width: 100%;
  line-height: 2;
  padding: 10px;
  margin-bottom: 20px;
}

.login-btn {
  width: 100%;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 10px;
}

.login-actions {
  text-align: center;
}

.signup-container {
  margin-top: 33px;
  margin-bottom: 33px;
  padding: 2em;
  border-radius: 3px;
  border: solid 1px #d9e5ef;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  background-color: #ffffff;
}
.signup-container .signup-header {
  padding: 0 5px;
  color: #125790;
  text-align: center;
}
.signup-container .signup-header.left-align {
  text-align: left;
}
.signup-container .signup-header p {
  font-size: 18px;
  padding: 7px;
}
.signup-container .signup-header .tag-wrapper {
  display: flex;
}
.signup-container .signup-header .tag-wrapper p.agency-signup-tag {
  color: #fff;
  background-color: #125790;
  border-radius: 3px;
  margin-right: 7px;
}
.signup-container .signup-header h1 {
  margin: 0 1em 0.5em 0;
  line-height: 1.6;
}
.signup-container .signup-sidebar {
  margin-top: 1em;
  margin-left: 1em;
  padding: 2em;
  border-radius: 8px;
  background-color: #fbfdff;
  border: solid 1px #d9e5ef;
}
.signup-container .signup-sidebar .signup-icon {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  float: left;
  display: inline-block;
}
.signup-container .signup-sidebar div.item {
  padding-bottom: 1em;
}
.signup-container .signup-sidebar h4 {
  font-size: 18px;
  color: #125790;
  line-height: 1.3em;
}
.signup-container .signup-sidebar p {
  font-size: 14px;
  color: #7e94ad;
  line-height: 1.3em;
}
.signup-container .signup-form {
  padding: 0.9em 1em 2em 1em;
  color: #424C58;
}
.signup-container .signup-form p.login {
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
  color: #105D9D;
}

.signup-form label,
.edit_user label {
  color: #424C58;
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

.sign-up-btn {
  margin-top: 10px;
  width: 100%;
  line-height: 2;
}

.sign-up-title {
  color: #125790;
}

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

.account-action {
  color: #7e94ad;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.cancel-title {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.cancel-btn {
  background-color: #ef3710;
  background-image: linear-gradient(to top, #bb2a0b 0%, #ef3710 100%);
  border: 1px solid #ef3710;
  color: white;
  line-height: 2;
  margin-top: 10px;
  width: 100%;
}

.back-container {
  padding-top: 20px;
  text-align: center;
}

.resource-lists-container, .referrals-container, .agencies-container {
  height: 100%;
  background-color: #fafdff;
  max-width: 100%;
  min-height: calc(100vh - 80px);
}
.resource-lists-container .order-by, .referrals-container .order-by, .agencies-container .order-by {
  font-size: 0.9em;
  margin: 1em 0;
}
@media (min-width: 992px) {
  .resource-lists-container .order-by, .referrals-container .order-by, .agencies-container .order-by {
    margin: 1.5em 0 0 0;
    text-align: right;
  }
}

.resource-list-content, .referrals-content, .agencies-content {
  padding: 24px 40px;
  display: block;
  min-width: 50%;
  width: 1025px;
  margin: auto;
}
@media only screen and (max-width: 64.063em) {
  .resource-list-content, .referrals-content, .agencies-content {
    width: 100%;
  }
}

.resource-lists-title, .referrals-title {
  text-align: left;
  color: #125790;
  font-size: 28px;
  line-height: 29px;
}

.resource-list-details-container {
  width: 75%;
}

.resource-list-footer {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.resource-list-footer .btn-primary-screener {
  margin-right: 20px;
}

.resource-list-details {
  text-align: left;
  padding-bottom: 20px;
}

.remove-list,
.rename-list {
  z-index: 200;
}

.my211-btn, .agencies-sidenav-container .sidenav-my211-btn {
  border-radius: 4px;
  padding: 5px;
  line-height: 2;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  text-align: center;
}
.my211-btn.selected, .agencies-sidenav-container .selected.sidenav-my211-btn {
  border: 1px solid #d9e5ef;
  background-color: #ffffff;
}
.my211-btn.selected .my211-nav-btn, .agencies-sidenav-container .selected.sidenav-my211-btn .my211-nav-btn {
  color: #125790;
}

.my211-nav-btn {
  color: #7e94ad;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.my211-nav-btn:hover {
  color: #7e94ad;
  text-decoration: underline;
}

.my211-nav-bar {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: solid 1px #d9e5ef;
  background-color: #f0f6fa;
  color: #7e94ad;
}
.my211-nav-bar a.my211-nav-btn {
  border: none;
  background-color: transparent;
}

.create-resource-list {
  text-align: left;
}

.create-container input.input {
  min-width: 100%;
}
.create-container button.submit-list {
  margin-top: 5px;
  min-width: 100%;
}
.create-container .cancel-create-list {
  margin-top: 5px;
}
.create-container p.note {
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
  color: #7e94ad;
}

.shared-link {
  margin: 5px 0;
}

.start-new-search {
  text-align: center;
}

.resource-list-form {
  margin-bottom: 5px;
}

.resource-list-form input.input {
  min-width: 69%;
}

.resource-list-name-update {
  max-width: 29%;
  display: block;
  float: right;
}

.rename-list {
  text-decoration: none;
}

.lists-index {
  padding: 20px 0 20px 0;
}

@media only screen and (max-width: 48em) {
  .desktop-only {
    display: none;
  }
}

p.center {
  text-align: center;
}

a,
.pointer {
  cursor: pointer;
}

.location-confirmation .modal-body {
  padding: 24px;
}
.location-confirmation .modal-body .sub-headliner {
  margin-bottom: 0;
}
.location-confirmation .modal-body p {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #7e94ad;
  margin-bottom: 32px;
  margin-top: 8px;
}
.location-confirmation .modal-body .location-actions {
  display: flex;
  justify-content: flex-end;
}
.location-confirmation .modal-body .search-all {
  margin-right: 8px;
}

.breadcrumb-new {
  margin: 0;
  padding-top: 0;
  padding-bottom: 24px;
}
.breadcrumb-new li a {
  color: #629ad4;
}
.breadcrumb-new > li + li:before {
  padding-right: 2px;
}
.breadcrumb-new li.active {
  color: #999;
}

#announcement-region {
  z-index: 99;
}
#announcement-region .announcements {
  background: #ffffff;
  text-align: center;
}
#announcement-region .announcement {
  padding: 12px 48px 12px 24px;
  border-top: 1px solid rgb(234.6, 234.6, 234.6);
  color: #d43f3a;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}
#announcement-region .announcement:hover {
  background: #fef5f4;
}
#announcement-region .announcement:first-child {
  border-width: 0px;
}
#announcement-region .announcement .announcement-icon {
  flex-shrink: 0;
  color: #d43f3a;
}
#announcement-region .announcement .note {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
#announcement-region .announcement .note a {
  color: #d43f3a;
}
#announcement-region .announcement .note a:hover {
  color: rgb(179.7625, 43.8, 39.2375);
}
#announcement-region .announcement .close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #d43f3a;
  opacity: 0.6;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#announcement-region .announcement .close:hover {
  opacity: 1;
}

.site-header {
  background-color: #125790;
  height: 80px;
  padding: 0 30px;
  position: relative;
  z-index: 99;
  *zoom: 1;
}
.site-header:before, .site-header:after {
  content: "";
  display: table;
}
.site-header:after {
  clear: both;
}
.site-header .home-link {
  text-decoration: none;
}
.site-header a.account-label {
  margin-right: 1em;
}
.site-header a.account-label:after {
  color: white;
  color: rgba(255, 255, 255, 0.5);
  content: "▼";
  font-size: 8px;
  right: -8px;
}
.site-header .logo-211 {
  text-indent: -9999px;
  z-index: 300;
}
.site-header .navigation-menu {
  display: none;
  margin: 28px 0;
  padding-left: 0;
}
@media only screen and (min-width: 48em) {
  .site-header .navigation-menu.screen-medium {
    display: block;
  }
}
@media only screen and (min-width: 50em) {
  .site-header .navigation-menu.screen-mediumlrg {
    display: block;
  }
}
@media (min-width: 64.063em) {
  .site-header .navigation-menu.screen-large {
    display: block;
  }
}
@media (min-width: 79em) {
  .site-header .navigation-menu.screen-largexl {
    display: block;
  }
}
@media (min-width: 93.75em) {
  .site-header .navigation-menu.screen-xlarge {
    display: block;
  }
}
.site-header a.nav-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.site-header .left-nav {
  padding-left: 10px;
}
.site-header .nav-link {
  font-size: 16px;
  color: white;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.site-header .dropdown-menu {
  font-size: 13px;
  font-weight: normal;
}
.site-header .search-link {
  margin-left: 2em;
  top: -6px;
}

@media only screen and (max-width: 79em) {
  .for-resources {
    display: none;
  }
}

.navigation-menu nav {
  font-size: 13px;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}
.navigation-menu .nav-item {
  display: inline;
  text-align: right;
}
.navigation-menu .nav-item:not(:last-child) {
  padding-right: 1.2rem;
}

.border-nav-item {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 7px 16px 7px 16px;
}

.chat-nav {
  cursor: pointer;
  padding-left: 1.8em;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.chat-nav .ico {
  vertical-align: middle;
}
.chat-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-root .site-header,
.page-userAfterSignIn .site-header {
  background-color: transparent;
}
@media only screen and (min-width: 48em) {
  .page-root .site-header,
  .page-userAfterSignIn .site-header {
    padding: 0 15px;
  }
}
.page-root .site-header nav,
.page-userAfterSignIn .site-header nav {
  height: 80px;
}
.page-root .site-header .search-link,
.page-userAfterSignIn .site-header .search-link {
  display: none;
}

.mega-menu {
  position: static;
  display: none;
  flex: 1;
  align-self: stretch;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 79em) {
  .mega-menu {
    display: flex;
  }
}
.mega-menu__primary {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 40px;
  position: relative;
}
.mega-menu__primary-item {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  font-family: inherit;
}
.mega-menu__primary-item:focus {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
}
.mega-menu__underline {
  position: absolute;
  height: 4px;
  background: #ffffff;
  border-radius: 2px 2px 0 0;
  pointer-events: none;
  bottom: 0;
  opacity: 0;
  transition: left 200ms cubic-bezier(0.4, 0, 0.2, 1), width 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms ease;
  z-index: 25;
}
.mega-menu__underline--visible {
  opacity: 1;
}

.mega-menu-clip {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 20;
  pointer-events: none;
}
.mega-menu-clip--open {
  pointer-events: auto;
}

.mega-menu-panel {
  background: #125790;
  box-shadow: inset 0 -1px 0 #0c3c64;
  position: relative;
  overflow-x: hidden;
  transform: translateY(-100%);
  transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu-panel--open {
  transform: translateY(0);
}
.mega-menu-panel__container {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 40px 80px;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 93.75em) {
  .mega-menu-panel__container {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 24px 80px 26px;
  }
}
.mega-menu-panel__category-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  padding-right: 80px;
  width: 321px;
  flex-shrink: 0;
}
@media only screen and (max-width: 93.75em) {
  .mega-menu-panel__category-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }
}
.mega-menu-panel__category-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  transition: background 120ms ease;
}
.mega-menu-panel__category-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mega-menu-panel__category-item--active {
  background: #ffffff;
  color: #0c3c64;
}
.mega-menu-panel__category-item--active:hover {
  background: #ffffff;
}
.mega-menu-panel__grid {
  display: grid;
  grid-template-columns: repeat(4, 205px);
  gap: 42px 24px;
  padding-top: 8px;
  flex: 1;
}
@media only screen and (max-width: 93.75em) {
  .mega-menu-panel__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
    padding-top: 0;
  }
}
.mega-menu-panel__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 205px;
}
@media only screen and (max-width: 93.75em) {
  .mega-menu-panel__group {
    width: auto;
  }
}
.mega-menu-panel__group-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
}
.mega-menu-panel__group-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: color 120ms ease;
  display: block;
  text-decoration: none;
}
.mega-menu-panel__group-link:hover, .mega-menu-panel__group-link:focus {
  color: #ffffff;
  text-decoration: none;
}
.mega-menu-panel__group-link--view-all {
  font-size: 12px;
  line-height: 18px;
}

.site-footer {
  background-color: #105D9D;
  padding: 65px 0 30px;
  text-align: center;
}
.site-footer.co {
  background-color: #e5e5e5;
}
.site-footer.co .call-out {
  color: white;
}
@media only screen and (min-width: 48em) {
  .site-footer {
    padding-bottom: 65px;
    text-align: left;
  }
}
.site-footer .navigation-footer {
  *zoom: 1;
}
.site-footer .navigation-footer:before, .site-footer .navigation-footer:after {
  content: "";
  display: table;
}
.site-footer .navigation-footer:after {
  clear: both;
}
.site-footer .navigation-footer .footer-link-headings {
  margin-bottom: 30px;
}
.site-footer .navigation-footer p {
  color: white;
}
.site-footer ul.menu-nav {
  list-style-type: none;
  line-height: 1.8;
  margin: 0 0 30px 0;
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .site-footer ul.menu-nav {
    float: left;
    margin: 0 50px 0 0;
    padding: 0;
  }
  .site-footer ul.menu-nav:last-child {
    margin-right: 0;
  }
}
.site-footer ul.menu-nav .top-level {
  color: white;
  font-weight: normal;
}
.site-footer .nav-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.site-footer .nav-link:hover {
  color: white;
}
@media only screen and (min-width: 48em) {
  .site-footer .menu-social {
    float: right;
  }
}
.site-footer .menu-social .nav-item {
  display: inline;
  font-size: 16px;
  padding-left: 1em;
}
.site-footer .menu-social .nav-item:first-child {
  padding-left: 0;
}

.footer-bottom {
  border-top-color: #7e94ad;
  border-top-color: rgba(126, 148, 173, 0.45);
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 30px;
  padding-top: 30px;
}
@media only screen and (min-width: 48em) {
  .footer-bottom {
    margin-top: 65px;
  }
}
.footer-bottom .ct-menu-social {
  padding-left: 0px;
}
@media only screen and (min-width: 48em) {
  .footer-bottom .ct-menu-social {
    float: right;
  }
}
.footer-bottom .ct-menu-social .nav-item {
  display: inline;
  font-size: 16px;
  padding-left: 1em;
}
.footer-bottom .ct-menu-social .nav-item:first-child {
  padding-left: 0;
}

.call-out {
  color: #f3f9ff;
  font-size: 12px;
  margin-bottom: 30px;
}
.call-out a {
  text-decoration: underline;
  color: white;
}
@media only screen and (min-width: 48em) {
  .call-out {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 48em) {
  .logo-unitedway {
    display: block;
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 48em) {
  .logo-unitedway {
    clear: none;
    float: right;
  }
}

.loading-overlay {
  background: #f7fbfe;
  background: rgba(247, 251, 254, 0.9);
  bottom: 0;
  color: #105D9D;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2000;
}
.loading .loading-overlay {
  display: block;
}

.loading-container {
  display: table;
  min-height: 100%;
  width: 100%;
}

.loading-content {
  display: table-cell;
  vertical-align: middle;
  animation: fadeIn 0.75s ease-in-out;
}

.preloader {
  height: 40px;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  width: 40px;
  animation: rotate 2s infinite linear;
}

.dot1,
.dot2 {
  background-color: #629ad4;
  border-radius: 100%;
  display: inline-block;
  height: 60%;
  position: absolute;
  top: 0;
  width: 60%;
  animation: bounce 2s infinite ease-in-out;
}

.dot2 {
  bottom: 0px;
  top: auto;
  animation-delay: -1s;
}

.map-region {
  height: 50%;
}
@media only screen and (min-width: 50em) {
  .map-region {
    height: 100%;
  }
}

.map {
  height: 100%;
}

.map-container {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .map-container {
    overflow: hidden;
    width: 40%;
    position: absolute;
    top: 0;
    left: 60%;
  }
}
@media (min-width: 64.063em) {
  .map-container {
    left: 50%;
    width: 50%;
  }
}
@media (min-width: 93.75em) {
  .map-container {
    left: 40%;
    width: 60%;
  }
}
.map-container .gm-style > div {
  position: static;
}

.map-info {
  padding: 15px;
}
.map-info .address {
  margin-bottom: 15px;
}
.map-info .information-item {
  padding-right: 15px;
  text-decoration: none;
}
.map-info .information-item:last-child {
  padding-right: 0;
}
.map-info a {
  outline: none;
}

.map-pagination-control {
  padding-top: 10px;
  max-width: 300px;
}
.map-pagination-control .control-content {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.36);
  padding: 11px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.map-pagination-control .control-content .text-container {
  color: #7e94ad;
  margin: 0 11px;
}
.map-pagination-control .control-content .text-container p {
  margin-bottom: 0;
  line-height: 1.4;
}
.map-pagination-control .control-content .text-container .control-text {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}
.map-pagination-control .control-content button {
  cursor: pointer;
  height: 24px;
  width: 24px;
  border: none;
}
.map-pagination-control .control-content .back-arrow {
  background: none, url(/assets/chevron-left-7815aeb4696a7dfd34540c9b74d73ce9459cfa603d47c6ad92871e8ef5e90b4f.svg) no-repeat center center/24px;
}
.map-pagination-control .control-content .back-disabled {
  background: none, url(/assets/chevron-left-lt-b2269bb9b0eb0b3cf27bea07e6177e48e67373d5626dafb42e441e9e3e53396d.svg) no-repeat center center/24px;
}
.map-pagination-control .control-content .disabled {
  cursor: default;
}
.map-pagination-control .control-content .disabled:focus {
  outline: none;
}
.map-pagination-control .control-content .forward-arrow {
  background: none, url(/assets/chevron-right-13931d7edee24f52f01d7464e2eda1c2eb4c81b80db9ef68193c7dcbafa84e09.svg) no-repeat center center/24px;
}
.map-pagination-control .control-content .forward-disabled {
  background: none, url(/assets/chevron-right-lt-cdb4e419e637299108ded055657ec642ed5813a56dba95bc2cd5836dfee0cdd0.svg) no-repeat center center/24px;
}

.search-layout > .map-region {
  height: 100%;
  position: relative;
}

.search-results-map-panel {
  height: 100%;
  min-height: 100%;
  position: relative;
}

.search-results-map-panel .search-results-map-host {
  height: 100%;
  min-height: 100%;
}

.search-results-map-panel .map-region,
.search-results-map-panel .map-container {
  height: 100%;
  left: auto;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%;
}

.map-result-card {
  background: white;
  border: 1px solid #b9d5f2;
  border-radius: 14px;
  bottom: 24px;
  box-shadow: 0 14px 32px rgba(15, 45, 75, 0.22);
  color: #122A36;
  left: 50%;
  max-width: calc(100% - 32px);
  padding: 16px;
  position: absolute;
  transform: translateX(-50%);
  width: 512px;
  z-index: 200;
}

.map-result-card-close {
  align-items: center;
  background: #eff5fb;
  border: 0;
  border-radius: 50%;
  color: #424C58;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  z-index: 1;
}

.map-result-card-body {
  padding-right: 32px;
}

.map-result-card-title {
  color: #122A36;
  display: -webkit-box;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.15;
  margin: 0 0 4px;
  overflow: hidden;
}

.map-result-card-agency {
  color: #424C58;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-result-card-meta {
  display: grid;
  gap: 5px;
}

.map-result-card-distance {
  color: #4f8a10;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
}

.map-result-card-line {
  align-items: flex-start;
  color: #105D9D;
  display: inline-flex;
  font-size: 14px;
  gap: 6px;
  line-height: 1.3;
  text-decoration: none;
}
.map-result-card-line svg {
  flex: 0 0 auto;
  margin-top: 1px;
}

.map-result-card-line:not(a) {
  color: #122A36;
}

.map-result-card-footer {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 28px;
}

.map-result-card-actions {
  display: flex;
  gap: 8px;
}

.map-result-card-icon,
.map-result-card-details {
  align-items: center;
  background: white;
  border: 1px solid #b9d5f2;
  border-radius: 8px;
  color: #105D9D;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  text-decoration: none;
}

.map-result-card-icon {
  padding: 0;
  width: 32px;
}

.map-result-card-details {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  gap: 6px;
  min-width: 96px;
  padding: 0 14px;
}

@media only screen and (max-width: 48em) {
  .map-result-card {
    bottom: 84px;
    width: calc(100% - 24px);
  }
  .map-result-card-title {
    font-size: 20px;
  }
}
body.show-nav {
  overflow: hidden;
}
body.show-nav .site-header {
  z-index: 300;
}
body.show-nav .utility-bar {
  display: block;
  position: fixed;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  background: transparent;
  z-index: 311;
  pointer-events: none;
}
body.show-nav .utility-bar .utility-bar-content,
body.show-nav .utility-bar .utility-bar-left {
  height: auto;
  padding: 0;
}
body.show-nav .utility-bar .utility-bar-left > :not(.google-translate),
body.show-nav .utility-bar .utility-bar-right,
body.show-nav .utility-bar .utility-chat {
  display: none;
}
body.show-nav .utility-bar .google-translate {
  pointer-events: auto;
}
body.show-nav .mobile-nav-view {
  overflow: hidden;
}
body.show-nav .nav-list {
  height: calc(100% - 80px);
  overflow: scroll;
}

.mobile-nav {
  background-image: url(/assets/mobile-nav-de09e52ac5bd3cb6f5ca8ce9321c241694704f9a6c991786c63fda04a2ac663f.jpg);
  background-size: cover;
  height: 100%;
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.show-nav .mobile-nav {
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  overflow: scroll;
  visibility: visible;
}
.mobile-nav .nav-list {
  top: 80px;
  padding-top: 40px;
  padding-left: 0;
}
.mobile-nav .nav-list > hr {
  background-color: rgba(0, 32, 45, 0.97);
  margin: 40px;
}
.mobile-nav .nav-item {
  display: block;
  padding: 15px 0;
  text-align: center;
}
.mobile-nav .nav-item:not(:last-child) {
  padding-right: 0;
}
.mobile-nav .nav-item-action:first-child {
  margin-top: 50px;
}
.mobile-nav .nav-item-action:last-child {
  margin-bottom: 65px;
}
.mobile-nav .nav-link {
  color: white;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  text-decoration: none;
}
.mobile-nav .nav-action {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
.mobile-nav .chat-nav {
  border-left: none;
}

.mobile-nav-view {
  height: 100%;
}

.toggle-nav {
  background: none;
  border: none;
  display: block;
  height: 60px;
  margin-right: -10px;
  outline: none;
  width: 60px;
  z-index: 300;
}

@media only screen and (min-width: 48em) {
  .toggle-nav.screen-medium {
    display: none;
  }
}

@media only screen and (min-width: 50em) {
  .toggle-nav.screen-mediumlrg {
    display: none;
  }
}

@media (min-width: 64.063em) {
  .toggle-nav.screen-large {
    display: none;
  }
}

@media (min-width: 79em) {
  .toggle-nav.screen-largexl {
    display: none;
  }
}

@media (min-width: 93.75em) {
  .toggle-nav.screen-xlarge {
    display: none;
  }
}

.nav-group {
  display: flex;
}

.side-logo {
  margin: 0;
  display: none;
}
@media (min-width: 79em) {
  .side-logo {
    display: block;
  }
}

.burger-x {
  -webkit-touch-callout: none;
  background-color: white;
  border-radius: 10px;
  font-size: 0px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  top: 33px;
  width: 25px;
  transition: background-color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.burger-x:before, .burger-x:after {
  background: white;
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform 0.3s;
}
.burger-x:before {
  transform: translateY(-350%);
}
.burger-x:after {
  transform: translateY(350%);
}
.show-nav .burger-x {
  background-color: transparent;
}
.show-nav .burger-x:before {
  transform: translateY(0) rotate(45deg);
}
.show-nav .burger-x:after {
  transform: translateY(0) rotate(-45deg);
}

.page-root.show-nav .logo-211 {
  position: fixed;
  top: 24px;
  left: 24px;
}
.page-root.show-nav .toggle-nav {
  position: fixed;
  top: 0;
  right: 30px;
}
.page-root.show-nav .site-header .logo-211 {
  margin-top: 0;
}

.mobile-mega-menu {
  background: #105d9d !important;
  z-index: 310;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 0;
  text-align: left !important;
}
.mobile-mega-menu .mobile-nav-image {
  display: none;
}
.mobile-mega-menu .nav-item {
  text-align: left !important;
  padding: 0;
}
.mobile-mega-menu .logo-211 {
  display: block;
  width: 58px;
  height: 39px;
  text-indent: -9999px;
}
.mobile-mega-menu .nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: auto;
  overflow: visible;
}
.mobile-mega-menu .chat-nav {
  border-left: none;
  text-align: left !important;
}
.mobile-mega-menu__panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: calc(80px + 16px) 18px 28px;
}
.mobile-mega-menu__header {
  margin-bottom: 28px;
}
.mobile-mega-menu__header--root {
  margin-bottom: 18px;
}
.mobile-mega-menu__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
}
.mobile-mega-menu__back {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 14px;
  text-align: left;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
}
.mobile-mega-menu__back:focus {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
}
.mobile-mega-menu__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-mega-menu__list--categories {
  margin-bottom: 52px;
}
.mobile-mega-menu__list-item + .mobile-mega-menu__list-item {
  margin-top: 18px;
}
.mobile-mega-menu__nav-button {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.mobile-mega-menu__arrow {
  font-size: 28px;
  font-weight: 300;
  flex-shrink: 0;
  opacity: 0.7;
  line-height: 1;
}
.mobile-mega-menu__section {
  margin-top: 46px;
}
.mobile-mega-menu__section--childcare {
  margin-top: 0;
}
.mobile-mega-menu__section--utility {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 48px;
  padding-top: 26px;
}
.mobile-mega-menu__section-title {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.mobile-mega-menu__section-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-mega-menu__section-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.mobile-mega-menu__section-link--external span {
  font-size: 15px;
}
.mobile-mega-menu__section-link--chat .chat-link,
.mobile-mega-menu__section-link--chat .chat-button,
.mobile-mega-menu__section-link--chat button,
.mobile-mega-menu__section-link--chat a,
.mobile-mega-menu__section-link--chat span {
  color: #ffffff !important;
}
.mobile-mega-menu__childcare-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.mobile-mega-menu__services {
  padding: 0;
}
.mobile-mega-menu__service-group {
  margin-bottom: 42px;
}
.mobile-mega-menu__service-group:last-child {
  margin-bottom: 0;
}
.mobile-mega-menu__service-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #ffffff;
  margin: 0 0 8px 0;
}
.mobile-mega-menu__service-link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  padding: 0;
  transition: color 120ms ease;
}
.mobile-mega-menu__service-link + .mobile-mega-menu__service-link {
  margin-top: 4px;
}
.mobile-mega-menu__service-link:hover, .mobile-mega-menu__service-link:focus {
  color: #ffffff;
}
.mobile-mega-menu__service-link--view-all {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

.sidebar {
  background: #f3f9ff;
  height: 50%;
  border-right: 1px solid #a1c2e5;
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .sidebar {
    -webkit-overflow-scrolling: touch;
    box-shadow: 3px 0px 1px 0px rgba(42, 40, 60, 0.14);
    height: 100%;
    overflow-y: scroll;
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 64.063em) {
  .sidebar {
    width: 50%;
  }
}
@media (min-width: 93.75em) {
  .sidebar {
    width: 40%;
  }
}
.sidebar .results-region {
  padding-bottom: 1.5em;
}
.sidebar .pagination-region {
  padding-bottom: 3.5em;
}
.sidebar .pagination-controls {
  padding-left: 0;
}

.search-results-page-layout {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 50em) {
  .search-results-page-layout {
    flex-direction: row;
  }
}
@media only screen and (min-width: 50em) {
  .search-results-page-layout > .search-results-sidebar {
    flex: 0 0 360px;
    max-width: 360px;
    position: relative;
    width: 360px;
  }
}
@media (min-width: 93.75em) {
  .search-results-page-layout > .search-results-sidebar {
    flex-basis: 380px;
    max-width: 380px;
    width: 380px;
  }
}

.sidebar-header {
  background: #f3f9ff;
  padding: 24px 30px 0 30px;
}

.popover.location-popover {
  max-width: 380px;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  background-color: #5AA94D;
  color: white;
  z-index: 99;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
.popover.location-popover.top .arrow:after {
  border-top-color: #5AA94D;
}
@media only screen and (max-width: 48em) {
  .popover.location-popover {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64.063em) {
  .popover.location-popover {
    margin-top: -50px;
  }
}

.sidebar-search-header {
  padding: 24px 5px 0 5px;
}
.sidebar-search-header.search-response {
  background-color: #EFFFEC;
}
.sidebar-search-header .search-button {
  margin-left: 0;
  line-height: 1em;
  padding: 0 0.6em;
}
.sidebar-search-header .search-button i {
  font-size: 1.4em;
}
.sidebar-search-header #search-category-button {
  font-weight: normal;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
  background-color: #f3f9ff;
  color: #7e94ad;
}

.filters-container {
  background: white;
  border-bottom: 0;
  padding: 0 24px 32px;
}

.card-highlight {
  background: white;
  border: 1px solid #d9e5ef;
  margin: 24px 0 24px;
  padding: 30px 15px;
}
@media only screen and (min-width: 48em) {
  .card-highlight {
    padding: 30px;
  }
}
.card-highlight.selected {
  border-color: #105D9D;
  box-shadow: 0 0 0 1px #105D9D, 2px 5px 35px 0 rgba(38, 38, 38, 0.1);
}
.card-highlight:last-child {
  margin-bottom: 0;
}

.result-container {
  display: flex;
  justify-content: space-between;
}
.result-container > .resource-header {
  flex: 2;
}
.result-container > .search-result-actions {
  float: unset;
}
@media only screen and (max-width: 26em) {
  .result-container {
    display: block;
  }
}

.actions {
  min-width: 125px;
}

.save-resource-container {
  color: #69A75C;
  display: flex;
  align-items: center;
}
.save-resource-container .resource-icon {
  margin-left: 1px;
  margin-right: 10px;
  height: 14px;
  width: 11px;
}
.save-resource-container .save-resource {
  background: none, url(/assets/bookmark-outline-74d07ed223ccf45860e7014de0d5b6c118c3e7d4cb1aa7fd116f3c86e2acd921.svg) no-repeat;
}
.save-resource-container .saved-resource {
  background: none, url(/assets/bookmark-filled-cc921fdac2d02561bbf87839ab6879b093517ba3fd85f493f4562e10a5de81f7.svg) no-repeat;
}

.update-listing {
  color: #7e94ad;
  font-size: 12px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.survey-content {
  color: #7e94ad;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .survey-content {
    float: left;
    width: 100%;
  }
}
.survey-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .survey-content {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .survey-content {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 48em) {
  .survey-content .survey-form, .survey-content .summary {
    box-shadow: 0 2px 21px -14px #7e94ad;
  }
}
.survey-content .survey-form, .survey-content .summary {
  margin-bottom: 80px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
}
.survey-content .survey-form .resource-list-container, .survey-content .summary .resource-list-container {
  padding-top: 20px;
  margin-bottom: 40px;
}
.survey-content .survey-form .question-answer, .survey-content .summary .question-answer {
  padding: 15px 0;
  border-bottom: 1px solid #d9e5ef;
}
.survey-content .survey-form .question-answer:first-child, .survey-content .summary .question-answer:first-child {
  border-top: 1px solid #d9e5ef;
  margin-top: 20px;
}
.survey-content .survey-form .question-answer p, .survey-content .summary .question-answer p {
  font-size: 16px;
}
.survey-content .survey-form .confirmation-header, .survey-content .summary .confirmation-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.survey-content .survey-form .confirmation-footer, .survey-content .summary .confirmation-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 20px;
}
.survey-content .survey-form .resource-list-empty, .survey-content .summary .resource-list-empty {
  text-align: center;
  background-color: #f9f9f9;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.survey-content .survey-form .resource-list-empty h4, .survey-content .survey-form .resource-list-empty p, .survey-content .summary .resource-list-empty h4, .survey-content .summary .resource-list-empty p {
  margin-left: auto;
  margin-right: auto;
}
.survey-content .survey-form .resource-list-empty p, .survey-content .summary .resource-list-empty p {
  margin-bottom: 20px;
}
.survey-content .survey-form .search-all, .survey-content .summary .search-all {
  margin-bottom: 20px;
}
.survey-content .survey-form .screener-saved, .survey-content .summary .screener-saved {
  padding: 7px 0;
  font-size: 12px;
}
@media (min-width: 93.75em) {
  .survey-content .survey-form .save-screener, .survey-content .summary .save-screener {
    float: right;
    text-align: right;
  }
}
.survey-content .survey-form .save-screener.top, .survey-content .summary .save-screener.top {
  float: right;
  text-align: right;
}
.survey-content .survey-form .categoryHeading, .survey-content .summary .categoryHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  min-height: 57px;
}
.survey-content .survey-form .categoryHeading h4, .survey-content .summary .categoryHeading h4 {
  margin-bottom: 0;
  line-height: normal;
}
.survey-content .survey-form .collapser, .survey-content .summary .collapser {
  cursor: pointer;
  background-image: url(/assets/caret-660d481d3917149e88cfdda9bb0f289d58eb8aad9b897e545508d3a42aabbb03.svg);
  width: 20px;
  height: 10px;
  background-size: cover;
  transition: 100ms ease-in-out;
  margin-left: 20px;
}
.survey-content .survey-form .collapser.up, .survey-content .summary .collapser.up {
  transform: rotate(180deg);
}
.survey-content .survey-form .status-collapser, .survey-content .summary .status-collapser {
  display: flex;
  align-items: center;
}
.survey-content .survey-form .status-collapser .status-not-done, .survey-content .summary .status-collapser .status-not-done {
  color: #7E94AD;
}
.survey-content .survey-form .status-collapser .status-done, .survey-content .summary .status-collapser .status-done {
  color: #69A75C;
}
.survey-content .survey-description-text {
  white-space: pre-line;
}
.survey-content .tips ul {
  list-style-type: square;
  padding-left: 16px;
  list-style-position: outside;
}
.survey-content .tips li {
  margin-top: 7px;
}
.survey-content .introduction p, .survey-content .introduction li, .survey-content .introduction .survey-description {
  font-size: 16px;
}
.survey-content .summary .top-content, .survey-content .summary .bottom-content {
  display: flex;
  flex-direction: column;
  align-items: left;
}
.survey-content .summary .top-content {
  padding: 64px 64px;
}
.survey-content .summary .bottom-content {
  padding: 48px 64px 64px 64px;
}
.survey-content .summary .bottom-content p {
  margin-bottom: 32px;
}
.survey-content .summary a {
  text-decoration: none;
}
.survey-content .summary a:hover {
  text-decoration: underline;
}
.survey-content .summary h2 {
  max-width: 620px;
  color: #105D9D;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.18;
  color: #125790;
  margin-bottom: 40px;
}
.survey-content .summary p, .survey-content .summary h1, .survey-content .summary h2, .survey-content .summary h3, .survey-content .summary h4, .survey-content .summary ul {
  text-align: left;
}
.survey-content .summary ul {
  padding-left: 0;
  margin-bottom: 64px;
}
.survey-content .summary li {
  list-style-type: none;
  font-size: 16px;
  line-height: 1.5;
}
.survey-content .summary hr {
  margin-top: 40px;
  margin-bottom: 0;
}
.survey-content .summary hr.category-separator {
  margin: 20px -80px;
}
.survey-content .summary h4 {
  margin-bottom: 8px;
}
.survey-content .summary .nav-to-search {
  height: 45px;
  width: 100%;
  max-width: 380px;
  font-size: 14px;
}
.survey-content .summary p.no-recommendations {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #7e94ad;
  margin-bottom: 40px;
}
.survey-content .summary .btn {
  text-decoration: none;
}
.survey-content .summary .btn.return {
  width: 380px;
}
.survey-content .summary .btn.pdf-download {
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  border: solid 1px #d9e5ef;
  background-image: linear-gradient(to bottom, #ffffff, #f9fbff);
  font-size: 14px;
  font-weight: 500;
  text-align: vertical;
  color: #7e94ad;
  padding: 0 32px;
}
.survey-content .summary .btn.pdf-download:hover {
  color: #64778c;
}
.survey-content .summary .btn.pdf-download .btn-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.survey-content .summary i.icon-download {
  width: 14px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
}
.survey-content .summary .resource-list-empty-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.survey-content .summary .resource-list-empty-footer .btn {
  margin: 0 20px 0 0;
}
.survey-content .summary .response-personal-info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.survey-content .summary .response-note-area {
  flex-grow: 1;
}
.survey-content .summary .response-note-area > textarea {
  padding: 6px;
  height: 35px;
  width: 100%;
}
.survey-content .summary .response-note {
  display: block;
  width: 300px;
  border-radius: 3px;
  border: solid 1px #d9e5ef;
  background-image: linear-gradient(to bottom, #f3f9ff, #fafcff);
  resize: none;
}
.survey-content .summary .status-select {
  align-self: flex-end;
  text-align: right;
}
.survey-content .summary .status-select .lists-dropdown {
  width: 180px;
}
.survey-content .summary .resource-list-container .resource-list-header {
  display: flex;
  flex-direction: row;
}
.survey-content .summary .resource-list-container .resource-list-header label {
  flex: none;
}
.survey-content .summary .resource-list-container .resource-list {
  width: 100%;
  margin-top: 10px;
}
.survey-content .summary .resource-list-container .resource-list td:last-child {
  text-align: right;
}
.survey-content .summary .resource-list-container .resource-list td {
  font-size: 14px;
  padding: 8px;
}
.survey-content .summary .resource-list-container .resource-list tr:nth-child(odd) {
  background-color: #F9F9F9;
}
.survey-content .summary .breadcrumb {
  display: inline-block;
  border-bottom: none;
  margin: 0 0 20px 0;
}
.survey-content .summary .breadcrumb li a {
  color: #629ad4;
}
.survey-content .summary .breadcrumb li.active a {
  color: #999;
}
.survey-content .summary .rename-screener-link {
  padding: 0 5px;
  font-size: 12px;
}
.survey-content .pdf-download-row {
  font-weight: bold;
  text-align: right;
  margin: 20px 0;
}
.survey-content .summary-pdf-download {
  background: none;
  color: #629ad4;
  border: none;
  padding: 0;
}
.survey-content .summary-pdf-download:hover {
  text-decoration: underline;
}
.survey-content h1 {
  color: #105D9D;
  margin-bottom: 16px;
}
.survey-content h3 {
  line-height: 1.21;
}
.survey-content h4 {
  color: #105D9D;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 32px;
}
.survey-content hr {
  height: 1px;
  border-color: #d9e5ef;
  margin-top: 64px;
}
.survey-content .survey-form {
  padding: 32px 24px;
}
@media only screen and (min-width: 48em) {
  .survey-content .survey-form {
    padding: 80px 80px 64px 80px;
  }
}
.survey-content .survey-form .renaming-error {
  color: #f2442e;
  margin-top: -20px;
}
.survey-content .survey-form .survey-form-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.survey-content .survey-form .survey-form-header.right {
  justify-content: flex-end;
}
.survey-content .survey-form .question {
  margin-top: 64px;
}
.survey-content .survey-form .question .error {
  color: #f2442e;
}
.survey-content .survey-form .question .index {
  margin-bottom: 8px;
}
.survey-content .survey-form .question .text {
  margin-bottom: 32px;
}
.survey-content .survey-form .survey-form-error {
  margin-bottom: 8px;
}
.survey-content .survey-form .validation-error {
  display: inline-block;
  height: 40px;
  border-radius: 3px;
  border: solid 1px rgba(242, 68, 46, 0.3);
  background-color: rgba(242, 68, 46, 0.03);
  font-size: 14px;
  color: #f2442e;
}
.survey-content .survey-form .validation-error .alert-icon {
  display: inline;
}
.survey-content .survey-form .validation-error .error-wrapper {
  line-height: 38px;
  padding: 0 12px;
}
.survey-content .survey-form .validation-error .alert-icon:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f2442e;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  content: "!";
}
.survey-content .survey-form .validation-error .message {
  display: inline;
  margin-left: 8px;
}
.survey-content .survey-form .answers .geolocate-wrap {
  width: 100%;
  max-width: 380px;
  display: block;
}
.survey-content .survey-form .answers input#location {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-radius: 3px;
  border: solid 1px #d9e5ef;
  background-image: linear-gradient(to bottom, #f3f9ff, #fafcff);
}
.survey-content .survey-form .answers .geolocate {
  position: absolute;
  top: 20px;
  right: 10px;
}
.survey-content .survey-form .answers i.icon-info {
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 3px;
  margin-right: 4px;
}
.survey-content .survey-form .answers .location-label {
  margin-top: 8px;
  line-height: 21px;
  height: 21px;
  vertical-align: middle;
}
.survey-content .survey-form .answers input[type=radio], .survey-content .survey-form .answers input[type=checkbox] {
  margin: 0;
}
.survey-content .survey-form .answers input[type=radio] {
  margin: 0 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 2px;
  /* background-color only for content */
  box-shadow: inset 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
  background-clip: content-box;
  border: 1px solid #6D7E92;
  background-color: #fff;
  border-radius: 50%;
}
.survey-content .survey-form .answers input[type=radio]:checked {
  background-color: #105D9D;
  background-image: none;
  border-color: #105D9D;
}
.survey-content .survey-form .answers input[type=radio]:focus {
  outline: none;
}
.survey-content .survey-form .answers input[type=checkbox] {
  margin: 0 11px;
  -moz-appearance: none;
  -o-apperance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  border: solid 1px #6D7E92;
  background-image: linear-gradient(to bottom, #f3f9ff, #ffffff);
  font-size: inherit;
  height: 24px;
  width: 24px;
  line-height: 1;
  position: relative;
  vertical-align: bottom;
}
.survey-content .survey-form .answers input[type=checkbox]:before,
.survey-content .survey-form .answers input[type=checkbox]:after {
  content: "";
  position: absolute;
}
.survey-content .survey-form .answers input[type=checkbox]:before,
.survey-content .survey-form .answers input[type=checkbox]:after {
  border-bottom: 2px solid #105D9D;
  border-right: 2px solid #105D9D;
  bottom: 0;
  height: 1em;
  margin: auto;
  right: 0.5em;
  top: -0.5em;
  transform: rotate(45deg) scale(0);
  width: 0.625em;
}
.survey-content .survey-form .answers input[type=checkbox]:checked:before {
  transform: rotate(45deg) scale(1);
}
.survey-content .survey-form .answers input[type=checkbox]:focus {
  outline: none;
}
.survey-content .survey-form .answers label {
  flex: 1;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.31;
}
.survey-content .survey-form .answers .answer-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 8px 13px 0;
  margin-bottom: 8px;
  max-width: 450px;
  min-height: 48px;
  border-radius: 3px;
  border: solid 1px #fff;
  background-color: rgba(217, 229, 239, 0.15);
}
.survey-content .survey-form .answers .answer-option:hover {
  background-color: rgba(217, 229, 239, 0.3);
}
.survey-content .survey-form .answers .answer-option.checked {
  border: solid 1px rgba(126, 148, 173, 0.3);
}
.survey-content .survey-form .answers .answer-option.checked label {
  color: #64778c;
}
.survey-content .survey-form .survey-submit {
  font-size: 14px;
  height: 48px;
  width: 100%;
  max-width: 380px;
}
.survey-content .survey-form .submit-label {
  margin-top: 64px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.31;
}

.referrals-title {
  padding-left: 0;
}

.referral-container, .referral-response-container {
  padding: 24px;
}

.referral-response-container {
  max-width: 600px;
  padding: 40px;
}

.referral-header {
  font-family: "inter-light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sub-content {
  font-size: 12px;
}

.emphasis {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}

.referrals-row {
  display: flex;
  flex-wrap: wrap;
}
.referrals-row > .resource-location:hover {
  text-decoration: none;
}
.referrals-row > .resource-location:hover > address {
  text-decoration: underline;
}
.referrals-row > .small-label {
  margin-right: 15px;
}
.referrals-row.send-referral {
  justify-content: center;
}

#send-referral-btn:hover .ico-send-referral:not(.ico-send-referral-white) {
  background-image: url(/assets/pen-paper-blue-23932c32daf29a24716bfd70dcdafa8bb2e536eef34ad1f533fae07b94e7e374.svg);
}

.referrals-row > div, .referrals-row > a {
  margin-right: 7px;
}

.referrals-row > address {
  margin-bottom: 7px;
}

.dark-blue-text {
  color: #105D9D !important;
}

.referral-full-status {
  background-color: #f9f9f9;
  padding: 15px;
}
.referral-input-box textarea::-moz-placeholder, .referral-input-box input::-moz-placeholder, .referral-detail textarea::-moz-placeholder, .referral-detail input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #7e94ad;
  opacity: 1;
}
.referral-input-box textarea::placeholder, .referral-input-box input::placeholder, .referral-detail textarea::placeholder, .referral-detail input::placeholder { /* Most modern browsers support this now. */
  color: #7e94ad;
}

.referral-detail {
  margin-top: 24px;
  padding-left: 0;
  flex: 1;
}
.referral-detail .label, .referral-detail .agency-label {
  margin-bottom: 2px;
}
.referral-detail .textarea-label {
  padding-top: 24px;
}

.referral-ico {
  background-repeat: no-repeat;
  width: 24px;
}

.referral-marker-ico {
  opacity: 0.5;
  width: 15px;
  line-height: 1.3;
}

.status-text {
  margin-bottom: 5px;
}

.pending-icon {
  background-image: url(/assets/time-clock-circle-9544ae1c79f02a83ac898ef2fc008ede7b6e2ff49010993b1fe3cb1d150d9a3f.svg);
}

.accepted-icon {
  background-image: url(/assets/check-circle-632cd9458db14dbdab1bc4dd126cf3d3696ce32a6e83c445d9803f02f70bd380.svg);
}

.accepted-text {
  color: #73af66;
}

.declined-icon {
  background-image: url(/assets/cross-circle-381c941b6d3e385491d53a28b372fceb7311a650540d695c6b076624cbf013a8.svg);
}

.declined-text, .denied-text {
  color: #f2442e;
}

.referrals-row.dropdowns-container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  margin-right: 0;
}
.referrals-row.dropdowns-container > .dropdown-container {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.referrals-row.dropdowns-container.many-dropdowns {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.referrals-row.dropdowns-container.many-dropdowns > div {
  display: block;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.referrals-row.dropdowns-container.many-dropdowns > .dropdown-container > .dropdown-label {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-label {
  color: #424C58;
  margin-right: 7px;
  margin-left: 15px;
  padding-top: 3px;
}

.referral-input {
  width: 100%;
  height: 156px;
  margin-top: 5px;
  background-image: linear-gradient(to bottom, #f3f9ff, #fafcff);
}

.center-text {
  text-align: center;
}

.referral-response {
  margin-left: -24px;
  margin-right: -24px;
  padding: 24px;
  background-color: #f9f9f9;
  border-top: solid 1px #d9e5ef;
  border-bottom: solid 1px #d9e5ef;
}

.ico-send-referral {
  background-image: url(/assets/pen-paper-grey-d72e44f11f3aa72fb78a8b4504c1921eb1635b6c780b6856b9922c3014e211f1.svg);
  margin-left: 1px;
  margin-right: 10px;
  margin-top: 3px;
  height: 14px;
  width: 12px;
}

.ico-send-referral-white {
  background-image: url(/assets/pen-paper-white-cf5335b68d17a8f03977409125d95eca989df08b307d294ccd720b8954e69013.svg);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 60px);
}

.referral-modal-content, .agency-modal-content {
  border-radius: 2px;
  padding: 24px 65px;
  text-align: center;
  cursor: default;
}

.referral-form {
  text-align: left;
}

.cancel-icon {
  background-image: url(/assets/x-1b5f4fa76285defe0494f64708a1f3823f7cb0ae8d8802cdc7faef7b47bd5d8e.svg);
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 13px;
  right: 13px;
  height: 14px;
  width: 14px;
  border: none;
}

#referral-confirmation-button {
  margin-top: 15px;
  color: #7e94ad;
}

.referral-confirmation {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  color: #7e94ad;
  margin-top: 15px;
}

.referral-label {
  font-weight: bold;
}

.referral-modal-header {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
}

.referral-modal-sub-header {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  color: #7e94ad;
  margin-top: 7px;
}

#email-error-box, #phone-error-box {
  border-color: #f2442e;
  margin-bottom: 0;
}

.input-error-text {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  color: #f2442e;
  font-size: 12px;
  margin-bottom: 7px;
}

.agencies-sidenav-container {
  width: 220px;
  padding: 2px;
  height: -moz-max-content;
  height: max-content;
  background-color: #f0f6fa;
  border-radius: 6px;
  border: solid 1px #d9e5ef;
}
.agencies-sidenav-container .sidenav-my211-btn {
  line-height: unset;
  text-align: left;
  padding: 7px 10px;
}

.agencies-row {
  display: flex;
  margin-top: 30px;
}

.agencies-title {
  padding: 0 0 20px 0;
  color: #125790;
}

.agencies-data-container {
  max-width: 700px;
  padding: 0 20px;
  flex-grow: 100;
}

.agency-title {
  color: #125790;
}
.agency-title + .agency-detail-item, .agency-detail-row .agency-title + .agency-detail-item-no-label, .agency-detail-row-first .agency-title + .agency-detail-item-no-label, .agency-detail-row .agency-title + .agency-detail-item-large, .agency-detail-row-first .agency-title + .agency-detail-item-large, .agency-detail-row .agency-title + .agency-detail-item-medium, .agency-detail-row-first .agency-title + .agency-detail-item-medium {
  margin-bottom: 24px;
}

.agency-note {
  background-color: rgba(98, 154, 212, 0.1);
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: solid 1px #629ad4;
  color: #629ad4;
}

.agency-container, .agency-fixed-submit-btn-container, .agency-change-container {
  border: solid 1px #d9e5ef;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 30px 24px;
  color: #7e94ad;
  margin-bottom: 24px;
}
.agency-container hr, .agency-fixed-submit-btn-container hr, .agency-change-container hr {
  margin-bottom: 0;
}

.agency-detail-item, .agency-detail-row .agency-detail-item-no-label, .agency-detail-row-first .agency-detail-item-no-label, .agency-detail-row .agency-detail-item-large, .agency-detail-row-first .agency-detail-item-large, .agency-detail-row .agency-detail-item-medium, .agency-detail-row-first .agency-detail-item-medium {
  margin-top: 24px;
  width: 100%;
  color: #7e94ad;
}
.agency-detail-item:first-child, .agency-detail-row .agency-detail-item-no-label:first-child, .agency-detail-row-first .agency-detail-item-no-label:first-child, .agency-detail-row .agency-detail-item-large:first-child, .agency-detail-row-first .agency-detail-item-large:first-child, .agency-detail-row .agency-detail-item-medium:first-child, .agency-detail-row-first .agency-detail-item-medium:first-child {
  margin-top: 0;
}

h4.agency-label {
  margin-bottom: 15px;
}

.agency-detail-row, .agency-detail-row-first {
  display: flex;
  margin-top: 24px;
}
.agency-detail-row .agency-detail-item, .agency-detail-row-first .agency-detail-item, .agency-detail-row .agency-detail-item-no-label, .agency-detail-row-first .agency-detail-item-no-label, .agency-detail-row .agency-detail-item-large, .agency-detail-row-first .agency-detail-item-large, .agency-detail-row .agency-detail-item-medium, .agency-detail-row-first .agency-detail-item-medium {
  margin-top: 0;
  flex: 1;
}
.agency-detail-row .agency-detail-item:not(:last-child), .agency-detail-row-first .agency-detail-item:not(:last-child), .agency-detail-row .agency-detail-item-no-label:not(:last-child), .agency-detail-row-first .agency-detail-item-no-label:not(:last-child), .agency-detail-row .agency-detail-item-large:not(:last-child), .agency-detail-row-first .agency-detail-item-large:not(:last-child), .agency-detail-row .agency-detail-item-medium:not(:last-child), .agency-detail-row-first .agency-detail-item-medium:not(:last-child) {
  margin-right: 15px;
}
.agency-detail-row .agency-detail-item-medium, .agency-detail-row-first .agency-detail-item-medium {
  flex: 2;
}
.agency-detail-row .agency-detail-item-large, .agency-detail-row-first .agency-detail-item-large {
  flex: 3;
}
.agency-detail-row .agency-detail-item-no-label, .agency-detail-row-first .agency-detail-item-no-label {
  display: flex;
}
.agency-detail-row .agency-detail-item-no-label .denied-text, .agency-detail-row-first .agency-detail-item-no-label .denied-text {
  display: flex;
  align-items: center;
}
.agency-detail-row .agency-text-old, .agency-detail-row-first .agency-text-old {
  text-decoration: line-through;
}

.agency-detail-row-first {
  margin-top: 0;
}

.agency-detail-column {
  flex: 1;
}
.agency-detail-column .agency-column-item:not(:first-child) {
  margin-top: 24px;
}

.agency-list-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.agency-list-container .btn.btn-default {
  color: #7e94ad;
  border-color: #d9e5ef;
}

.agency-list-address-container {
  margin-right: 24px;
}
.agency-list-address-container .agency-margin-bottom {
  margin-bottom: 15px;
}

.agency-button-link, .agency-add-relation button, .agency-relation-link, .agency-item-row button {
  background-color: transparent;
  border: none;
  color: #629ad4;
  padding: 0;
  display: flex;
}
.agency-button-link:hover, .agency-add-relation button:hover, .agency-relation-link:hover, .agency-item-row button:hover {
  text-decoration: underline;
}
.agency-button-link:focus, .agency-add-relation button:focus, .agency-relation-link:focus, .agency-item-row button:focus {
  outline: none;
}
.agency-button-link:disabled, .agency-add-relation button:disabled, .agency-relation-link:disabled, .agency-item-row button:disabled {
  opacity: 0.5;
  pointer-events: none;
  text-decoration: none;
}

.agency-item-row {
  display: flex;
  justify-content: space-between;
  padding: 7px;
}
.agency-item-row:nth-child(even) {
  background-color: #f9f9f9;
}
.agency-item-row a {
  color: #7e94ad;
}
.agency-item-row button {
  color: #f2442e;
}

.agency-relation-link {
  margin: 7px 0 24px;
}

.agency-add-relation {
  margin-top: 15px;
  font-size: 12px;
  opacity: 0.6;
}
.agency-add-relation button {
  font-size: 12px;
}

.cancel {
  color: #f2442e;
}

.edit-ico {
  margin-right: 10px;
  margin-top: 3px;
  height: 14px;
  width: 12px;
  background-image: url(/assets/pen-paper-blue-23932c32daf29a24716bfd70dcdafa8bb2e536eef34ad1f533fae07b94e7e374.svg);
}

.agency-change-container {
  padding-bottom: 0;
}
.agency-change-container .agency-detail-item:not(:first-child), .agency-change-container .agency-detail-row .agency-detail-item-medium:not(:first-child), .agency-detail-row .agency-change-container .agency-detail-item-medium:not(:first-child), .agency-change-container .agency-detail-row .agency-detail-item-large:not(:first-child), .agency-detail-row .agency-change-container .agency-detail-item-large:not(:first-child), .agency-change-container .agency-detail-row .agency-detail-item-no-label:not(:first-child), .agency-detail-row .agency-change-container .agency-detail-item-no-label:not(:first-child), .agency-change-container .agency-detail-row-first .agency-detail-item-medium:not(:first-child), .agency-detail-row-first .agency-change-container .agency-detail-item-medium:not(:first-child), .agency-change-container .agency-detail-row-first .agency-detail-item-large:not(:first-child), .agency-detail-row-first .agency-change-container .agency-detail-item-large:not(:first-child), .agency-change-container .agency-detail-row-first .agency-detail-item-no-label:not(:first-child), .agency-detail-row-first .agency-change-container .agency-detail-item-no-label:not(:first-child) {
  margin-top: 15px;
}
.agency-change-container .agency-detail-item:not(:first-child):nth-child(even), .agency-change-container .agency-detail-row .agency-detail-item-medium:not(:first-child):nth-child(even), .agency-detail-row .agency-change-container .agency-detail-item-medium:not(:first-child):nth-child(even), .agency-change-container .agency-detail-row .agency-detail-item-large:not(:first-child):nth-child(even), .agency-detail-row .agency-change-container .agency-detail-item-large:not(:first-child):nth-child(even), .agency-change-container .agency-detail-row .agency-detail-item-no-label:not(:first-child):nth-child(even), .agency-detail-row .agency-change-container .agency-detail-item-no-label:not(:first-child):nth-child(even), .agency-change-container .agency-detail-row-first .agency-detail-item-medium:not(:first-child):nth-child(even), .agency-detail-row-first .agency-change-container .agency-detail-item-medium:not(:first-child):nth-child(even), .agency-change-container .agency-detail-row-first .agency-detail-item-large:not(:first-child):nth-child(even), .agency-detail-row-first .agency-change-container .agency-detail-item-large:not(:first-child):nth-child(even), .agency-change-container .agency-detail-row-first .agency-detail-item-no-label:not(:first-child):nth-child(even), .agency-detail-row-first .agency-change-container .agency-detail-item-no-label:not(:first-child):nth-child(even) {
  background-color: #f9f9f9;
}

.agency-fixed-submit-btn-container {
  border: none;
  padding: 30px 0;
  margin: 0;
  position: sticky;
  bottom: 0;
}
.agency-fixed-submit-btn-container button {
  width: 100%;
}

.change-field-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.change-field-container .change-content {
  margin-right: 85px;
}
.change-field-container .agency-button-link.change, .change-field-container .agency-item-row button.change, .agency-item-row .change-field-container button.change, .change-field-container .change.agency-relation-link, .change-field-container .agency-add-relation button.change, .agency-add-relation .change-field-container button.change {
  visibility: hidden;
}
.change-field-container:hover .agency-button-link.change, .change-field-container:hover .agency-item-row button.change, .agency-item-row .change-field-container:hover button.change, .change-field-container:hover .change.agency-relation-link, .change-field-container:hover .agency-add-relation button.change, .agency-add-relation .change-field-container:hover button.change {
  visibility: visible;
}

.button-container {
  width: 100px;
}

textarea.agency-change-input {
  height: 156px;
}

.agency-change-input {
  width: 450px;
  margin-bottom: 7px;
}
.agency-change-input.relation-input {
  margin-top: 15px;
}

.field-description {
  margin-bottom: 7px;
  opacity: 0.5;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #5b656d;
}

.agency-table-header {
  padding: 0 7px 15px 0;
  text-align: left;
  color: #125790;
  font-size: 24px;
}

.agency-detail-subheader {
  color: #125790;
  font-size: 20px;
}

.agency-resource-column {
  display: flex;
}
.agency-resource-column .agency-resource {
  flex: 1.25;
  margin-right: 24px;
}
.agency-resource-column .agency-row-subcontent {
  margin-top: 7px;
  font-size: 12px;
  opacity: 0.6;
}

.agency-details-container {
  flex: 5;
}
.agency-details-container .agency-details {
  display: flex;
}
.agency-details-container .agency-details div:not(:last-child) {
  padding-right: 15px;
}
.agency-details-container .agency-details div {
  flex: 6;
}
.agency-details-container .agency-details div:first-child {
  flex: 3;
}
.agency-details-container .agency-details div:last-child {
  flex: 1;
}

.relationship-container {
  margin-bottom: 40px;
}

.agency-table table tr td {
  height: unset;
  padding: 7px;
}

.agency-modal-content > .modal-header > .label, .agency-modal-content > .modal-header > .agency-label, .agency-modal-content > .modal-header > h3 {
  color: #125790;
}

.agency-error-input,
.agency-error-input:focus {
  border-color: #f2442e;
  margin-bottom: 0;
}

.agency-error-message {
  color: #f2442e;
}

.ui-autocomplete {
  height: 250px;
  max-height: 250px;
  width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Pages */
.home-hero {
  font-family: "inter-light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  background-image: url(/assets/Hero-BG-cc96cc2307ae4dda18a7faced3c2783a3d7a77f1eddd5be4fde7c9bbe9d45e93.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #feb62a;
  margin-top: -80px;
  height: 540px;
}
.home-hero .form-wrap {
  display: flex;
  margin-bottom: 24px;
}
@media only screen and (min-width: 48em) {
  .home-hero .form-wrap {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 48em) {
  .home-hero .form-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
}
.home-hero .form-wrap .suggested-search-box {
  position: relative;
  height: 64px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: solid 1px #d9e5ef;
  background-color: #f3f9ff;
  padding-right: 62px;
}
@media only screen and (max-width: 48em) {
  .home-hero .form-wrap .suggested-search-box {
    border-radius: 3px;
    height: 53px;
  }
}
.home-hero .form-wrap .suggested-search-box .clear-action {
  position: absolute;
  right: 16px;
  top: 23px;
  font-size: 14px;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  color: #105D9D;
}
@media only screen and (max-width: 48em) {
  .home-hero .form-wrap .suggested-search-box .clear-action {
    top: 17px;
  }
}
.home-hero .form-wrap .suggested-search-box .suggested-search-token {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 64px;
  color: #629ad4;
  text-indent: 56px;
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: left 22px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23629AD4' fill-rule='nonzero' d='M15.625 13.818l-2.973-2.973a6.564 6.564 0 1 0-1.81 1.811l2.973 2.972a1.296 1.296 0 0 0 1.81 0c.5-.5.5-1.31 0-1.81zM7.2 2.563a4.64 4.64 0 1 1 0 9.28 4.64 4.64 0 0 1 0-9.28z'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 48em) {
  .home-hero .form-wrap .suggested-search-box .suggested-search-token {
    font-size: 16px;
    line-height: 54px;
    text-indent: 46px;
    background-position: left 16px center;
  }
}
.home-hero .form-wrap .search-input-region input {
  border: none;
  border-radius: inherit;
  box-shadow: none;
  outline: none;
  height: 100%;
  padding-left: 48px;
}
@media only screen and (max-width: 48em) {
  .home-hero .form-wrap .search-input-region input {
    border-radius: 3px;
    padding-left: 48px;
  }
}
.home-hero .form-wrap .search-input-region .helper-input {
  background: #ffffff;
  border: solid 1px #d9e5ef;
  border-radius: 8px;
  box-sizing: border-box;
  height: 64px;
  overflow: visible;
  transition: border-color 150ms ease;
}
.home-hero .form-wrap .search-input-region .helper-input:focus-within {
  z-index: 1000;
}
@media only screen and (max-width: 48em) {
  .home-hero .form-wrap .search-input-region .helper-input {
    --search-field-radius: 3px;
  }
}
.home-hero .form-wrap .search-input-region .search-field-input::-moz-placeholder {
  color: #424C58;
}
.home-hero .form-wrap .search-input-region .search-field-input::placeholder {
  color: #424C58;
}
.home-hero .form-wrap .location-region {
  position: relative;
}
.home-hero .form-wrap .location-region .helper-input {
  display: block;
  width: 100%;
}
.home-hero .form-wrap .location-region .helper-input:focus-within {
  z-index: 2;
}
.home-hero .form-wrap .location-region:focus-within {
  z-index: 2;
}
@media only screen and (max-width: 48em) {
  .home-hero .form-wrap .location-region {
    margin-top: -1px;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .home-hero .form-wrap .location-region input {
    border-radius: 3px;
  }
}
.home-hero .form-wrap .home-search-btn {
  height: 64px;
  border-radius: 8px;
  width: 120px;
}
@media only screen and (max-width: 48em) {
  .home-hero .form-wrap .home-search-btn {
    width: 100%;
    height: 53px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.31;
  }
}
.home-hero .form-wrap .home-search-btn {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.home-hero .search-label {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 120%;
  margin-bottom: 16px;
  letter-spacing: -0.005em;
}
@media only screen and (max-width: 48em) {
  .home-hero .search-label {
    font-size: 18px;
  }
}
.home-hero .helper-input {
  display: block;
  position: relative;
}
.home-hero .search-field-icon {
  color: #1f2f38;
  left: 24px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .home-hero .search-field-icon {
    left: 16px;
  }
}
.home-hero .location-region gmp-place-autocomplete {
  --gmp-input-bg: transparent;
  --gmp-input-font-family: inherit;
  --gmp-input-outline: none;
  --gmp-host-focus-outline: none;
  --gmp-input-padding: 1px 56px 1px 48px;
  --gmp-input-mobile-font-size: 14px;
  --gmp-input-mobile-line-height: 1.31;
  --uw-place-mobile-padding-left: 48px;
  --uw-place-mobile-padding-right: 48px;
}
@media only screen and (max-width: 48em) {
  .home-hero .location-region gmp-place-autocomplete {
    --gmp-input-padding: 1px 48px;
  }
}
.home-hero .form-wrap .ui-autocomplete {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 999;
  margin-top: 16px;
}
@media only screen and (max-width: 48em) {
  .home-hero .form-wrap .ui-autocomplete {
    top: 53px;
    margin-top: 8px;
  }
}
.home-hero .search-input-region, .home-hero .suggested-search-token-region, .home-hero .location-region {
  flex: 0.5;
}
@media only screen and (max-width: 48em) {
  .home-hero .search-input-region, .home-hero .suggested-search-token-region, .home-hero .location-region {
    flex: 1;
    width: 100%;
  }
}
.home-hero .search-input-region, .home-hero .suggested-search-token-region, .home-hero .location-region {
  min-width: 0;
}
.home-hero .suggested-search-token-region {
  display: none;
}
.home-hero .inquiry {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 34px;
  margin-top: 100px;
  margin-bottom: 24px;
  line-height: 105%;
  letter-spacing: -0.015em;
}
@media only screen and (min-width: 48em) {
  .home-hero .inquiry {
    margin-top: 136px;
    margin-bottom: 48px;
    font-size: 38px;
  }
}
.home-hero .inquiry {
  font-weight: 700;
  color: white;
}

.hero-link {
  color: #ffffff;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  .hero-link {
    font-size: 16px;
  }
}
.hero-link {
  font-weight: normal;
  line-height: 1.31;
}
.hero-link a {
  color: #ffffff;
  font-weight: bold;
  margin-left: 4px;
  text-decoration: underline;
}
@media only screen and (max-width: 48em) {
  .hero-link a {
    margin-left: 0;
  }
}
.hero-link a:hover, .hero-link a:active, .hero-link a:focus {
  color: #ffffff;
}

.home-hero-co {
  background-image: url(/assets/2-1-1searchtool-hero-30e8ebd23c478ec1d7d9e3d779ee03ca16140d002056cc1d157fc82799eee0a9.jpg);
}

.directed-search {
  height: 80px;
  overflow: hidden;
  padding: 15px 0;
  text-align: center;
  transform: translatez(0);
}
@media only screen and (max-width: 48em) {
  .directed-search {
    display: none;
  }
}
.directed-search::after {
  background-position: bottom center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  height: 80px;
  left: 0;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.directed-search .btn {
  margin-left: 15px;
}

.statement-label {
  color: white;
  padding-top: 11px;
}
@media only screen and (max-width: 48em) {
  .statement-label {
    font-size: 18px;
    line-height: 1.5;
  }
}

.statement-intro {
  color: #105D9D;
  margin-top: 0.3em;
  padding-top: 0;
}
@media only screen and (max-width: 48em) {
  .statement-intro {
    font-size: 18px;
    line-height: 1.5;
  }
}

.statement-link {
  border-bottom: 1px solid white;
}

.statement-label {
  font-size: 28px;
  padding-right: 15px;
  top: 5px;
}

.directed-search-item {
  z-index: 200;
}

.list {
  list-style: none;
}

.home-guided-search {
  border-bottom: 1px solid #d9e5ef;
  background-color: #fff;
}
.home-guided-search .home-guided-search-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  *zoom: 1;
}
.home-guided-search .home-guided-search-container:before, .home-guided-search .home-guided-search-container:after {
  content: "";
  display: table;
}
.home-guided-search .home-guided-search-container:after {
  clear: both;
}
.home-guided-search .home-guided-search-container {
  padding: 56px 80px;
}
@media only screen and (max-width: 64.063em) {
  .home-guided-search .home-guided-search-container {
    padding: 48px 24px;
  }
}
@media only screen and (max-width: 48em) {
  .home-guided-search .home-guided-search-container {
    padding: 48px 16px;
  }
}
@media only screen and (max-width: 64.063em) {
  .home-guided-search .home-guided-search-container {
    gap: 48px;
  }
}
@media only screen and (max-width: 48em) {
  .home-guided-search .home-guided-search-container {
    gap: 32px;
  }
}
.home-guided-search .home-guided-search-container div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 48em) {
  .home-guided-search .home-guided-search-container div {
    gap: 8px;
  }
}
.home-guided-search .home-guided-search-container div h2.direct {
  margin: 0;
  font-size: 38px;
  color: #12354D;
}
@media only screen and (max-width: 48em) {
  .home-guided-search .home-guided-search-container div h2.direct {
    font-size: 22px;
  }
}
.home-guided-search .home-guided-search-container ul.guided-search {
  display: flex;
  flex-flow: row wrap;
  gap: 25px 40px;
  padding: 0;
  list-style-type: none;
}
.home-guided-search .home-guided-search-container ul.guided-search .guided-item {
  width: 21%;
}
@media only screen and (max-width: 64.063em) {
  .home-guided-search .home-guided-search-container ul.guided-search .guided-item {
    width: 29%;
  }
}
@media only screen and (max-width: 48em) {
  .home-guided-search .home-guided-search-container ul.guided-search .guided-item {
    width: 43%;
  }
}
.home-guided-search .home-guided-search-container ul.guided-search .guided-item .list-link {
  text-decoration: none;
}
.home-guided-search .home-guided-search-container ul.guided-search .guided-item .list-link .guided-title {
  color: #105D9D;
  font-size: 24px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 48em) {
  .home-guided-search .home-guided-search-container ul.guided-search .guided-item .list-link .guided-title {
    font-size: 14px;
  }
}
.home-guided-search .home-guided-search-container ul.guided-search .guided-item .list-link .guided-title.co {
  font-size: 16px;
}
.home-guided-search .home-guided-search-container ul.guided-search .guided-item .list-link span {
  color: #586575;
}

section.home-about {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 40px 128px;
  background-color: #125790;
  color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  padding: 54px 80px;
}
@media only screen and (max-width: 64.063em) {
  section.home-about {
    padding: 48px 24px;
  }
}
@media only screen and (max-width: 48em) {
  section.home-about {
    padding: 48px 16px;
  }
}
@media only screen and (max-width: 64.063em) {
  section.home-about {
    flex-direction: column;
    align-items: stretch;
  }
}
section.home-about div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 48em) {
  section.home-about div {
    gap: 16px;
  }
}
section.home-about div span {
  font-size: 24px;
  line-height: 28px;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  max-width: 40ch;
}
@media only screen and (max-width: 64.063em) {
  section.home-about div span {
    max-width: none;
  }
}
@media only screen and (max-width: 48em) {
  section.home-about div span {
    font-size: 22px;
  }
}
section.home-about .about-us-links {
  gap: 8px;
}
section.home-about .about-us-links a,
section.home-about .about-us-links button {
  color: #fff;
  background: none;
  text-align: left;
  border: none;
  padding: 0;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 48em) {
  section.home-about .about-us-links a,
  section.home-about .about-us-links button {
    font-size: 14px;
    line-height: 20px;
  }
}
section.home-about .about-us-links button {
  padding-bottom: 16px;
}
section.home-about .about-us-links button:hover {
  text-decoration: underline;
}
section.home-about .about-us-links .about-us-socials {
  padding-top: 16px;
  border-top: 1px solid #fff;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 48em) {
  section.home-about .about-us-links .about-us-socials {
    flex-wrap: wrap;
    gap: 12px;
  }
}
section.home-about .about-us-links .about-us-socials-label {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
section.home-about .about-us-links .about-us-socials-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.home-about .about-us-links a.about-us-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #fff;
  color: #125790;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
section.home-about .about-us-links a.about-us-social-link:hover {
  opacity: 0.88;
  text-decoration: none;
  transform: translateY(-1px);
}
section.home-about .about-us-links a.about-us-social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.tobe {
  font-size: 12px;
  margin: 15px 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .tobe {
    display: inline-block;
    margin: 0 15px;
  }
}

.home-community {
  background-image: url(/assets/landing-mosaic-d5812787cf3b1760699333240518628c22255e78c313a17e93ac9b81380e12e9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #feb62a;
}
.home-community .intro-modal {
  background: #f3f9ff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  background: rgba(250, 251, 255, 0.95);
  box-shadow: 0px 1px 6px 0px rgba(38, 41, 48, 0.36);
  border-radius: 3px;
  margin: 100px 0;
  text-align: center;
  z-index: 99;
}
@media only screen and (min-width: 48em) {
  .home-community .intro-modal {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .home-community .intro-modal:last-child {
    margin-right: 0;
  }
  .home-community .intro-modal {
    margin-left: 17.0596085997%;
  }
}
.home-community .intro {
  max-width: initial;
  padding: 40px;
}
@media only screen and (min-width: 48em) {
  .home-community .intro {
    padding: 65px;
  }
}

.list-item {
  padding-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .list-item {
    display: inline-block;
    float: left;
    margin: 0;
    width: 50%;
    padding: 0 15px 30px;
  }
  .list-item:nth-child(2n+1) {
    clear: left;
    padding-left: 0;
  }
  .list-item:nth-child(2n+2) {
    padding-right: 0;
  }
}

.list-fig {
  background: #105D9D;
  border: 1px solid #d9e5ef;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(114, 148, 173, 0.2);
  overflow: hidden;
  position: relative;
  text-align: center;
}
.list-fig .list-fig-img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.list-fig .list-fig-cap {
  color: white;
  height: 100%;
  left: 0;
  line-height: 1.5;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
}
.list-fig .list-fig-cap::before, .list-fig .list-fig-cap::after {
  pointer-events: none;
}
.list-fig .list-fig-cap::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(16, 93, 157, 0) 25%, rgba(16, 93, 157, 0.6) 70%);
  opacity: 0.65;
  filter: alpha(opacity=65);
  transform: translate3d(0, 40%, 0);
  transition: opacity 0.35s, transform 0.35s;
}
.list-fig .list-fig-title {
  bottom: 24px;
  left: 0;
  position: absolute;
  text-shadow: 0px 0px 6px rgba(33, 45, 108, 0.45);
  width: 100%;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.35s, color 0.35s;
}
.list-fig .list-fig-sub {
  bottom: 0;
  left: 0;
  padding: 24px;
  position: absolute;
  width: 100%;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.35s, transform 0.35s;
}
.list-fig:hover {
  box-shadow: 0px 1px 2px 0px rgba(114, 148, 173, 0.4);
}
.list-fig:hover .list-fig-title {
  transform: translate3d(0, -50%, 0) translate3d(0, -20px, 0);
}
.list-fig:hover .list-fig-sub,
.list-fig:hover .list-fig-cap::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0);
}

.servicestrip {
  background-color: #f7fbfe;
  text-align: center;
}
.servicestrip .direct {
  margin: 0;
  vertical-align: baseline;
  background-color: #f7fbfe;
  bottom: -9px;
  display: inline-block;
  padding: 0 15px;
  z-index: 99;
}

.servicestrip-blocks {
  border-top: 1px solid #d9e5ef;
  padding-bottom: 40px;
  padding-top: 65px;
}
@media only screen and (min-width: 48em) {
  .servicestrip-blocks {
    display: table;
  }
}
@media (min-width: 64.063em) {
  .servicestrip-blocks {
    padding-bottom: 85px;
    padding-top: 0;
  }
}

.servicestrip-block {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

@media only screen and (min-width: 48em) {
  .column {
    float: left;
    margin-bottom: 24px;
    width: 50%;
  }
}
@media (min-width: 64.063em) {
  .column {
    display: table-cell;
    float: none;
    margin-bottom: 0;
    padding-top: 65px;
    vertical-align: top;
    width: 25%;
  }
}

.block {
  color: inherit;
  display: block;
  margin-bottom: 40px;
  position: static;
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .block {
    margin-bottom: 0;
  }
}

.servicestrip-block-title {
  color: #105D9D;
  font-family: "inter-light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  margin: 24px 0 15px;
}

.servicestrip-block-copy {
  margin-bottom: 15px;
  padding: 0 15px;
}

.block-link {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

section.double-screener {
  color: #424C58;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.double-screener .screeners {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 24px;
}
@media only screen and (max-width: 48em) {
  section.double-screener .screeners {
    flex-direction: column;
    padding: 0;
  }
}
section.double-screener .screeners .screener {
  background-color: #EFF5FB;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 48px;
  justify-content: space-between;
}
section.double-screener .screeners .screener div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 48em) {
  section.double-screener .screeners .screener {
    padding: 24px 16px;
  }
}
section.double-screener .screeners .screener h2 {
  font-size: 30px;
  color: #122A36;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  section.double-screener .screeners .screener h2 {
    font-size: 22px;
  }
}
section.double-screener .screeners .screener p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 48em) {
  section.double-screener .screeners .screener p {
    font-size: 16px;
    line-height: 24px;
  }
}
section.double-screener .screeners .screener a {
  margin-top: 16px;
  padding: 12px;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
section.double-screener a.all-screeners {
  background-color: #EFF5FB;
  border: 1px solid transparent;
  text-align: center;
  padding: 8px;
  color: #125790;
  flex-basis: 100%;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
section.double-screener a.all-screeners:hover {
  background-color: #fff;
  border-color: #105d9d;
  text-decoration: none;
}

.surveys-index {
  padding: 54px 24px 48px 24px;
}
@media only screen and (min-width: 48em) {
  .surveys-index {
    padding: 0 15px;
  }
}
.surveys-index .hero-image {
  border-radius: 5px;
  width: 100%;
  height: 270px;
  background-image: url(/assets/survey-index-hero-fb9008a247553aec5e496e598346cf7142908494f3c9ddcfeb482eaaf221d0bb.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.surveys-index .image-text-container {
  width: 55%;
  padding-left: 75px;
}
.surveys-index .image-text-container .heading {
  margin-bottom: 15px;
}
.surveys-index .surveys-container {
  padding: 80px;
}
.surveys-index .survey {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #d9e5ef;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.surveys-index .survey:last-child {
  margin-bottom: 0;
}
.surveys-index .survey-text {
  margin-right: 15px;
}
.surveys-index .survey-updated {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .surveys-index .surveys-index-content {
    box-shadow: 0 2px 21px -14px #7e94ad;
    margin-top: 64px;
  }
}
.surveys-index .surveys-index-content {
  padding: 0;
  margin-bottom: 80px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
}

section.specialized-programs {
  background: white;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0;
}
@media only screen and (max-width: 64.063em) {
  section.specialized-programs {
    gap: 24px;
  }
}
@media only screen and (max-width: 48em) {
  section.specialized-programs {
    gap: 16px;
  }
}
section.specialized-programs div {
  gap: 16px;
}
@media only screen and (max-width: 48em) {
  section.specialized-programs div {
    gap: 8px;
  }
}
section.specialized-programs div h2 {
  color: #122A36;
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  section.specialized-programs div h2 {
    font-size: 22px;
  }
}
section.specialized-programs div p {
  color: #424C58;
  font-size: 20px;
  line-height: 28px;
  max-width: 50ch;
}
@media only screen and (max-width: 48em) {
  section.specialized-programs div p {
    font-size: 16px;
    line-height: 24px;
  }
}
section.specialized-programs ul {
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
  margin: 0;
  gap: 24px;
  list-style: none;
}
@media only screen and (max-width: 48em) {
  section.specialized-programs ul {
    flex-direction: column;
  }
}
section.specialized-programs ul li {
  flex: 1;
}
section.specialized-programs ul li a {
  text-decoration: none;
}
section.specialized-programs ul li a img {
  max-width: 100%;
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
}
section.specialized-programs ul li a h3 {
  color: #122A36;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  section.specialized-programs ul li a h3 {
    font-size: 22px;
  }
}
section.specialized-programs ul li a p {
  color: #424C58;
  font-size: 16px;
  margin: 16px 0;
  line-height: 24px;
}
section.specialized-programs ul li a span {
  color: #105D9D;
}
section.specialized-programs ul li a span:hover {
  text-decoration: underline;
}

.page-result .search-region,
.page-search .search-region {
  padding: 0 1em;
  position: relative;
}
.page-result .search-region .category-search-term:not(.search-field-input),
.page-search .search-region .category-search-term:not(.search-field-input) {
  padding: 8px;
  width: 100%;
}
.page-result .search-region .wrap,
.page-search .search-region .wrap {
  padding: 0;
}
.page-result .search-region .search-row,
.page-search .search-region .search-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64.063em) {
  .page-result .search-region .search-row .search-item:first-child,
  .page-search .search-region .search-row .search-item:first-child {
    margin-right: 15px;
  }
  .page-result .search-region .search-row,
  .page-search .search-region .search-row {
    flex-direction: row;
  }
}
.page-result .search-region .search-row .search-item,
.page-search .search-region .search-row .search-item {
  flex: 1;
}
.page-result .search-region .search-term-label,
.page-search .search-region .search-term-label {
  display: none;
}
@media (min-width: 64.063em) {
  .page-result .search-region .search-term-label,
  .page-search .search-region .search-term-label {
    display: block;
    font-size: 12px;
    font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: normal;
    color: #105D9D;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
}
@media (min-width: 64.063em) {
  .page-result .search-region .search-group.search-highlight,
  .page-search .search-region .search-group.search-highlight {
    border-radius: 3px;
    box-shadow: 0 0 0 4px rgba(254, 184, 50, 0.2), 0 0 0 1px #d29725;
  }
  .page-result .search-region .search-group,
  .page-search .search-region .search-group {
    display: flex;
    flex-direction: row;
  }
  .page-result .search-region .search-group .location-wrapper,
  .page-search .search-region .search-group .location-wrapper {
    flex: 0.875;
  }
  .page-result .search-region .search-group > div:first-child,
  .page-search .search-region .search-group > div:first-child {
    flex: 0.875;
  }
  .page-result .search-region .search-group .search-button,
  .page-search .search-region .search-group .search-button {
    flex: 0.125;
  }
}
.page-result .search-region .search-input,
.page-result .search-region .search-button,
.page-search .search-region .search-input,
.page-search .search-region .search-button {
  font-size: 14px;
}

.page-result .search-region .search-term-item,
.page-search .search-region .search-term-item,
.page-result .mobile-filter-drawer-search .search-term-item,
.page-search .mobile-filter-drawer-search .search-term-item {
  position: relative;
  z-index: 10;
}
.page-result .search-region .search-suggestions-dropdown,
.page-search .search-region .search-suggestions-dropdown,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown {
  background: white;
  border: 1px solid #d9e5ef;
  border-radius: 8px;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 8px 0 0;
  max-height: 400px;
  overflow-y: auto;
  padding: 14px 0 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 1;
}
.page-result .search-region .search-suggestions-dropdown li,
.page-search .search-region .search-suggestions-dropdown li,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown li,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown li {
  list-style: none;
}
.page-result .search-region .search-suggestions-dropdown .ui-autocomplete-category,
.page-result .search-region .search-suggestions-dropdown .ui-menu-item,
.page-search .search-region .search-suggestions-dropdown .ui-autocomplete-category,
.page-search .search-region .search-suggestions-dropdown .ui-menu-item,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item {
  color: #105D9D;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .page-result .search-region .search-suggestions-dropdown .ui-autocomplete-category,
  .page-result .search-region .search-suggestions-dropdown .ui-menu-item,
  .page-search .search-region .search-suggestions-dropdown .ui-autocomplete-category,
  .page-search .search-region .search-suggestions-dropdown .ui-menu-item,
  .page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category,
  .page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item,
  .page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category,
  .page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item {
    font-size: 14px;
  }
}
.page-result .search-region .search-suggestions-dropdown .ui-autocomplete-category,
.page-search .search-region .search-suggestions-dropdown .ui-autocomplete-category,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 7px 24px;
}
.page-result .search-region .search-suggestions-dropdown .ui-autocomplete-category.label, .page-result .search-region .search-suggestions-dropdown .ui-autocomplete-category.agency-label,
.page-search .search-region .search-suggestions-dropdown .ui-autocomplete-category.label,
.page-search .search-region .search-suggestions-dropdown .ui-autocomplete-category.agency-label,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category.label,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category.agency-label,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category.label,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-autocomplete-category.agency-label {
  color: #6D7E92;
  text-transform: none;
}
.page-result .search-region .search-suggestions-dropdown .suggested-search-item + .category-item,
.page-search .search-region .search-suggestions-dropdown .suggested-search-item + .category-item,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .suggested-search-item + .category-item,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .suggested-search-item + .category-item {
  box-shadow: inset 0 1px 0 #d9e5ef;
  padding-top: 14px;
}
.page-result .search-region .search-suggestions-dropdown .suggested-search-item + .category-item.ui-state-focus, .page-result .search-region .search-suggestions-dropdown .suggested-search-item + .category-item.ui-state-hover,
.page-search .search-region .search-suggestions-dropdown .suggested-search-item + .category-item.ui-state-focus,
.page-search .search-region .search-suggestions-dropdown .suggested-search-item + .category-item.ui-state-hover,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .suggested-search-item + .category-item.ui-state-focus,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .suggested-search-item + .category-item.ui-state-hover,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .suggested-search-item + .category-item.ui-state-focus,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .suggested-search-item + .category-item.ui-state-hover {
  box-shadow: none;
}
.page-result .search-region .search-suggestions-dropdown .suggested-search-item.last-suggested-item,
.page-search .search-region .search-suggestions-dropdown .suggested-search-item.last-suggested-item,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .suggested-search-item.last-suggested-item,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .suggested-search-item.last-suggested-item {
  padding-bottom: 14px;
}
.page-result .search-region .search-suggestions-dropdown .ui-menu-item,
.page-search .search-region .search-suggestions-dropdown .ui-menu-item,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item {
  padding: 7px 24px;
}
.page-result .search-region .search-suggestions-dropdown .ui-menu-item:last-child,
.page-search .search-region .search-suggestions-dropdown .ui-menu-item:last-child,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item:last-child,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item:last-child {
  padding-bottom: 14px;
}
.page-result .search-region .search-suggestions-dropdown .ui-menu-item.ui-state-focus, .page-result .search-region .search-suggestions-dropdown .ui-menu-item.ui-state-hover,
.page-search .search-region .search-suggestions-dropdown .ui-menu-item.ui-state-focus,
.page-search .search-region .search-suggestions-dropdown .ui-menu-item.ui-state-hover,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item.ui-state-focus,
.page-result .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item.ui-state-hover,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item.ui-state-focus,
.page-search .mobile-filter-drawer-search .search-suggestions-dropdown .ui-menu-item.ui-state-hover {
  background-color: #EFF5FB;
  border: none;
  color: #092E4D;
}

.page-search {
  background-color: white;
}
.page-search .content-region,
.page-search .search-layout,
.page-search .search-results-page-layout,
.page-search .search-results-workspace,
.page-search .search-results-workspace-header,
.page-search .search-results-workspace-body,
.page-search .search-results-workspace-panel,
.page-search .search-results-map-panel,
.page-search .search-results-map-host {
  background-color: white;
}
.page-search .search-results-sidebar {
  background-color: #eff5fb;
  flex: 0 0 auto;
  height: auto;
  overflow: visible;
  overflow-x: visible;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar {
    background-color: white;
    flex: 0 0 360px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 50em) {
  .page-search .search-results-page-layout--map .search-results-sidebar {
    flex: 0 0 0;
    height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .page-search .search-results-page-layout--map .search-results-sidebar > .sidebar-search-header,
  .page-search .search-results-page-layout--map .search-results-sidebar > .filters-header,
  .page-search .search-results-page-layout--map .search-results-sidebar > .filters-container {
    display: none;
  }
}
.page-search .search-results-sidebar .sidebar-header,
.page-search .search-results-sidebar .sidebar-search-header {
  background-color: #eff5fb;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar .sidebar-header,
  .page-search .search-results-sidebar .sidebar-search-header {
    background-color: white;
  }
}
.page-search .search-results-sidebar {
  color: #424C58;
  overflow-x: visible;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar {
    overflow-x: hidden;
  }
}
.page-search .search-results-sidebar .sidebar-search-header {
  border-bottom: 1px solid #a1c2e5;
  padding: 24px 12px;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar .sidebar-search-header {
    border-bottom: 0;
    padding: 24px;
  }
}
.page-search .search-results-sidebar .filters-container {
  border-top: 1px solid #a1c2e5;
  border-bottom: 0;
  display: none;
  padding: 24px 24px 0;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar .filters-container {
    display: block;
  }
}
.page-search .search-results-sidebar .filters {
  padding-bottom: 0;
}
.page-search .search-results-sidebar .label-no-transform {
  color: #122A36;
  display: block;
  font-size: 16px;
}
.page-search .search-results-sidebar .small-text {
  color: #424C58;
  display: block;
  font-size: 12px;
}
.page-search .search-results-sidebar .open-now .label-no-transform {
  display: inline;
}
.page-search .search-results-sidebar .search-region {
  padding: 0;
}
.page-search .search-results-sidebar .sidebar-resource-list-region {
  margin-bottom: 24px;
}
.page-search .search-results-sidebar .sidebar-resource-list-region .shopping-cart-icon {
  float: none;
  width: auto;
}
.page-search .search-results-sidebar .search-row,
.page-search .search-results-sidebar .search-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-search .search-results-sidebar .search-item,
.page-search .search-results-sidebar .search-item > div:first-child,
.page-search .search-results-sidebar .location-wrapper,
.page-search .search-results-sidebar .search-button {
  width: 100%;
}
.page-search .search-results-sidebar .search-field-shell--compact {
  width: 100%;
}
.page-search .search-results-sidebar .place-autocomplete-control,
.page-search .search-results-sidebar .search-field-shell--compact {
  width: 100%;
}
.page-search .search-results-sidebar .search-button {
  border-radius: 12px;
  margin-left: 0;
  margin-top: 0;
}
.page-search .search-results-sidebar .sidebar-search-header .search-row > .search-item:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar .sidebar-search-header .search-row > .search-item:nth-child(2) {
    display: block;
  }
}
.page-search .search-results-sidebar .mobile-search-location-summary {
  color: #122A36;
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar .mobile-search-location-summary {
    display: none;
  }
}
.page-search .search-results-sidebar .mobile-search-location-summary button {
  background: transparent;
  border: 0;
  color: #105D9D;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  padding: 0;
  text-decoration: underline;
}
.page-search .search-results-sidebar .mobile-filter-drawer-trigger {
  align-items: center;
  background: #ffffff;
  border: 1px solid #8bbef3;
  border-radius: 8px;
  color: #105D9D;
  display: inline-flex;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  margin-top: 24px;
  min-height: 48px;
  padding: 11px 16px;
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar .mobile-filter-drawer-trigger {
    display: none;
  }
}
.page-search .search-results-sidebar .search-results-workspace {
  background-color: white;
}
.page-search .search-results-sidebar .mobile-filter-drawer {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 300;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar .mobile-filter-drawer {
    display: none;
  }
}
.page-search .search-results-sidebar .mobile-filter-drawer.open {
  pointer-events: auto;
}
.page-search .search-results-sidebar .mobile-filter-drawer.open .mobile-filter-drawer-backdrop {
  opacity: 1;
}
.page-search .search-results-sidebar .mobile-filter-drawer.open .mobile-filter-drawer-panel {
  transform: translateY(0);
}
.page-search .search-results-sidebar .mobile-filter-drawer-backdrop {
  background: rgba(5, 22, 38, 0.42);
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
}
.page-search .search-results-sidebar .mobile-filter-drawer-panel {
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  box-shadow: 0 -16px 40px rgba(15, 45, 75, 0.24);
  display: flex;
  flex-direction: column;
  left: 0;
  max-height: calc(100vh - 62px);
  overflow: hidden;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: transform 220ms ease;
}
.page-search .search-results-sidebar .mobile-filter-drawer-header {
  align-items: center;
  border-bottom: 1px solid #b9d5f2;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  min-height: 48px;
  padding: 10px 48px;
  position: relative;
}
.page-search .search-results-sidebar .mobile-filter-drawer-header h2 {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.page-search .search-results-sidebar .mobile-filter-drawer-close {
  align-items: center;
  background: #eff5fb;
  border: 0;
  border-radius: 50%;
  color: #122A36;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 28px;
}
.page-search .search-results-sidebar .mobile-filter-drawer-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.page-search .search-results-sidebar .mobile-filter-drawer-search {
  border-bottom: 1px solid #b9d5f2;
  padding: 24px 12px;
}
.page-search .search-results-sidebar .mobile-filter-drawer-search .search-row,
.page-search .search-results-sidebar .mobile-filter-drawer-search .search-group {
  gap: 10px;
}
.page-search .search-results-sidebar .mobile-filter-drawer-search .search-row > .search-item:nth-child(2) {
  display: block;
}
.page-search .search-results-sidebar .mobile-filter-drawer-search .mobile-search-location-summary {
  display: none;
}
.page-search .search-results-sidebar .mobile-filter-drawer-filters .filters {
  padding: 16px 12px 0;
}
.page-search .search-results-sidebar .mobile-filter-drawer-filters .apply-filters-footer {
  margin-left: -12px;
  margin-right: -12px;
  position: sticky;
  bottom: 0;
}
.page-search .search-results-sidebar #flat-category-selections {
  margin-top: 12px;
  padding: 0;
}
.page-search .search-results-sidebar #flat-category-selections .selections {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  min-width: 0;
}
.page-search .search-results-sidebar #flat-category-selections .clear {
  padding-left: 0;
  padding-top: 12px;
}
.page-search .search-results-sidebar #flat-category-selections .search-selection {
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
}
.page-search .search-results-sidebar #flat-category-selections .search-selection span.term {
  align-items: center;
  background: #eff5fb;
  border: 1px solid #105D9D;
  border-radius: var(--semantic-rounded-full, 9999px);
  color: #092e4d;
  cursor: default;
  display: inline-flex;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  gap: 6px;
  line-height: 1.25;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  padding: 8px 12px;
}
.page-search .search-results-sidebar #flat-category-selections .search-selection .term-label {
  display: block;
  max-width: 210px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-search .search-results-sidebar #flat-category-selections .search-selection .selection-remove {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.page-search .search-results-sidebar #flat-category-selections .search-selection .selection-remove:focus {
  outline: none;
}
.page-search .search-results-sidebar #flat-category-selections .search-selection .selection-remove:focus-visible {
  box-shadow: 0 0 0 3px rgba(16, 93, 157, 0.18);
  border-radius: 999px;
}
.page-search .search-results-sidebar .target-populations-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  padding-top: 8px;
}
.page-search .search-results-sidebar .target-population {
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
}
.page-search .search-results-sidebar .target-population .btn-tag {
  align-items: center;
  background: white;
  background-image: none;
  border: 1px solid #a1c2e5;
  border-radius: 999px;
  color: #105D9D;
  display: inline-flex;
  gap: 8px;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  padding: 6px 12px;
}
.page-search .search-results-sidebar .target-population .btn-tag:hover, .page-search .search-results-sidebar .target-population .btn-tag:focus {
  background: #eff5fb;
  border-color: #105D9D;
  box-shadow: none;
  color: #105D9D;
  outline: none;
}
.page-search .search-results-sidebar .target-population .btn-tag:focus-visible {
  box-shadow: 0 0 0 3px rgba(16, 93, 157, 0.18);
}
.page-search .search-results-sidebar .target-population-item,
.page-search .search-results-sidebar .target-population .tp-add,
.page-search .search-results-sidebar .target-population .tp-close {
  color: #105D9D;
}
.page-search .search-results-sidebar .target-population .tp-add,
.page-search .search-results-sidebar .target-population .tp-close {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}
.page-search .search-results-sidebar .target-population .tp-close {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.page-search .search-results-sidebar .target-population-item {
  display: block;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  max-width: 230px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-search .search-results-sidebar .target-population.active .btn-tag {
  background: #eff5fb;
  border-color: #105D9D;
}
.page-search .search-results-sidebar .target-population.active .btn-tag:hover, .page-search .search-results-sidebar .target-population.active .btn-tag:focus {
  background: #eff5fb;
}
.page-search .search-results-sidebar .target-population.active .btn-tag,
.page-search .search-results-sidebar .target-population.active .btn-tag .target-population-item,
.page-search .search-results-sidebar .target-population.active .btn-tag .tp-close {
  color: #092e4d;
}
.page-search .search-results-sidebar .apply-filters-footer {
  background: white;
  border-top: 1px solid #a1c2e5;
  margin: 24px -24px 0;
  padding: 11px 23px;
  z-index: 200;
}
@media only screen and (min-width: 50em) {
  .page-search .search-results-sidebar .apply-filters-footer {
    bottom: 0;
    position: sticky;
  }
}
.page-search .search-results-sidebar .apply-filters.btn {
  background: linear-gradient(to bottom, #ffe37a 0%, #ffc04f 100%);
  border: 1px solid #b67a13;
  border-radius: 8px;
  box-shadow: none;
  color: #143040;
  display: block;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  min-height: 46px;
  padding: 12px 18px;
  text-align: center;
  width: 100%;
}
.page-search .search-results-sidebar .apply-filters.btn:disabled {
  background: #eaeaea;
  background-image: none;
  border-color: #eaeaea;
  box-shadow: none;
  color: #6d7e92;
  cursor: not-allowed;
  opacity: 1;
}
.page-search .search-results-sidebar .clear-link {
  display: none;
}

.suggested-search,
.targeted-populations-search {
  clear: both;
  color: #105D9D;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 5px;
  margin-top: 6px;
}

.target-population .tp-close {
  color: white;
  display: none;
}
.target-population .tp-add {
  display: inline;
}

.target-population.active .btn-tag {
  background: linear-gradient(to bottom, #89b7d8, #558ac0);
}
.target-population.active .btn-tag .target-population-item,
.target-population.active .btn-tag .tp-close {
  color: white;
  display: inline;
}
.target-population.active .btn-tag .tp-add {
  display: none;
}

.target-population-item {
  color: rgba(126, 148, 173, 0.6);
  font-size: 12px;
  text-decoration: none;
}
.target-population-item:hover {
  text-decoration: none;
}

.results-content {
  line-height: 1.5;
  margin: 15px 15px;
  max-width: 100%;
  min-width: 0;
}
@media only screen and (min-width: 48em) {
  .results-content {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.search-results-workspace {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .search-results-workspace {
    flex: 1 1 auto;
    overflow-y: auto;
    width: auto;
  }
}

.search-results-workspace--map {
  overflow: hidden;
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.search-results-workspace-body {
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .search-results-workspace-body {
    height: 100%;
  }
}

.search-results-workspace--map .search-results-workspace-body {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}

.search-results-workspace-panel {
  display: none;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .search-results-workspace-panel {
    height: 100%;
  }
}
.search-results-workspace-panel.active {
  display: block;
}

.search-results-workspace--map .search-results-workspace-panel {
  height: 100%;
}

.search-results-workspace-header {
  padding-top: 15px;
}

.search-results-workspace--map .search-results-workspace-header {
  padding-top: 0;
}

.search-results-workspace--map .search-results-workspace-header:empty {
  display: none;
}

.search-results-view-tab {
  align-items: center;
  background: white;
  background-image: none;
  border: 1px solid #B9D5F2;
  border-radius: 8px;
  box-shadow: none;
  color: #105D9D;
  display: inline-flex;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  gap: 6px;
  line-height: 1;
  min-height: 32px;
  padding: 0 14px;
}
.search-results-view-tab.active, .search-results-view-tab:hover, .search-results-view-tab:focus {
  border-color: #105D9D;
  box-shadow: none;
  color: #105D9D;
}

.search-summary-banner {
  align-items: center;
  background-color: #f3f9ff;
  border-bottom: 1px solid #a8b2bd;
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
  padding: 7px 15px;
}
@media only screen and (min-width: 50em) {
  .search-summary-banner {
    display: none;
  }
}

.search-summary-banner-text {
  flex: 1 1 auto;
  min-width: 0;
}

.search-summary-banner-terms {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-summary-banner-meta {
  color: #424C58;
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-summary-banner-filters {
  color: #105D9D;
}

.search-summary-banner-edit {
  align-items: center;
  background-image: linear-gradient(to bottom, #f2d469, #ffb351);
  border: 1px solid #bc6e06;
  border-radius: 8px;
  box-shadow: inset 0 3px 1px 0 rgba(250, 242, 219, 0.5);
  color: #122A36;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  gap: 2px;
  line-height: 1;
  min-height: 32px;
  padding: 0 12px 0 8px;
}
.search-summary-banner-edit:hover, .search-summary-banner-edit:focus {
  color: #122A36;
}

.search-results-view-list-pill {
  align-items: center;
  background: #105D9D;
  border: 0;
  border-radius: 9999px;
  bottom: 24px;
  box-shadow: 0 14px 32px rgba(15, 45, 75, 0.22);
  color: white;
  display: inline-flex;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  gap: 4px;
  left: 50%;
  line-height: 1;
  min-height: 48px;
  padding: 0 16px 0 12px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 300;
}
@media only screen and (min-width: 50em) {
  .search-results-view-list-pill {
    bottom: auto;
    left: auto;
    min-height: 40px;
    right: 16px;
    top: 16px;
    transform: none;
  }
}
.search-results-view-list-pill:hover, .search-results-view-list-pill:focus {
  color: white;
}

.search-results-layout {
  margin-bottom: 0;
  min-width: 0;
  padding-bottom: 15px;
}
.search-results-layout .cart-remove {
  display: none;
}

.results-region {
  min-width: 0;
  width: 100%;
}

.search-results-notice {
  align-items: center;
  background: #fdd9bd;
  border: 1px solid #f3c39b;
  border-radius: 8px;
  color: #122A36;
  display: flex;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  gap: 6px;
  line-height: 1.35;
  margin-bottom: 24px;
  padding: 15px;
}
.search-results-notice svg {
  flex: 0 0 auto;
}

.results-summary {
  margin-bottom: 36px;
}

.results-summary-title {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.05;
  margin: 0;
}

.search-results-header-row {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.search-results-header-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  min-width: 0;
}

.results-header-actions {
  float: none;
  margin-left: 0;
}

.search-results-header-buttons {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
  margin-left: auto;
}

.search-results-map-toggle {
  flex: 0 0 auto;
}

.results-header-shopping-cart-region {
  display: inline-flex;
}
.results-header-shopping-cart-region .shopping-cart-icon {
  float: none;
  width: auto;
}

.shopping-cart {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  width: auto;
}

.results-container {
  display: inline-block;
}

.results-header {
  margin-bottom: 24px;
}
.results-header .result-detail {
  color: #424C58;
  font-size: 16px;
  margin: 0;
  padding-top: 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  .results-header .result-detail.search-term {
    max-width: 55%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.results-header .result-detail > .strong {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}
.results-header .result-detail.result-count {
  color: #424C58;
}
.results-header .add-to-list-region,
.results-header .add-to-cart-region {
  float: right;
  line-height: 1;
  vertical-align: middle;
}
.results-header .result-action,
.results-header .open-create-resource-list-form {
  color: #105D9D;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.results-header .result-action:hover, .results-header .result-action:focus,
.results-header .open-create-resource-list-form:hover,
.results-header .open-create-resource-list-form:focus {
  text-decoration: underline;
}
.results-header .result-action .save-resource-container,
.results-header .open-create-resource-list-form .save-resource-container {
  color: inherit;
}
.results-header .hark-notice {
  margin-top: 15px;
  font-size: inherit;
  line-height: inherit;
}

.search-result {
  background: white;
  border: 1px solid #A8B8C8;
  border-radius: 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  padding: 16px;
  width: 100%;
}
.search-result .search-result-card-header {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 8px;
}
.search-result .search-result-card-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}
.search-result .search-result-meta-line,
.search-result .resource-location {
  color: #424C58;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 0;
}
.search-result .search-result-distance .distance {
  color: #5A9009;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}
.search-result .directions,
.search-result .search-result-phone {
  align-items: center;
  color: #105D9D;
  display: inline-flex;
  gap: 7px;
  text-decoration: none;
}
.search-result .directions:hover, .search-result .directions:focus,
.search-result .search-result-phone:hover,
.search-result .search-result-phone:focus {
  text-decoration: underline;
}
.search-result .directions {
  align-items: flex-start;
}
.search-result .search-result-card-meta svg {
  flex: 0 0 auto;
  margin-top: 2px;
}
.search-result .search-result-card-meta .resource-hours svg {
  margin-top: 0;
}
.search-result .resource-header {
  min-width: 0;
}
.search-result .resource-name {
  display: block;
  color: #122A36;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  text-decoration: none;
}
.search-result .agency-info {
  color: #6D7E92;
  display: -webkit-box;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-transform: none;
}
.search-result .resource-location {
  max-width: 100%;
}
.search-result .resource-address {
  color: inherit;
  font-style: normal;
  line-height: inherit;
  margin: 0;
}
.search-result .resource-description {
  color: #424C58;
  display: -webkit-box;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 22px;
  margin: 0;
  overflow: hidden;
}
.search-result .resource-eligibility {
  margin-bottom: 0;
}
.search-result .resource-hours {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  margin-bottom: 0;
}
.search-result .search-result-card-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 24px;
}
.search-result .resource-information,
.search-result .search-result-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.search-result .search-result-actions .add-to-list-region,
.search-result .search-result-actions .share-result-region,
.search-result .search-result-actions .share-result,
.search-result .search-result-actions .cart-link-container {
  align-items: center;
  display: inline-flex;
  line-height: 1;
}
.search-result .search-result-links {
  background: transparent;
  border: none;
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: auto;
}
.search-result .search-result-links .information-item,
.search-result .search-result-actions .share,
.search-result .search-result-actions .cart,
.search-result .search-result-actions .result-action,
.search-result .search-result-actions .open-create-resource-list-form {
  align-items: center;
  background: white;
  background-image: none;
  border: 1px solid #A1C2E5;
  border-radius: 8px;
  box-sizing: border-box;
  color: #105D9D;
  display: inline-flex;
  flex: 0 0 32px;
  gap: 0;
  height: 32px;
  justify-content: center;
  line-height: 1;
  min-width: 32px;
  padding: 0;
  text-decoration: none;
  width: 32px;
}
.search-result .search-result-links .information-item svg,
.search-result .search-result-actions .share svg,
.search-result .search-result-actions .cart svg,
.search-result .search-result-actions .result-action svg,
.search-result .search-result-actions .open-create-resource-list-form svg {
  display: block;
  flex: 0 0 auto;
}
.search-result .search-result-links .information-item:hover, .search-result .search-result-links .information-item:focus,
.search-result .search-result-actions .share:hover,
.search-result .search-result-actions .share:focus,
.search-result .search-result-actions .cart:hover,
.search-result .search-result-actions .cart:focus,
.search-result .search-result-actions .result-action:hover,
.search-result .search-result-actions .result-action:focus,
.search-result .search-result-actions .open-create-resource-list-form:hover,
.search-result .search-result-actions .open-create-resource-list-form:focus {
  border-color: #105D9D;
  box-shadow: none;
  color: #105D9D;
  text-decoration: none;
}
.search-result .btn.more {
  align-items: center;
  background: white;
  background-image: none;
  border: 1px solid #A1C2E5;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: none;
  color: #105D9D !important;
  display: inline-flex;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  gap: 6px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin: 0 0 0 auto;
  min-width: 96px;
  padding: 0 14px;
  text-decoration: none;
  width: auto;
}
.search-result .btn.more:hover, .search-result .btn.more:focus {
  background: white;
  background-image: none;
  border-color: #105D9D;
  box-shadow: none;
  color: #105D9D !important;
  text-decoration: none;
}
.search-result .resource-location {
  max-width: 100%;
  margin-top: 0;
}
.search-result .resource-address {
  display: inline;
}
.search-result .resource-description {
  margin: 0;
}
.search-result .hours,
.search-result .eligibility,
.search-result .note {
  display: inline;
}
.search-result .ico {
  padding-right: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search-result .resource-eligibility, .search-result .resource-hours {
  margin-bottom: 0;
}
.search-result .resource-information {
  overflow: visible;
}
.search-result .resource-notes .small-label, .search-result .resource-notes a, .search-result .resource-notes .ico-language {
  color: #f2442e;
  opacity: 1;
}
.search-result .resource-notes a {
  text-decoration: underline;
}
@media (min-width: 64.063em) {
  .search-result .information-item.phone {
    pointer-events: none;
  }
}

.search-results {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  min-width: 0;
  width: 100%;
}
@media (min-width: 64.063em) {
  .search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cart-list {
  grid-template-columns: 1fr;
}

.pagination-region {
  margin-top: 48px;
  text-align: center;
}

.pagination-controls {
  display: inline-flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}

.pagination-item {
  display: inline;
  margin-right: 7px;
}
.pagination-item .btn-default {
  padding: 7px 6px;
  height: 2.5em;
  width: 40px;
  background-color: unset;
  background-image: unset;
}
.pagination-item .btn-default.chevron-left {
  background: none, url(/assets/chevron-left-7815aeb4696a7dfd34540c9b74d73ce9459cfa603d47c6ad92871e8ef5e90b4f.svg) no-repeat center;
}
.pagination-item .btn-default.chevron-right {
  background: none, url(/assets/chevron-right-13931d7edee24f52f01d7464e2eda1c2eb4c81b80db9ef68193c7dcbafa84e09.svg) no-repeat center;
}
.pagination-item .btn-default.active {
  color: #105D9D;
  background-color: #d9e5ef;
  border-color: #105D9D;
}
.pagination-item .btn-default.disabled:hover {
  box-shadow: none;
  border-color: #bfd1e0;
  cursor: default;
}
.pagination-item .btn-default.chevron-right:hover:not(.disabled) {
  background: none, url(/assets/chevron-right-dk-bcc6b51861d4e3cc09f97b2e31c8462a1988791e94e85694b4601df198b5a04b.svg) no-repeat center;
}
.pagination-item .btn-default.chevron-left:hover:not(.disabled) {
  background: none, url(/assets/chevron-left-dk-1f108a38c8d6e5ffe674f053a449b5bdce431933438bdf5c01d51059328ab86d.svg) no-repeat center;
}
.pagination-item .btn-default.disabled + .pagination-item .btn-default.chevron-right {
  background-image: url(/assets/chevron-right-lt-cdb4e419e637299108ded055657ec642ed5813a56dba95bc2cd5836dfee0cdd0.svg);
}
.pagination-item .btn-default.disabled + .pagination-item .btn-default.chevron-left {
  background-image: url(/assets/chevron-left-lt-b2269bb9b0eb0b3cf27bea07e6177e48e67373d5626dafb42e441e9e3e53396d.svg);
}

.empty-search-instructions {
  margin-top: 5em;
  padding: 0 5em;
  color: #125790;
}
.empty-search-instructions h3 {
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 0.9em;
}
.empty-search-instructions h4 {
  text-align: center;
}
.empty-search-instructions p {
  color: #7e94ad;
}

.fake-cards {
  margin-top: 3em;
  height: 400px;
  background-image: url(/assets/fake-cards-975719c57c85ecccb6864eb7767f951516a04fc3f22d1722d84b655133e80d39.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0;
  position: relative;
}
.fake-cards:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(253, 255, 255, 0), #f3f9ff);
  position: absolute;
  height: 100%;
  width: 100%;
}

.no-results {
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  .no-results {
    margin-top: 40px;
  }
}
.no-results h3 {
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 0.9em;
}
.no-results .btn {
  margin: 24px 0 30px;
  text-align: center;
}

.shopping-cart-icon {
  float: left;
  width: 50%;
  cursor: pointer;
}

.chat-region {
  top: 13px;
}
.chat-region .ico {
  font-size: 16px;
}
.chat-region .chat-status {
  top: -4px;
  vertical-align: middle;
  padding-left: 10px;
}

.split {
  float: right;
  width: 50%;
}

.widget-container {
  position: fixed;
  height: 40px;
  width: inherit;
  bottom: 15px;
  margin: auto;
  z-index: 200;
}

.widget-region {
  background-color: white;
  border-radius: 2%;
  color: #7e94ad;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  box-shadow: 0px 1px 6px #629ad4;
  height: inherit;
}
@media only screen and (min-width: 48em) {
  .widget-region {
    margin-left: 27px;
    margin-right: 27px;
  }
}
@media only screen and (max-width: 48em) {
  .widget-region {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #f2442e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-header {
  font-size: 28px;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  color: #125790;
  width: 70%;
}

.search-complete {
  display: none;
}

.cart-widget-container {
  border-right: 1px solid #bdc8d6;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-element {
  padding-right: 12px;
}
.cart-element.ico {
  font-size: 16px;
  padding-right: 15px;
}
.cart-element.circle {
  padding-right: 0;
}

.chat-label {
  padding-left: 15px;
}

.cart-label {
  padding-left: 1em;
}
@media only screen and (max-width: 48em) {
  .cart-label {
    display: none;
  }
}

.count {
  color: white;
  margin: 0;
}

.cart-widget {
  width: auto;
  display: inline-flex;
  align-items: center;
}

#search-category-selections {
  position: absolute;
  border-radius: 3px;
  border: 1px solid #d9e5ef;
  box-shadow: 2px 5px 25px 0 rgba(38, 38, 38, 0.3);
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  z-index: 99;
  background-color: #fff;
  margin: 3px 0;
  padding-top: 7px;
}
#search-category-selections .selections,
#search-category-selections .clear {
  padding-left: 15px;
}

.screener-header-text {
  color: #69A75C;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}
.screener-header-text:hover {
  color: #69A75C;
}

.screener-heading {
  font-size: 20px;
  color: #7e94ad;
  margin-top: 5px;
  margin-bottom: 15px;
}

.screener-padding {
  padding-bottom: 20px;
}

.screener-border {
  border-top: 1px solid #d9e5ef;
}

.screener-spacing {
  margin: 0;
  padding-top: 11px;
}

.screener-background {
  background-color: #EFFFEC;
  border-bottom: 1px solid #d9e5ef;
}

#search-category-selections,
#flat-category-selections {
  margin-top: 3px;
}
#search-category-selections a.deselect-all,
#search-category-selections a.toggle-categories,
#flat-category-selections a.deselect-all,
#flat-category-selections a.toggle-categories {
  color: #105D9D;
  font-size: 0.8em;
  z-index: 1;
  margin-right: 2em;
}
#search-category-selections a.deselect-all:hover, #search-category-selections a.deselect-all:focus,
#search-category-selections a.toggle-categories:hover,
#search-category-selections a.toggle-categories:focus,
#flat-category-selections a.deselect-all:hover,
#flat-category-selections a.deselect-all:focus,
#flat-category-selections a.toggle-categories:hover,
#flat-category-selections a.toggle-categories:focus {
  color: #105D9D;
}
#search-category-selections .search-selection,
#flat-category-selections .search-selection {
  display: inline-block;
}
#search-category-selections .search-selection span.category,
#search-category-selections .search-selection span.term,
#flat-category-selections .search-selection span.category,
#flat-category-selections .search-selection span.term {
  align-items: center;
  border: 1px solid #105D9D;
  border-radius: 999px;
  display: inline-block;
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  margin: 0.3em 0.5em 0.3em 0;
  padding: 0.5em 0.75em;
}
#search-category-selections .search-selection span.category .remove,
#search-category-selections .search-selection span.term .remove,
#flat-category-selections .search-selection span.category .remove,
#flat-category-selections .search-selection span.term .remove {
  background: transparent;
  border: 0;
  color: #105D9D;
  margin-left: 0.6em;
  padding: 0;
}
#search-category-selections .search-selection span.category,
#flat-category-selections .search-selection span.category {
  background-color: #f3f9ff;
}
#search-category-selections .search-selection span.term,
#flat-category-selections .search-selection span.term {
  background-color: #f3f9ff;
}
#search-category-selections .ui-widget-content,
#flat-category-selections .ui-widget-content {
  border: none;
}

.back-to-results .ico,
.back-to-last-search .ico {
  font-size: 12px;
}

.search-layout--detail-page {
  background: linear-gradient(180deg, #f5f8fc 0, #ffffff 180px);
}
.search-layout--detail-page .sidebar {
  background: transparent;
  border-right: 0;
  box-shadow: none;
}
@media only screen and (min-width: 50em) {
  .search-layout--detail-page .sidebar {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 64.063em) {
  .search-layout--detail-page .sidebar {
    width: 100%;
  }
}
@media (min-width: 93.75em) {
  .search-layout--detail-page .sidebar {
    width: 100%;
  }
}

.search-detail-results-content {
  background-color: white;
  margin: 0 auto;
  max-width: 1500px;
  padding: 24px 20px 56px;
}
@media only screen and (min-width: 48em) {
  .search-detail-results-content {
    padding: 80px;
  }
}

.search-detail-top-actions {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.back-to-results {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #105D9D;
  display: inline-flex;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  gap: 8px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.back-to-results:hover, .back-to-results:focus {
  background: transparent;
  box-shadow: none;
  color: #105D9D;
}
.back-to-results .ico {
  margin-top: 1px;
  transform: rotate(180deg);
}

.search-result-detail-layout {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.search-detail-overview {
  display: grid;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 64.063em) {
  .search-detail-overview {
    align-items: start;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.search-detail-summary.card-highlight {
  background: #edf5ff;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  margin: 0;
  padding: 24px;
}
@media (min-width: 64.063em) {
  .search-detail-summary.card-highlight {
    grid-column: span 4;
    padding: 24px;
  }
}

.search-detail-kicker {
  color: #6f8295;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0 0;
}

.search-detail-title {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.12;
  margin: 0;
}
@media only screen and (max-width: 48em) {
  .search-detail-title {
    font-size: 30px;
  }
}

.search-detail-subtitle {
  color: #424C58;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0 0;
}

.search-detail-address {
  color: #122A36;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
}

.search-detail-quick-facts {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.search-detail-quick-fact {
  align-items: flex-start;
  color: #3e4e5f;
  display: flex;
  font-size: 16px;
  gap: 7px;
  line-height: 24px;
}

.search-detail-distance {
  color: #5c9300;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.search-detail-quick-fact-icon {
  color: #3e4e5f;
  flex: 0 0 auto;
  margin-top: 1px;
}

.search-detail-quick-fact-label {
  color: #424C58;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-transform: uppercase;
}

.search-detail-quick-fact-value {
  color: #3e4e5f;
  font-size: 16px;
  line-height: 24px;
}
.search-detail-quick-fact-value a {
  color: #105D9D;
}

.search-detail-actions {
  display: grid;
  gap: 14px 12px;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  margin-top: 24px;
}

.search-detail-action-link,
.search-detail-action-embed {
  align-items: center;
  background: transparent;
  border: 0;
  color: #105D9D;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.search-detail-action-link:hover,
.search-detail-action-link:focus,
.search-detail-action-embed:hover,
.search-detail-action-embed:focus-within {
  color: #105D9D;
  text-decoration: none;
}

.search-detail-action-icon,
.search-detail-action-embed .share,
.search-detail-action-embed .open-create-resource-list-form {
  align-items: center;
  background: #edf5ff;
  border: 1px solid #b9d5f2;
  border-radius: 999px;
  color: #105D9D;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.search-detail-action-embed .share-result {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.search-detail-action-embed .share,
.search-detail-action-embed .open-create-resource-list-form {
  cursor: pointer;
}

.search-detail-action-label {
  color: #105D9D;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.search-detail-create-account-cta {
  margin-top: 18px;
}

.search-detail-feedback-block {
  border-top: 1px solid #d7e2ec;
  display: grid;
  gap: 6px;
  margin-top: 26px;
  padding-top: 20px;
}
.search-detail-feedback-block p {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.search-detail-feedback-block a {
  font-size: 16px;
  text-decoration: none;
}

.search-detail-feedback-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: #105D9D;
  display: inline-flex;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  gap: 6px;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  text-align: left;
}
.search-detail-feedback-link:hover, .search-detail-feedback-link:focus {
  color: #105D9D;
  text-decoration: underline;
}

.send-referral.search-detail-feedback-link {
  cursor: pointer;
  justify-content: flex-start;
}

.search-detail-feedback-block--secondary {
  margin-top: 18px;
}

.search-detail-main {
  color: #122A36;
  font-size: 16px;
  line-height: 24px;
  min-width: 0;
}
@media (min-width: 64.063em) {
  .search-detail-main {
    grid-column: span 8;
  }
}
.search-detail-main a {
  color: #105D9D;
}

.search-detail-info-block {
  padding: 0;
}
.search-detail-info-block + .search-detail-info-block {
  margin-top: 18px;
}

.search-detail-section-title {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 6px;
}

.search-detail-section-body {
  color: #3e4e5f;
  font-size: 16px;
  line-height: 24px;
}
.search-detail-section-body > *:last-child,
.search-detail-section-body p:last-child {
  margin-bottom: 0;
}

.search-detail-user-notes-region {
  border-top: 1px solid #cfddea;
  padding: 24px 0;
}
.search-detail-user-notes-region:empty {
  border-top: 0;
  display: none;
  padding: 0;
}

.search-detail-overview-group {
  padding-bottom: 24px;
}

.search-detail-taxonomy-links {
  color: #3e4e5f;
  font-size: 16px;
  line-height: 24px;
}
.search-detail-taxonomy-links a {
  display: inline;
  text-decoration: none;
}

.search-detail-data-grid-section {
  border-top: 1px solid #cfddea;
  padding: 24px 0;
}

.search-detail-data-grid {
  display: grid;
  gap: 18px 48px;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .search-detail-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.search-detail-data-item {
  min-width: 0;
}
.search-detail-data-item dt {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.search-detail-data-item dd {
  color: #3e4e5f;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  word-break: break-word;
}
.search-detail-data-item p {
  margin-bottom: 6px;
}
.search-detail-data-item p:last-child {
  margin-bottom: 0;
}

.search-detail-data-item--service-areas .service-areas {
  color: #3e4e5f;
}

.search-result-detail-layout .reading.card-highlight {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #cfddea;
  box-shadow: none;
  margin-top: 0;
  padding: 24px 0 0;
}

.search-result-detail-layout .agency {
  border-top: 1px solid #cfddea;
  margin-top: 0;
  padding: 24px 0 0;
}

.search-result-detail-layout .agency .resource-name,
.search-result-detail-layout .reading .label,
.search-result-detail-layout .reading .agency-label {
  color: #122A36;
  display: block;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  text-transform: none;
}

.search-result-detail-layout .agency .description,
.search-result-detail-layout .agency .information-table,
.search-result-detail-layout .reading .information-data {
  border-top: 0;
  margin-top: 18px;
  padding-top: 0;
}

.search-result-detail-layout .agency .additional-sites.information-table {
  border-top: 1px solid #cfddea;
  margin-top: 24px;
  padding-top: 24px;
}

.search-result-detail-layout .agency .label, .search-result-detail-layout .agency .agency-label,
.search-result-detail-layout .reading .article h1,
.search-result-detail-layout .reading .article h2,
.search-result-detail-layout .reading .article h3,
.search-result-detail-layout .reading .article strong {
  color: #122A36;
}

.search-result-detail-layout .agency .label, .search-result-detail-layout .agency .agency-label,
.search-result-detail-layout .reading .label,
.search-result-detail-layout .reading .agency-label {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}

.search-result-detail-layout .agency .label, .search-result-detail-layout .agency .agency-label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 4px;
  text-transform: none;
}
.search-result-detail-layout .agency .label .ico, .search-result-detail-layout .agency .agency-label .ico {
  display: none;
}

.search-result-detail-layout .agency .description {
  color: #3e4e5f;
  font-size: 16px;
  line-height: 24px;
}

.search-detail-agency-description {
  margin-top: 18px;
}

.search-detail-agency-grid {
  display: grid;
  gap: 18px 48px;
  margin-top: 24px;
}
@media only screen and (min-width: 48em) {
  .search-detail-agency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.search-detail-agency-item {
  min-width: 0;
}
.search-detail-agency-item h4 {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 4px;
}

.search-detail-agency-item-body {
  color: #3e4e5f;
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
.search-detail-agency-item-body p {
  margin-bottom: 0;
}

.search-detail-agency-locations {
  border-top: 1px solid #cfddea;
  margin-top: 24px;
  padding-top: 24px;
}
.search-detail-agency-locations > h4 {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 18px;
}

.search-detail-agency-sites {
  display: grid;
  gap: 18px;
}

.search-detail-agency-site {
  border-top: 1px solid #e3edf5;
  color: #3e4e5f;
  display: grid;
  font-size: 16px;
  gap: 14px 48px;
  line-height: 24px;
  padding-top: 18px;
}
.search-detail-agency-site:first-child {
  border-top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 48em) {
  .search-detail-agency-site {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.search-result-detail-layout .agency .information-table {
  display: grid;
  gap: 20px 48px;
}
@media only screen and (min-width: 48em) {
  .search-result-detail-layout .agency .information-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.search-result-detail-layout .agency .information-table > .col-50 {
  float: none;
  margin-right: 0;
  width: auto;
}

.search-result-detail-layout .agency .information-data {
  color: #3e4e5f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}

.search-result-detail-layout .agency .resource-disabilities-access {
  color: #3e4e5f;
  font-size: 16px;
  line-height: 24px;
}

.search-result-detail-layout .agency .additional-sites.information-table {
  display: block;
}

.search-result-detail-layout .agency .sites {
  display: grid;
  gap: 18px 48px;
  margin-bottom: 0;
}

.search-result-detail-layout .agency .site,
.search-result-detail-layout .reading .article {
  color: #3e4e5f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}

.search-result-detail-layout .agency .site {
  border-top: 1px solid #e3edf5;
  display: grid;
  gap: 14px 48px;
  padding-top: 18px;
}
.search-result-detail-layout .agency .site:first-child {
  border-top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 48em) {
  .search-result-detail-layout .agency .site {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.search-result-detail-layout .agency .site .col-50 {
  float: none;
  margin-right: 0;
  width: auto;
}

.search-result-detail-layout .agency .programs {
  margin: 0;
  padding-left: 18px;
}

.search-result-detail-layout .agency .program {
  margin-bottom: 4px;
}

.search-result-detail-layout .reading .information-data {
  margin-bottom: 0;
}

.search-result-detail-layout .reading .articles {
  display: grid;
  gap: 22px;
}
.search-result-detail-layout .reading .articles .article {
  margin-bottom: 0;
}
.search-result-detail-layout .reading .articles .article > *:first-child {
  margin-top: 0;
}
.search-result-detail-layout .reading .articles .article ul,
.search-result-detail-layout .reading .articles .article ol {
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .search-result-detail-layout .reading .articles .article ul,
  .search-result-detail-layout .reading .articles .article ol {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.search-result-detail-layout .reading .articles .article li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 3px;
}

.information-table {
  border-top: 1px solid #d9e5ef;
  margin-top: 30px;
  padding: 40px 0 0;
  *zoom: 1;
}
.information-table:before, .information-table:after {
  content: "";
  display: table;
}
.information-table:after {
  clear: both;
}
.information-table .ico {
  font-size: 14px;
  padding-right: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.information-data,
.site {
  margin-bottom: 15px;
  *zoom: 1;
}
.information-data:before, .information-data:after,
.site:before,
.site:after {
  content: "";
  display: table;
}
.information-data:after,
.site:after {
  clear: both;
}

.website-url {
  word-wrap: break-word;
}

.share .ico,
.share-cart .ico {
  font-size: 12px;
}

.share-error {
  clear: both;
  color: red;
  font-style: italic;
}

.add-failure {
  text-align: center;
  color: red;
  font-style: italic;
  margin: 10px 5px;
}

.add-confirmation,
.share-confirmation,
.share-list-confirmation {
  background-color: white;
  border: 1px solid #d9e5ef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(26, 53, 71, 0.1);
  display: block;
  max-height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 300;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 65px;
  right: 0;
  transform: scale(0.95) translate(0, -15px);
  transition: opacity 0.1s ease-out, transform 0.1s ease-out, max-height 0.05s ease-out 0.1s;
}
.add-confirmation:after, .add-confirmation:before,
.share-confirmation:after,
.share-confirmation:before,
.share-list-confirmation:after,
.share-list-confirmation:before {
  content: "";
  border-bottom: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 300;
  position: absolute;
  top: -7px;
  right: 40px;
}
.add-confirmation:before,
.share-confirmation:before,
.share-list-confirmation:before {
  border-bottom-color: #d9e5ef;
  top: -8px;
  z-index: 200;
}
.add-confirmation.open,
.share-confirmation.open,
.share-list-confirmation.open {
  max-height: 999px;
  display: flex;
  flex-direction: column;
  width: 300px;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1) translate(0, 0);
}

.share-content,
.share-confirmation,
.share-list-confirmation,
.add-confirmation {
  padding: 15px;
}

.share-list-confirmation {
  top: 5px;
}

.share-content .label, .share-content .agency-label {
  display: block;
}

.share-modal .modal-header,
.send-referral .modal-header {
  border-width: 0;
  padding: 15px 24px;
  display: flex;
  flex-direction: column;
}
.share-modal .modal-header h4,
.send-referral .modal-header h4 {
  color: #105D9D;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 7px;
  size: 24px;
  padding-top: 8px;
  float: left;
}
.share-modal .modal-header .resource-name,
.send-referral .modal-header .resource-name {
  font-size: 16px;
}
.share-modal .modal-header .instructions,
.send-referral .modal-header .instructions {
  margin-top: 20px;
}
.share-modal .modal-header .actions,
.send-referral .modal-header .actions {
  color: #105D9D;
}
.share-modal .modal-header .actions i.glyphicon,
.send-referral .modal-header .actions i.glyphicon {
  opacity: 1;
}
.share-modal .modal-header .actions button.print,
.send-referral .modal-header .actions button.print {
  margin: 0 0 0 1.5em;
  padding: 0;
  width: auto;
}
.share-modal .modal-header .actions button.copy-link-confirmation,
.send-referral .modal-header .actions button.copy-link-confirmation {
  color: #2f7d2f;
  outline: none;
  animation: fadeOut 3s ease-in-out;
}
.share-modal .modal-header .actions button.copy-link-button,
.share-modal .modal-header .actions button.print,
.send-referral .modal-header .actions button.copy-link-button,
.send-referral .modal-header .actions button.print {
  color: #105D9D;
  outline: none;
}
.share-modal .content.modal-body input.name,
.share-modal .content.modal-body input.email,
.share-modal .content.modal-body input.phone,
.share-modal .content.modal-body textarea.message,
.send-referral .content.modal-body input.name,
.send-referral .content.modal-body input.email,
.send-referral .content.modal-body input.phone,
.send-referral .content.modal-body textarea.message {
  width: 100%;
  margin-bottom: 15px;
}
.share-modal .content.modal-body input.phone,
.send-referral .content.modal-body input.phone {
  margin-bottom: 24px;
}
.share-modal .content.modal-body textarea.message,
.send-referral .content.modal-body textarea.message {
  height: 156px;
  margin-bottom: 0;
}
.share-modal .success-message,
.send-referral .success-message {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.share-modal .nav-tabs li a,
.send-referral .nav-tabs li a {
  margin-left: 12px;
  color: #424C58;
}
.share-modal .nav-tabs li:first-child a,
.send-referral .nav-tabs li:first-child a {
  margin-left: 24px;
}
.share-modal .nav-tabs li.active a,
.send-referral .nav-tabs li.active a {
  color: #105D9D;
}
.share-modal .share-content,
.send-referral .share-content {
  padding: 24px;
}
.share-modal .share-content .label-no-transform,
.send-referral .share-content .label-no-transform {
  color: #424C58;
}
.share-modal .share-content .optional,
.send-referral .share-content .optional {
  color: #424C58;
}
.share-modal .share-content .input,
.send-referral .share-content .input {
  color: #122A36;
}
.share-modal .share-content .input::-moz-placeholder, .send-referral .share-content .input::-moz-placeholder {
  color: #6D7E92;
}
.share-modal .share-content .input::placeholder,
.send-referral .share-content .input::placeholder {
  color: #6D7E92;
}
.share-modal .modal-footer .btn-default,
.send-referral .modal-footer .btn-default {
  background: #ffffff;
  background-image: none;
  border: 1px solid #A1C2E5;
  color: #105D9D;
}
.share-modal .modal-footer .btn-default:hover,
.send-referral .modal-footer .btn-default:hover {
  background: #EFF5FB;
  border-color: #A1C2E5;
  color: #0C3C64;
}
.share-modal .modal-footer .btn-default:focus, .share-modal .modal-footer .btn-default.active,
.send-referral .modal-footer .btn-default:focus,
.send-referral .modal-footer .btn-default.active {
  background: #EFF5FB;
  border-color: #105D9D;
  color: #092E4D;
}

.share-title {
  margin: 0;
  padding: 15px 0 0;
  text-align: center;
}

.optional {
  text-transform: none;
  color: #bbbbbb;
}

.share-address,
.share-client {
  width: 100%;
  margin-bottom: 7px;
}

.share-comments {
  resize: none;
  margin-bottom: 15px;
  width: 100%;
}

input.share-phone,
select.share-phone {
  width: 100%;
}

.lists-dropdown {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.cart-icon {
  color: #629ad4;
  font-size: 16px;
}

.cart .ico {
  font-size: 12px;
}

.email-result {
  margin-top: 15px;
  width: 100%;
}

.share-modal .email-result.btn-primary,
.send-referral .email-result.btn-primary {
  background-color: #105D9D;
  background-image: none;
}
.share-modal .email-result.btn-primary:hover, .share-modal .email-result.btn-primary:focus,
.send-referral .email-result.btn-primary:hover,
.send-referral .email-result.btn-primary:focus {
  background-color: #0c3c64;
  background-image: none;
}

.add-resource-to-list {
  width: 100%;
}

.print {
  margin-top: 15px;
  width: 100%;
}

.additional-sites {
  clear: both;
  width: 100%;
}

.expandable-content {
  height: 15em;
  overflow: hidden;
  transition: height 0.2s;
}
.expandable-content::after {
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, white 100%);
}

.expandable-category-selections, .screener-expandable-category-selections {
  height: 125px;
  overflow: hidden;
  transition: height 0.2s;
}
.expandable-category-selections::after, .screener-expandable-category-selections::after {
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, #f3f9ff 0%, rgba(243, 249, 255, 0.9) 50%, rgba(243, 249, 255, 0.9) 50%, #f3f9ff 100%);
}

.screener-expandable-category-selections::after {
  background: linear-gradient(to bottom, #efffec 0%, rgba(239, 255, 236, 0.9) 50%, rgba(239, 255, 236, 0.9) 50%, #efffec 100%);
}

.expandable-trigger-area {
  text-align: center;
}

.article {
  margin-top: 24px;
}

.service-areas span {
  text-transform: capitalize;
}
.service-areas span + span:before {
  content: ", ";
}

.resource-list-link {
  padding-top: 10px;
  display: block;
  float: left;
}

.skip-link {
  padding-top: 10px;
  display: block;
  text-align: center;
}

.create-now {
  margin-top: 10px;
}

.dismiss-link {
  padding-top: 10px;
  display: block;
  float: right;
}

.create-resource-list-pop-over,
.search-result-detail-layout .resource-list-tip-pop-over,
.search-result .resource-list-tip-pop-over {
  background-color: white;
  border: 1px solid #d9e5ef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(26, 53, 71, 0.1);
  display: block;
  max-height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 300;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 45px;
  right: 0;
  transform: scale(0.95) translate(0, -15px);
  transition: opacity 0.1s ease-out, transform 0.1s ease-out, max-height 0.05s ease-out 0.1s;
}
.create-resource-list-pop-over:after, .create-resource-list-pop-over:before,
.search-result-detail-layout .resource-list-tip-pop-over:after,
.search-result-detail-layout .resource-list-tip-pop-over:before,
.search-result .resource-list-tip-pop-over:after,
.search-result .resource-list-tip-pop-over:before {
  content: "";
  border-bottom: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 300;
  position: absolute;
  top: -7px;
  right: 45px;
}
.create-resource-list-pop-over:before,
.search-result-detail-layout .resource-list-tip-pop-over:before,
.search-result .resource-list-tip-pop-over:before {
  border-bottom-color: #d9e5ef;
  top: -8px;
  z-index: 200;
}
.create-resource-list-pop-over.open,
.search-result-detail-layout .resource-list-tip-pop-over.open,
.search-result .resource-list-tip-pop-over.open {
  max-height: 999px;
  display: flex;
  flex-direction: column;
  width: 300px;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1) translate(0, 0);
}

.search-result-detail-layout .resource-list-tip-pop-over {
  position: absolute;
  top: 50px;
  right: 0;
}

.search-result .resource-list-tip-pop-over {
  position: absolute;
  top: 5px;
  right: 0;
}

.create-resource-list-pop-over {
  position: absolute;
  top: 45px;
  right: 0;
}

.program-site-user-notes .content {
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(26, 53, 71, 0.3);
  padding: 0.5em;
}
.program-site-user-notes label {
  color: #f2442e;
}
.program-site-user-notes ul.program-site-user-note-items {
  list-style-type: none;
  padding: 0;
}
.program-site-user-notes ul.program-site-user-note-items li {
  padding-left: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #7e94ad;
  margin-top: 0.6em;
}
.program-site-user-notes ul.program-site-user-note-items li i.ico-language {
  float: left;
  color: #f2442e;
  position: absolute;
  top: 4px;
  left: -25px;
}
.program-site-user-notes ul.program-site-user-note-items li .byline {
  color: #7e94ad;
  font-size: 16px;
  line-height: 24px;
}
.program-site-user-notes .content-disclaimer {
  color: #7e94ad;
  font-size: 16px;
  line-height: 24px;
}
.program-site-user-notes .user-note-form {
  margin-top: 15px;
}
.program-site-user-notes .user-note-form textarea {
  width: 100%;
  margin-bottom: 7px;
}
.program-site-user-notes .user-note-form .note-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
}
.program-site-user-notes .user-note-form .note-form-footer .char-count {
  color: #7e94ad;
}
.program-site-user-notes .user-note-form .note-form-footer button {
  margin-left: 7px;
}

.update-type-selection-row h5 {
  margin: 0.8em;
}
.update-type-selection-row p {
  margin: 0.8em;
}
.update-type-selection-row button.btn {
  margin: 0.8em;
}

.react-select-container .select-label {
  display: inline;
  margin-right: 15px;
}
.react-select-container {
  flex-direction: row;
  align-items: center;
}

.add-to-screener-confirmation .content-container {
  margin: 2em;
}
.add-to-screener-confirmation .confirmation-header {
  text-align: center;
  color: #105D9D;
}
.add-to-screener-confirmation .headliner {
  font-size: 22px;
  margin-top: 0.5em;
}
.add-to-screener-confirmation p {
  color: #7e94ad;
  margin-top: 1em;
  text-align: center;
}
.add-to-screener-confirmation .button-container {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  width: auto;
}
.add-to-screener-confirmation .button-container .do-not-show-btn {
  color: #7e94ad;
}

.calendar-event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #eff5fb;
  height: 100%;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.calendar-event:hover {
  background-color: #fff;
  border-color: #105d9d;
  text-decoration: none;
}
@media only screen and (max-width: 48em) {
  .calendar-event {
    height: auto;
  }
}
.calendar-event .event-date-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 64px;
}
.calendar-event .event-date-badge .date-day {
  color: #105D9D;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}
.calendar-event .event-date-badge .date-month {
  color: #105D9D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
.calendar-event .event-content {
  display: flex;
  flex-direction: column;
}
.calendar-event .event-title {
  margin-bottom: 8px;
  color: #105D9D;
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.calendar-event .event-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calendar-event .event-datetime,
.calendar-event .event-location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #105D9D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.calendar-event .event-datetime svg,
.calendar-event .event-location svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.calendar-event .event-datetime span,
.calendar-event .event-location span {
  flex: 1;
}

section.calendar-block {
  display: block;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 48em) {
  section.calendar-block {
    margin-bottom: 80px;
  }
}
section.calendar-block.block.shaded-block {
  margin: 0;
}
section.calendar-block .calendar-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 48em) {
  section.calendar-block .calendar-header {
    flex-direction: column;
    align-items: stretch;
  }
}
section.calendar-block .calendar-header div {
  flex: 1;
}
section.calendar-block .calendar-header h2 {
  margin: 0 0 8px;
  color: #122A36;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 48em) {
  section.calendar-block .calendar-header h2 {
    font-size: 22px;
  }
}
section.calendar-block .calendar-header h2 + p {
  margin: 0;
  color: #424C58;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
section.calendar-block .calendar-header .btn-tertiary {
  flex-shrink: 0;
  align-self: flex-start;
}
section.calendar-block .upcoming-events {
  margin-bottom: 40px;
}
section.calendar-block .upcoming-events ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 48em) and (max-width: 64.063em) {
  section.calendar-block .upcoming-events ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 48em) {
  section.calendar-block .upcoming-events ul {
    grid-template-columns: 1fr;
  }
}
section.calendar-block .view-calendar-link {
  display: block;
  background-color: #EFF5FB;
  border: 1px solid transparent;
  text-align: center;
  padding: 8px;
  color: #125790;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
section.calendar-block .view-calendar-link:hover {
  background-color: #fff;
  border-color: #105d9d;
  text-decoration: none;
}

section.content-block {
  display: flex;
  gap: 24px;
  background-color: #eff5fb;
  justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  section.content-block {
    flex-direction: column-reverse;
    margin: 0 !important;
  }
}
section.content-block {
  padding: 64px 80px;
}
@media only screen and (max-width: 64.063em) {
  section.content-block {
    padding: 30px 24px;
  }
}
@media only screen and (max-width: 48em) {
  section.content-block {
    padding: 48px 16px;
  }
}
section.content-block div {
  flex: 1 1 50%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 48em) {
  section.content-block div {
    width: 100%;
    max-width: none;
  }
}
section.content-block div h2 {
  margin: 0;
  margin-bottom: 2rem;
  color: #12354D;
  font-weight: 900;
  font-size: 30px;
}
section.content-block div p {
  margin: 0;
  margin-bottom: 2rem;
  color: #586575;
  font-size: 16px;
}
section.content-block div .content-block-button {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 12px;
  border-radius: 4px;
  background-color: #105D9D;
  color: #fff;
  text-decoration: none;
}
section.content-block div.image-container {
  margin: 0;
  overflow: hidden;
}
section.content-block div.image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 48em) {
  section.article-block {
    gap: 16px;
    padding: 40px 16px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
  }
}
section.article-block {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  padding: 32px;
  background-color: #eff5fb;
}
section.article-block > div {
  max-width: 316px;
}
@media only screen and (max-width: 48em) {
  section.article-block > div h2 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
section.article-block > div h2 {
  margin: 0 0 16px;
  color: #125790;
  font-weight: 900;
  font-size: 24px;
}
section.article-block > div p {
  margin: 0;
}
section.article-block ul {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 48em) {
  section.article-block ul a {
    font-size: 14px;
  }
}
section.article-block ul a {
  display: flex;
  flex-wrap: wrap;
  width: -moz-min-content;
  width: min-content;
  color: #125790;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 48em) {
  section.article-block ul a img {
    width: 148px;
    height: 100px;
  }
}
section.article-block ul a img {
  width: 197px;
  height: 130px;
  margin-bottom: 8px;
}

.topic-page > header {
  width: 100%;
}
.topic-page > header .hero {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #125790;
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .topic-page > header .hero {
    flex-wrap: wrap-reverse;
  }
}
.topic-page > header .hero div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 80px;
}
@media only screen and (max-width: 64.063em) {
  .topic-page > header .hero div {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 48em) {
  .topic-page > header .hero div {
    padding: 24px 16px;
  }
}
.topic-page > header .hero div div {
  gap: 16px;
  align-items: flex-start;
  padding: 0;
}
.topic-page > header .hero div h1 {
  margin: 0;
  font-size: 3.2em;
  font-weight: 900;
}
@media only screen and (max-width: 48em) {
  .topic-page > header .hero div h1 {
    font-size: 1.7em;
  }
}
.topic-page > header .hero div p {
  margin: 0;
  font-size: 16px;
}
@media only screen and (max-width: 48em) {
  .topic-page > header .hero div p {
    font-size: 14px;
  }
}
.topic-page > header .hero img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 50%;
  max-height: 100%;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
@media only screen and (max-width: 48em) {
  .topic-page > header .hero img {
    min-width: 100%;
  }
}
.topic-page > header .header-floor {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 80px;
  background-color: #12354D;
  color: #fff;
  padding: 16px 80px;
}
@media only screen and (max-width: 64.063em) {
  .topic-page > header .header-floor {
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 48em) {
  .topic-page > header .header-floor {
    padding: 16px 16px;
  }
}
.topic-page > header .header-floor form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 4px;
}
@media only screen and (max-width: 48em) {
  .topic-page > header .header-floor form {
    width: 100%;
  }
}
.topic-page > header .header-floor form label {
  margin: 0 8px 4px 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.topic-page > header .header-floor form > div {
  display: flex;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  width: 420px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
@media only screen and (max-width: 48em) {
  .topic-page > header .header-floor form > div {
    width: 100%;
  }
}
.topic-page > header .header-floor form > div button {
  float: right;
  padding: 0 12px;
  border: none;
  border-radius: 0 4px 4px 0;
  height: 100%;
  background-color: #12354D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topic-page > header .header-floor form > div input {
  width: calc(100% - 76px);
  padding-left: 16px;
  height: 100%;
  border: 0;
  background-color: #fff;
  color: #586575;
}
.topic-page > header .header-floor form > div gmp-place-autocomplete {
  --gmp-input-height: 40px;
  --gmp-input-border: none;
  --gmp-input-bg: transparent;
  --gmp-input-padding: 0 16px;
}
.topic-page > header .header-floor a {
  padding: 12px;
  border-radius: 4px;
  background: linear-gradient(#125790, #124c7a);
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (max-width: 48em) {
  .topic-page > header .header-floor a {
    width: 100%;
    text-align: center;
  }
}

div.program-at-site-card {
  position: relative;
  width: 302px;
  max-width: 400px;
  height: 344px;
  padding: 16px;
  flex-grow: 1;
  border: 1px solid #a1c2e5;
  border-radius: 8px;
  background-color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 48em) {
  div.program-at-site-card {
    width: 100%;
    max-width: none;
  }
}
div.program-at-site-card .title-address h3 {
  font-size: 16px;
}
div.program-at-site-card .title-address a {
  color: #125790;
  display: flex;
  gap: 7px;
}
div.program-at-site-card .title-address a.name-link {
  color: #12354D;
}
div.program-at-site-card .site-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0 18px;
  color: #586575;
}
div.program-at-site-card .site-info p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}
div.program-at-site-card .site-info .eligibility {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
div.program-at-site-card .site-info .hours {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
div.program-at-site-card .contact-info {
  display: flex;
  gap: 9px;
}
div.program-at-site-card .contact-info a {
  display: flex;
  gap: 5px;
  color: #125790;
}
div.program-at-site-card .actions {
  position: absolute;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  width: inherit;
}
div.program-at-site-card .actions a,
div.program-at-site-card .actions button {
  padding: 12px;
  border: 1px solid #a1c2e5;
  border-radius: 4px;
  background: linear-gradient(#fff, #F7FAFD);
  color: #125790;
  text-decoration: none;
}
div.program-at-site-card .actions a:hover,
div.program-at-site-card .actions button:hover {
  border: 1px solid #125790;
}

.sub-topic-block {
  padding: 64px 0;
}
@media only screen and (max-width: 64.063em) {
  .sub-topic-block {
    padding-bottom: 0;
  }
}
.sub-topic-block .sub-topic-block-title {
  margin-bottom: 16px;
}
.sub-topic-block .sub-topic-block-description {
  margin-bottom: 24px;
}
.sub-topic-block .taxonomies {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.sub-topic-block .taxonomies .taxonomy {
  background: white;
  border: 1px solid #a1c2e5;
  border-radius: 4px;
  color: #125790;
  height: 28px;
  padding: 6px 12px;
}
@media only screen and (max-width: 48em) {
  .sub-topic-block .taxonomies .taxonomy {
    height: auto;
    min-height: 40px;
    width: 100%;
  }
}
.sub-topic-block .taxonomies .taxonomy:hover {
  border: 1px solid #125790;
}
.sub-topic-block .taxonomies .taxonomy.toggled {
  background: #125790;
  color: white;
}
.sub-topic-block .programs {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  height: 344px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media only screen and (max-width: 64.063em) {
  .sub-topic-block .programs {
    height: auto;
    overflow: auto;
  }
}
@media only screen and (max-width: 48em) {
  .sub-topic-block .programs {
    margin-bottom: 16px;
  }
}
.sub-topic-block .view-all-resources {
  font-size: 12px;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  color: #125790;
  font-weight: 900;
  text-decoration: none;
}

main.topic-page {
  color: #424c58;
  background-color: #fff;
}
main.topic-page .block {
  margin: auto 80px;
}
@media only screen and (max-width: 64.063em) {
  main.topic-page .block {
    margin: auto 24px;
  }
}
@media only screen and (max-width: 48em) {
  main.topic-page .block {
    margin: auto 16px;
  }
}
main.topic-page .shaded-block + .shaded-block,
main.topic-page .blocks > .shaded-block {
  margin-top: 5em;
}
main.topic-page section.calendar-block + section.calendar-block {
  margin-top: 0;
}
main.topic-page footer.site-footer > .wrap {
  padding: 0 80px;
}
@media only screen and (max-width: 64.063em) {
  main.topic-page footer.site-footer > .wrap {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 48em) {
  main.topic-page footer.site-footer > .wrap {
    padding: 0 16px;
  }
}
main.topic-page footer.site-footer > .wrap {
  margin: 0;
  max-width: 100%;
}

main.topic-page h2 {
  margin-bottom: 16px;
  color: #12354D;
  font-weight: 700;
  font-size: 38px;
  line-height: 105%;
  letter-spacing: -0.015em;
}
main.topic-page h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #12354D;
  margin-bottom: 8px;
}

/* Vendors */
body.page-search .ui-autocomplete {
  border-radius: 3px;
  border: 1px solid #d9e5ef;
  box-shadow: 2px 5px 35px 0 rgba(38, 38, 38, 0.1);
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  overflow: hidden;
  z-index: 999;
}
body.page-search .ui-autocomplete .ui-autocomplete-category,
body.page-search .ui-autocomplete .ui-menu-item {
  color: #7e94ad;
  line-height: 1.5;
  width: 100%;
}
body.page-search .ui-autocomplete .ui-autocomplete-category {
  background: #f3f9ff;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 7px 24px;
}
body.page-search .ui-autocomplete .ui-autocomplete-category + .ui-menu-item {
  box-shadow: inset 0 1px 0 #d9e5ef, inset 0 -1px 0 #d9e5ef;
}
body.page-search .ui-autocomplete .ui-menu-item {
  background: white;
  padding: 15px 24px;
}
body.page-search .ui-autocomplete .ui-menu-item:last-child {
  box-shadow: none;
}
body.page-search .ui-autocomplete .ui-menu-item.ui-state-focus, body.page-search .ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #629ad4;
  border: none;
  color: white;
  margin: 0;
}
body.page-search .ui-autocomplete .ui-menu-item .highlight {
  font-weight: bold;
}
body.page-search .ui-autocomplete {
  border: none;
  box-shadow: none;
  position: relative;
  margin-top: 24px;
}
body.page-search .ui-autocomplete .ui-autocomplete-category {
  padding: 7px 15px;
}
body.page-search .ui-autocomplete .ui-menu-item {
  padding: 15px 15px;
}

body.page-root .ui-autocomplete, body.page-userAfterSignIn .ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  border-radius: 8px;
  border: 1px solid #d9e5ef;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  overflow-y: auto;
  max-height: 400px;
  z-index: 999;
  background: white;
  margin-top: 8px;
}
body.page-root .ui-autocomplete .ui-autocomplete-category.label, body.page-root .ui-autocomplete .ui-autocomplete-category.agency-label,
body.page-root .ui-autocomplete .ui-menu-item.label,
body.page-root .ui-autocomplete .ui-menu-item.agency-label, body.page-userAfterSignIn .ui-autocomplete .ui-autocomplete-category.label, body.page-userAfterSignIn .ui-autocomplete .ui-autocomplete-category.agency-label,
body.page-userAfterSignIn .ui-autocomplete .ui-menu-item.label,
body.page-userAfterSignIn .ui-autocomplete .ui-menu-item.agency-label {
  color: #6D7E92;
  text-transform: none;
}
body.page-root .ui-autocomplete .ui-autocomplete-category,
body.page-root .ui-autocomplete .ui-menu-item, body.page-userAfterSignIn .ui-autocomplete .ui-autocomplete-category,
body.page-userAfterSignIn .ui-autocomplete .ui-menu-item {
  font-size: 16px;
}
@media only screen and (max-width: 48em) {
  body.page-root .ui-autocomplete .ui-autocomplete-category,
  body.page-root .ui-autocomplete .ui-menu-item, body.page-userAfterSignIn .ui-autocomplete .ui-autocomplete-category,
  body.page-userAfterSignIn .ui-autocomplete .ui-menu-item {
    font-size: 14px;
  }
}
body.page-root .ui-autocomplete .ui-autocomplete-category,
body.page-root .ui-autocomplete .ui-menu-item, body.page-userAfterSignIn .ui-autocomplete .ui-autocomplete-category,
body.page-userAfterSignIn .ui-autocomplete .ui-menu-item {
  color: #105D9D;
  line-height: 1.5;
  width: 100%;
}
body.page-root .ui-autocomplete .ui-autocomplete-category:last-child,
body.page-root .ui-autocomplete .ui-menu-item:last-child, body.page-userAfterSignIn .ui-autocomplete .ui-autocomplete-category:last-child,
body.page-userAfterSignIn .ui-autocomplete .ui-menu-item:last-child {
  padding-bottom: 14px;
}
body.page-root .ui-autocomplete .ui-autocomplete-category, body.page-userAfterSignIn .ui-autocomplete .ui-autocomplete-category {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 7px 24px;
}
body.page-root .ui-autocomplete .suggested-search-item + .category-item, body.page-userAfterSignIn .ui-autocomplete .suggested-search-item + .category-item {
  box-shadow: inset 0 1px 0 #d9e5ef;
  padding-top: 14px;
}
body.page-root .ui-autocomplete .suggested-search-item + .category-item.ui-state-focus, body.page-root .ui-autocomplete .suggested-search-item + .category-item.ui-state-hover, body.page-userAfterSignIn .ui-autocomplete .suggested-search-item + .category-item.ui-state-focus, body.page-userAfterSignIn .ui-autocomplete .suggested-search-item + .category-item.ui-state-hover {
  box-shadow: none;
}
body.page-root .ui-autocomplete .suggested-search-item.last-suggested-item, body.page-userAfterSignIn .ui-autocomplete .suggested-search-item.last-suggested-item {
  padding-bottom: 14px;
}
body.page-root .ui-autocomplete .category-item.ui-state-focus, body.page-root .ui-autocomplete .category-item.ui-state-hover, body.page-userAfterSignIn .ui-autocomplete .category-item.ui-state-focus, body.page-userAfterSignIn .ui-autocomplete .category-item.ui-state-hover {
  background: none;
  background-color: #EFF5FB;
}
body.page-root .ui-autocomplete .ui-menu-item, body.page-userAfterSignIn .ui-autocomplete .ui-menu-item {
  padding: 7px 24px;
}
body.page-root .ui-autocomplete .ui-menu-item.ui-state-focus, body.page-root .ui-autocomplete .ui-menu-item.ui-state-hover, body.page-userAfterSignIn .ui-autocomplete .ui-menu-item.ui-state-focus, body.page-userAfterSignIn .ui-autocomplete .ui-menu-item.ui-state-hover {
  background-color: #EFF5FB;
  color: #092E4D;
  border: none;
}
body.page-root .ui-autocomplete .ui-menu-item .highlight, body.page-userAfterSignIn .ui-autocomplete .ui-menu-item .highlight {
  font-weight: bold;
}

.google-translate {
  margin: 30px 20px 0 0;
}
@media (min-width: 64.063em) {
  .google-translate {
    margin-top: 30px;
  }
  .page-root .google-translate {
    margin-top: 32px;
  }
}
@media (min-width: 93.75em) {
  .google-translate {
    margin-right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .google-translate {
    width: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 355px) {
  .google-translate {
    display: none;
  }
}

#google_translate_element {
  border-right-color: white;
  border-right-color: rgba(255, 255, 255, 0.5);
  border-right-style: solid;
  border-right-width: 1px;
  display: inline-block;
  padding-right: 2em;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  #google_translate_element {
    border-right: none;
    padding-left: 1em;
    padding-right: 0;
  }
}
@media only screen and (max-width: 385px) {
  #google_translate_element {
    padding-right: 0.5rem;
    border: none;
  }
}

.goog-te-gadget-simple {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}
.goog-te-gadget-simple .goog-te-gadget-icon {
  display: none;
}

.goog-te-menu-value {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABKklEQVQoU4WTAVEDUQxEdxUADnDAVQHgABQACqgEHEAd3CmgDqgDWgWtBFAQ5h0Jc/2008zc3N1PNtls8q3GIuJG0rOkTtKlpC9JK0lL28M03PUTEef5/SJpncByk/A6z+9t73CM4Iigyp2kvhyTpJyTELtKJjPiCkwl6OHc2Z41jADzLIsBMY4IMr83rd/aps89S4afefgEuJf0cAocEYiHkPOMXQOmAmJMbbD92FDfSipRRxdgej1rKUqib4I/UmVE3bNjlQlCRFrapFD/CgB+y14OFB+PSLLIN/N+zcBvwNApBY8luLBNe+xEFRtqzqeq/40uIhCS+K7ACIPqLMkh29jucoURcGG7b3ebLWKWrRE8T8or22za725PLTWAWt0qLsE483bvfwBAN4LUU1QgawAAAABJRU5ErkJggg==");
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%22-61.5%2068.5%2015%2015%22%20enable-background%3D%22new%20-61.5%2068.5%2015%2015%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M-51.5%2C80.9c-0.2-0.1-0.5-0.4-0.7-0.5c-0.1-0.5-0.2-0.9-0.3-1.4c0.2-0.2%2C0.3-0.5%2C0.5-0.8%0D%0A%09%09c-0.1%2C0-0.3%2C0.1-0.4%2C0.1c-0.2-0.2-0.4-0.5-0.6-0.8c-0.2-0.1-0.4-0.2-0.5-0.2c-0.4-0.1-0.8-0.3-1.2-0.4c-0.5-0.7-0.8-1.2-1.1-1.7%0D%0A%09%09c-0.1-0.4-0.3-0.8-0.5-1.1c0-0.4%2C0.1-0.9%2C0.1-1.3c-0.2-0.4-0.5-0.9-0.7-1.2c-0.3-0.2-0.6-0.2-0.9-0.4c-0.2%2C0.2-0.4%2C0.3-0.5%2C0.5%0D%0A%09%09c-0.3%2C0.3-0.5%2C0.6-0.8%2C0.9c0.2-0.3%2C0.3-0.5%2C0.5-0.8c-0.1%2C0-0.2%2C0-0.3%2C0.1c0-0.2-0.1-0.3-0.1-0.5c0.1-0.2%2C0.2-0.4%2C0.4-0.5%0D%0A%09%09c-0.2%2C0-0.2%2C0.1-0.4%2C0.1c0-0.2%2C0.1-0.2%2C0.1-0.4c0.1%2C0%2C0.2-0.1%2C0.3-0.1c0-0.1-0.1-0.2-0.2-0.3c-1.6%2C1.3-2.6%2C3.4-2.6%2C5.7%0D%0A%09%09c0%2C4.1%2C3.4%2C7.5%2C7.5%2C7.5c0.5%2C0%2C1-0.1%2C1.4-0.2C-52.2%2C82.8-51.9%2C81.9-51.5%2C80.9z%20M-54%2C68.5c-1.5%2C0-2.8%2C0.4-4%2C1.2%0D%0A%09%09c0.5%2C0.2%2C0.9%2C0.3%2C1.4%2C0.5c0.2-0.2%2C0.5-0.3%2C0.7-0.4c0.4%2C0.1%2C0.8%2C0.2%2C1.3%2C0.3c0.8-0.1%2C1.7-0.1%2C2.5-0.1c0.1%2C0.2%2C0.2%2C0.5%2C0.2%2C0.8%0D%0A%09%09c-0.4%2C0-0.8%2C0-1.1%2C0.1l-0.2%2C0.4c0.4%2C0.3%2C0.8%2C0.7%2C1.2%2C1.1h0.3c0-0.4%2C0.1-0.9%2C0.1-1.3c0.2%2C0%2C0.5%2C0.1%2C0.7%2C0.1c0.2%2C0.2%2C0.2%2C0.4%2C0.4%2C0.8%0D%0A%09%09c0.1-0.1%2C0.2-0.1%2C0.3-0.2c0.3%2C0.6%2C0.5%2C1.2%2C0.8%2C1.9c-0.2%2C0.1-0.5%2C0.2-0.9%2C0.3c-0.2%2C0.1-0.5%2C0.3-0.8%2C0.4c-0.2%2C0.3-0.5%2C0.7-0.8%2C1.1%0D%0A%09%09v0.5c-0.1%2C0-0.2%2C0-0.3%2C0.1c-0.1-0.2-0.2-0.4-0.2-0.6c-0.4%2C0.1-0.8%2C0.1-1.2%2C0.1c-0.1%2C0.2-0.1%2C0.5-0.3%2C0.8c0.1%2C0.2%2C0.2%2C0.3%2C0.3%2C0.5%0D%0A%09%09c0.2-0.2%2C0.3-0.2%2C0.5-0.4c0.2%2C0%2C0.3%2C0%2C0.5%2C0.1c-0.1%2C0.2-0.1%2C0.5-0.2%2C0.6h0.5c0.1%2C0.2%2C0.1%2C0.5%2C0.2%2C0.7c0.1%2C0%2C0.2%2C0.1%2C0.3%2C0.1%0D%0A%09%09l0.2-0.4c0.5%2C0.1%2C1.1%2C0.1%2C1.4%2C0.1c0.3%2C0.2%2C0.5%2C0.5%2C0.8%2C0.7c0%2C0.2%2C0.1%2C0.4%2C0.1%2C0.5c0.2%2C0.2%2C0.4%2C0.2%2C0.6%2C0.3%0D%0A%09%09c-0.1%2C0.5-0.2%2C1.1-0.4%2C1.6c-0.2%2C0.1-0.3%2C0.2-0.5%2C0.3c-0.1%2C0.2-0.1%2C0.4-0.2%2C0.5c-0.5%2C0.5-0.9%2C1-1.4%2C1.3c0%2C0.1-0.1%2C0.1-0.1%2C0.1%0D%0A%09%09c3-0.8%2C5-3.6%2C5-6.8C-46.5%2C71.9-49.9%2C68.5-54%2C68.5z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat;
}
.goog-te-menu-value:after {
  color: white;
  content: "▼";
  font-size: 10px;
  right: -12px;
}
.goog-te-menu-value > span {
  border: none !important;
  clip: rect(0 0 0 0);
  color: white !important;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.goog-te-menu-value > span:last-of-type {
  font-size: 8px;
  top: -1px;
}
.translated-ltr .goog-te-menu-value {
  background: transparent;
}
.translated-ltr .goog-te-menu-value:after {
  content: "";
}
.translated-ltr .goog-te-menu-value > span {
  height: auto;
  overflow: initial;
  position: relative;
  width: auto;
}

/* Print */
@media all {
  .page-break {
    display: none;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    border-color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body, div {
    padding: 0;
    margin: 0;
    font-size: 1em !important;
  }
  #print-header {
    display: block;
    margin: 1em 30px;
  }
  #content-region, .sidebar {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a.website[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content-region,
  .search-layout,
  .shopping-cart-layout {
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
  .card-highlight {
    border-width: 0;
  }
  .search-result .resource-information,
  .search-result .resource-information .information-item {
    display: block;
    border-width: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    float: none;
    font-size: 1em;
  }
  .search-result .resource-information a.directions,
  .search-result .resource-information .information-item a.directions {
    display: none;
  }
  .content-region, .split-content-region {
    height: auto;
    top: 0 !important;
    position: relative;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  label, .label, .agency-label, .small-label {
    border-width: 0;
  }
  .site-header,
  .back-to-results,
  .back-to-last-search,
  .share-email,
  .share-email.open,
  .share-cart,
  .map-region,
  .more,
  nav,
  .cart-remove,
  .share,
  .cart,
  a.directions,
  .btn,
  .reading,
  .widget-container,
  .filters-header,
  i.ico-icon-remove-cart,
  .shared-link,
  .remove-list,
  .rename-list,
  .open-create-resource-list-form,
  i.ico-icon-add-cart,
  ol.breadcrumb,
  button,
  a.button,
  .modal,
  .modal-backdrop,
  .share-modal,
  .share-resource-list,
  .updateTypeSelectionModal,
  .programSiteUserNoteFormModal,
  .claimAgencyModal {
    display: none !important;
  }
  .actions, .share-actions {
    display: none;
  }
  .cart-header {
    display: block;
    padding-top: 0;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  .search-result {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .shopping-cart {
    padding-bottom: 0;
  }
  .filters-container {
    padding-top: 0;
  }
}
/* State Specific Styles */
.utility-bar {
  background-color: #0c3c64;
  padding: 0;
  z-index: 200;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .utility-bar {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  body.show-nav .utility-bar {
    display: block;
  }
}
.utility-bar .utility-bar-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 15px;
}
.utility-bar .utility-bar-left {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
  gap: 24px;
}
.utility-bar .utility-bar-left > * {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}
.utility-bar .utility-bar-right {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
  gap: 24px;
}
.utility-bar .utility-bar-right > * {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}
.utility-bar .utility-divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 1;
  margin: 0 !important;
}
.utility-bar .utility-link {
  font-size: 14px;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1.2;
}
.utility-bar .utility-link:hover {
  opacity: 1;
  color: white;
  text-decoration: none;
}
.utility-bar .utility-link:focus {
  color: white;
  text-decoration: none;
}
.utility-bar .utility-link .glyphicon {
  font-size: 10px;
  margin-left: 4px;
}
.utility-bar .utility-link.utility-link-signup {
  border: 1px solid white;
  border-radius: 3px;
  padding: 6px 14px;
  opacity: 1;
  line-height: 1;
}
.utility-bar .utility-link.utility-link-signup:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.utility-bar .google-translate {
  display: inline-flex !important;
  align-items: center;
  position: relative;
  opacity: 0.9;
  transition: opacity 0.15s ease-in-out;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
.utility-bar .google-translate:hover {
  opacity: 1;
}
.utility-bar .google-translate a,
.utility-bar .google-translate a:hover,
.utility-bar .google-translate a:focus {
  text-decoration: none;
}
.utility-bar .google-translate .google-translate-chevron {
  color: white;
  margin-left: 4px;
}
.utility-bar .google-translate svg {
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.utility-bar .google-translate span[aria-hidden=true] {
  display: none !important;
}
.utility-bar .google-translate span[style*=border-left] {
  display: none !important;
}
.utility-bar .google-translate #google_translate_element {
  display: inline-flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  vertical-align: middle;
}
.utility-bar .google-translate #google_translate_element .goog-te-gadget {
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: white;
  line-height: 1.2;
}
.utility-bar .google-translate #google_translate_element .goog-te-gadget span {
  color: white !important;
}
.utility-bar .google-translate #google_translate_element .goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
  margin: 0 -22px !important;
  padding: 0 22px !important;
  line-height: 1.2;
  color: white !important;
}
.utility-bar .google-translate #google_translate_element .goog-te-gadget-simple img,
.utility-bar .google-translate #google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
  display: none !important;
}
.utility-bar .google-translate #google_translate_element .goog-te-menu-value:after {
  content: none !important;
  display: none !important;
}
.utility-bar .utility-chat {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
}
.utility-bar .utility-chat .nav-link {
  font-size: 14px;
  color: white;
  opacity: 0.9;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.utility-bar .utility-chat .nav-link:hover {
  opacity: 1;
}
.utility-bar .utility-chat .nav-link .ico-icon-chat {
  font-size: 14px;
}
.utility-bar .utility-chat .nav-link .chat-status {
  display: inline;
}
.utility-bar .utility-account-dropdown {
  position: relative;
  z-index: 300;
}
.utility-bar .utility-account-dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
.utility-bar .utility-account-dropdown .dropdown-toggle .caret {
  border-top-color: white;
  opacity: 0.9;
}
.utility-bar .utility-account-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 8px;
  min-width: 180px;
  font-size: 14px;
}
.utility-bar .utility-account-dropdown .dropdown-menu li a {
  padding: 8px 16px;
  color: #7e94ad;
}
.utility-bar .utility-account-dropdown .dropdown-menu li a:hover {
  background-color: #f3f9ff;
}
.utility-bar .utility-account-dropdown .dropdown-menu .divider {
  margin: 5px 0;
}

.home-layout {
  background-color: #fff;
}

.site-header {
  background-color: #125790 !important;
  border-bottom: 1px solid #0c3c64;
  max-width: none !important;
}
.site-header nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 80px !important;
}
.site-header .toggle-nav {
  margin-left: auto;
  margin-right: 0;
  flex-shrink: 0;
}
body.show-nav .site-header > nav:first-of-type .mega-menu,
body.show-nav .site-header > nav:first-of-type .mega-menu-clip {
  visibility: hidden;
}

.site-footer {
  padding: 0;
  background-color: #105D9D;
}
.site-footer .footer-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 190px 24px 60px;
}
@media only screen and (max-width: 64.063em) {
  .site-footer .footer-container {
    padding: 55px 24px;
  }
}
@media only screen and (max-width: 48em) {
  .site-footer .footer-container {
    padding: 40px 24px;
  }
}
.site-footer .wrap {
  padding: 0;
}
.site-footer .wrap .navigation-footer {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 64.063em) {
  .site-footer .wrap .navigation-footer {
    display: block;
  }
}
@media only screen and (max-width: 48em) {
  .site-footer .wrap .navigation-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.site-footer .wrap .navigation-footer:before, .site-footer .wrap .navigation-footer:after {
  display: none;
}
.site-footer .wrap .navigation-footer .logo-unitedway {
  float: none;
  display: block;
  margin-right: 48px;
}
@media only screen and (max-width: 64.063em) {
  .site-footer .wrap .navigation-footer .logo-unitedway {
    margin: 0;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 48em) {
  .site-footer .wrap .navigation-footer .logo-unitedway {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 64.063em) {
  .site-footer .wrap .navigation-footer .footer-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 48em) {
  .site-footer .wrap .navigation-footer .footer-links {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer .wrap .navigation-footer .footer-links ul.menu-nav {
  margin-right: 60px;
  text-align: left;
}
@media only screen and (max-width: 64.063em) {
  .site-footer .wrap .navigation-footer .footer-links ul.menu-nav {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 48em) {
  .site-footer .wrap .navigation-footer .footer-links ul.menu-nav {
    margin-right: 0;
    text-align: center;
  }
  .site-footer .wrap .navigation-footer .footer-links ul.menu-nav:last-of-type {
    margin-bottom: 0;
  }
}
.site-footer .wrap .navigation-footer .footer-links ul.menu-nav:last-of-type {
  margin-right: 0;
}
.site-footer .wrap .navigation-footer .footer-links ul.menu-nav .top-level {
  font-weight: 700;
  line-height: 142%;
}
.site-footer .wrap .navigation-footer .footer-links ul.menu-nav .nav-item {
  margin-bottom: 1rem;
  line-height: 142%;
}
@media only screen and (max-width: 64.063em) {
  .site-footer .wrap .footer-bottom {
    margin-top: 0;
  }
}

label {
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
}

input::-moz-placeholder {
  color: #6D7E92;
}

input::placeholder {
  color: #6D7E92;
}

.home-hero {
  margin: 0;
  background: #125790;
  background-image: none;
  border: none;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .home-hero {
    height: auto;
  }
}
.home-hero input {
  font-size: 14px !important;
}
.home-hero .home-search-btn {
  color: #12354D;
  text-shadow: none !important;
}
.home-hero .transparent-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 60px 80px 0px;
}
@media only screen and (max-width: 48em) {
  .home-hero .transparent-wrap {
    padding: 40px 24px 24px;
  }
}
.home-hero .transparent-wrap .hero-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
}
@media only screen and (min-width: 48em) and (max-width: 64.063em) {
  .home-hero .transparent-wrap .hero-content {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 48em) {
  .home-hero .transparent-wrap .hero-content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.home-hero .transparent-wrap .search-region {
  background: none;
  border-radius: 0;
  margin-top: 0;
  max-width: none;
  padding-bottom: 80px;
  grid-column: 1/span 7;
}
@media only screen and (min-width: 48em) and (max-width: 64.063em) {
  .home-hero .transparent-wrap .search-region {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 48em) {
  .home-hero .transparent-wrap .search-region {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
    max-width: none;
  }
}
.home-hero .transparent-wrap .hero-image-wrapper {
  grid-column: 8/span 5;
  position: relative;
  background-image: url(/images/ct-hero-gradient.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (min-width: 48em) and (max-width: 64.063em) {
  .home-hero .transparent-wrap .hero-image-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .home-hero .transparent-wrap .hero-image-wrapper {
    display: none;
  }
}
.home-hero .transparent-wrap .hero-image {
  grid-column: 2/span 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.home-hero .inquiry {
  margin-top: 0 !important;
  font-size: 55px !important;
  line-height: 60.5px !important;
  letter-spacing: -1.1px !important;
  max-width: 18ch;
}
@media only screen and (max-width: 48em) {
  .home-hero .inquiry {
    font-size: 32px !important;
    line-height: 36px !important;
    letter-spacing: normal !important;
  }
}
.home-hero .search-label .search-label-link {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 4px;
}
.home-hero .search-label .search-label-link a {
  color: #fff;
  text-decoration: underline;
}
.home-hero .search-label .search-label-link a:hover {
  opacity: 0.8;
}

.child-care-callout {
  display: flex;
  align-items: center;
  border: 1px solid #131A41;
  background: #a1c2e5;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 24px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  width: 100%;
  max-width: 100%;
}
.child-care-callout:hover {
  opacity: 0.9;
  text-decoration: none;
}
.child-care-callout .child-care-callout-image {
  width: 72px;
  border: 1px solid #131A41;
  height: 54px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.child-care-callout .child-care-callout-content {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}
.child-care-callout .child-care-callout-title {
  color: #122A36;
  font-family: "inter-medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.child-care-callout .child-care-callout-link {
  color: #122A36;
  font-family: "inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
}
.child-care-callout .child-care-callout-arrow {
  margin-left: 4px;
  flex-shrink: 0;
}

.page-root .home-guided-search .home-guided-search-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
}
@media only screen and (max-width: 48em) {
  .page-root .home-guided-search .home-guided-search-container {
    padding: 24px;
  }
}
.page-root .ct-section-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 80px;
}
@media only screen and (min-width: 48em) and (max-width: 64.063em) {
  .page-root .ct-section-container {
    padding: 24px;
  }
}
@media only screen and (max-width: 48em) {
  .page-root .ct-section-container {
    padding: 24px;
  }
}
.page-root .ct-section-container-community {
  padding: 0;
}
@media only screen and (max-width: 48em) {
  .page-root section.home-about {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.home-community {
  background-image: url(/assets/landing-mosaic-ct-409e134c0dd42164823d6dcf9c11ab12fb9d7f02d021a711a8840ae9b820a5b3.png);
  border-bottom: none;
  transform: translateY(110px);
  height: 381px;
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .home-community {
    background-image: url(/assets/landing-mosaic-ct-mobile-93639cb3a831e01e90b18785e2afcd87a6327fa2dc00103b17d99121422febb0.png);
    transform: none;
    height: 390px;
  }
}

@media only screen and (max-width: 48em) {
  .home-guided-search .home-guided-search-container {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 325px) {
  .home-guided-search .home-guided-search-container {
    padding-top: 8px;
  }
}

.logo-211 {
  background-image: url(/assets/211CT_White-31cab0624f15f455f1013704600c6b96eaa7041b2cd327078eb08e8eca0a84b2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 70px;
  height: 47px;
}
