/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://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 {
	-webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
	        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;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* 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-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.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-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.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 {
	-webkit-border-top-left-radius: 3px/*{cornerRadius}*/;
	        border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	-webkit-border-top-right-radius: 3px/*{cornerRadius}*/;
	        border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	-webkit-border-bottom-left-radius: 3px/*{cornerRadius}*/;
	        border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	-webkit-border-bottom-right-radius: 3px/*{cornerRadius}*/;
	        border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Sortable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
@charset "UTF-8";
/*



*/
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot);
  src: url(/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-solid-900-e546fb3c56953992a5d20c52edb9e6d1b1141184b88ae19ba20a566d2ad98dbc.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-195989f30d333ecf41e0021dbb92c690f367d2672c43199079d9be4b81dc90da.woff) format("woff"), url(/assets/font-awesome/fa-solid-900-aa4b725084f0ad0d2d28df4191084467663b409d7272ba2f1cb6ece2d03553ec.ttf) format("truetype"), url(/assets/font-awesome/fa-solid-900-387bea778f72246fad5ea5b69f68cd059a942e3ab181eb2390ad089bc9cc5e06.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot);
  src: url(/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-regular-400-1efbec653801e7e6a8ea0cd94afd854c3d48225b52857008fe8a1d961cdfcc51.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-180eef6acca110a022bb81621c04937b3d2edf09fb7644daba7f95368e73b0bd.woff) format("woff"), url(/assets/font-awesome/fa-regular-400-6fdc7b823f89434983845ce3435fa374af7e08912068b8955bdd6c697f1d2797.ttf) format("truetype"), url(/assets/font-awesome/fa-regular-400-00c96447c535a41055597d80db75302fc04fd1c909239eada694daa76cd77a20.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot);
  src: url(/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-brands-400-c40f9aba3abc6fd5b0b28b1b125daa3b7bc43063955d456ae4d529705a6c975c.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-8b2dc7ace7b22f70f42c11f1606d1ee82ad46445c2f05587928e239e567ff68e.woff) format("woff"), url(/assets/font-awesome/fa-brands-400-070fe2507cabb066093e6912b85147f7289f5dbb5b582d5c6aea80f9c406dcc5.ttf) format("truetype"), url(/assets/font-awesome/fa-brands-400-b077551ebb83f7299deaa16b45877ddd3eda20c4988ac79b6def416e7d2b6b3a.svg#fontawesome) format("svg");
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas,
.toggler i,
.bart-chart-icon i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.toggler i,
.bart-chart-icon i,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_core.scss */
.toggler i, .bart-chart-icon i {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  -webkit-border-radius: .1em;
          border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.toggler i.fa-pull-left,
.bart-chart-icon i.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.toggler i.fa-pull-right,
.bart-chart-icon i.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 95, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 96, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 98, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 99, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 102, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 103, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 104, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 105, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 106, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 107, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 109, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 111, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 112, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 113, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 114, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 115, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 116, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 119, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 120, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 121, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 122, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 123, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 124, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 126, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 127, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 128, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 129, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 131, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 132, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 133, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 134, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 135, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 136, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 137, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 138, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 139, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 141, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 142, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 144, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 145, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 146, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 147, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 148, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 149, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 150, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 151, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 152, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 154, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 155, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 156, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 157, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 159, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 160, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 161, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 163, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 165, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 166, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 167, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 169, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 170, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 171, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 173, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 174, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 176, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 177, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 178, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 181, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 182, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 183, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 184, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 185, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 186, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 187, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 188, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 189, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 190, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 191, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 192, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 193, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 194, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 195, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 197, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 198, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 199, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 200, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 201, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 202, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 203, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 204, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 205, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 206, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 207, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 208, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 209, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 210, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 211, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 212, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 214, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 215, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 216, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 217, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 218, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 219, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 220, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 221, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 222, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 224, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 225, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 226, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 228, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 229, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 230, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 231, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 233, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 234, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 236, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 237, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 238, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 239, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 240, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 241, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 242, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 243, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 244, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 245, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 246, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 247, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 248, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 249, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 250, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 251, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 252, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 253, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 254, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 255, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 256, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 257, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 258, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 259, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 260, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 261, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 262, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 263, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 264, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 265, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 266, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 267, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 268, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 269, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 270, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 271, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 272, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 273, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 274, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 275, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 276, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 277, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 346, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 350, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 412, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 456, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 497, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 577, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 609, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 610, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 611, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 612, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 613, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 614, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 615, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 616, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 617, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 618, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 619, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 620, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 621, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 622, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 623, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 624, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 625, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 626, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 627, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 628, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 629, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 630, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 631, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 632, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 633, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 634, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 635, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 636, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 637, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 638, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 639, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 641, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 642, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 643, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 644, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 645, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 648, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 649, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 650, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 651, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 652, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 653, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 654, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 655, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 656, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 657, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 658, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 659, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 660, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 661, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 662, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 663, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 664, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 665, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 666, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 667, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 668, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 669, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 670, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 671, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 672, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 673, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 674, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 675, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 676, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 677, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 678, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 679, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 680, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 681, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 682, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 683, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 684, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 685, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 687, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 688, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 689, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 690, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 691, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 692, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 693, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 694, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 695, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 696, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 697, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 698, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 699, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 700, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 701, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 702, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 703, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 704, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 705, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 706, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 707, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 708, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 709, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 710, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 711, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 712, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 713, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 714, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 715, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 716, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 717, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 718, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 719, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 720, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 721, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 722, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 723, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 724, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 725, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 726, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 727, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 728, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 729, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 730, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 731, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 732, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 733, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 734, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 735, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 736, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 737, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 738, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 739, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 740, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 741, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 742, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 743, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 744, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 745, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 746, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 747, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 748, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 749, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 750, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 751, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 753, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 754, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 755, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 756, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 757, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 758, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 759, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 760, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 761, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 762, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 763, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 764, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 765, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 766, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 767, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 768, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 769, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 770, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 771, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 772, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 773, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 774, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 775, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 776, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 777, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 778, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 779, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 780, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 781, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 782, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 783, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 784, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 785, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 786, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 787, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 788, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 789, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 790, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 791, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 792, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 793, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 794, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 795, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 796, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 797, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 798, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 799, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 800, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 801, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 802, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 803, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 804, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 805, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 806, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 807, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 808, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 809, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 810, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 811, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 812, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 813, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 814, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 815, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 816, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 817, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 818, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 819, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 820, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 821, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 822, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 823, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 824, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 825, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 826, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 827, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 828, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 829, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 830, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 831, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 832, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 833, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 834, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 835, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 836, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 837, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 838, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 839, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 840, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 841, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 842, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 843, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 844, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 845, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 846, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 847, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 848, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 849, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 850, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 851, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 852, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 853, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 854, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 855, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 856, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 857, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 858, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 859, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 860, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 861, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 862, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 863, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 864, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 865, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 866, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 867, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 868, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 869, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 870, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 871, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 872, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 873, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 874, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 875, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 876, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 877, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 878, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 879, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 880, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 881, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 882, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 883, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 884, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 885, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 886, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 887, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 888, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 889, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 890, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 891, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 892, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 893, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 894, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 895, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 896, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 897, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 898, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 899, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 900, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 901, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 902, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 903, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 904, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 905, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 906, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 907, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 908, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 909, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 910, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 911, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 912, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 913, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 914, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 915, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 916, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 917, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 918, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 919, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 920, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 921, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 922, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 923, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 924, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 925, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 926, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 927, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 928, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 929, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 930, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 931, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 932, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 933, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 934, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 935, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 936, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 937, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 938, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 939, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 940, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 941, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 942, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 943, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 944, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 945, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 946, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 947, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 948, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 949, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 950, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 951, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 952, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 953, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 954, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 955, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 956, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 957, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 958, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 959, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 960, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 961, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 962, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 963, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 964, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 965, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 966, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 967, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 968, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 969, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 970, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 971, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 972, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 973, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 974, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 975, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 976, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 977, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 978, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 979, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 980, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 981, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 982, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 983, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 984, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 985, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 986, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 987, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 988, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 989, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 990, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 991, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 992, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 993, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 994, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 995, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 996, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 997, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 998, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 999, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1001, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1002, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1003, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1004, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1005, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1006, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1007, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1008, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1009, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1010, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1011, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1012, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1013, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1014, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1015, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1016, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1017, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1018, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1019, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1020, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1021, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1022, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1023, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1024, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1025, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1026, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1027, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1028, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1029, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1030, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1031, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1032, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1033, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1034, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1035, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1036, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1037, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1038, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1039, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1040, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1041, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1042, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1043, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1044, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1045, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1046, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1047, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1048, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1049, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1050, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1051, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1052, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1053, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1054, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1055, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1056, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1057, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1058, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1059, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1060, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1061, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1062, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1063, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1064, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1065, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1066, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1067, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1068, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1069, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1070, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1071, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1072, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1073, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1074, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1075, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1076, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1077, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1078, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1079, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1080, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1081, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1082, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1083, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1084, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1085, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1086, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1087, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1088, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1089, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1090, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1091, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1092, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1093, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1094, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1095, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1096, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1097, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1098, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1099, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1100, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1101, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1102, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1103, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1104, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1105, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1106, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1107, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1108, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1109, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1110, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1111, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1112, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1113, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1114, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1115, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1116, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1117, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1118, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1119, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1120, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1121, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1122, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1123, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1124, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1125, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1126, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1127, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1128, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1129, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1130, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1131, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1132, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1133, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1134, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1135, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1136, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1137, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1138, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1139, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1140, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1141, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1142, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1143, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1144, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1145, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1146, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1147, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1148, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1149, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1150, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1151, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1152, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1153, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1154, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1155, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1156, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1157, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1158, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1159, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1160, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1161, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1162, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1163, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1164, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1165, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1166, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1167, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1168, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1169, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1170, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1171, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1172, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1173, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1174, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1175, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1176, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1177, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1178, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1179, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1180, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1181, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1182, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1183, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1184, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1185, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1186, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1187, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1188, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1189, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1190, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1191, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1192, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1193, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1194, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1195, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1196, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1197, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1198, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1199, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1200, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1201, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1202, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1203, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1204, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1205, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1206, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1207, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1208, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1209, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1210, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1211, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1212, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1213, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1214, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1215, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1216, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1217, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1218, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1219, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1220, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1221, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1222, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1223, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1224, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1225, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1226, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1227, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1228, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1229, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1230, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1231, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1232, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1233, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1234, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1235, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1236, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1237, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1238, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1239, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1240, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1241, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1242, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1243, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1244, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1245, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1246, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1247, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1248, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1249, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1250, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1251, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1252, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1253, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1254, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1255, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1256, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1257, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1258, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1259, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1260, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1261, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1262, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1263, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1264, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1265, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1266, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1267, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1268, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1269, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1270, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1271, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1272, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1273, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 1274, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1275, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1276, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1277, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1278, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1279, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1280, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1281, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1282, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1283, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 1284, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1285, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1286, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1287, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1288, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1289, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1290, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1291, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1292, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1293, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 1294, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1295, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1296, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1297, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1298, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1299, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1300, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1301, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1302, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1303, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1304, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1305, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1306, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1307, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1308, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1309, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1310, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1311, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1312, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1313, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1314, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1315, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1316, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1317, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1318, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1319, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1320, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1321, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1322, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1323, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1324, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1325, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1326, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 1327, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1328, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1329, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1330, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1331, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 1332, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1333, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1334, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1335, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1336, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1337, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 1338, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1339, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1340, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1341, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1342, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1343, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1344, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1345, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1346, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1347, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1348, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1349, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1350, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1351, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1352, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1353, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1354, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1355, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1356, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1357, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1358, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1359, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1360, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1361, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1362, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1363, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1364, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1365, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1366, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1367, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1368, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 1369, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1370, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1371, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1372, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1373, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1374, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1375, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1376, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1377, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1378, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 1379, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 1380, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1381, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1382, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1383, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1384, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1385, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1386, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1387, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1388, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1389, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1390, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1391, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1392, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1393, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 1394, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 1395, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 1396, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1397, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1398, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1399, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1400, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1401, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1402, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1403, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1404, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1405, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1406, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1407, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1408, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1409, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1410, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 1411, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1412, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1413, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1414, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1415, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1416, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1417, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1418, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1419, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1420, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1421, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1422, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1423, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1424, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1425, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1426, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1427, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1428, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1429, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1430, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1431, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1432, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1433, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1434, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1435, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1436, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 1437, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1438, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1439, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1440, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1441, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1442, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1443, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1444, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1445, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1446, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1447, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1448, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1449, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1450, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1451, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1452, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1453, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1454, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1455, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1456, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1457, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1458, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1459, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1460, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1461, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1462, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 41, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}

/* line 47, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-size: 13px;
  line-height: 18px;
}

/* line 76, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.dropdown-menu th {
  padding: 4px 5px;
}

/* line 77, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/* line 79, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker table {
  border: 0;
  margin: 0;
  width: auto;
}

/* line 83, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

/* line 93, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

/* line 102, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td.active.day, .datepicker td.active.year {
  background: #2ba6cb;
}

/* line 103, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td.old, .datepicker td.new {
  color: #999;
}

/* line 104, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td span.active {
  background: #2ba6cb;
}

/* line 105, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker td.day.disabled {
  color: #eee;
}

/* line 107, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

/* line 116, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker th.active.day, .datepicker th.active.year {
  background: #2ba6cb;
}

/* line 117, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker th.date-switch {
  width: 145px;
}

/* line 118, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker th span.active {
  background: #2ba6cb;
}

/* line 120, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 126, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 127, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 128, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 129, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker thead tr:first-child th {
  cursor: pointer;
}

/* line 131, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 136, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

/* line 138, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-inline {
  width: 220px;
}

/* line 139, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 141, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 143, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 146, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 157, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 168, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none;
}

/* line 171, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

/* line 180, node_modules/foundation-datepicker/css/foundation-datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/*
Trix 1.3.2
Copyright © 2024 Basecamp, LLC
http://trix-editor.org/*/
/* line 6, node_modules/trix/dist/trix.css */
trix-editor {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, node_modules/trix/dist/trix.css */
trix-toolbar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 15, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: auto;
}

/* line 20, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 27, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  /* line 30, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 32, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group-spacer {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-device-width: 768px) {
  /* line 35, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 37, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
}

/* line 51, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 53, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 56, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 58, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 61, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 64, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: -webkit-calc(0.8em + 4vw);
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  /* line 71, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: -webkit-calc(0.8em + 3.5vw);
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 74, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  /* line 87, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 90, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 92, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 94, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}

/* line 98, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 100, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 102, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 104, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 106, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 108, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 110, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 112, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 114, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 116, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 118, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 120, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 122, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 124, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 126, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  -webkit-box-shadow: 0 0.3em 1em #ccc;
          box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: 5;
}

/* line 138, node_modules/trix/dist/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 150, node_modules/trix/dist/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  -webkit-box-shadow: #F00 0px 0px 1.5px 1px;
          box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 152, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 156, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 158, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 161, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 163, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 content;
      -ms-flex: 0 0 content;
          flex: 0 0 content;
  margin: 0;
}

/* line 166, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 172, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 175, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 179, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 181, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 184, node_modules/trix/dist/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  -webkit-box-shadow: 0 0 0 2px highlight;
          box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 187, node_modules/trix/dist/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  -webkit-box-shadow: 0 0 0 2px highlight;
          box-shadow: 0 0 0 2px highlight;
}

/* line 189, node_modules/trix/dist/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 191, node_modules/trix/dist/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 193, node_modules/trix/dist/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 195, node_modules/trix/dist/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

/* line 204, node_modules/trix/dist/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 206, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 221, node_modules/trix/dist/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 228, node_modules/trix/dist/trix.css */
trix-editor .trix-button-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 230, node_modules/trix/dist/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
}

/* line 242, node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 244, node_modules/trix/dist/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 246, node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 248, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 260, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 273, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 275, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 277, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 279, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 290, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 297, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 301, node_modules/trix/dist/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 303, node_modules/trix/dist/trix.css */
.trix-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 307, node_modules/trix/dist/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 310, node_modules/trix/dist/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 315, node_modules/trix/dist/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 321, node_modules/trix/dist/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 323, node_modules/trix/dist/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 325, node_modules/trix/dist/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 335, node_modules/trix/dist/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 338, node_modules/trix/dist/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 342, node_modules/trix/dist/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 345, node_modules/trix/dist/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 347, node_modules/trix/dist/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 349, node_modules/trix/dist/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 351, node_modules/trix/dist/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 354, node_modules/trix/dist/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 358, node_modules/trix/dist/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

/* line 365, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

/* line 369, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery .attachment {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33%;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 373, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

/* line 18, node_modules/balloon-css/src/balloon.scss */
:root {
  --balloon-border-radius: 2px;
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-text-color: #fff;
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

/* line 28, node_modules/balloon-css/src/balloon.scss */
button[aria-label][data-balloon-pos] {
  overflow: visible;
}

/* line 34, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos] {
  position: relative;
  cursor: pointer;
}

/* line 41, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos]:after {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: var(--balloon-font-size);
  background: var(--balloon-color);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: var(--balloon-text-color);
  -webkit-border-radius: var(--balloon-border-radius);
          border-radius: var(--balloon-border-radius);
  content: attr(aria-label);
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}

/* line 56, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
}

/* line 66, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after, [aria-label][data-balloon-pos][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-visible]:after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

/* line 73, node_modules/balloon-css/src/balloon.scss */
.font-awesome[aria-label][data-balloon-pos]:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* line 78, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

/* line 83, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

/* line 91, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
  -webkit-transition: none;
  transition: none;
}

/* line 100, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* line 101, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* line 106, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after {
  left: 0;
}

/* line 107, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before {
  left: 5px;
}

/* line 111, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after {
  right: 0;
}

/* line 112, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:before {
  right: 5px;
}

/* line 118, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 119, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 124, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
  bottom: 100%;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translate(0, var(--balloon-move));
      -ms-transform: translate(0, var(--balloon-move));
          transform: translate(0, var(--balloon-move));
}

/* line 131, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
  margin-bottom: 10px;
}

/* line 135, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
  left: 50%;
  -webkit-transform: translate(-50%, var(--balloon-move));
      -ms-transform: translate(-50%, var(--balloon-move));
          transform: translate(-50%, var(--balloon-move));
}

/* line 143, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
  top: 100%;
  -webkit-transform: translate(0, -webkit-calc(var(--balloon-move) * -1));
      -ms-transform: translate(0, calc(var(--balloon-move) * -1));
          transform: translate(0, calc(var(--balloon-move) * -1));
}

/* line 149, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
  margin-top: 10px;
}

/* line 150, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
}

/* line 154, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="down"]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
  left: 50%;
  -webkit-transform: translate(-50%, -webkit-calc(var(--balloon-move) * -1));
      -ms-transform: translate(-50%, calc(var(--balloon-move) * -1));
          transform: translate(-50%, calc(var(--balloon-move) * -1));
}

/* line 164, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 165, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 170, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="left"]:after, [aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
  right: 100%;
  top: 50%;
  -webkit-transform: translate(var(--balloon-move), -50%);
      -ms-transform: translate(var(--balloon-move), -50%);
          transform: translate(var(--balloon-move), -50%);
}

/* line 177, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
  margin-right: 10px;
}

/* line 178, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
}

/* line 182, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="right"]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-webkit-calc(var(--balloon-move) * -1), -50%);
      -ms-transform: translate(calc(var(--balloon-move) * -1), -50%);
          transform: translate(calc(var(--balloon-move) * -1), -50%);
}

/* line 189, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
  margin-left: 10px;
}

/* line 190, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
}

/* line 194, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-length]:after {
  white-space: normal;
}

/* line 198, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
  width: 80px;
}

/* line 202, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
  width: 150px;
}

/* line 206, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
  width: 260px;
}

/* line 210, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
  width: 380px;
}

@media screen and (max-width: 768px) {
  /* line 210, node_modules/balloon-css/src/balloon.scss */
  [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
    width: 90vw;
  }
}

/* line 220, node_modules/balloon-css/src/balloon.scss */
[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
  width: 100%;
}

/* line 442, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

/* line 446, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 451, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

/* line 456, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 461, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

/* line 466, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 471, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

/* line 476, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 481, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

/* line 486, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 491, vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 498, vendor/assets/stylesheets/foundation/components/_global.scss */
html,
body {
  height: 100%;
}

/* line 504, vendor/assets/stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 510, vendor/assets/stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 13px;
}

/* line 516, vendor/assets/stylesheets/foundation/components/_global.scss */
body {
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 528, vendor/assets/stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 533, vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 538, vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 545, vendor/assets/stylesheets/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 553, vendor/assets/stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 556, vendor/assets/stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 244, vendor/assets/stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 249, vendor/assets/stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 564, vendor/assets/stylesheets/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 569, vendor/assets/stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 577, vendor/assets/stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 583, vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 593, vendor/assets/stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 599, vendor/assets/stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 248, vendor/assets/stylesheets/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 96%;
  width: 100%;
}

/* line 244, vendor/assets/stylesheets/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 249, vendor/assets/stylesheets/foundation/components/_global.scss */
.row:after {
  clear: both;
}

/* line 252, vendor/assets/stylesheets/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 257, vendor/assets/stylesheets/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 263, vendor/assets/stylesheets/foundation/components/_grid.scss */
.row .row {
  margin: 0 -0.7142857143rem;
  max-width: none;
  width: auto;
}

/* line 244, vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 249, vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}

/* line 265, vendor/assets/stylesheets/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

/* line 244, vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 249, vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 271, vendor/assets/stylesheets/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  width: 100%;
  float: left;
}

/* line 278, vendor/assets/stylesheets/foundation/components/_grid.scss */
.column + .column:last-child, .column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}

/* line 281, vendor/assets/stylesheets/foundation/components/_grid.scss */
.column + .column.end, .column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-1 {
    width: 8.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-2 {
    width: 16.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-4 {
    width: 33.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-5 {
    width: 41.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-7 {
    width: 58.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-8 {
    width: 66.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-10 {
    width: 83.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-11 {
    width: 91.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 193, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 201, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 205, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered,
.columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 212, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  /* line 217, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }
  /* line 221, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
  /* line 227, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 232, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 238, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 193, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 201, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 205, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered,
.columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 212, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  /* line 217, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  /* line 221, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  /* line 227, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 232, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 238, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 294, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 297, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width:64.063em) {
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 193, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 201, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 205, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered,
.columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 212, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  /* line 217, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }
  /* line 221, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  /* line 227, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 232, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 238, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 305, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 308, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width:90.063em) {
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-3 {
    width: 25%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-6 {
    width: 50%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-9 {
    width: 75%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-12 {
    width: 100%;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 193, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 201, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xlarge-centered,
.columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 205, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xlarge-uncentered,
.columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 212, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
    float: none;
  }
  /* line 217, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
    float: left;
  }
  /* line 221, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right;
  }
  /* line 227, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.xlarge-collapse > .column,
.row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 232, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 238, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.xlarge-uncollapse > .column,
.row.xlarge-uncollapse > .columns {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
}

@media only screen and (min-width:120.063em) {
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 168, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 171, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-3 {
    width: 25%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-6 {
    width: 50%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-9 {
    width: 75%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 182, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-12 {
    width: 100%;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 188, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 193, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  /* line 201, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xxlarge-centered,
.columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 205, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 212, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
    float: none;
  }
  /* line 217, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
    float: left;
  }
  /* line 221, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
    float: right;
  }
  /* line 227, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.xxlarge-collapse > .column,
.row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 232, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 238, vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.xxlarge-uncollapse > .column,
.row.xxlarge-uncollapse > .columns {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    float: left;
  }
}

/* line 123, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box {
  line-height: 1.4;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.9285714286rem;
  font-weight: normal;
  margin-bottom: 1.4285714286rem;
  padding: 1rem 1.7142857143rem 1rem 1rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: #fff;
}

/* line 127, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box .close {
  right: 0.2857142857rem;
  background: inherit;
  color: inherit;
  font-size: 1.5714285714rem;
  line-height: 0.9;
  margin-top: -0.7857142857rem;
  opacity: 0.6;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

/* line 105, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 1;
}

/* line 131, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 134, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
          border-radius: 1000px;
}

/* line 138, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: #fff;
}

/* line 141, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #f36a54;
  border-color: #f04529;
  color: #fff;
}

/* line 144, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

/* line 147, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #fb923c;
  border-color: #fa7a11;
  color: #fff;
}

/* line 150, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #e0f2fe;
  border-color: #9fd7fc;
  color: #4f4f4f;
}

/* line 153, vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 271, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button, section.display .section-actions a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.4285714286rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.8571428571rem 1.7142857143rem 0.9285714286rem 1.7142857143rem;
  font-size: 1.1428571429rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button:hover, section.display .section-actions a:hover, .button:focus, section.display .section-actions a:focus {
  background-color: #007095;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button:hover, section.display .section-actions a:hover, .button:focus, section.display .section-actions a:focus {
  color: #fff;
}

/* line 278, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.secondary, section.display .section-actions a.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #000;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.secondary:hover, section.display .section-actions a.secondary:hover, .button.secondary:focus, section.display .section-actions a.secondary:focus {
  background-color: #b9b9b9;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.secondary:hover, section.display .section-actions a.secondary:hover, .button.secondary:focus, section.display .section-actions a.secondary:focus {
  color: #000;
}

/* line 285, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.success, section.display .section-actions a.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.success:hover, section.display .section-actions a.success:hover, .button.success:focus, section.display .section-actions a.success:focus {
  background-color: #368a55;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.success:hover, section.display .section-actions a.success:hover, .button.success:focus, section.display .section-actions a.success:focus {
  color: #fff;
}

/* line 292, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.alert, section.display .section-actions a.alert {
  background-color: #f36a54;
  border-color: #ef3517;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.alert:hover, section.display .section-actions a.alert:hover, .button.alert:focus, section.display .section-actions a.alert:focus {
  background-color: #ef3517;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.alert:hover, section.display .section-actions a.alert:hover, .button.alert:focus, section.display .section-actions a.alert:focus {
  color: #fff;
}

/* line 299, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.warning, section.display .section-actions a.warning {
  background-color: #fb923c;
  border-color: #f47105;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.warning:hover, section.display .section-actions a.warning:hover, .button.warning:focus, section.display .section-actions a.warning:focus {
  background-color: #f47105;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.warning:hover, section.display .section-actions a.warning:hover, .button.warning:focus, section.display .section-actions a.warning:focus {
  color: #fff;
}

/* line 306, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.info, section.display .section-actions a.info {
  background-color: #e0f2fe;
  border-color: #83cbfb;
  color: #000;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.info:hover, section.display .section-actions a.info:hover, .button.info:focus, section.display .section-actions a.info:focus {
  background-color: #83cbfb;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.info:hover, section.display .section-actions a.info:hover, .button.info:focus, section.display .section-actions a.info:focus {
  color: #000;
}

/* line 314, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.large, section.display .section-actions a.large {
  padding: 1rem 2rem 1.0714285714rem 2rem;
  font-size: 1.4285714286rem;
}

/* line 317, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.small, section.display .section-actions a.small {
  padding: 0.7142857143rem 1.4285714286rem 0.7857142857rem 1.4285714286rem;
  font-size: 0.9285714286rem;
}

/* line 320, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.tiny, section.display .section-actions a.tiny {
  padding: 0.5714285714rem 1.1428571429rem 0.6428571429rem 1.1428571429rem;
  font-size: 0.7857142857rem;
}

/* line 323, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.expand, section.display .section-actions a.expand {
  padding: 0.8571428571rem 1.7142857143rem 0.9285714286rem 1.7142857143rem;
  font-size: 1.1428571429rem;
  padding-bottom: 0.9285714286rem;
  padding-top: 0.8571428571rem;
  padding-left: 0.8571428571rem;
  padding-right: 0.8571428571rem;
  width: 100%;
}

/* line 327, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.left-align, section.display .section-actions a.left-align {
  text-align: left;
  text-indent: 0.8571428571rem;
}

/* line 331, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.right-align, section.display .section-actions a.right-align {
  text-align: right;
  padding-right: 0.8571428571rem;
}

/* line 336, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.radius, section.display .section-actions a.radius {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 339, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.round, section.display .section-actions a.round {
  -webkit-border-radius: 1000px;
          border-radius: 1000px;
}

/* line 343, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled, section.display .section-actions a.disabled, .button[disabled], section.display .section-actions a[disabled] {
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled:hover, section.display .section-actions a.disabled:hover, .button.disabled:focus, section.display .section-actions a.disabled:focus, .button[disabled]:hover, section.display .section-actions a[disabled]:hover, .button[disabled]:focus, section.display .section-actions a[disabled]:focus {
  background-color: #007095;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled:hover, section.display .section-actions a.disabled:hover, .button.disabled:focus, section.display .section-actions a.disabled:focus, .button[disabled]:hover, section.display .section-actions a[disabled]:hover, .button[disabled]:focus, section.display .section-actions a[disabled]:focus {
  color: #fff;
}

/* line 221, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled:hover, section.display .section-actions a.disabled:hover, .button.disabled:focus, section.display .section-actions a.disabled:focus, .button[disabled]:hover, section.display .section-actions a[disabled]:hover, .button[disabled]:focus, section.display .section-actions a[disabled]:focus {
  background-color: #008cba;
}

/* line 351, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.secondary, section.display .section-actions a.disabled.secondary, .button.secondary[disabled], section.display .section-actions a.secondary[disabled] {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.secondary:hover, section.display .section-actions a.disabled.secondary:hover, .button.disabled.secondary:focus, section.display .section-actions a.disabled.secondary:focus, .button.secondary[disabled]:hover, section.display .section-actions a.secondary[disabled]:hover, .button.secondary[disabled]:focus, section.display .section-actions a.secondary[disabled]:focus {
  background-color: #b9b9b9;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.secondary:hover, section.display .section-actions a.disabled.secondary:hover, .button.disabled.secondary:focus, section.display .section-actions a.disabled.secondary:focus, .button.secondary[disabled]:hover, section.display .section-actions a.secondary[disabled]:hover, .button.secondary[disabled]:focus, section.display .section-actions a.secondary[disabled]:focus {
  color: #000;
}

/* line 221, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.secondary:hover, section.display .section-actions a.disabled.secondary:hover, .button.disabled.secondary:focus, section.display .section-actions a.disabled.secondary:focus, .button.secondary[disabled]:hover, section.display .section-actions a.secondary[disabled]:hover, .button.secondary[disabled]:focus, section.display .section-actions a.secondary[disabled]:focus {
  background-color: #e7e7e7;
}

/* line 359, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.success, section.display .section-actions a.disabled.success, .button.success[disabled], section.display .section-actions a.success[disabled] {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.success:hover, section.display .section-actions a.disabled.success:hover, .button.disabled.success:focus, section.display .section-actions a.disabled.success:focus, .button.success[disabled]:hover, section.display .section-actions a.success[disabled]:hover, .button.success[disabled]:focus, section.display .section-actions a.success[disabled]:focus {
  background-color: #368a55;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.success:hover, section.display .section-actions a.disabled.success:hover, .button.disabled.success:focus, section.display .section-actions a.disabled.success:focus, .button.success[disabled]:hover, section.display .section-actions a.success[disabled]:hover, .button.success[disabled]:focus, section.display .section-actions a.success[disabled]:focus {
  color: #fff;
}

/* line 221, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.success:hover, section.display .section-actions a.disabled.success:hover, .button.disabled.success:focus, section.display .section-actions a.disabled.success:focus, .button.success[disabled]:hover, section.display .section-actions a.success[disabled]:hover, .button.success[disabled]:focus, section.display .section-actions a.success[disabled]:focus {
  background-color: #43ac6a;
}

/* line 367, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.alert, section.display .section-actions a.disabled.alert, .button.alert[disabled], section.display .section-actions a.alert[disabled] {
  background-color: #f36a54;
  border-color: #ef3517;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.alert:hover, section.display .section-actions a.disabled.alert:hover, .button.disabled.alert:focus, section.display .section-actions a.disabled.alert:focus, .button.alert[disabled]:hover, section.display .section-actions a.alert[disabled]:hover, .button.alert[disabled]:focus, section.display .section-actions a.alert[disabled]:focus {
  background-color: #ef3517;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.alert:hover, section.display .section-actions a.disabled.alert:hover, .button.disabled.alert:focus, section.display .section-actions a.disabled.alert:focus, .button.alert[disabled]:hover, section.display .section-actions a.alert[disabled]:hover, .button.alert[disabled]:focus, section.display .section-actions a.alert[disabled]:focus {
  color: #fff;
}

/* line 221, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.alert:hover, section.display .section-actions a.disabled.alert:hover, .button.disabled.alert:focus, section.display .section-actions a.disabled.alert:focus, .button.alert[disabled]:hover, section.display .section-actions a.alert[disabled]:hover, .button.alert[disabled]:focus, section.display .section-actions a.alert[disabled]:focus {
  background-color: #f36a54;
}

/* line 375, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.warning, section.display .section-actions a.disabled.warning, .button.warning[disabled], section.display .section-actions a.warning[disabled] {
  background-color: #fb923c;
  border-color: #f47105;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.warning:hover, section.display .section-actions a.disabled.warning:hover, .button.disabled.warning:focus, section.display .section-actions a.disabled.warning:focus, .button.warning[disabled]:hover, section.display .section-actions a.warning[disabled]:hover, .button.warning[disabled]:focus, section.display .section-actions a.warning[disabled]:focus {
  background-color: #f47105;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.warning:hover, section.display .section-actions a.disabled.warning:hover, .button.disabled.warning:focus, section.display .section-actions a.disabled.warning:focus, .button.warning[disabled]:hover, section.display .section-actions a.warning[disabled]:hover, .button.warning[disabled]:focus, section.display .section-actions a.warning[disabled]:focus {
  color: #fff;
}

/* line 221, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.warning:hover, section.display .section-actions a.disabled.warning:hover, .button.disabled.warning:focus, section.display .section-actions a.disabled.warning:focus, .button.warning[disabled]:hover, section.display .section-actions a.warning[disabled]:hover, .button.warning[disabled]:focus, section.display .section-actions a.warning[disabled]:focus {
  background-color: #fb923c;
}

/* line 383, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.info, section.display .section-actions a.disabled.info, .button.info[disabled], section.display .section-actions a.info[disabled] {
  background-color: #e0f2fe;
  border-color: #83cbfb;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.info:hover, section.display .section-actions a.disabled.info:hover, .button.disabled.info:focus, section.display .section-actions a.disabled.info:focus, .button.info[disabled]:hover, section.display .section-actions a.info[disabled]:hover, .button.info[disabled]:focus, section.display .section-actions a.info[disabled]:focus {
  background-color: #83cbfb;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.info:hover, section.display .section-actions a.disabled.info:hover, .button.disabled.info:focus, section.display .section-actions a.disabled.info:focus, .button.info[disabled]:hover, section.display .section-actions a.info[disabled]:hover, .button.info[disabled]:focus, section.display .section-actions a.info[disabled]:focus {
  color: #000;
}

/* line 221, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.button.disabled.info:hover, section.display .section-actions a.disabled.info:hover, .button.disabled.info:focus, section.display .section-actions a.disabled.info:focus, .button.info[disabled]:hover, section.display .section-actions a.info[disabled]:hover, .button.info[disabled]:focus, section.display .section-actions a.info[disabled]:focus {
  background-color: #e0f2fe;
}

/* line 395, vendor/assets/stylesheets/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40.063em) {
  /* line 401, vendor/assets/stylesheets/foundation/components/_buttons.scss */
  .button, section.display .section-actions a {
    display: inline-block;
  }
}

/* line 131, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button, section.display .section-actions a.dropdown,
button.dropdown {
  position: relative;
  padding-right: 4.0714285714rem;
}

/* line 66, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, section.display .section-actions a.dropdown::after,
button.dropdown::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 104, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, section.display .section-actions a.dropdown::after,
button.dropdown::after {
  border-width: 0.4285714286rem;
  right: 1.6071428571rem;
  margin-top: -0.1785714286rem;
}

/* line 123, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, section.display .section-actions a.dropdown::after,
button.dropdown::after {
  border-color: #fff transparent transparent transparent;
}

/* line 134, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, section.display .section-actions a.dropdown.tiny,
button.dropdown.tiny {
  padding-right: 3rem;
}

/* line 84, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, section.display .section-actions a.dropdown.tiny:after,
button.dropdown.tiny:after {
  border-width: 0.4285714286rem;
  right: 1.2857142857rem;
  margin-top: -0.1428571429rem;
}

/* line 123, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, section.display .section-actions a.dropdown.tiny::after,
button.dropdown.tiny::after {
  border-color: #fff transparent transparent transparent;
}

/* line 137, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, section.display .section-actions a.dropdown.small,
button.dropdown.small {
  padding-right: 3.5rem;
}

/* line 94, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, section.display .section-actions a.dropdown.small::after,
button.dropdown.small::after {
  border-width: 0.5rem;
  right: 1.5rem;
  margin-top: -0.1785714286rem;
}

/* line 123, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, section.display .section-actions a.dropdown.small::after,
button.dropdown.small::after {
  border-color: #fff transparent transparent transparent;
}

/* line 140, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, section.display .section-actions a.dropdown.large,
button.dropdown.large {
  padding-right: 4.1428571429rem;
}

/* line 114, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, section.display .section-actions a.dropdown.large::after,
button.dropdown.large::after {
  border-width: 0.3571428571rem;
  right: 1.9642857143rem;
  margin-top: -0.1785714286rem;
}

/* line 123, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, section.display .section-actions a.dropdown.large::after,
button.dropdown.large::after {
  border-color: #fff transparent transparent transparent;
}

/* line 143, vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, section.display .section-actions a.dropdown.secondary:after,
button.dropdown.secondary:after {
  border-color: #333 transparent transparent transparent;
}

/* line 179, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button, section.display .section-actions a.split {
  position: relative;
  padding-right: 5.7857142857rem;
}

/* line 76, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span, section.display .section-actions a.split span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 85, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:after, section.display .section-actions a.split span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

/* line 96, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:active, section.display .section-actions a.split span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 104, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span, section.display .section-actions a.split span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 143, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span, section.display .section-actions a.split span {
  width: 3.5357142857rem;
}

/* line 145, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:after, section.display .section-actions a.split span:after {
  border-top-style: solid;
  border-width: 0.4285714286rem;
  margin-left: -0.4285714286rem;
  top: 48%;
}

/* line 171, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:after, section.display .section-actions a.split span:after {
  border-color: #fff transparent transparent transparent;
}

/* line 104, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.secondary span, section.display .section-actions a.split.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 171, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.secondary span:after, section.display .section-actions a.split.secondary span:after {
  border-color: #fff transparent transparent transparent;
}

/* line 104, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.alert span, section.display .section-actions a.split.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 104, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.success span, section.display .section-actions a.split.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 207, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.tiny, section.display .section-actions a.split.tiny {
  padding-right: 4.2857142857rem;
}

/* line 113, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.tiny span, section.display .section-actions a.split.tiny span {
  width: 2.5714285714rem;
}

/* line 115, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.tiny span:after, section.display .section-actions a.split.tiny span:after {
  border-top-style: solid;
  border-width: 0.4285714286rem;
  margin-left: -0.4285714286rem;
  top: 48%;
}

/* line 210, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.small, section.display .section-actions a.split.small {
  padding-right: 5rem;
}

/* line 128, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.small span, section.display .section-actions a.split.small span {
  width: 3rem;
}

/* line 130, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.small span:after, section.display .section-actions a.split.small span:after {
  border-top-style: solid;
  border-width: 0.5rem;
  margin-left: -0.4285714286rem;
  top: 48%;
}

/* line 213, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.large, section.display .section-actions a.split.large {
  padding-right: 6.2857142857rem;
}

/* line 158, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.large span, section.display .section-actions a.split.large span {
  width: 3.9285714286rem;
}

/* line 160, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.large span:after, section.display .section-actions a.split.large span:after {
  border-top-style: solid;
  border-width: 0.3571428571rem;
  margin-left: -0.4285714286rem;
  top: 48%;
}

/* line 216, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.expand, section.display .section-actions a.split.expand {
  padding-left: 2rem;
}

/* line 171, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.secondary span:after, section.display .section-actions a.split.secondary span:after {
  border-color: #333 transparent transparent transparent;
}

/* line 224, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.radius span, section.display .section-actions a.split.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 227, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.round span, section.display .section-actions a.split.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 231, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.no-pip span:before, section.display .section-actions a.split.no-pip span:before {
  border-style: none;
}

/* line 234, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.no-pip span:after, section.display .section-actions a.split.no-pip span:after {
  border-style: none;
}

/* line 237, vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.no-pip span > i, section.display .section-actions a.split.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}

/* Foundation Dropdowns */
/* line 271, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

/* line 77, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.open {
  display: block;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 84, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 115, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

/* line 126, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

/* line 138, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 142, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 274, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

/* line 77, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right.open {
  display: block;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

/* line 84, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

/* line 153, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

/* line 164, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

/* line 278, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

/* line 77, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left.open {
  display: block;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

/* line 84, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

/* line 181, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

/* line 193, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

/* line 282, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}

/* line 77, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top.open {
  display: block;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

/* line 84, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

/* line 211, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

/* line 224, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

/* line 287, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  margin: 0;
}

/* line 256, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eee;
}

/* line 261, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555;
}

/* line 292, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  padding: 1.4285714286rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

/* line 77, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content.open {
  display: block;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 84, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 297, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.radius {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 302, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 305, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}

/* line 308, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 311, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 314, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 318, vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* Standard Forms */
/* line 398, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form {
  margin: 0 0 0.8571428571rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 91, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .row {
  margin-left: -0.4285714286rem;
  margin-right: -0.4285714286rem;
}

/* line 95, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .row .column,
form.fn-form .row .row .columns {
  padding-left: 0.4285714286rem;
  padding-right: 0.4285714286rem;
}

/* line 102, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

/* line 106, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .row.collapse .column,
form.fn-form .row .row.collapse .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 113, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row input.column,
form.fn-form .row input.columns,
form.fn-form .row textarea.column,
form.fn-form .row textarea.columns {
  padding-left: 0.4285714286rem;
}

/* line 407, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form {
  /* Label Styles */
  /* Attach elements to the beginning or end of an input */
  /* Adjust padding, alignment and radius if pre/post element is a button */
  /* Separate prefix and postfix styles when on span or label so buttons keep their own */
  /* We use this to get basic styling on all basic form elements */
}

/* line 409, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form label {
  display: block;
  cursor: pointer;
  /* Styles for required inputs */
}

/* line 412, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form label.right {
  float: none !important;
  text-align: right;
}

/* line 415, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form label.inline {
  margin: 0 0 0.8571428571rem 0;
  padding: 0.5rem 0;
}

/* line 419, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 426, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .prefix,
.fn-form .postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1rem;
  height: 2.2142857143rem;
  line-height: 2.2142857143rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* line 432, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .postfix.button, .fn-form section.display .section-actions a.postfix, section.display .section-actions .fn-form a.postfix {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 436, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .prefix.button, .fn-form section.display .section-actions a.prefix, section.display .section-actions .fn-form a.prefix {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 441, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .prefix.button.radius, .fn-form section.display .section-actions a.prefix.radius, section.display .section-actions .fn-form a.prefix.radius {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 445, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .postfix.button.radius, .fn-form section.display .section-actions a.postfix.radius, section.display .section-actions .fn-form a.postfix.radius {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 449, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .prefix.button.round, .fn-form section.display .section-actions a.prefix.round, section.display .section-actions .fn-form a.prefix.round {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 453, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .postfix.button.round, .fn-form section.display .section-actions a.postfix.round, section.display .section-actions .fn-form a.postfix.round {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 459, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form span.prefix,
.fn-form label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc;
}

/* line 463, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form span.postfix,
.fn-form label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc;
}

/* line 469, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form input:not([type]),
.fn-form input[type="text"], .fn-form input[type="password"], .fn-form input[type="date"], .fn-form input[type="datetime"], .fn-form input[type="datetime-local"], .fn-form input[type="month"], .fn-form input[type="week"], .fn-form input[type="email"], .fn-form input[type="number"], .fn-form input[type="search"], .fn-form input[type="tel"], .fn-form input[type="time"], .fn-form input[type="url"], .fn-form input[type="color"], .fn-form textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  margin: 0 0 0.8571428571rem 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 146, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form input:not([type]):focus,
.fn-form input[type="text"]:focus, .fn-form input[type="password"]:focus, .fn-form input[type="date"]:focus, .fn-form input[type="datetime"]:focus, .fn-form input[type="datetime-local"]:focus, .fn-form input[type="month"]:focus, .fn-form input[type="week"]:focus, .fn-form input[type="email"]:focus, .fn-form input[type="number"]:focus, .fn-form input[type="search"]:focus, .fn-form input[type="tel"]:focus, .fn-form input[type="time"]:focus, .fn-form input[type="url"]:focus, .fn-form input[type="color"]:focus, .fn-form textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 152, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form input:not([type]):disabled,
.fn-form input[type="text"]:disabled, .fn-form input[type="password"]:disabled, .fn-form input[type="date"]:disabled, .fn-form input[type="datetime"]:disabled, .fn-form input[type="datetime-local"]:disabled, .fn-form input[type="month"]:disabled, .fn-form input[type="week"]:disabled, .fn-form input[type="email"]:disabled, .fn-form input[type="number"]:disabled, .fn-form input[type="search"]:disabled, .fn-form input[type="tel"]:disabled, .fn-form input[type="time"]:disabled, .fn-form input[type="url"]:disabled, .fn-form input[type="color"]:disabled, .fn-form textarea:disabled {
  background-color: #ddd;
  cursor: default;
}

/* line 158, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form input[disabled]:not([type]), .fn-form input[readonly]:not([type]), fieldset[disabled] .fn-form input:not([type]),
.fn-form input[type="text"][disabled],
.fn-form input[type="text"][readonly], fieldset[disabled] .fn-form input[type="text"], .fn-form input[type="password"][disabled], .fn-form input[type="password"][readonly], fieldset[disabled] .fn-form input[type="password"], .fn-form input[type="date"][disabled], .fn-form input[type="date"][readonly], fieldset[disabled] .fn-form input[type="date"], .fn-form input[type="datetime"][disabled], .fn-form input[type="datetime"][readonly], fieldset[disabled] .fn-form input[type="datetime"], .fn-form input[type="datetime-local"][disabled], .fn-form input[type="datetime-local"][readonly], fieldset[disabled] .fn-form input[type="datetime-local"], .fn-form input[type="month"][disabled], .fn-form input[type="month"][readonly], fieldset[disabled] .fn-form input[type="month"], .fn-form input[type="week"][disabled], .fn-form input[type="week"][readonly], fieldset[disabled] .fn-form input[type="week"], .fn-form input[type="email"][disabled], .fn-form input[type="email"][readonly], fieldset[disabled] .fn-form input[type="email"], .fn-form input[type="number"][disabled], .fn-form input[type="number"][readonly], fieldset[disabled] .fn-form input[type="number"], .fn-form input[type="search"][disabled], .fn-form input[type="search"][readonly], fieldset[disabled] .fn-form input[type="search"], .fn-form input[type="tel"][disabled], .fn-form input[type="tel"][readonly], fieldset[disabled] .fn-form input[type="tel"], .fn-form input[type="time"][disabled], .fn-form input[type="time"][readonly], fieldset[disabled] .fn-form input[type="time"], .fn-form input[type="url"][disabled], .fn-form input[type="url"][readonly], fieldset[disabled] .fn-form input[type="url"], .fn-form input[type="color"][disabled], .fn-form input[type="color"][readonly], fieldset[disabled] .fn-form input[type="color"], .fn-form textarea[disabled], .fn-form textarea[readonly], fieldset[disabled] .fn-form textarea {
  background-color: #ddd;
  cursor: default;
}

/* line 477, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .prefix-radius.row.collapse input,
form.fn-form .row .prefix-radius.row.collapse textarea,
form.fn-form .row .prefix-radius.row.collapse select,
form.fn-form .row .prefix-radius.row.collapse button {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 484, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .prefix-radius.row.collapse .prefix {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 490, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .postfix-radius.row.collapse input,
form.fn-form .row .postfix-radius.row.collapse textarea,
form.fn-form .row .postfix-radius.row.collapse select,
form.fn-form .row .postfix-radius.row.collapse button {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 497, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .postfix-radius.row.collapse .postfix {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 503, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .prefix-round.row.collapse input,
form.fn-form .row .prefix-round.row.collapse textarea,
form.fn-form .row .prefix-round.row.collapse select,
form.fn-form .row .prefix-round.row.collapse button {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 510, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .prefix-round.row.collapse .prefix {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 516, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .postfix-round.row.collapse input,
form.fn-form .row .postfix-round.row.collapse textarea,
form.fn-form .row .postfix-round.row.collapse select,
form.fn-form .row .postfix-round.row.collapse button {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 523, vendor/assets/stylesheets/foundation/components/_forms.scss */
form.fn-form .row .postfix-round.row.collapse .postfix {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 531, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form {
  /* Respect enforced amount of rows for textarea */
  /* Not allow resize out of parent */
  /* Add height value for select elements to match text input height */
  /* Adjust margin for form elements below */
  /* Normalize file input width */
  /* HTML5 Number spinners settings */
  /* We add basic fieldset styling */
  /* Error Handling */
}

/* line 533, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form textarea[rows] {
  height: auto;
}

/* line 538, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form textarea {
  max-width: 100%;
}

/* line 543, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 1rem;
}

/* line 353, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form select::-ms-expand {
  display: none;
}

/* line 373, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form select:focus {
  border-color: #999999;
}

/* line 377, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form select:disabled {
  background-color: #ddd;
  cursor: default;
}

/* line 545, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form select[multiple] {
  height: auto;
}

/* line 551, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form input[type="file"],
.fn-form input[type="checkbox"],
.fn-form select {
  margin: 0 0 0.8571428571rem 0;
}

/* line 557, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 0.4285714286rem;
  margin-right: 0.8571428571rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 566, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form input[type="file"] {
  width: 100%;
}

/* line 580, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form fieldset {
  border: 1px solid #ddd;
  margin: 1.2857142857rem 0;
  padding: 1.4285714286rem;
}

/* line 296, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.2142857143rem;
  padding: 0 0.2142857143rem;
}

/* line 586, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form span.error,
.fn-form small.error {
  display: block;
  font-size: 0.8571428571rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.8571428571rem;
  margin-top: -1px;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  background: #f36a54;
  color: #fff;
}

/* line 592, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .error input,
.fn-form .error textarea,
.fn-form .error select {
  margin-bottom: 0;
}

/* line 598, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .error input[type="checkbox"],
.fn-form .error input[type="radio"] {
  margin-bottom: 0.8571428571rem;
}

/* line 603, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .error label,
.fn-form .error label.error {
  color: #f36a54;
}

/* line 608, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .error small.error {
  display: block;
  font-size: 0.8571428571rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.8571428571rem;
  margin-top: -1px;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  background: #f36a54;
  color: #fff;
}

/* line 613, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

/* line 625, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form .error span.error-message {
  display: block;
}

/* line 630, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form input.error,
.fn-form textarea.error,
.fn-form select.error {
  margin-bottom: 0;
}

/* line 635, vendor/assets/stylesheets/foundation/components/_forms.scss */
.fn-form label.error {
  color: #f36a54;
}

/* line 102, vendor/assets/stylesheets/foundation/components/_labels.scss */
.label {
  display: inline-block;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2857142857rem 0.5714285714rem 0.2857142857rem;
  font-size: 0.7857142857rem;
  background-color: #008cba;
  color: #fff;
}

/* line 107, vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 110, vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
          border-radius: 1000px;
}

/* line 114, vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.alert {
  background-color: #f36a54;
  color: #fff;
}

/* line 117, vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.warning {
  background-color: #fb923c;
  color: #fff;
}

/* line 120, vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.success {
  background-color: #43ac6a;
  color: #fff;
}

/* line 123, vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.secondary {
  background-color: #e7e7e7;
  color: #333;
}

/* line 126, vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.info {
  background-color: #e0f2fe;
  color: #333;
}

/* Panels */
/* line 126, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.4285714286rem;
  padding: 1.4285714286rem;
  background: #f2f2f2;
  color: #333;
}

/* line 71, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}

/* line 74, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
  color: #333;
}

/* line 107, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 0.7142857143rem;
}

/* line 115, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}

/* line 129, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.4285714286rem;
  padding: 1.4285714286rem;
  background: #ecfaff;
  color: #333;
}

/* line 71, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}

/* line 74, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
  color: #333;
}

/* line 107, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.7142857143rem;
}

/* line 115, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}

/* line 131, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout a:not(.button) {
  color: #008cba;
}

/* line 134, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #0078a0;
}

/* line 141, vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 191, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

/* line 195, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 2.1428571429rem;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  /* line 195, vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal {
    min-height: 100vh;
  }
}

/* line 94, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

/* line 100, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}

/* line 104, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width:40.063em) {
  /* line 195, vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 96%;
    right: 0;
    width: 80%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 195, vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal {
    top: 7.1428571429rem;
  }
}

/* line 206, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.radius {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 209, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.round {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 1000px;
          border-radius: 1000px;
}

/* line 212, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.collapse {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (min-width:40.063em) {
  /* line 215, vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 96%;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 218, vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 96%;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 221, vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 96%;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 224, vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 96%;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 227, vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 96%;
    right: 0;
    width: 95%;
  }
}

/* line 230, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width:40.063em) {
  /* line 230, vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 96%;
    right: 0;
    width: 100%;
  }
}

/* line 242, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.toback {
  z-index: 1003;
}

/* line 246, vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  color: #aaaaaa;
  cursor: pointer;
  font-size: 2.8571428571rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.7142857143rem;
  right: 1.5714285714rem;
}

/* line 123, vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 1rem 0;
}

/* line 76, vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  color: #008cba;
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
}

/* line 86, vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #1cc7ff;
}

/* line 91, vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):active {
  color: #1cc7ff;
}

/* line 96, vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #1cc7ff;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-weight: normal;
}

/* line 102, vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}

/* line 110, vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li.heading {
  color: #008cba;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 128, vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  margin: -0.2857142857rem 0 0;
  overflow: hidden;
  padding-top: 0.2857142857rem;
  width: auto;
}

/* line 72, vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}

/* line 76, vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999;
  float: left;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1.1428571429rem;
  margin-bottom: 0;
}

/* line 87, vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999;
  padding: 0.2142857143rem 1.1428571429rem;
  text-decoration: none;
}

/* line 92, vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

/* line 97, vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #008cba;
  color: #fff;
  cursor: default;
  font-weight: normal;
  padding: 0.2142857143rem 1.1428571429rem;
}

/* line 105, vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0078a0;
}

/* line 134, vendor/assets/stylesheets/foundation/components/_tables.scss */
table {
  background: #fff;
  border: none 0 #ddd;
  margin-bottom: 0.7142857143rem;
  table-layout: auto;
}

/* line 68, vendor/assets/stylesheets/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #444;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

/* line 77, vendor/assets/stylesheets/foundation/components/_tables.scss */
table thead {
  background: #eee;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  color: #444;
  font-size: 0.9285714286rem;
  font-weight: bold;
  padding: 0.3571428571rem 0.2857142857rem;
}

/* line 91, vendor/assets/stylesheets/foundation/components/_tables.scss */
table tfoot {
  background: #eee;
}

/* line 95, vendor/assets/stylesheets/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  color: #444;
  font-size: 0.9285714286rem;
  font-weight: bold;
  padding: 0.3571428571rem 0.2857142857rem;
}

/* line 106, vendor/assets/stylesheets/foundation/components/_tables.scss */
table tr th,
table tr td {
  color: #222;
  font-size: 0.9285714286rem;
  padding: 0.5rem 0.2857142857rem;
  text-align: left;
}

/* line 114, vendor/assets/stylesheets/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #fafafa;
}

/* line 121, vendor/assets/stylesheets/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1rem;
}

/* line 33, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

/* line 244, vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

/* line 249, vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs:after {
  clear: both;
}

/* line 38, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

/* line 45, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #efefef;
  color: #222;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-size: 1.1428571429rem;
  padding: 1.1428571429rem 2.2857142857rem;
}

/* line 53, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

/* line 58, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #fff;
  color: #222;
}

/* line 67, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 74, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 91, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.7142857143rem;
  width: 100%;
}

/* line 244, vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

/* line 249, vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs-content:after {
  clear: both;
}

/* line 96, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.7142857143rem 0;
  width: 100%;
}

/* line 102, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}

/* line 106, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 0.7142857143rem;
}

/* line 111, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}

/* line 114, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 0.7142857143rem;
}

@media only screen and (min-width:40.063em) {
  /* line 122, vendor/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  /* line 132, vendor/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}

/* line 143, vendor/assets/stylesheets/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Tooltips */
/* line 38, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  color: #333;
  cursor: help;
  font-weight: bold;
}

/* line 44, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008cba;
}

/* line 50, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 56, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip {
  background: #333;
  color: #fff;
  display: none;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.8571428571rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}

/* line 70, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip > .nub {
  border: solid 5px;
  border-color: transparent transparent #333 transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}

/* line 81, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

/* line 87, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.radius {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 90, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.round {
  -webkit-border-radius: 1000px;
          border-radius: 1000px;
}

/* line 92, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}

/* line 97, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.opened {
  border-bottom: dotted 1px #003f54 !important;
  color: #008cba !important;
}

/* line 103, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tap-to-close {
  color: #777;
  display: block;
  font-size: 0.7142857143rem;
  font-weight: normal;
}

@media only screen {
  /* line 112, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px;
  }
  /* line 116, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  /* line 122, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 127, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  /* line 134, vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}

/* line 116, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:830px)/";
  width: 830px;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 122, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333;
}

/* line 126, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 132, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}

/* line 139, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

/* line 145, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 152, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 3.2142857143rem;
  z-index: 98;
}

/* line 159, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar {
  background: #333;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

/* line 166, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}

/* line 171, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}

/* line 175, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}

/* line 181, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 2rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}

/* line 189, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar section.display .section-actions a, section.display .section-actions .top-bar a,
.top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4214285714rem;
  padding-top: 0.4214285714rem;
}

@media only screen and (max-width: 40em) {
  /* line 189, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar section.display .section-actions a, section.display .section-actions .top-bar a,
.top-bar button {
    position: relative;
    top: -1px;
  }
}

/* line 206, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .title-area {
  margin: 0;
  position: relative;
}

/* line 211, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name {
  font-size: 14px;
  height: 3.2142857143rem;
  margin: 0;
}

/* line 216, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
  font-size: 1.2142857143rem;
  line-height: 3.2142857143rem;
  margin: 0;
}

/* line 226, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0 1.0714285714rem;
  width: 75%;
}

/* line 237, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 242, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #fff;
  display: block;
  font-size: 0.9285714286rem;
  font-weight: bold;
  height: 3.2142857143rem;
  line-height: 3.2142857143rem;
  padding: 0 1.0714285714rem;
  position: relative;
  text-transform: uppercase;
}

/* line 255, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}

/* line 259, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  color: #fff;
  height: 34px;
  line-height: 33px;
  padding: 0 2.8571428571rem 0 1.0714285714rem;
  position: relative;
}

/* line 207, vendor/assets/stylesheets/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 1.0714285714rem;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
          box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 16px;
}

/* line 235, vendor/assets/stylesheets/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  -webkit-box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

/* line 288, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded {
  background: transparent;
  height: auto;
}

/* line 292, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333;
}

/* line 297, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888;
}

/* line 300, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after {
  -webkit-box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;
          box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 313, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
.top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  /* line 319, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

/* line 328, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

/* line 334, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul {
  display: block;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 343, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 351, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333;
}

/* line 354, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  color: #fff;
  display: block;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-size: 0.9285714286rem;
  font-weight: normal;
  padding-left: 1.0714285714rem;
  padding: 12px 0 12px 1.0714285714rem;
  text-transform: none;
  width: 100%;
}

/* line 365, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button, .top-bar-section ul section.display .section-actions li > a, section.display .section-actions .top-bar-section ul li > a {
  font-size: 0.9285714286rem;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul section.display .section-actions li > a:hover, section.display .section-actions .top-bar-section ul li > a:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul section.display .section-actions li > a:focus, section.display .section-actions .top-bar-section ul li > a:focus {
  background-color: #007095;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul section.display .section-actions li > a:hover, section.display .section-actions .top-bar-section ul li > a:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul section.display .section-actions li > a:focus, section.display .section-actions .top-bar-section ul li > a:focus {
  color: #fff;
}

/* line 372, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary, .top-bar-section ul section.display .section-actions li > a.secondary, section.display .section-actions .top-bar-section ul li > a.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #000;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul section.display .section-actions li > a.secondary:hover, section.display .section-actions .top-bar-section ul li > a.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul section.display .section-actions li > a.secondary:focus, section.display .section-actions .top-bar-section ul li > a.secondary:focus {
  background-color: #b9b9b9;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul section.display .section-actions li > a.secondary:hover, section.display .section-actions .top-bar-section ul li > a.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul section.display .section-actions li > a.secondary:focus, section.display .section-actions .top-bar-section ul li > a.secondary:focus {
  color: #000;
}

/* line 375, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success, .top-bar-section ul section.display .section-actions li > a.success, section.display .section-actions .top-bar-section ul li > a.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul section.display .section-actions li > a.success:hover, section.display .section-actions .top-bar-section ul li > a.success:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul section.display .section-actions li > a.success:focus, section.display .section-actions .top-bar-section ul li > a.success:focus {
  background-color: #368a55;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul section.display .section-actions li > a.success:hover, section.display .section-actions .top-bar-section ul li > a.success:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul section.display .section-actions li > a.success:focus, section.display .section-actions .top-bar-section ul li > a.success:focus {
  color: #fff;
}

/* line 378, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert, .top-bar-section ul section.display .section-actions li > a.alert, section.display .section-actions .top-bar-section ul li > a.alert {
  background-color: #f36a54;
  border-color: #ef3517;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul section.display .section-actions li > a.alert:hover, section.display .section-actions .top-bar-section ul li > a.alert:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul section.display .section-actions li > a.alert:focus, section.display .section-actions .top-bar-section ul li > a.alert:focus {
  background-color: #ef3517;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul section.display .section-actions li > a.alert:hover, section.display .section-actions .top-bar-section ul li > a.alert:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul section.display .section-actions li > a.alert:focus, section.display .section-actions .top-bar-section ul li > a.alert:focus {
  color: #fff;
}

/* line 381, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning, .top-bar-section ul section.display .section-actions li > a.warning, section.display .section-actions .top-bar-section ul li > a.warning {
  background-color: #fb923c;
  border-color: #f47105;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul section.display .section-actions li > a.warning:hover, section.display .section-actions .top-bar-section ul li > a.warning:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul section.display .section-actions li > a.warning:focus, section.display .section-actions .top-bar-section ul li > a.warning:focus {
  background-color: #f47105;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul section.display .section-actions li > a.warning:hover, section.display .section-actions .top-bar-section ul li > a.warning:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul section.display .section-actions li > a.warning:focus, section.display .section-actions .top-bar-section ul li > a.warning:focus {
  color: #fff;
}

/* line 384, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.info, .top-bar-section ul section.display .section-actions li > a.info, section.display .section-actions .top-bar-section ul li > a.info {
  background-color: #e0f2fe;
  border-color: #83cbfb;
  color: #000;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul section.display .section-actions li > a.info:hover, section.display .section-actions .top-bar-section ul li > a.info:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul section.display .section-actions li > a.info:focus, section.display .section-actions .top-bar-section ul li > a.info:focus {
  background-color: #83cbfb;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul section.display .section-actions li > a.info:hover, section.display .section-actions .top-bar-section ul li > a.info:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul section.display .section-actions li > a.info:focus, section.display .section-actions .top-bar-section ul li > a.info:focus {
  color: #000;
}

/* line 389, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.9285714286rem;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #fff;
}

/* line 395, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #000;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #000;
}

/* line 398, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #fff;
}

/* line 401, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f36a54;
  border-color: #ef3517;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #ef3517;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #fff;
}

/* line 404, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #fb923c;
  border-color: #f47105;
  color: #fff;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #f47105;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #fff;
}

/* line 407, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.info {
  background-color: #e0f2fe;
  border-color: #83cbfb;
  color: #000;
}

/* line 198, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #83cbfb;
}

/* line 206, vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #000;
}

/* line 413, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555;
  color: #fff;
  background: #222;
}

/* line 423, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008cba;
  color: #fff;
}

/* line 427, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #fff;
}

/* line 435, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 1.0714285714rem;
}

/* line 440, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 444, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 1.0714285714rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 464, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 467, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}

/* line 472, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

/* line 479, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}

/* line 487, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}

/* line 491, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 1.0714285714rem;
}

/* line 494, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

/* line 499, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2857142857rem;
}

/* line 505, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #fff;
  display: block;
}

/* line 509, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

/* line 515, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 1.0714285714rem;
}

/* line 519, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li section.display .section-actions a, section.display .section-actions .top-bar-section .dropdown li a,
.top-bar-section .dropdown li button {
  top: auto;
}

/* line 525, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  color: #777;
  font-size: 0.7142857143rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 1.0714285714rem 2px;
  text-transform: uppercase;
}

/* line 536, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width:830px) {
  /* line 542, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333;
    overflow: visible;
  }
  /* line 244, vendor/assets/stylesheets/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 249, vendor/assets/stylesheets/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 547, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 551, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 554, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
    width: auto;
  }
  /* line 563, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar input,
.top-bar select,
.top-bar .button,
.top-bar section.display .section-actions a,
section.display .section-actions .top-bar a,
.top-bar button {
    font-size: 1rem;
    height: 2rem;
    position: relative;
    top: 0.6071428571rem;
  }
  /* line 573, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .has-form > .button, .top-bar section.display .section-actions .has-form > a, section.display .section-actions .top-bar .has-form > a,
.top-bar .has-form > button {
    font-size: 1rem;
    height: 2rem;
    position: relative;
    top: 0.6071428571rem;
  }
  /* line 581, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333;
  }
  /* line 586, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 96%;
  }
  /* line 592, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 596, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  /* line 601, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 603, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 611, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555;
    background: #222;
    color: #fff;
  }
  /* line 621, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333;
    line-height: 3.2142857143rem;
    padding: 0 1.0714285714rem;
  }
  /* line 625, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555;
    background: #222;
  }
  /* line 635, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008cba;
    color: #fff;
    line-height: 3.2142857143rem;
    padding: 0 1.0714285714rem;
  }
  /* line 640, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #fff;
  }
  /* line 650, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.5rem !important;
  }
  /* line 653, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.6071428571rem;
  }
  /* line 668, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 670, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  /* line 677, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 682, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 689, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.2142857143rem;
    right: 5px;
  }
  /* line 701, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  /* line 708, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    background: #333;
    color: #fff;
    line-height: 3.2142857143rem;
    padding: 12px 1.0714285714rem;
    white-space: nowrap;
  }
  /* line 717, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333;
    color: #fff;
  }
  /* line 722, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555;
    color: #fff;
    background: #222;
  }
  /* line 731, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    background: #333;
    white-space: nowrap;
  }
  /* line 737, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 744, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 3.2142857143rem;
    width: 0;
  }
  /* line 754, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333;
    height: 3.2142857143rem;
    padding: 0 1.0714285714rem;
  }
  /* line 762, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 766, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 772, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 776, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  /* line 788, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555;
    background: #222;
    color: #fff;
  }
  /* line 797, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: #fff;
  }
  /* line 805, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  /* line 810, vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}

/* line 155, vendor/assets/stylesheets/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 158, vendor/assets/stylesheets/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 161, vendor/assets/stylesheets/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 164, vendor/assets/stylesheets/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:64.063em) and (max-width:90em) {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:64.063em) {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:90.063em) and (max-width:120em) {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:90.063em) {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:120.063em) {
  /* line 170, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }
  /* line 173, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }
  /* line 176, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }
  /* line 179, vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */
/* line 209, vendor/assets/stylesheets/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 233, vendor/assets/stylesheets/foundation/components/_type.scss */
a {
  color: #1d4ed8;
  line-height: inherit;
  text-decoration: none;
}

/* line 238, vendor/assets/stylesheets/foundation/components/_type.scss */
a:hover, a:focus {
  color: #1943ba;
}

/* line 246, vendor/assets/stylesheets/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 252, vendor/assets/stylesheets/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.4285714286rem;
  text-rendering: optimizeLegibility;
}

/* line 260, vendor/assets/stylesheets/foundation/components/_type.scss */
p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}

/* line 264, vendor/assets/stylesheets/foundation/components/_type.scss */
p aside {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
/* line 272, vendor/assets/stylesheets/foundation/components/_type.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

/* line 287, vendor/assets/stylesheets/foundation/components/_type.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

/* line 294, vendor/assets/stylesheets/foundation/components/_type.scss */
h1 {
  font-size: 2.1428571429rem;
}

/* line 297, vendor/assets/stylesheets/foundation/components/_type.scss */
h2 {
  font-size: 1.6428571429rem;
}

/* line 300, vendor/assets/stylesheets/foundation/components/_type.scss */
h3 {
  font-size: 1.5714285714rem;
}

/* line 303, vendor/assets/stylesheets/foundation/components/_type.scss */
h4 {
  font-size: 1.2857142857rem;
}

/* line 306, vendor/assets/stylesheets/foundation/components/_type.scss */
h5 {
  font-size: 1.2857142857rem;
}

/* line 309, vendor/assets/stylesheets/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 313, vendor/assets/stylesheets/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 317, vendor/assets/stylesheets/foundation/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.4285714286rem 0 1.3571428571rem;
}

/* Helpful Typography Defaults */
/* line 326, vendor/assets/stylesheets/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 332, vendor/assets/stylesheets/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 338, vendor/assets/stylesheets/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 343, vendor/assets/stylesheets/foundation/components/_type.scss */
code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
}

/* Lists */
/* line 355, vendor/assets/stylesheets/foundation/components/_type.scss */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.4285714286rem;
}

/* line 365, vendor/assets/stylesheets/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
/* line 372, vendor/assets/stylesheets/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}

/* line 381, vendor/assets/stylesheets/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 386, vendor/assets/stylesheets/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

/* line 390, vendor/assets/stylesheets/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

/* line 394, vendor/assets/stylesheets/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
/* line 401, vendor/assets/stylesheets/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}

/* line 404, vendor/assets/stylesheets/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}

/* line 413, vendor/assets/stylesheets/foundation/components/_type.scss */
.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

/* line 418, vendor/assets/stylesheets/foundation/components/_type.scss */
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
/* line 429, vendor/assets/stylesheets/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 433, vendor/assets/stylesheets/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.8571428571rem;
}

/* Abbreviations */
/* line 439, vendor/assets/stylesheets/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

/* line 446, vendor/assets/stylesheets/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* line 448, vendor/assets/stylesheets/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #ddd;
}

/* Blockquotes */
/* line 454, vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.4285714286rem;
  padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #ddd;
}

/* line 459, vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.9285714286rem;
  color: #555555;
}

/* line 463, vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 467, vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 473, vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 480, vendor/assets/stylesheets/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.4285714286rem 0;
  border: 1px solid #ddd;
  padding: 0.7142857143rem 0.8571428571rem;
}

/* line 488, vendor/assets/stylesheets/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 492, vendor/assets/stylesheets/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 1.0714285714rem;
}

/* line 499, vendor/assets/stylesheets/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}

/* line 503, vendor/assets/stylesheets/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0714285714rem;
}

@media only screen and (min-width:40.063em) {
  /* line 513, vendor/assets/stylesheets/foundation/components/_type.scss */
  h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
  }
  /* line 521, vendor/assets/stylesheets/foundation/components/_type.scss */
  h1 {
    font-size: 2.1428571429rem;
  }
  /* line 524, vendor/assets/stylesheets/foundation/components/_type.scss */
  h2 {
    font-size: 1.6428571429rem;
  }
  /* line 527, vendor/assets/stylesheets/foundation/components/_type.scss */
  h3 {
    font-size: 1.9285714286rem;
  }
  /* line 530, vendor/assets/stylesheets/foundation/components/_type.scss */
  h4 {
    font-size: 1.6428571429rem;
  }
  /* line 533, vendor/assets/stylesheets/foundation/components/_type.scss */
  h5 {
    font-size: 1.2857142857rem;
  }
  /* line 536, vendor/assets/stylesheets/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  /* line 550, vendor/assets/stylesheets/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 557, vendor/assets/stylesheets/foundation/components/_type.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 561, vendor/assets/stylesheets/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 565, vendor/assets/stylesheets/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 570, vendor/assets/stylesheets/foundation/components/_type.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 576, vendor/assets/stylesheets/foundation/components/_type.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 582, vendor/assets/stylesheets/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 586, vendor/assets/stylesheets/foundation/components/_type.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 591, vendor/assets/stylesheets/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  /* line 599, vendor/assets/stylesheets/foundation/components/_type.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 606, vendor/assets/stylesheets/foundation/components/_type.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* small displays */
@media only screen {
  /* line 466, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 469, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 473, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 476, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 481, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 484, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 487, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 490, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 493, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width:40.063em) {
  /* line 466, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 469, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 473, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 476, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 481, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 484, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 487, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 490, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 493, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width:64.063em) {
  /* line 466, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 469, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 473, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 476, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 481, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 484, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 487, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 490, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 493, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  /* line 466, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 469, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 473, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 476, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 481, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 484, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 487, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 490, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 493, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  /* line 466, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 469, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 473, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 476, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* line 481, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 484, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 487, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 490, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  /* line 493, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
/* line 506, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 510, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 517, vendor/assets/stylesheets/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 523, vendor/assets/stylesheets/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 529, vendor/assets/stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 535, vendor/assets/stylesheets/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 542, vendor/assets/stylesheets/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 549, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }
  /* line 553, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 560, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  /* line 566, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  /* line 572, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  /* line 578, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  /* line 585, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 593, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }
  /* line 597, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 604, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  /* line 610, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  /* line 616, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  /* line 622, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  /* line 629, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
/* line 637, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 640, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 643, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 646, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 651, vendor/assets/stylesheets/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 654, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 657, vendor/assets/stylesheets/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 660, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 663, vendor/assets/stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 666, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 669, vendor/assets/stylesheets/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 672, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 675, vendor/assets/stylesheets/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 678, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 681, vendor/assets/stylesheets/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 684, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
/* line 689, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 692, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 695, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
/* line 703, vendor/assets/stylesheets/foundation/components/_visibility.scss */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  /* line 708, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .print-only,
.show-for-print {
    display: block !important;
  }
  /* line 712, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-on-print,
.hide-for-print {
    display: none !important;
  }
  /* line 717, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 720, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 723, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 726, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 729, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 732, vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}

/*!
 * This css file moved to app/assets (rather than included via a gem or living in ./vendor)
 * because we have fixed a bug in its .js counterpart (nnow in app/assets/javascripts)
 * - so have moved here to make it explicit that we now have ownership of both files, and to
 * prevent them being accidentally refreshed and thereby losing our changes.

 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 *
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Picked from bootstrap: .popover, .btn-clk, .text-primary */
/* line 18, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 36, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.top {
  margin-top: -10px;
}

/* line 39, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.right {
  margin-left: 10px;
}

/* line 42, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.bottom {
  margin-top: 10px;
}

/* line 45, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.left {
  margin-left: -10px;
}

/* line 48, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

/* line 58, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover-content {
  padding: 9px 14px;
}

/* line 61, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  /* The following are set in WordPress (wp-admin/css/revisions.css) - reset them to initial values */
  overflow: visible;
  margin: 0;
  padding: 0;
  z-index: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 85, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover > .arrow {
  border-width: 11px;
}

/* line 88, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 92, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 100, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 107, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 115, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 122, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 130, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 137, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 145, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 152, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.btn-clk {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

/* line 161, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.btn-clk:focus,
.btn-clk:active:focus,
.btn-clk.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 168, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.btn-clk:hover,
.btn-clk:focus {
  color: #333;
  text-decoration: none;
}

/* line 173, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.btn-clk:active,
.btn-clk.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 180, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.btn-clk-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 185, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.btn-clk-default:hover,
.btn-clk-default:focus,
.btn-clk-default:active,
.btn-clk-default.active,
.open .dropdown-toggle.btn-clk-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 194, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.btn-clk-default:active,
.btn-clk-default.active,
.open .dropdown-toggle.btn-clk-default {
  background-image: none;
}

/* line 199, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.btn-clk-block {
  display: block;
  width: 100%;
}

/* line 203, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.text-primary {
  color: #428bca;
}

/*!
 * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */
/* line 213, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker .input-group-addon {
  cursor: pointer;
}

/* line 216, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-moving {
  cursor: move;
}

/* line 219, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-align-left.popover > .arrow {
  left: 25px;
}

/* line 222, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-align-top.popover > .arrow {
  top: 17px;
}

/* line 225, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px;
}

/* line 229, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px;
}

/* line 233, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

/* line 241, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-popover .popover-title span {
  cursor: pointer;
}

/* line 244, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px;
}

/* line 248, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.popover-content:last-child {
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
}

/* line 252, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 268, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px;
}

/* line 276, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-minutes {
  visibility: hidden;
}

/* line 279, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-tick {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
}

/* line 289, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, 0.25);
}

/* line 294, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0;
}

/* line 303, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb;
}

/* line 307, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-button:focus {
  outline: none !important;
}

/* line 310, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}

/* line 317, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-dial-out {
  opacity: 0;
}

/* line 320, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* line 327, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* line 334, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}

/* line 341, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-canvas-out {
  opacity: 0.25;
}

/* line 344, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd;
}

/* line 349, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7;
}

/* line 353, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, 0.25);
}

/* line 356, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/
}

/* line 362, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

/* line 368, app/assets/stylesheets/renalware/lib/_clockpicker.css */
.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

/* line 1, app/assets/stylesheets/renalware/base/_css_variables.css */
:root {
  /*
  Colours
  */
  --nhs-yellow:             #fae100;
  --nhs-yellow-lighter:       color-mix(in srgb, var(--nhs-yellow), white 50%);
  --nhs-yellow-darker:        color-mix(in srgb, var(--nhs-yellow), black 10%);
  --nhs-warm-yellow:        #ffb81c;
  --nhs-orange:             #ed8b00;
  --nhs-red:                #d81e05;
  --nhs-red-darker:           color-mix(in srgb, var(--nhs-red), black 10%);
  --nhs-red-lighter:          color-mix(in srgb, var(--nhs-red), white 30%);
  --nhs-dark-red:           #8a1538;
  --nhs-pink:               #ae2573;
  --nhs-blue:               #005eb8;
  --nhs-bright-blue:        #0072ce;
  --nhs-light-blue:         #41b6e6;
  --nhs-aqua-blue:          #00a9ce;
  --nhs-aqua-green:         #00a499;
  --nhs-light-green:        #78be20;
  --nhs-green:              #009639;
  --nhs-dark-green:         #006747;
  --white:                  #fff;
  --black:                  #000;
  --off-white:              #eee;
  --dark-grey:              #222;
  --darkish-grey:           #333;
  --muted-dark-grey:        #555;
  --winter-sky:             #aaa;
  --light-grey:             #ddd;
  --mid-grey:               #999;
  --almost-white:           rgb(252, 252, 252);
  --dashboard-muted-color:  #888;
  --link-focus-colour:      #0078a0;
  --link-hover-colour:      #64d6fb;
  --tab-border-color:       #ddd;
}

/*
15-12-2015
@twitter: andreamariani2k
*/
/* line 6, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 14, vendor/assets/stylesheets/renalware/select2-foundation5.css */
span.select2.select2-container.select2-container--default {
  width: 100%;
}

/* line 18, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container .select2-selection--single {
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 2rem;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/* line 27, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 36, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 40, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}

/* line 47, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container .select2-selection--multiple {
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/* line 56, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 64, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 68, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container .select2-search--inline .select2-search__field {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  height: auto;
  margin-bottom: 5px;
  margin-top: 0.6rem;
  padding: 0;
}

/* line 78, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 84, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}

/* line 95, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-results {
  display: block;
}

/* line 99, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-results__options {
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 106, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-results__option {
  -webkit-user-select: none;
  padding: 0 0 0 10px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/* line 113, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 117, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 121, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
}

/* line 125, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--open .select2-dropdown--below {
  border-top: 0;
}

/* line 129, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-search--dropdown {
  background-color: #fff;
  display: block;
  padding: 4px;
}

/* line 135, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  padding: 4px;
  width: 100%;
}

/* line 142, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 146, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 150, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}

/* line 168, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 179, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
}

/* line 184, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: rgba(0, 0, 0, 0.75);
  line-height: 2rem;
}

/* line 191, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 199, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #999;
}

/* line 205, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}

/* line 215, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 231, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left;
}

/* line 237, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 244, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default.select2-container--disabled
.select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 250, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
  display: none;
}

/* line 256, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 3px 3px 3px;
}

/* line 264, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-selection--multiple {
  background-color: #fafafa;
  border: 1px solid #ccc;
  cursor: text;
}

/* line 270, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 280, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 288, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 5px;
}

/* line 298, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 310, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 320, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #333;
}

/* line 326, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__placeholder,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline {
  float: right;
}

/* line 338, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 345, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 352, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

/* line 358, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default.select2-container--disabled
.select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 364, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
  display: none;
}

/* line 379, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
}

/* line 383, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

/* line 391, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 396, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

/* line 400, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

/* line 404, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

/* line 408, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 412, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
  padding-left: 0;
}

/* line 419, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 427, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 436, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 446, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 457, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 469, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

/* line 475, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 2px 6px 0 6px;
}

/* line 481, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  outline: 0;
}

/* line 492, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 496, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
  color: rgba(0, 0, 0, 0.75);
  line-height: 2rem;
}

/* line 503, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 512, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
  color: #999;
}

/* line 518, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  border: 0;
  border-left: 1px solid #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}

/* line 536, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 552, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left;
}

/* line 558, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-right: 1px solid #ccc;
  left: 1px;
  right: auto;
}

/* line 568, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 572, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
  background: transparent;
  border: 0;
}

/* line 579, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 3px 3px 3px;
}

/* line 587, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  border-top: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 597, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  border-bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 607, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: text;
  outline: 0;
}

/* line 614, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 618, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 626, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
  display: none;
}

/* line 632, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 644, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 654, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #555;
}

/* line 660, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  float: right;
}

/* line 666, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 673, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 680, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic.select2-container--open
.select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 685, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top: 0;
}

/* line 690, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom: 0;
}

/* line 695, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  outline: 0;
}

/* line 700, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

/* line 705, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 710, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: 0;
}

/* line 714, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-dropdown--below {
  border-top: 0;
}

/* line 718, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 723, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

/* line 727, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: #808080;
}

/* line 731, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 737, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 743, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 747, vendor/assets/stylesheets/renalware/select2-foundation5.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/renalware/lib/_select2-foundation5-overrides.scss */
span.select2 {
  margin: 0;
  margin: 0 0 0.75rem 0;
}

/* line 9, app/assets/stylesheets/renalware/lib/_select2-foundation5-overrides.scss */
.grouped_select label {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/renalware/lib/_select2-foundation5-overrides.scss */
.error span.select2 {
  margin: 0;
}

/* line 26, app/assets/stylesheets/renalware/lib/_select2-foundation5-overrides.scss */
.select2-container .select2-selection--single {
  height: 2.2rem;
}

/* line 30, app/assets/stylesheets/renalware/lib/_select2-foundation5-overrides.scss */
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 2.2rem;
}

/* line 36, app/assets/stylesheets/renalware/lib/_select2-foundation5-overrides.scss */
.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
  line-height: 2.2rem;
}

/* line 1, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 27, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar select {
  line-height: initial;
}

/* line 32, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 39, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 44, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 49, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 55, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.static {
  position: absolute;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
}

/* line 60, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 65, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.multiMonth
.flatpickr-days
.dayContainer:nth-child(n + 1)
.flatpickr-day.inRange:nth-child(7n + 7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 73, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.multiMonth
.flatpickr-days
.dayContainer:nth-child(n + 2)
.flatpickr-day.inRange:nth-child(7n + 1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 81, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

/* line 88, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 92, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border: 1px solid #e6e6e6;
  background-color: #fefefe;
}

/* line 98, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 102, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

/* line 114, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 122, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 128, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 133, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 138, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 143, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 147, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 151, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 156, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 160, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 164, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 168, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 173, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 180, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 199, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 216, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 221, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 226, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 243, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 260, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 265, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 270, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 276, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

/* line 283, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 288, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 293, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper input {
  width: 100%;
}

/* line 297, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 301, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 307, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 321, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 325, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 329, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 335, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 340, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 347, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 351, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 358, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 363, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 367, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 371, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 375, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* line 392, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 401, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 405, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 411, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 415, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 419, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 441, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 445, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 453, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 477, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 482, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 486, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month
.flatpickr-monthDropdown-months
.flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 494, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

/* line 510, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 521, app/assets/stylesheets/renalware/lib/flatpickr.scss */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

/* line 537, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 542, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

/* line 556, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-days:focus {
  outline: 0;
}

/* line 560, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 585, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 590, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  -webkit-border-radius: 150px;
          border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 616, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 634, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 638, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 645, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--nhs-bright-blue);
  color: #ffffff;
  border-color: transparent;
}

/* line 669, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  -webkit-border-radius: 50px 0 0 50px;
          border-radius: 50px 0 0 50px;
}

/* line 675, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  -webkit-border-radius: 0 50px 50px 0;
          border-radius: 0 50px 50px 0;
}

/* line 681, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

/* line 688, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

/* line 694, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.inRange {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 700, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  cursor: default;
  color: #999;
  background: transparent;
  border-color: transparent;
}

/* line 713, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: #999;
}

/* line 719, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.week.selected {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 725, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 729, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 733, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-weekwrapper {
  float: left;
  margin-right: 5px;
}

/* line 738, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 744, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 750, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 761, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 772, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 779, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 795, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 801, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 811, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 815, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 819, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 823, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 827, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 848, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 852, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 857, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 863, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 880, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 888, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 895, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 925, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar {
  width: 280px !important;
  font-family: inherit;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
          box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  background-color: #ffffff;
  -webkit-border-radius: 0.475rem;
          border-radius: 0.475rem;
}

/* line 934, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none;
}

/* line 938, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-calendar.hasWeeks {
  width: 325px !important;
}

/* line 942, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months {
  padding: 0 1rem;
}

/* line 947, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-innerContainer {
  padding: 0 0.5rem 0.5rem;
}

/* line 951, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-days,
.dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

/* line 958, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #555;
  fill: #555;
  height: 46px;
}

/* line 964, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 0.475rem;
          border-radius: 0.475rem;
  top: 0.5rem;
}

/* line 972, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #a1a5b7;
  height: 13px;
  width: 13px;
}

/* line 978, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  background: #f5f8fa;
}

/* line 982, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #5e6278;
}

/* line 986, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*rtl:begin:ignore*/
  left: 1rem;
  /*rtl:end:ignore*/
}

/* line 992, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*rtl:begin:ignore*/
  right: 1rem;
  /*rtl:end:ignore*/
}

/* line 999, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month {
  font-weight: 500;
  color: inherit;
}

/* line 1003, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .numInputWrapper {
  -webkit-border-radius: 0.475rem;
          border-radius: 0.475rem;
  width: 65px;
}

/* line 1007, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp {
  -webkit-border-top-right-radius: 0.475rem;
          border-top-right-radius: 0.475rem;
}

/* line 1010, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown {
  -webkit-border-bottom-right-radius: 0.475rem;
          border-bottom-right-radius: 0.475rem;
}

/* line 1013, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  border: 0 !important;
  background-color: #ffffff;
  font-size: 1rem;
  color: #5e6278;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  margin-right: 0.5rem;
  outline: none !important;
  -webkit-border-radius: 0.475rem;
          border-radius: 0.475rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 1027, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: #f5f8fa;
}

/* line 1030, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month
.flatpickr-monthDropdown-months
.flatpickr-monthDropdown-month {
  font-size: 1rem;
  color: #5e6278;
  font-weight: 500;
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 1040, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month span.cur-month {
  color: #5e6278;
  font-size: 1rem;
  font-weight: 500;
}

/* line 1045, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month span.cur-month:hover {
  background: #f5f8fa;
}

/* line 1048, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-current-month input.cur-year {
  color: #5e6278;
  font-size: 1.1rem;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  outline: 0 !important;
}

/* line 1056, app/assets/stylesheets/renalware/lib/flatpickr.scss */
span.flatpickr-weekday {
  color: #3f4254;
  font-size: 1rem;
  font-weight: 600;
}

/* line 1062, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time {
  -webkit-border-bottom-right-radius: 0.475rem;
          border-bottom-right-radius: 0.475rem;
  -webkit-border-bottom-left-radius: 0.475rem;
          border-bottom-left-radius: 0.475rem;
}

/* line 1067, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time .flatpickr-am-pm {
  color: #5e6278;
  font-size: 1rem;
  font-weight: 500;
}

/* line 1072, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-time input.flatpickr-hour,
.flatpickr-time input.flatpickr-minute {
  color: #5e6278;
  font-size: 1rem;
  font-weight: 500;
}

/* line 1079, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span {
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}

/* line 1085, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span:hover {
  background: transparent !important;
}

/* line 1088, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span:after {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1092, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span.arrowUp:after {
  border-bottom-color: #a1a5b7 !important;
}

/* line 1095, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span.arrowUp:hover:after {
  border-bottom-color: #5e6278 !important;
}

/* line 1098, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span.arrowDown:after {
  border-top-color: #a1a5b7 !important;
}

/* line 1101, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper span.arrowDown:hover:after {
  border-top-color: #5e6278 !important;
}

/* line 1104, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.numInputWrapper:hover {
  background: transparent;
}

/* line 1108, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day {
  font-size: 1rem;
  -webkit-border-radius: 0.475rem;
          border-radius: 0.475rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 30px;
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  line-height: 30px;
  color: #555;
  margin-top: 0 !important;
}

/* line 1120, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #f1faff;
  color: var(--nhs-bright-blue);
  border-color: transparent;
}

/* line 1138, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.today {
  background: #ededed;
  color: #555;
  border-color: transparent;
}

/* line 1143, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: transparent;
  background: #eff2f5;
  color: #5e6278;
}

/* line 1149, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #f1faff;
  color: var(--nhs-bright-blue);
  border-color: transparent;
}

/* line 1167, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.today {
  border-color: transparent;
}

/* line 1170, app/assets/stylesheets/renalware/lib/flatpickr.scss */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: transparent;
  background: #ededed;
  color: #555;
}

/* line 2, app/assets/stylesheets/renalware/modules/_accesses.scss */
.needling-assessment-difficulty .easy {
  background-color: #16a34a;
  color: white;
}

/* line 6, app/assets/stylesheets/renalware/modules/_accesses.scss */
.needling-assessment-difficulty .moderate {
  background-color: #facc15;
}

/* line 9, app/assets/stylesheets/renalware/modules/_accesses.scss */
.needling-assessment-difficulty .hard {
  background-color: #dc2626;
  color: white;
}

/* line 3, app/assets/stylesheets/renalware/modules/_admin.scss */
.hl7-file-browser .file-viewer textarea {
  height: 30rem;
}

/* line 2, app/assets/stylesheets/renalware/modules/_admissions.scss */
.admissions-table table th.subhead {
  color: var(--black);
  text-align: center;
}

/* line 9, app/assets/stylesheets/renalware/modules/_admissions.scss */
#admissions-request-modal .admissions-request-patient {
  margin-bottom: 1rem;
}

/* line 16, app/assets/stylesheets/renalware/modules/_admissions.scss */
.admissions_requests td.priority span {
  background-color: var(--mid-grey);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0.15rem 0.4rem;
  white-space: nowrap;
}

/* line 22, app/assets/stylesheets/renalware/modules/_admissions.scss */
.admissions_requests tr.priority-urgent td.priority span {
  background-color: var(--nhs-dark-red);
}

/* line 28, app/assets/stylesheets/renalware/modules/_admissions.scss */
.admissions_requests tr.priority-high td.priority span {
  background-color: #d81e05;
}

/* line 34, app/assets/stylesheets/renalware/modules/_admissions.scss */
.admissions_requests tr.priority-medium td.priority span {
  background-color: var(--nhs-warm-yellow);
}

/* line 40, app/assets/stylesheets/renalware/modules/_admissions.scss */
.admissions_requests tr.priority-low td.priority span {
  background-color: #009639;
}

@media print {
  /* line 48, app/assets/stylesheets/renalware/modules/_admissions.scss */
  .consults-list .panel {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/renalware/modules/_clinical.scss */
article.clinical-allergies {
  padding-bottom: 0;
}

/* line 4, app/assets/stylesheets/renalware/modules/_clinical.scss */
article.clinical-allergies .current-status {
  font-weight: normal;
  padding-left: 0;
}

/* line 9, app/assets/stylesheets/renalware/modules/_clinical.scss */
article.clinical-allergies .panel {
  margin: 2rem 0 0.6rem 0;
  padding: 0.5rem 0;
}

/* line 13, app/assets/stylesheets/renalware/modules/_clinical.scss */
article.clinical-allergies .panel .flex-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  flex-align: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1rem;
}

/* line 19, app/assets/stylesheets/renalware/modules/_clinical.scss */
article.clinical-allergies .panel .flex-container.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 24, app/assets/stylesheets/renalware/modules/_clinical.scss */
article.clinical-allergies .panel .flex-container input {
  margin: 0;
}

/* line 28, app/assets/stylesheets/renalware/modules/_clinical.scss */
article.clinical-allergies .panel .flex-container label {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

/* line 35, app/assets/stylesheets/renalware/modules/_clinical.scss */
.lozenge {
  padding: 0 4px;
}

/* line 39, app/assets/stylesheets/renalware/modules/_clinical.scss */
.lozenge ul li {
  background-color: var(--light-grey);
  border: 0;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  display: inline-block;
  margin: 0.1rem 0.6rem 0.2rem 0;
  padding: 0;
}

/* line 53, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header {
  padding: 0 0.2em 0.2em 0.6em;
}

@media print {
  /* line 53, app/assets/stylesheets/renalware/modules/_clinical.scss */
  .clinical-header {
    display: none;
  }
}

/* line 61, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header.lozenge {
  padding: 1px 4px 1px 4px;
}

/* line 65, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header.lozenge ul li {
  background-color: var(--light-grey);
  border: 0;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  padding: 0.3rem 0.4rem;
  margin: 2px 3px 0 0;
}

/* line 74, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header.lozenge dl {
  font-size: 0.9rem;
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
}

/* line 82, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header ul {
  margin: 0;
  padding: 0;
}

/* line 86, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header ul li {
  border-bottom: 1px solid var(--winter-sky);
  display: inline-block;
  margin: 0.2rem 0.6rem 0.2rem 0;
  padding: 0;
}

/* line 94, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header dl {
  font-size: 0.9rem;
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
}

/* line 100, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header dl dt,
.clinical-header dl dd {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 107, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header dl dt {
  font-weight: normal;
}

/* line 111, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header dl dd {
  font-weight: bold;
  padding-left: 0.2rem;
}

/* line 115, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header dl dd.date {
  color: var(--muted-dark-grey);
  font-style: italic;
  font-weight: normal;
}

/* line 121, app/assets/stylesheets/renalware/modules/_clinical.scss */
.clinical-header dl dd.empty {
  display: none;
}

/* line 128, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts--sticky {
  /*
  Using  position: sticky is in Chrome 56 and recent Firefox and will not work in IE11
  but is a simple way for us to fix the alerts under the patient banner when the user
  has scroll downn, so they are always there
  https://gedd.ski/post/position-sticky/
  */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 140, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts {
  color: var(--white);
  background-color: transparent;
  padding-top: 1px;
}

@media print {
  /* line 140, app/assets/stylesheets/renalware/modules/_clinical.scss */
  .patient-alerts {
    display: none;
  }
}

/* line 150, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul {
  margin: 0;
}

/* line 153, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li {
  background-color: var(--nhs-orange);
  color: var(--white);
  display: inline-block;
  margin: 0 0.3rem 0 0;
  margin: 0.1rem 0.3rem 0.1rem 0;
  padding: 0 0.3rem 0 0.4rem;
  line-height: 1.6rem;
}

/* line 167, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.urgent {
  background-color: var(--nhs-red);
}

/* line 170, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.urgent:hover {
  background-color: var(--nhs-red-lighter);
}

/* line 174, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.urgent .date,
.patient-alerts.lozenge ul li.urgent .author,
.patient-alerts.lozenge ul li.urgent .actions {
  border-left: 1px solid var(--nhs-red-lighter);
}

/* line 181, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.covid_19 {
  background-color: var(--nhs-yellow);
  color: #222;
}

/* line 185, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.covid_19:hover {
  background-color: var(--nhs-yellow-lighter);
}

/* line 189, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.covid_19 .actions i:before {
  color: #222;
}

/* line 193, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.covid_19 .date,
.patient-alerts.lozenge ul li.covid_19 .author,
.patient-alerts.lozenge ul li.covid_19 .actions {
  border-left: 1px solid var(--nhs-yellow-lighter);
}

/* line 200, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.active-consult {
  background-color: #ae2573;
}

/* line 203, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.active-consult:hover {
  background-color: #911f60;
}

/* line 207, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.active-consult .title a,
.patient-alerts.lozenge ul li.active-consult i:before {
  color: var(--white);
}

/* line 213, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.vaccination {
  background-color: #00a499;
}

/* line 216, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.vaccination:hover {
  background-color: #009086;
}

/* line 220, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.vaccination .title a,
.patient-alerts.lozenge ul li.vaccination i:before {
  color: var(--white);
}

/* line 226, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.event {
  background-color: var(--nhs-yellow);
}

/* line 229, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.event:hover {
  background-color: var(--nhs-yellow-darker);
}

/* line 233, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.event .title a,
.patient-alerts.lozenge ul li.event .date,
.patient-alerts.lozenge ul li.event i:before {
  color: #222;
}

/* line 240, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.research-study-participant {
  background-color: #008733;
  color: var(--white);
}

/* line 244, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.research-study-participant:hover {
  background-color: #007d2f;
}

/* line 248, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.research-study-participant a {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

/* line 253, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.research-study-participant .date {
  border-left: 1px solid var(--mid-grey);
}

/* line 257, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li.research-study-participant span {
  color: var(--white);
}

/* line 262, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li span {
  padding: 0 0.4rem;
}

/* line 266, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li .body,
.patient-alerts.lozenge ul li .external_application_link {
  padding-left: 0;
}

/* line 271, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li .date,
.patient-alerts.lozenge ul li .author,
.patient-alerts.lozenge ul li .actions {
  border-left: 1px solid var(--winter-sky);
  font-style: italic;
  white-space: nowrap;
}

/* line 278, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li .date .fa,
.patient-alerts.lozenge ul li .date .fas,
.patient-alerts.lozenge ul li .date .toggler i,
.toggler .patient-alerts.lozenge ul li .date i,
.patient-alerts.lozenge ul li .date .bart-chart-icon i,
.bart-chart-icon .patient-alerts.lozenge ul li .date i,
.patient-alerts.lozenge ul li .date .far,
.patient-alerts.lozenge ul li .author .fa,
.patient-alerts.lozenge ul li .author .fas,
.patient-alerts.lozenge ul li .author .toggler i,
.toggler .patient-alerts.lozenge ul li .author i,
.patient-alerts.lozenge ul li .author .bart-chart-icon i,
.bart-chart-icon .patient-alerts.lozenge ul li .author i,
.patient-alerts.lozenge ul li .author .far,
.patient-alerts.lozenge ul li .actions .fa,
.patient-alerts.lozenge ul li .actions .fas,
.patient-alerts.lozenge ul li .actions .toggler i,
.toggler .patient-alerts.lozenge ul li .actions i,
.patient-alerts.lozenge ul li .actions .bart-chart-icon i,
.bart-chart-icon .patient-alerts.lozenge ul li .actions i,
.patient-alerts.lozenge ul li .actions .far {
  color: var(--light-grey);
}

/* line 282, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li .date .fa:hover,
.patient-alerts.lozenge ul li .date .fas:hover,
.patient-alerts.lozenge ul li .date .toggler i:hover,
.toggler .patient-alerts.lozenge ul li .date i:hover,
.patient-alerts.lozenge ul li .date .bart-chart-icon i:hover,
.bart-chart-icon .patient-alerts.lozenge ul li .date i:hover,
.patient-alerts.lozenge ul li .date .far:hover,
.patient-alerts.lozenge ul li .author .fa:hover,
.patient-alerts.lozenge ul li .author .fas:hover,
.patient-alerts.lozenge ul li .author .toggler i:hover,
.toggler .patient-alerts.lozenge ul li .author i:hover,
.patient-alerts.lozenge ul li .author .bart-chart-icon i:hover,
.bart-chart-icon .patient-alerts.lozenge ul li .author i:hover,
.patient-alerts.lozenge ul li .author .far:hover,
.patient-alerts.lozenge ul li .actions .fa:hover,
.patient-alerts.lozenge ul li .actions .fas:hover,
.patient-alerts.lozenge ul li .actions .toggler i:hover,
.toggler .patient-alerts.lozenge ul li .actions i:hover,
.patient-alerts.lozenge ul li .actions .bart-chart-icon i:hover,
.bart-chart-icon .patient-alerts.lozenge ul li .actions i:hover,
.patient-alerts.lozenge ul li .actions .far:hover {
  color: var(--white);
}

/* line 288, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li .actions {
  padding-left: 0.6rem;
  padding-right: 0.1rem;
}

/* line 292, app/assets/stylesheets/renalware/modules/_clinical.scss */
.patient-alerts.lozenge ul li .actions a {
  color: var(--white);
}

/* line 1, app/assets/stylesheets/renalware/modules/_clinical_summaries.scss */
.patient-info {
  background-color: var(--white);
}

/* line 2, app/assets/stylesheets/renalware/modules/_clinics.scss */
.page--clinics-visits .filters__output {
  display: none;
}

@media print {
  /* line 7, app/assets/stylesheets/renalware/modules/_clinics.scss */
  .page--clinics-visits table tr th,
.page--clinics-visits table tr td {
    font-size: 0.9rem;
  }
  /* line 12, app/assets/stylesheets/renalware/modules/_clinics.scss */
  .page--clinics-visits .row {
    margin: 0;
    max-width: 100%;
  }
  /* line 17, app/assets/stylesheets/renalware/modules/_clinics.scss */
  .page--clinics-visits .filters__form,
.page--clinics-visits .no-print {
    display: none;
  }
  /* line 22, app/assets/stylesheets/renalware/modules/_clinics.scss */
  .page--clinics-visits .filters__output {
    display: block;
  }
  /* line 27, app/assets/stylesheets/renalware/modules/_clinics.scss */
  .page--clinics-visits table tbody tr td {
    padding-bottom: 3rem;
  }
}

/* line 3, app/assets/stylesheets/renalware/modules/_clipboard.scss */
.clipboardable {
  border: solid 1px transparent;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

/* line 9, app/assets/stylesheets/renalware/modules/_clipboard.scss */
.clipboardable.success {
  background-color: #41b6e6;
}

/* line 1, app/assets/stylesheets/renalware/modules/_dashboard.scss */
.dashboard-content {
  margin-top: 10px;
}

/* line 4, app/assets/stylesheets/renalware/modules/_dashboard.scss */
.dashboard-content h3 {
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 9, app/assets/stylesheets/renalware/modules/_dashboard.scss */
.dashboard-content p {
  padding-left: 0;
}

/* line 12, app/assets/stylesheets/renalware/modules/_dashboard.scss */
.dashboard-content p.empty-section {
  clear: both;
  color: var(--dashboard-muted-color);
  padding-left: 0;
}

/* line 20, app/assets/stylesheets/renalware/modules/_dashboard.scss */
.dashboard-owner {
  color: var(--mid-grey);
  font-style: normal;
}

/* line 3, app/assets/stylesheets/renalware/modules/_drugs.scss */
.drugs .row .button, .drugs .row section.display .section-actions a, section.display .section-actions .drugs .row a {
  margin: 2px;
}

/* line 1, app/assets/stylesheets/renalware/modules/_events.scss */
select.datetime,
select.date {
  display: inline-block;
  padding-right: 2.5em;
  width: auto;
}

/* line 2, app/assets/stylesheets/renalware/modules/_feeds.scss */
.feeds-files td {
  vertical-align: top;
}

/* line 6, app/assets/stylesheets/renalware/modules/_feeds.scss */
.feeds-files .status span {
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  color: var(--white);
  padding: 0.2rem 0.5rem;
}

/* line 12, app/assets/stylesheets/renalware/modules/_feeds.scss */
.feeds-files .waiting .status span {
  background-color: var(--muted-dark-grey);
}

/* line 16, app/assets/stylesheets/renalware/modules/_feeds.scss */
.feeds-files .processing .status span {
  background-color: var(--nhs-warm-yellow);
}

/* line 20, app/assets/stylesheets/renalware/modules/_feeds.scss */
.feeds-files .failure .status span {
  background-color: var(--nhs-red);
}

/* line 24, app/assets/stylesheets/renalware/modules/_feeds.scss */
.feeds-files .success .status span {
  background-color: #009639;
}

/* line 2, app/assets/stylesheets/renalware/modules/_hd.scss */
#hd-session-form-batch-print-modal .cancel-link {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 1rem;
}

/* line 8, app/assets/stylesheets/renalware/modules/_hd.scss */
#hd-session-form-batch-print-modal .percent_complete {
  font-size: 1.3rem;
  float: right;
}

/* line 14, app/assets/stylesheets/renalware/modules/_hd.scss */
#hd-session-form-batch-print-modal .modal__footer .left {
  color: var(--dashboard-muted-color);
}

/* line 23, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd_transmission_logs tr.session_import_success td.result {
  background: #f0fae3;
}

/* line 28, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd_transmission_logs tr.file td {
  background: var(--off-white);
  border-bottom: solid 2px #555;
}

/* line 34, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd_transmission_logs tr.session_import_error td.result {
  background-color: #f7dbeb;
}

/* line 42, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-unit-diaries .current-week {
  background-color: #fefff1;
}

/* line 47, app/assets/stylesheets/renalware/modules/_hd.scss */
.which-diary {
  color: #999;
  margin: 0 0 1rem;
  padding: 0;
}

/* line 54, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary__navigation a:first-child {
  float: left;
}

/* line 58, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary__navigation a:last-child {
  float: right;
}

/* line 63, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary__key {
  margin: auto;
  text-align: center;
  width: 50%;
}

/* line 68, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary__key .diary__key--master-diary {
  background-color: var(--white);
}

/* line 72, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary__key .diary__key--weekly-diary {
  background-color: #ffedd4;
}

/* line 76, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary__key .title {
  color: #222;
  display: inline-block;
  font-size: 1.1rem;
}

/* line 82, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary__key ul {
  display: inline-block;
  list-style: none;
}

/* line 86, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary__key ul li {
  border: solid 1px var(--mid-grey);
  display: inline;
  font-size: 0.9rem;
  margin: 0 0.1rem;
  padding: 0.2rem 0.5rem;
}

/* line 97, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary .diary__period {
  margin-bottom: 1.5rem;
}

/* line 101, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary header {
  margin-bottom: 1rem;
  text-align: center;
}

/* line 105, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary header h1,
.diary header h2 {
  display: inline;
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 1rem;
}

/* line 112, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary header h1:last-child,
.diary header h2:last-child {
  color: #222;
}

/* line 118, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary h2 {
  color: var(--mid-grey);
}

/* line 122, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary h3 {
  color: #222;
  font-size: 1.5rem;
}

/* line 128, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary tr:nth-of-type(even) {
  background: var(--white);
}

/* line 133, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary thead {
  border: 0;
}

/* line 136, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary thead tr,
.diary thead tr:nth-of-type(even) {
  background-color: #eee;
}

/* line 140, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary thead tr th,
.diary thead tr:nth-of-type(even) th {
  border-color: #eee;
  text-align: center;
}

/* line 144, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary thead tr th h3,
.diary thead tr:nth-of-type(even) th h3 {
  margin: 0;
  padding: 0;
}

/* line 153, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary tbody th {
  border-left: 5px solid var(--white);
}

/* line 158, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary tbody tr:hover th {
  border-left: 5px solid #222;
}

/* line 164, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary .diary__button {
  background-color: transparent;
  display: inline-block;
  font-size: 0.9rem;
  margin: 0;
  overflow: hidden;
  padding: 0.5rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: nowrap;
  width: 100%;
}

/* line 178, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td {
  background-color: var(--white);
  border: 1px solid var(--light-grey);
  padding: 0;
  text-align: center;
}

/* line 186, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td.infected-patient div {
  border-color: var(--nhs-red) transparent transparent transparent;
  border-style: solid;
  border-width: 2rem 2rem 0 0;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 196, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td:empty {
  background-color: var(--light-grey);
}

/* line 200, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td:hover {
  border-color: #222;
}

/* line 204, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td[data-weekly] {
  background-color: #ffedd4;
}

/* line 207, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td[data-weekly] a {
  color: #222;
}

/* line 211, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td[data-weekly] .diary__button:hover {
  background-color: white;
}

/* line 217, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td[data-master]:hover {
  background-color: var(--almost-white);
}

/* line 221, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td[data-master] .diary__button:hover {
  background-color: var(--almost-white);
}

/* line 226, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td[data-master] {
  background-color: var(--white);
}

/* line 228, app/assets/stylesheets/renalware/modules/_hd.scss */
.diary td[data-master] a {
  color: #222;
}

/* line 236, app/assets/stylesheets/renalware/modules/_hd.scss */
label#toggle-full-hd-profile {
  color: #008cba;
  display: inline-block;
}

/* line 240, app/assets/stylesheets/renalware/modules/_hd.scss */
label#toggle-full-hd-profile:focus {
  color: var(--link-focus-colour);
}

/* line 245, app/assets/stylesheets/renalware/modules/_hd.scss */
.full-hd-profile {
  max-height: 0;
  overflow-y: hidden;
}

/* line 251, app/assets/stylesheets/renalware/modules/_hd.scss */
input#toggle-full-hd-profile-input {
  display: none;
}

/* line 254, app/assets/stylesheets/renalware/modules/_hd.scss */
input#toggle-full-hd-profile-input:checked ~ .full-hd-profile {
  max-height: 500px;
  overflow: hidden;
}

/* line 261, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 265, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions td {
  height: 2rem;
}

/* line 269, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions .has-tip {
  font-weight: normal;
}

/* line 273, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions thead {
  border-bottom: solid 1px #222;
}

/* line 277, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions thead tr th {
  border-bottom: none;
  padding: 3px;
  vertical-align: top;
}

/* line 284, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions thead tr.row2 th {
  font-style: italic;
  font-weight: normal;
}

/* line 292, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions tbody {
  border-top: solid 2px #bbb;
}

/* line 295, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions tbody:last-child {
  border-bottom: solid 1px #bbb;
}

/* line 299, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions tbody:hover {
  background-color: #f9f9f9 !important;
}

/* line 304, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions tbody.dna td {
  background-color: #e6eff8;
}

/* line 310, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions tbody.open td {
  background-color: #fff1cc;
}

/* line 316, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions tbody.dna td {
  background-color: #e6eff8;
}

/* line 323, app/assets/stylesheets/renalware/modules/_hd.scss */
table.hd-sessions tbody td.derived {
  font-style: italic;
}

/* line 332, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-session-form .simple_form label.boolean {
  padding-left: 0;
}

/* line 336, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-session-form .simple_form input.boolean {
  float: none;
  margin-top: 0.3rem;
}

/* line 345, app/assets/stylesheets/renalware/modules/_hd.scss */
.mdm-page .patient-header dl {
  margin-left: 0;
}

/* line 354, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-unmet-preferences thead tr th {
  vertical-align: top;
}

/* line 358, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-unmet-preferences thead tr.secondary th {
  background: #eee;
  border-top: 0;
  font-style: italic;
  font-weight: normal;
}

/* line 367, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-unmet-preferences td {
  vertical-align: top;
}

/* line 371, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-unmet-preferences dl,
.hd-unmet-preferences dd,
.hd-unmet-preferences dt {
  line-height: 1.3rem;
  margin: 0;
  padding: 0;
}

/* line 379, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-unmet-preferences dd {
  margin-bottom: 0.2rem;
}

/*
For the prescription administration section in the HD Session form
use flexbox to layout items inside each prescription.
*/
/* line 388, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*
  This is the checkox to indicate the drug was administered.
  We fix its width as we never want it to shrink.
  */
  /* this section contains select2 inputs and pwd fields for the 2 users */
}

/* line 392, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .summary {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* also a flex for items within it */
}

/* line 396, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .summary .hd-drug {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 0.5rem;
  color: var(--mid-grey);
}

/* line 401, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .summary .hd-drug .hd-drug--name {
  font-weight: bold;
}

/* line 405, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .summary .hd-drug .hd-drug--name,
.hd-drug-administration .summary .hd-drug .hd-drug--dose,
.hd-drug-administration .summary .hd-drug .hd-drug--route,
.hd-drug-administration .summary .hd-drug .hd-drug--prescribed-on,
.hd-drug-administration .summary .hd-drug .hd-drug--frequency,
.hd-drug-administration .summary .hd-drug .hd-drug--prescriber-name,
.hd-drug-administration .summary .hd-drug .hd-drug--prescriber-position {
  display: inline-block;
  padding-right: 0.5rem;
  color: #222;
}

/* line 417, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .summary .hd-drug .hd-drug--prescriber-name,
.hd-drug-administration .summary .hd-drug .hd-drug--prescriber-position {
  color: var(--muted-dark-grey);
  padding-right: 0.3rem;
}

/* line 424, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .summary .hd-drug .hd-drug--termination .hd-drug--termination-date {
  color: #222;
  display: inline-block;
  color: #222;
  padding: 0 0.3rem;
}

/* line 438, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .hd-drug-administered {
  width: 98%;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}

/* line 444, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .hd-drug-administered label,
.hd-drug-administration .hd-drug-administered .radio_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 9rem;
      -ms-flex: 0 1 9rem;
          flex: 0 1 9rem;
}

/* line 451, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .recorded-on {
  width: 98%;
}

/* line 454, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .recorded-on .datepicker {
  width: 140px !important;
}

/* line 459, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .reason-why-not-administered {
  display: none;
}

/* line 464, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration.undecided .authentication {
  display: block;
}

/* line 469, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration.administered {
  border-right-color: var(--nhs-red);
  /* The 'status' values for the prescription-administration */
}

/* line 473, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration.administered[data-token-count="2"] {
  border-right-color: #009639;
}

/* line 479, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration.not-administered .authentication {
  display: none;
}

/* line 483, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration.not-administered .reason-why-not-administered {
  display: block;
}

/* line 488, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .small-input {
  max-width: inherit !important;
}

/* line 492, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .notes {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 1rem;
}

/* line 496, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .notes textarea {
  height: 5.2rem;
}

@media screen and (max-width: 768px) {
  /* line 492, app/assets/stylesheets/renalware/modules/_hd.scss */
  .hd-drug-administration .notes {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

/* line 507, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication {
  -webkit-flex-basis: 330px;
      -ms-flex-preferred-size: 330px;
          flex-basis: 330px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 514, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication.disabled-with-faded-overlay {
  position: relative;
}

/* line 518, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication.disabled-with-faded-overlay:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}

/* line 530, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password {
  display: inline-block;
  width: 50%;
  padding-right: 1rem;
  vertical-align: top;
}

/* line 536, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password .select2-container--default.select2-container--disabled
.select2-selection--single {
  background-color: var(--white);
}

/* line 541, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password .spinner {
  display: none;
}

/* line 546, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password.working .spinner {
  display: inline-block;
}

/* line 550, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password.working .user-password {
  background: var(--mid-grey);
}

/* line 555, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password .error.invalid-password {
  display: none;
}

/* line 560, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password.error small.error {
  display: block;
}

/* line 569, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password .user-password {
  margin-bottom: 0;
}

/* line 573, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password .confirmed {
  display: none;
  text-align: center;
}

/* line 577, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password .confirmed i {
  font-size: 1.6rem;
  color: #009639;
}

/* line 582, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password .confirmed a {
  margin-left: 0.4rem;
}

/* line 588, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password.authorised .user-password {
  display: none;
}

/* line 592, app/assets/stylesheets/renalware/modules/_hd.scss */
.hd-drug-administration .authentication .user-and-password.authorised .confirmed {
  display: block;
}

/* line 601, app/assets/stylesheets/renalware/modules/_hd.scss */
table#hd-session-drugs thead {
  border-bottom: solid 1px #222;
}

/* line 605, app/assets/stylesheets/renalware/modules/_hd.scss */
table#hd-session-drugs .unauthorised tr {
  background-color: #fcf0f7;
}

/* line 608, app/assets/stylesheets/renalware/modules/_hd.scss */
table#hd-session-drugs .unauthorised tr td {
  border-color: #fcf0f7;
}

/* line 614, app/assets/stylesheets/renalware/modules/_hd.scss */
table#hd-session-drugs tr span.given {
  background-color: var(--mid-grey);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0.15rem 0.4rem;
  white-space: nowrap;
}

/* line 618, app/assets/stylesheets/renalware/modules/_hd.scss */
table#hd-session-drugs tr.administered-true span.given {
  background-color: #78be20;
}

/* line 624, app/assets/stylesheets/renalware/modules/_hd.scss */
table#hd-session-drugs tr.administered-false span.given {
  background-color: var(--nhs-red);
}

/* Hide IE banner by default */
/* line 2, app/assets/stylesheets/renalware/modules/_ie11.scss */
.ie-notice {
  display: none;
}

/* Show IE banner on IE10/11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 9, app/assets/stylesheets/renalware/modules/_ie11.scss */
  .ie-notice {
    display: block;
  }
}

/*
  Tailwind CSS is used to style the outer elements in sections/_edit.slim
  and below is the styling for the inner elements to keep the HTML content
  clean. Ideally, we would use JSON to store the data and then style it
  completely using Tailwind but we'll save that for when we want to expand
  the letter sections further.
*/
/* line 9, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.diff del,
.diff ins {
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.diff del strong {
  font-weight: normal;
  background: #fcc;
}

/* line 19, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.diff ins strong {
  font-weight: normal;
  background: #9f9;
}

/* line 25, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.letter-section dl {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}

/* line 29, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.letter-section dl dt, .letter-section dl dd {
  display: inline-block;
  margin: 0;
  line-height: 1.1;
}

/* line 35, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.letter-section dl dt {
  margin-right: 0.3em;
  font-weight: 700;
  color: black;
}

/* line 40, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.letter-section dl dd {
  margin-right: 1em;
}

/* line 45, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.letter-section li {
  border: 1px solid #ddd;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 50, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.letter-section li svg {
  display: none;
}

/* line 54, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.letter-section li:has(input[type="radio"]:checked) {
  border: 2px solid #1d4ed8;
  padding: 7px;
}

/* line 57, app/assets/stylesheets/renalware/modules/_letter_section.scss */
.letter-section li:has(input[type="radio"]:checked) svg {
  display: inline-block;
  fill: var(--nhs-blue);
}

/* line 1, app/assets/stylesheets/renalware/modules/_letters.scss */
table.contacts tbody td {
  vertical-align: top;
}

/* line 6, app/assets/stylesheets/renalware/modules/_letters.scss */
.electronic-ccs ul.actions {
  list-style: none;
  text-align: right;
}

/* line 10, app/assets/stylesheets/renalware/modules/_letters.scss */
.electronic-ccs ul.actions .button, .electronic-ccs ul.actions section.display .section-actions a, section.display .section-actions .electronic-ccs ul.actions a {
  margin: 0.3rem 0 0.2rem 0;
  padding: 0.4rem 0.6rem;
}

/* line 17, app/assets/stylesheets/renalware/modules/_letters.scss */
.letter-preview-admin {
  background-color: #ddd;
  margin-bottom: 20px;
  margin-top: -0.3em;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media print {
  /* line 17, app/assets/stylesheets/renalware/modules/_letters.scss */
  .letter-preview-admin {
    display: none;
  }
}

/* line 28, app/assets/stylesheets/renalware/modules/_letters.scss */
.letter-preview-admin .button, .letter-preview-admin section.display .section-actions a, section.display .section-actions .letter-preview-admin a {
  margin-bottom: 5px;
}

/* line 34, app/assets/stylesheets/renalware/modules/_letters.scss */
.letters .quick-preview {
  font-size: 0.9rem;
}

/* line 37, app/assets/stylesheets/renalware/modules/_letters.scss */
.letters .quick-preview p {
  font-size: 0.9rem;
  line-height: 1rem;
}

/* line 42, app/assets/stylesheets/renalware/modules/_letters.scss */
.letters .quick-preview .admin-notes {
  background-color: table-even-row-colour;
  padding: 2px 0;
  font-size: 0.9rem;
}

/* line 50, app/assets/stylesheets/renalware/modules/_letters.scss */
.letters td.recipient {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 59, app/assets/stylesheets/renalware/modules/_letters.scss */
#add-patient-contact-as-cc-modal {
  max-height: 600px;
  overflow-y: auto;
}

/* line 63, app/assets/stylesheets/renalware/modules/_letters.scss */
#add-patient-contact-as-cc-modal .columns {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

/* line 69, app/assets/stylesheets/renalware/modules/_letters.scss */
textarea.letter-body {
  font-size: 1.1rem;
}

/* line 75, app/assets/stylesheets/renalware/modules/_letters.scss */
table.letters td.state span {
  background-color: var(--mid-grey);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0.15rem 0.4rem;
  white-space: nowrap;
}

/* line 82, app/assets/stylesheets/renalware/modules/_letters.scss */
table.letters tr.pending-review td.state span {
  background-color: var(--nhs-orange);
}

/* line 90, app/assets/stylesheets/renalware/modules/_letters.scss */
table.letters tr.draft td.state span {
  background-color: var(--nhs-aqua-blue);
}

/* line 98, app/assets/stylesheets/renalware/modules/_letters.scss */
table.letters tr.approved td.state span {
  background-color: #009639;
}

/* line 106, app/assets/stylesheets/renalware/modules/_letters.scss */
table.letters tr.completed td.state span {
  background-color: var(--nhs-dark-green);
}

/* line 114, app/assets/stylesheets/renalware/modules/_letters.scss */
#batch-print-modal .cancel-link {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 1rem;
}

/* line 120, app/assets/stylesheets/renalware/modules/_letters.scss */
#batch-print-modal .percent_complete {
  font-size: 1.3rem;
  float: right;
}

/* line 126, app/assets/stylesheets/renalware/modules/_letters.scss */
#batch-print-modal .modal__footer .left {
  color: var(--dashboard-muted-color);
}

/* line 132, app/assets/stylesheets/renalware/modules/_letters.scss */
.batch_results_container {
  text-align: center;
}

/* line 136, app/assets/stylesheets/renalware/modules/_letters.scss */
.generated-batch-print-pdf-container {
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.3rem;
}

/* line 141, app/assets/stylesheets/renalware/modules/_letters.scss */
.generated-batch-print-pdf-container .print-batch-letter {
  padding: 0.5rem 1rem;
  text-decoration: underline;
  color: #009639;
}

/* line 146, app/assets/stylesheets/renalware/modules/_letters.scss */
.generated-batch-print-pdf-container .print-batch-letter:hover {
  color: var(--nhs-dark-green);
}

/* line 150, app/assets/stylesheets/renalware/modules/_letters.scss */
.generated-batch-print-pdf-container .print-batch-letter i {
  padding: 1rem 1rem 1rem 0;
  vertical-align: sub;
  color: #009639;
  font-size: 1.8rem;
}

/* line 159, app/assets/stylesheets/renalware/modules/_letters.scss */
.mailshot-status {
  text-align: center;
  text-transform: uppercase;
}

/* line 163, app/assets/stylesheets/renalware/modules/_letters.scss */
.mailshot-status.mailshot-status--failure, .mailshot-status.mailshot-status--failure:hover {
  background-color: red;
  color: var(--white);
}

/* line 169, app/assets/stylesheets/renalware/modules/_letters.scss */
.mailshot-status.mailshot-status--success, .mailshot-status.mailshot-status--success:hover {
  background-color: #009639;
  color: var(--white);
}

/* line 177, app/assets/stylesheets/renalware/modules/_letters.scss */
turbo-frame#letter_sections .loading-element {
  visibility: hidden;
}

/* line 183, app/assets/stylesheets/renalware/modules/_letters.scss */
turbo-frame#letter_sections[busy] .loading-element {
  visibility: initial;
}

/* line 1, app/assets/stylesheets/renalware/modules/_medications.scss */
.medication-review {
  float: left;
}

/* line 4, app/assets/stylesheets/renalware/modules/_medications.scss */
.medication-review .medication-review--content {
  background-color: #e8f6fc;
  -webkit-border-radius: 0.8rem;
          border-radius: 0.8rem;
  padding: 0.1rem 0.7rem;
  -webkit-box-shadow: 1px 1px 1px 0 #eee;
          box-shadow: 1px 1px 1px 0 #eee;
}

/* line 12, app/assets/stylesheets/renalware/modules/_medications.scss */
input.discardable-checkbox-used-when-reviewing-drugs-with-patient[type="checkbox"] {
  margin: 0 0 2px 0;
}

/* line 16, app/assets/stylesheets/renalware/modules/_medications.scss */
.add_prescription {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/renalware/modules/_medications.scss */
#prescriptions h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.3rem 0;
}

/* line 28, app/assets/stylesheets/renalware/modules/_medications.scss */
.med-form.content ul.drug-results {
  border: 1px solid #ccc;
  height: 15em;
  overflow-y: scroll;
  padding: 1em;
}

/* line 34, app/assets/stylesheets/renalware/modules/_medications.scss */
.med-form.content ul.drug-results li.drug-select-link {
  cursor: pointer;
  text-decoration: underline;
}

/* line 40, app/assets/stylesheets/renalware/modules/_medications.scss */
.med-form .row.boolean {
  padding-left: 0;
}

/* line 43, app/assets/stylesheets/renalware/modules/_medications.scss */
.med-form .row.boolean label {
  padding-left: 0;
  padding-right: 1rem;
}

/* line 48, app/assets/stylesheets/renalware/modules/_medications.scss */
.med-form .row.boolean input {
  margin: 0;
}

/* line 65, app/assets/stylesheets/renalware/modules/_medications.scss */
.find-drug-list ul.drug-results-admin {
  height: 20em;
  overflow-y: scroll;
}

/* line 72, app/assets/stylesheets/renalware/modules/_medications.scss */
.drug-by-select {
  display: none;
}

/* line 76, app/assets/stylesheets/renalware/modules/_medications.scss */
.drug-results {
  display: none;
}

/* line 80, app/assets/stylesheets/renalware/modules/_medications.scss */
dl.medication-history {
  left: 0.9em;
}

/* line 84, app/assets/stylesheets/renalware/modules/_medications.scss */
#drug-type-prescriptions {
  table-layout: auto;
}

/* line 86, app/assets/stylesheets/renalware/modules/_medications.scss */
#drug-type-prescriptions th.drug_name {
  min-width: 8rem;
  width: 25%;
}

/* line 91, app/assets/stylesheets/renalware/modules/_medications.scss */
#drug-type-prescriptions th.patient_name {
  min-width: 8rem;
}

/* line 95, app/assets/stylesheets/renalware/modules/_medications.scss */
#drug-type-prescriptions th.patient_sex,
#drug-type-prescriptions th.patient_age {
  width: 2.5rem;
}

/* line 100, app/assets/stylesheets/renalware/modules/_medications.scss */
#drug-type-prescriptions th.route_code {
  width: 3rem;
}

/* line 104, app/assets/stylesheets/renalware/modules/_medications.scss */
#drug-type-prescriptions th.dose {
  width: 4rem;
}

/* line 108, app/assets/stylesheets/renalware/modules/_medications.scss */
#drug-type-prescriptions th.modality {
  width: 5rem;
}

/* line 112, app/assets/stylesheets/renalware/modules/_medications.scss */
#drug-type-prescriptions th.frequency {
  width: 5rem;
}

/* line 116, app/assets/stylesheets/renalware/modules/_medications.scss */
#drug-type-prescriptions th.hosp_no {
  width: 5rem;
}

/* line 122, app/assets/stylesheets/renalware/modules/_medications.scss */
#print-home-delivery-drugs-modal .modal .modal__header h2 span {
  color: #222;
  font-weight: normal;
}

/* line 128, app/assets/stylesheets/renalware/modules/_medications.scss */
#print-home-delivery-drugs-modal .modal .show-after-printing a {
  margin-right: 1rem;
}

/* line 133, app/assets/stylesheets/renalware/modules/_medications.scss */
#print-home-delivery-drugs-modal .modal .panel {
  padding: 0.5rem 1rem;
}

/* line 2, app/assets/stylesheets/renalware/modules/_messaging.scss */
.read-messages .mark-as-read,
.read-messages .keep-as-unread {
  display: none;
}

/* line 9, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages .urgent {
  background-color: #fef9c3 !important;
}

/* line 13, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages .urgent .state span {
  background-color: var(--mid-grey);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0.15rem 0.4rem;
  white-space: nowrap;
  background-color: var(--nhs-orange);
}

/* line 18, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages ul.actions {
  list-style: none;
  text-align: right;
}

/* line 22, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages ul.actions .button, .messages ul.actions section.display .section-actions a, section.display .section-actions .messages ul.actions a {
  margin: 0.3rem 0 0.2rem 0;
  padding: 0.4rem 0.6rem;
}

/* line 28, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages .message-preview {
  padding: 0.4rem 1rem;
}

/* line 31, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages .message-preview .subject {
  font-weight: bold;
  margin: 0 0 0.5rem;
}

/* line 37, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages h2 {
  float: left;
}

/* line 41, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages .messages-key {
  float: right;
  margin: 0.3rem 0 0.5rem;
}

/* line 45, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages .messages-key span {
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  padding: 0.2rem 0.4rem;
}

/* line 51, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages .message-toggleable-row {
  border-left: solid 3px #ccc;
}

/* line 57, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages .content-toggled td {
  border-bottom: none;
}

/* line 61, app/assets/stylesheets/renalware/modules/_messaging.scss */
.messages .content-toggled td:first-child {
  border-left: solid 3px #ccc;
}

/* line 1, app/assets/stylesheets/renalware/modules/_modalities.scss */
a.show {
  display: none;
}

/* line 5, app/assets/stylesheets/renalware/modules/_modalities.scss */
.reference {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/renalware/modules/_pathology.scss */
table.pathology-observation-diff {
  width: auto;
}

/*
Note that to get position sticky to work in the embedded scroll div we need to
add a height if using overflow: auto. We also need the top lh th to be both
left: 0 and top: 0 and have a zindex of 2
*/
/* line 10, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations {
  border-collapse: collapse;
  white-space: nowrap;
  width: auto;
  background: transparent;
  /*
  Highlight the column on hover.
  See https://css-tricks.com/simple-css-row-column-highlighting/
  */
}

/* line 27, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations tbody th {
  padding: 0 0.3rem;
}

/* line 35, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations tbody td {
  height: 2rem;
  overflow: hidden;
  padding: 0 0.2rem;
  text-align: center;
  text-overflow: ellipsis;
  max-width: 4rem;
}

/* line 44, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations tbody td.triangle_in_corner {
  overflow: visible;
  max-width: unset;
}

/* line 50, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations tbody td .triangle-top-right {
  border-color: transparent var(--nhs-bright-blue) transparent transparent;
  border-style: solid;
  border-width: 0 11px 10px 0;
  display: inline-block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

/* line 62, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations tbody td:hover {
  font-weight: bold;
}

/* line 68, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations td.hgb {
  background-color: #fc9;
}

/* line 72, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations td.cre,
table#observations td.ure,
table#observations td.pot {
  background-color: #cf9;
}

/* line 101, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations td,
table#observations th {
  border: 1px solid #ddd;
  font-size: 0.85rem;
}

/* line 108, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations.transposed tr {
  display: block;
  float: left;
}

/* line 113, app/assets/stylesheets/renalware/modules/_pathology.scss */
table#observations.transposed th,
table#observations.transposed td {
  display: block;
}

/* line 120, app/assets/stylesheets/renalware/modules/_pathology.scss */
.current-observations {
  float: left;
  margin-right: 1em;
  width: auto;
}

/* line 126, app/assets/stylesheets/renalware/modules/_pathology.scss */
.current-observations tbody td,
.current-observations tbody th {
  font-size: 0.9rem;
}

/* line 132, app/assets/stylesheets/renalware/modules/_pathology.scss */
.current-observations tbody th:first-child {
  width: 4rem;
}

/* line 138, app/assets/stylesheets/renalware/modules/_pathology.scss */
.current-observations tbody td:last-child {
  width: 8rem;
}

/* line 145, app/assets/stylesheets/renalware/modules/_pathology.scss */
#observation-requests {
  height: auto;
}

/* line 2, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  margin: 3px 4px 0 4px;
  padding: 0;
}

@media print {
  /* line 2, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-summary {
    display: none;
  }
}

/* line 12, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary > div {
  margin: 0 3px 0 0;
  padding: 0.1em 0.2em 0.1rem 0.5em;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

@media only screen and (max-width: 40em) {
  /* line 12, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-summary > div {
    display: block;
  }
}

/* line 21, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary > div a {
  color: #222;
}

/* line 24, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary > div a:hover {
  color: var(--black);
}

/* line 30, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary dl {
  float: none;
  font-size: inherit;
  margin: 0;
  padding: 0;
  white-space: normal;
  width: auto;
}

/* line 38, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary dl dt,
.patient-summary dl dd {
  display: inline;
  margin-right: 0.4rem;
  white-space: initial;
}

/* line 46, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary .renal-profile {
  background-color: #dbeafe;
}

@media only screen and (max-width: 40em) {
  /* line 46, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-summary .renal-profile {
    width: 100%;
  }
}

/* line 54, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary .allergies {
  background-color: #fef08a;
}

@media only screen and (max-width: 40em) {
  /* line 54, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-summary .allergies {
    width: 100%;
  }
}

/* line 61, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary .allergies .allergy_status {
  margin-left: 3px;
  margin-right: 0;
}

/* line 66, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary .allergies span {
  margin-right: 3px;
}

/* line 70, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-summary .allergies .allergy_status,
.patient-summary .allergies .allergy_descriptions {
  font-weight: bold;
}

/* line 77, app/assets/stylesheets/renalware/modules/_patients.scss */
select.dob {
  display: inline-block;
  width: 30%;
}

/* line 82, app/assets/stylesheets/renalware/modules/_patients.scss */
ul.provider {
  display: inline-block;
  padding-right: 2em;
}

/* line 87, app/assets/stylesheets/renalware/modules/_patients.scss */
.provider > li {
  display: inline-block;
}

/* line 91, app/assets/stylesheets/renalware/modules/_patients.scss */
.med-list > li {
  display: inline-block;
}

/* line 95, app/assets/stylesheets/renalware/modules/_patients.scss */
.collapse-patient-menu .patient-content {
  left: 0;
}

/* line 99, app/assets/stylesheets/renalware/modules/_patients.scss */
.full-screenable {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
}

/* line 103, app/assets/stylesheets/renalware/modules/_patients.scss */
.page-heading h1 {
  margin: 0;
  padding: 0;
}

/* line 108, app/assets/stylesheets/renalware/modules/_patients.scss */
.page-heading {
  float: left;
  margin: 0.7rem 0 1.1rem;
  width: 100%;
}

/* line 113, app/assets/stylesheets/renalware/modules/_patients.scss */
.page-heading > li {
  float: left;
  list-style-type: none;
  margin: 0 1.5rem 0 0;
  padding: 0;
}

/* line 121, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header {
  background-color: var(--nhs-blue);
}

@media print {
  /* line 121, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header {
    font-weight: bold;
    margin-bottom: 1rem;
  }
}

/* line 128, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl {
  font-size: 1.1rem;
  margin: 0 0 0 0.5em;
  line-height: 1.5;
}

/* line 133, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl dt {
  color: var(--white);
  display: inline-block;
  font-size: 0.6em;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media print, only screen and (min-width:64.063em) {
  /* line 133, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header dl dt {
    font-size: 0.7em;
  }
}

/* line 151, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl dd {
  color: var(--white);
  display: inline;
  font-size: 1em;
  margin: 0 0.5em 0 0.1em;
  line-height: inherit;
}

/* line 159, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl dd.selectable {
  -ms-user-select: all;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

/* line 164, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl dd.name {
  display: inline;
  font-size: 1.4em;
  margin-left: 0;
  margin-right: 0.4em;
  width: 100%;
}

/* line 172, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl dd.patient-menu-toggler {
  display: block;
}

@media only screen and (min-width: 830px) {
  /* line 172, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header dl dd.patient-menu-toggler {
    display: inline;
  }
}

/* line 179, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl dd.patient-menu-toggler a,
.patient-header dl dd.patient-menu-toggler a:visited {
  color: var(--white);
}

/* line 184, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl dd.patient-menu-toggler a:hover i,
.patient-header dl dd.patient-menu-toggler a:visited:hover i {
  color: var(--white);
}

/* line 189, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl dd.patient-menu-toggler a i,
.patient-header dl dd.patient-menu-toggler a:visited i {
  color: var(--nhs-light-blue);
  display: inline-block;
  font-size: 0.9em;
  padding-right: 0.4rem;
}

@media print {
  /* line 189, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header dl dd.patient-menu-toggler a i,
.patient-header dl dd.patient-menu-toggler a:visited i {
    display: none;
  }
}

/* line 202, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl dd.back-link {
  font-size: 1rem;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  /* line 151, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header dl dd {
    font-size: 1.1em;
  }
  /* line 209, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header dl dd.name {
    width: auto;
  }
}

@media print, only screen and (min-width:64.063em) {
  /* line 151, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header dl dd {
    font-size: 1.4em;
    margin: 0 0.6rem 0 0.2em;
  }
  /* line 218, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header dl dd.name {
    font-size: 1.6em;
    margin-right: 0.6em;
    width: auto;
  }
  /* line 224, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header dl dd.patient-menu-toggler {
    font-size: 1.8rem;
  }
}

/* line 230, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl.hospital_no {
  display: inline-block;
  margin-left: 0;
  margin-right: 0.6em;
  margin-top: 0.1rem;
}

/* line 236, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl.hospital_no dt,
.patient-header dl.hospital_no dd {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 243, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header dl.hospital_no dd {
  font-size: 1em;
  line-height: 0.9rem;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  /* line 249, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header dl.hospital_no dd {
    line-height: 0.7rem;
  }
}

/* line 256, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header .menu-icon {
  cursor: pointer;
  display: inline-block;
  height: 21px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}

@media only screen and (min-width:64.063em) {
  /* line 256, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header .menu-icon {
    height: 24px;
    width: 21px;
  }
}

/* line 270, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header .menu-icon::after {
  background: #ddd;
  -webkit-box-shadow: 0 6px 0 #ddd, 0 12px 0 #ddd;
          box-shadow: 0 6px 0 #ddd, 0 12px 0 #ddd;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (min-width:64.063em) {
  /* line 270, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header .menu-icon::after {
    -webkit-box-shadow: 0 7px 0 #ddd, 0 14px 0 #ddd;
            box-shadow: 0 7px 0 #ddd, 0 14px 0 #ddd;
  }
}

/* line 288, app/assets/stylesheets/renalware/modules/_patients.scss */
.patient-header .menu-icon:hover::after {
  background: var(--white);
  -webkit-box-shadow: 0 6px 0 var(--white), 0 12px 0 var(--white);
          box-shadow: 0 6px 0 var(--white), 0 12px 0 var(--white);
}

@media only screen and (min-width:64.063em) {
  /* line 288, app/assets/stylesheets/renalware/modules/_patients.scss */
  .patient-header .menu-icon:hover::after {
    -webkit-box-shadow: 0 7px 0 var(--white), 0 14px 0 var(--white);
            box-shadow: 0 7px 0 var(--white), 0 14px 0 var(--white);
  }
}

/* line 300, app/assets/stylesheets/renalware/modules/_patients.scss */
#screen-is-mobile-size {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 300, app/assets/stylesheets/renalware/modules/_patients.scss */
  #screen-is-mobile-size {
    display: inline;
  }
}

/* line 309, app/assets/stylesheets/renalware/modules/_patients.scss */
#bookmarks tr.urgent {
  background-color: #ffffc8;
}

/* line 320, app/assets/stylesheets/renalware/modules/_patients.scss */
form .blood-pressure.with-errors input {
  margin-bottom: 0;
}

/* line 325, app/assets/stylesheets/renalware/modules/_patients.scss */
form .blood-pressure.with-errors small.error {
  margin-bottom: 0;
}

/* line 328, app/assets/stylesheets/renalware/modules/_patients.scss */
form .blood-pressure.with-errors small.error:only-child {
  margin-bottom: 0.75rem;
}

/* line 332, app/assets/stylesheets/renalware/modules/_patients.scss */
form .blood-pressure.with-errors small.error:nth-child(2) {
  margin-bottom: 0.75rem;
}

/* line 341, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--messages {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  width: 100%;
  float: left;
}

/* line 345, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--timeline,
.page--patients-clinical_summaries .summary-part--letters {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  width: 100%;
  float: left;
}

/* line 350, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--problems,
.page--patients-clinical_summaries .summary-part--prescriptions {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width:64.063em) {
  /* line 350, app/assets/stylesheets/renalware/modules/_patients.scss */
  .page--patients-clinical_summaries .summary-part--problems,
.page--patients-clinical_summaries .summary-part--prescriptions {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 50%;
    float: left;
  }
}

/* line 359, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--events,
.page--patients-clinical_summaries .summary-part--admissions,
.page--patients-clinical_summaries .summary-part--eq5d,
.page--patients-clinical_summaries .summary-part--consults {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width:120.063em) {
  /* line 359, app/assets/stylesheets/renalware/modules/_patients.scss */
  .page--patients-clinical_summaries .summary-part--events,
.page--patients-clinical_summaries .summary-part--admissions,
.page--patients-clinical_summaries .summary-part--eq5d,
.page--patients-clinical_summaries .summary-part--consults {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 50%;
    float: left;
  }
}

/* line 370, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--bookmark-notes,
.page--patients-clinical_summaries .summary-part--worryboard-notes {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width:40.063em) {
  /* line 370, app/assets/stylesheets/renalware/modules/_patients.scss */
  .page--patients-clinical_summaries .summary-part--bookmark-notes,
.page--patients-clinical_summaries .summary-part--worryboard-notes {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 50%;
    float: left;
  }
}

/* line 378, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--bookmark-notes p,
.page--patients-clinical_summaries .summary-part--worryboard-notes p {
  padding: 0.2rem 0 0 0;
}

/* line 382, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--bookmark-notes .urgent,
.page--patients-clinical_summaries .summary-part--worryboard-notes .urgent {
  background-color: var(--nhs-yellow);
  padding: 0.05rem 0.6rem;
  display: inline-block;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  margin-right: 0.4rem;
}

/* line 390, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--bookmark-notes .lozenge,
.page--patients-clinical_summaries .summary-part--worryboard-notes .lozenge {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  display: inline-block;
}

/* line 396, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--bookmark-notes .lozenge ul,
.page--patients-clinical_summaries .summary-part--worryboard-notes .lozenge ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 401, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--bookmark-notes .lozenge ul li,
.page--patients-clinical_summaries .summary-part--worryboard-notes .lozenge ul li {
  padding: 0 0.4rem;
  background-color: #009639;
  line-height: 1.4rem;
  color: var(--white);
  margin-right: 0.3rem;
}

/* line 413, app/assets/stylesheets/renalware/modules/_patients.scss */
.page--patients-clinical_summaries .summary-part--eq5d table td,
.page--patients-clinical_summaries .summary-part--eq5d table th {
  text-align: center;
}

/* line 421, app/assets/stylesheets/renalware/modules/_patients.scss */
#select2-practice-search-results li {
  font-size: 0.9rem;
}

/* line 423, app/assets/stylesheets/renalware/modules/_patients.scss */
#select2-practice-search-results li b {
  display: block;
  font-size: 1rem;
}

/* line 431, app/assets/stylesheets/renalware/modules/_patients.scss */
.add-patient-from-master-index table td a {
  margin: 0;
}

/* line 1, app/assets/stylesheets/renalware/modules/_pd.scss */
.pet-results--samples-table,
.adequacy-results--samples-table {
  max-width: 640px;
}

/* line 5, app/assets/stylesheets/renalware/modules/_pd.scss */
.pet-results--samples-table th,
.adequacy-results--samples-table th {
  width: 14.3%;
}

/* line 9, app/assets/stylesheets/renalware/modules/_pd.scss */
.pet-results--samples-table thead,
.pet-results--samples-table tbody,
.pet-results--samples-table th,
.pet-results--samples-table td,
.adequacy-results--samples-table thead,
.adequacy-results--samples-table tbody,
.adequacy-results--samples-table th,
.adequacy-results--samples-table td {
  border: none;
  text-align: center;
}

/* line 17, app/assets/stylesheets/renalware/modules/_pd.scss */
.pet-results--samples-table input,
.adequacy-results--samples-table input {
  margin: 0;
}

/* line 22, app/assets/stylesheets/renalware/modules/_pd.scss */
.adequacy-path-table {
  background-color: transparent;
}

/* line 24, app/assets/stylesheets/renalware/modules/_pd.scss */
.adequacy-path-table thead,
.adequacy-path-table tbody,
.adequacy-path-table th,
.adequacy-path-table td {
  border: none;
  text-align: center;
}

/* line 32, app/assets/stylesheets/renalware/modules/_pd.scss */
.adequacy-path-table thead tr:first-child th {
  font-style: italic;
  text-align: center;
}

/* line 37, app/assets/stylesheets/renalware/modules/_pd.scss */
.adequacy-path-table .bottom-border {
  border-bottom: 1px solid #ccc;
}

/* line 43, app/assets/stylesheets/renalware/modules/_pd.scss */
.current-regime h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5rem 0 0.2em;
}

/* line 51, app/assets/stylesheets/renalware/modules/_pd.scss */
.regime-bags dl {
  display: inline;
}

/* line 53, app/assets/stylesheets/renalware/modules/_pd.scss */
.regime-bags dl dd,
.regime-bags dl dt {
  display: inline;
}

/* line 58, app/assets/stylesheets/renalware/modules/_pd.scss */
.regime-bags dl dt {
  margin-right: 0.2rem;
}

/* line 62, app/assets/stylesheets/renalware/modules/_pd.scss */
.regime-bags dl dd {
  margin-right: 0.6rem;
}

/* line 68, app/assets/stylesheets/renalware/modules/_pd.scss */
dl.pd-regime-details {
  min-width: 300px;
}

/* line 72, app/assets/stylesheets/renalware/modules/_pd.scss */
form .row .columns .validate-days-of-week {
  border: 1px #f00 solid;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}

/* line 78, app/assets/stylesheets/renalware/modules/_pd.scss */
form .row .columns .validate-add-min-bag {
  border: 2px #f00 solid;
  height: 3.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  width: 7rem;
  z-index: 1;
}

/* line 89, app/assets/stylesheets/renalware/modules/_pd.scss */
.bag-days .title label {
  display: inline-block;
}

/* line 93, app/assets/stylesheets/renalware/modules/_pd.scss */
.bag-days .title a {
  padding-left: 1rem;
}

/* line 99, app/assets/stylesheets/renalware/modules/_pd.scss */
.pd-form {
  max-width: 840px;
}

/* line 6, app/assets/stylesheets/renalware/modules/_problems.scss */
table#problems td span,
table#current_problems td span,
table#archived_problems td span {
  line-height: 1.1rem;
}

/* line 10, app/assets/stylesheets/renalware/modules/_problems.scss */
table#problems td ol,
table#current_problems td ol,
table#archived_problems td ol {
  font-size: 1em;
  list-style-type: lower-latin;
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/renalware/modules/_problems.scss */
table#problems .snomed-problem,
table#current_problems .snomed-problem,
table#archived_problems .snomed-problem {
  background-color: #ccfeff;
}

/* Problem lists lookup */
/* line 23, app/assets/stylesheets/renalware/modules/_problems.scss */
strong.snomed_id {
  font-family: "Courier New", Courier, monospace;
}

/* line 28, app/assets/stylesheets/renalware/modules/_problems.scss */
.select2-container--default .problem-option {
  font-family: "Courier New", Courier, monospace;
  margin-left: 1rem;
}

/* line 33, app/assets/stylesheets/renalware/modules/_problems.scss */
.select2-container--default .problem-freetext-option {
  font-style: italic;
  color: var(--mid-grey);
  margin-left: 1rem;
}

/* line 40, app/assets/stylesheets/renalware/modules/_problems.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] .problem-option,
.select2-container--default .select2-results__option--highlighted[aria-selected] .problem-freetext-option {
  color: var(--off-white);
}

/* line 1, app/assets/stylesheets/renalware/modules/_renal.scss */
.patient-missing-data {
  background-color: var(--nhs-red);
  color: var(--white);
  padding: 0 0.2rem;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

/* line 10, app/assets/stylesheets/renalware/modules/_renal.scss */
.renal-registry-preflight-checks .missing-data span {
  background-color: #222;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: normal;
  margin-right: 0.2rem;
  padding: 0.15rem 0.4rem;
  white-space: nowrap;
}

/* line 20, app/assets/stylesheets/renalware/modules/_renal.scss */
.renal-registry-preflight-checks .missing-data span.comorbidities_at_esrf {
  background-color: var(--nhs-aqua-blue);
}

/* line 24, app/assets/stylesheets/renalware/modules/_renal.scss */
.renal-registry-preflight-checks .missing-data span.prd {
  background-color: var(--nhs-orange);
}

/* line 28, app/assets/stylesheets/renalware/modules/_renal.scss */
.renal-registry-preflight-checks .missing-data span.first_seen_on {
  background-color: #009639;
}

/* line 32, app/assets/stylesheets/renalware/modules/_renal.scss */
.renal-registry-preflight-checks .missing-data span.ethnicity {
  background-color: var(--nhs-dark-green);
}

/* line 40, app/assets/stylesheets/renalware/modules/_renal.scss */
table.aki-alerts tr:nth-of-type(even) {
  background: var(--white);
}

/* line 44, app/assets/stylesheets/renalware/modules/_renal.scss */
table.aki-alerts tr.aki_alert--hotlist {
  background-color: #ffffc8;
}

/* line 48, app/assets/stylesheets/renalware/modules/_renal.scss */
table.aki-alerts tr td.notes {
  text-align: right;
  vertical-align: top;
}

/* line 5, app/assets/stylesheets/renalware/modules/_rotated_tables_headings.scss */
.table-header-rotated {
  width: auto;
}

/* line 8, app/assets/stylesheets/renalware/modules/_rotated_tables_headings.scss */
.table-header-rotated th.rotate {
  height: 138px;
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/renalware/modules/_rotated_tables_headings.scss */
.table-header-rotated th.rotate > div {
  -webkit-transform: translate(25px, 51px) rotate(315deg);
      -ms-transform: translate(25px, 51px) rotate(315deg);
          transform: translate(25px, 51px) rotate(315deg);
  width: 2rem;
}

/* line 21, app/assets/stylesheets/renalware/modules/_rotated_tables_headings.scss */
.table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 0.4rem 0rem;
  margin: 0 0 1.1rem -0.5rem;
}

/* line 29, app/assets/stylesheets/renalware/modules/_rotated_tables_headings.scss */
.table-header-rotated th.row-header {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

/* line 34, app/assets/stylesheets/renalware/modules/_rotated_tables_headings.scss */
.table-header-rotated th {
  overflow: visible;
  vertical-align: inherit;
}

/* line 2, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets h1 {
  margin: 20px 0;
}

/* line 6, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets.modal {
  overflow-y: initial !important;
}

/* line 9, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets.modal .modal-header {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets.modal .modal-header h1 {
  font-size: 1.5rem;
  margin: 0 0 0.2rem 0;
}

/* line 18, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets.modal .modal-header .reveal-modal-close {
  font-size: 1.6rem;
  position: absolute;
  right: 1.1rem;
  top: 0.5rem;
}

/* line 24, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets.modal .modal-header .reveal-modal-close i {
  padding-right: 5px;
}

/* line 30, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets.modal .scrollable {
  clear: both;
  height: 300px;
  overflow-y: auto;
}

/* line 37, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets #snippet-search-form {
  float: left;
  margin-top: 4px;
  min-width: 300px;
}

/* line 42, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets #snippet-search-form button,
.snippets #snippet-search-form input {
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table {
  table-layout: fixed;
}

/* line 51, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table td {
  vertical-align: top;
}

/* line 58, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table td.title {
  vertical-align: middle;
}

/* line 65, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table td.last_used_on, .snippets table td.updated_at, .snippets table td.times_used, .snippets table td.author,
.snippets table th.last_used_on,
.snippets table th.updated_at,
.snippets table th.times_used,
.snippets table th.author {
  display: none;
}

/* line 73, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table td.body {
  height: 1rem;
  position: relative;
}

/* line 77, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table td.body:after {
  bottom: 0;
  -webkit-box-shadow: 0 0 0.5em 0.5em #fff;
          box-shadow: 0 0 0.5em 0.5em #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 89, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table td.body.expanded {
  height: 100%;
}

/* line 92, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table td.body.expanded .body-content {
  height: 100%;
}

/* line 96, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table td.body.expanded:after {
  background: none;
}

/* line 101, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets table td.body .body-content {
  height: 1rem;
}

@media only screen and (min-width:40.063em) {
  /* line 109, app/assets/stylesheets/renalware/modules/_snippets.scss */
  .snippets table td.author,
.snippets table th.author {
    display: table-cell;
  }
}

@media only screen and (min-width:64.063em) {
  /* line 118, app/assets/stylesheets/renalware/modules/_snippets.scss */
  .snippets table td.last_used_on,
.snippets table th.last_used_on {
    display: table-cell;
  }
}

@media only screen and (min-width:90.063em) {
  /* line 127, app/assets/stylesheets/renalware/modules/_snippets.scss */
  .snippets table td.updated_at,
.snippets table th.updated_at {
    display: table-cell;
  }
}

/* line 134, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets .tabs {
  float: left;
  list-style-type: none;
  margin: 0 0 2px 0 !important;
  padding: 10px 50px 7px 4px;
}

/* line 140, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets .tabs li {
  background-color: #ddd;
  -webkit-border-radius: 4px 5px 0 0;
          border-radius: 4px 5px 0 0;
  display: inline;
  padding: 8px 20px 12px 15px;
}

/* line 146, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets .tabs li .fa,
.snippets .tabs li .far,
.snippets .tabs li .fas,
.snippets .tabs li .toggler i,
.toggler .snippets .tabs li i,
.snippets .tabs li .bart-chart-icon i,
.bart-chart-icon .snippets .tabs li i {
  margin-right: 7px;
}

/* line 152, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets .tabs li.active {
  background-color: #fff;
  border: solid 1px #ccc;
  border-bottom: solid 1px #fff;
}

/* line 160, app/assets/stylesheets/renalware/modules/_snippets.scss */
.snippets .pagination {
  margin-bottom: 15px;
}

/* line 165, app/assets/stylesheets/renalware/modules/_snippets.scss */
a.insert-snippet-button,
a.editor-toolbar-button {
  margin-bottom: 5px !important;
  margin-left: 1rem;
  padding: 5px 8px;
}

/* line 7, app/assets/stylesheets/renalware/modules/_surveys.scss */
dl.pos-s-key {
  font-size: 0.9rem;
  margin-top: 2rem;
}

/* line 11, app/assets/stylesheets/renalware/modules/_surveys.scss */
dl.pos-s-key dt,
dl.pos-s-key dd {
  display: inline-block;
  padding-right: 0.2rem;
}

/* line 17, app/assets/stylesheets/renalware/modules/_surveys.scss */
dl.pos-s-key dd {
  padding: 0 0.2rem;
  margin-right: 1rem;
}

/* line 22, app/assets/stylesheets/renalware/modules/_surveys.scss */
dl.pos-s-key dt {
  padding: 0 0.5rem;
  text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: solid 1px #ddd;
  margin-right: 0.2rem;
}

/* line 31, app/assets/stylesheets/renalware/modules/_surveys.scss */
.pos-s--0 {
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 36, app/assets/stylesheets/renalware/modules/_surveys.scss */
.pos-s--1 {
  background-color: #fff8e8;
  border: solid 1px #ccc;
}

/* line 41, app/assets/stylesheets/renalware/modules/_surveys.scss */
.pos-s--2 {
  background-color: #ffe8b4;
  border: solid 1px #ccc;
}

/* line 46, app/assets/stylesheets/renalware/modules/_surveys.scss */
.pos-s--3 {
  background-color: #ffb81c;
  border: solid 1px #ccc;
}

/* line 51, app/assets/stylesheets/renalware/modules/_surveys.scss */
.pos-s--4 {
  background-color: #ed8b00;
  border: solid 1px #ccc;
}

/* line 57, app/assets/stylesheets/renalware/modules/_surveys.scss */
.summary-part--pos_s table td {
  text-align: center;
}

/* line 60, app/assets/stylesheets/renalware/modules/_surveys.scss */
.summary-part--pos_s table td:first-child {
  text-align: left;
}

/* line 65, app/assets/stylesheets/renalware/modules/_surveys.scss */
.summary-part--pos_s table .summary-part--pos_s-patient-question-text {
  text-align: right;
}

/* line 1, app/assets/stylesheets/renalware/modules/_system.scss */
.system-message {
  line-height: 1.4;
  padding-top: .3rem;
  padding-bottom: .4rem;
}

/* line 6, app/assets/stylesheets/renalware/modules/_system.scss */
.system-message h2 {
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 11, app/assets/stylesheets/renalware/modules/_system.scss */
.system-message h1,
.system-message h2,
.system-message p,
.system-message div,
.system-message span {
  color: var(--white);
  margin-top: 0;
  margin: 0;
  padding: 0;
}

/* line 25, app/assets/stylesheets/renalware/modules/_system.scss */
.system-message.info h1,
.system-message.info h2,
.system-message.info p,
.system-message.info div,
.system-message.info span, .system-message.success h1,
.system-message.success h2,
.system-message.success p,
.system-message.success div,
.system-message.success span, .system-message.warning h1,
.system-message.warning h2,
.system-message.warning p,
.system-message.warning div,
.system-message.warning span {
  color: #222;
}

/* line 34, app/assets/stylesheets/renalware/modules/_system.scss */
.system-message p {
  margin: 0;
  padding: 0;
}

/* line 45, app/assets/stylesheets/renalware/modules/_system.scss */
.download {
  border: solid 1px var(--light-grey);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.3rem 0.5rem;
}

/* line 51, app/assets/stylesheets/renalware/modules/_system.scss */
.download:hover {
  background-color: #fefefe;
}

/* line 55, app/assets/stylesheets/renalware/modules/_system.scss */
.download .file {
  font-size: 1.3rem;
  display: table-cell;
  padding-right: 1rem;
  vertical-align: top;
}

/* line 61, app/assets/stylesheets/renalware/modules/_system.scss */
.download .file a {
  color: var(--winter-sky);
}

/* line 63, app/assets/stylesheets/renalware/modules/_system.scss */
.download .file a:active, .download .file a:visited {
  color: var(--winter-sky);
}

/* line 67, app/assets/stylesheets/renalware/modules/_system.scss */
.download .file a:hover {
  color: var(--winter-sky);
}

/* line 72, app/assets/stylesheets/renalware/modules/_system.scss */
.download .details {
  display: table-cell;
}

/* line 75, app/assets/stylesheets/renalware/modules/_system.scss */
.download .details h3 {
  font-size: 1.3rem;
  margin: 0;
}

/* line 79, app/assets/stylesheets/renalware/modules/_system.scss */
.download .details h3 a {
  color: #333;
}

/* line 81, app/assets/stylesheets/renalware/modules/_system.scss */
.download .details h3 a:active, .download .details h3 a:visited {
  color: #333;
}

/* line 85, app/assets/stylesheets/renalware/modules/_system.scss */
.download .details h3 a:hover {
  color: var(--black);
  text-decoration: underline;
}

/* line 92, app/assets/stylesheets/renalware/modules/_system.scss */
.download .details .updated_at {
  font-size: 0.7rem;
  color: #888;
}

/* line 97, app/assets/stylesheets/renalware/modules/_system.scss */
.download .details p {
  padding: 0;
  margin: 0 0 0.2rem 0;
}

/* line 102, app/assets/stylesheets/renalware/modules/_system.scss */
.download .details .actions {
  margin-top: 0.3rem;
}

/* line 3, app/assets/stylesheets/renalware/modules/_transplants.scss */
.infections tr td:last-child {
  width: 200px;
}

/* line 12, app/assets/stylesheets/renalware/modules/_transplants.scss */
.transplant-donor-operation-form .diagnosis-table tr td:last-child {
  width: 200px;
}

/* line 19, app/assets/stylesheets/renalware/modules/_transplants.scss */
.rejection-episode {
  position: relative;
  border: solid 1px #aaa;
  padding: 1rem 1rem 0.2rem 1rem;
  clear: both;
  margin: 0 0 1rem 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 29, app/assets/stylesheets/renalware/modules/_transplants.scss */
.rejection-episode:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 33, app/assets/stylesheets/renalware/modules/_transplants.scss */
.rejection-episode a.remove_fields {
  position: absolute;
  right: 12px;
  top: 5px;
  z-index: 1;
}

/* line 40, app/assets/stylesheets/renalware/modules/_transplants.scss */
.rejection-episode .rejection-episode--creation {
  text-align: right;
  padding: 0;
  margin: 0;
  color: var(--mid-grey);
  font-size: 0.9rem;
}

/* line 3, app/assets/stylesheets/renalware/modules/_users.scss */
.admin-users td.approved,
.all-users td.approved {
  color: #78be20;
  text-align: center;
}

/* line 7, app/assets/stylesheets/renalware/modules/_users.scss */
.admin-users td.approved .unapproved,
.all-users td.approved .unapproved {
  color: var(--nhs-red);
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/renalware/modules/_users.scss */
.admin-users .tag,
.all-users .tag {
  background-color: var(--mid-grey);
  border: 0;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  color: var(--white);
  margin: 0.1rem 0.3rem 0.2rem 0;
  padding: 0.05rem 0.5rem 0.15rem 0.5rem;
  white-space: nowrap;
}

/* line 25, app/assets/stylesheets/renalware/modules/_users.scss */
.admin-users .tag.clinical,
.all-users .tag.clinical {
  background-color: #009639;
}

/* line 29, app/assets/stylesheets/renalware/modules/_users.scss */
.admin-users .tag.admin,
.all-users .tag.admin {
  background-color: var(--nhs-blue);
}

/* line 33, app/assets/stylesheets/renalware/modules/_users.scss */
.admin-users .tag.super_admin,
.all-users .tag.super_admin {
  background-color: var(--nhs-red);
}

/* line 37, app/assets/stylesheets/renalware/modules/_users.scss */
.admin-users .tag.prescriber,
.all-users .tag.prescriber {
  background-color: var(--nhs-warm-yellow);
}

/* line 41, app/assets/stylesheets/renalware/modules/_users.scss */
.admin-users .tag.hd_prescriber,
.all-users .tag.hd_prescriber {
  background-color: var(--nhs-orange);
}

/*
|--------------------------------------------------------------------------
| Modules
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Aliases
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Partials
|--------------------------------------------------------------------------
*/
/* line 16, node_modules/print-js/dist/print.css */
.printModal {
  font-family: sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  left: 0;
  top: 0;
  position: absolute;
  color: #045fb4;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

/*
|--------------------------------------------------------------------------
| Close Button
|--------------------------------------------------------------------------
*/
/* line 35, node_modules/print-js/dist/print.css */
.printClose {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 40, node_modules/print-js/dist/print.css */
.printClose:before {
  content: "\00D7";
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  line-height: 1px;
  padding-top: 0.5em;
  display: block;
  font-size: 2em;
  text-indent: 1px;
  overflow: hidden;
  height: 1.25em;
  width: 1.25em;
  text-align: center;
  cursor: pointer;
}

/* line 55, node_modules/print-js/dist/print.css */
.printSpinner {
  margin-top: 3px;
  margin-left: -40px;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #045fb4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
          animation: spin 0.75s infinite linear;
}

/* line 66, node_modules/print-js/dist/print.css */
.printSpinner::before, .printSpinner::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  -webkit-border-radius: inherit;
          border-radius: inherit;
}

/* line 77, node_modules/print-js/dist/print.css */
.printSpinner, .printSpinner::before, .printSpinner::after {
  display: inline-block;
  border-color: transparent;
  border-top-color: #045fb4;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

/* line 83, node_modules/print-js/dist/print.css */
.printSpinner::before {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}

/* line 86, node_modules/print-js/dist/print.css */
.printSpinner::after {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}

/* Keyframes for the animation */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* line 1, node_modules/slim-select/dist/slimselect.css */
:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-focus-color: #5897fb;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px;
}

@-webkit-keyframes ss-valueIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes ss-valueIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes ss-valueOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes ss-valueOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-hide {
  display: none !important;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  -webkit-border-radius: var(--ss-border-radius);
          border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color var(--ss-animation-timing);
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main:focus {
  -webkit-box-shadow: 0 0 5px var(--ss-focus-color);
          box-shadow: 0 0 5px var(--ss-focus-color);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main.ss-open-above {
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main.ss-open-below {
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values .ss-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: var(--ss-font-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values .ss-max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  -webkit-border-radius: var(--ss-border-radius);
          border-radius: var(--ss-border-radius);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values .ss-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0px auto var(--ss-spacing-s);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values .ss-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--ss-primary-color);
  -webkit-border-radius: var(--ss-border-radius);
          border-radius: var(--ss-border-radius);
  -webkit-animation-name: ss-valueIn;
          animation-name: ss-valueIn;
  -webkit-animation-duration: var(--ss-animation-timing);
          animation-duration: var(--ss-animation-timing);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values .ss-value.ss-value-out {
  -webkit-animation-name: ss-valueOut;
          animation-name: ss-valueOut;
  -webkit-animation-duration: var(--ss-animation-timing);
          animation-duration: var(--ss-animation-timing);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values .ss-value .ss-value-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-deselect {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-arrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition: var(--ss-animation-timing);
  transition: var(--ss-animation-timing);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  -webkit-transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
  transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content.ss-fixed {
  position: fixed;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content.ss-open-above {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-border-top-left-radius: var(--ss-border-radius);
          border-top-left-radius: var(--ss-border-radius);
  -webkit-border-top-right-radius: var(--ss-border-radius);
          border-top-right-radius: var(--ss-border-radius);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content.ss-open-below {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-border-bottom-left-radius: var(--ss-border-radius);
          border-bottom-left-radius: var(--ss-border-radius);
  -webkit-border-bottom-right-radius: var(--ss-border-radius);
          border-bottom-right-radius: var(--ss-border-radius);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-search input {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: 1px solid var(--ss-border-color);
  -webkit-border-radius: var(--ss-border-radius);
          border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-search input::-webkit-input-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
.ss-content .ss-search input::-moz-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
.ss-content .ss-search input:-ms-input-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
.ss-content .ss-search input::-ms-input-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
.ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-search input:focus {
  -webkit-box-shadow: 0 0 5px var(--ss-focus-color);
          box-shadow: 0 0 5px var(--ss-focus-color);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-search .ss-addable {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  -webkit-border-radius: var(--ss-border-radius);
          border-radius: var(--ss-border-radius);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-search .ss-addable svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--ss-spacing-m);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: .5;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition: var(--ss-animation-timing);
  transition: var(--ss-animation-timing);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) -webkit-calc(var(--ss-spacing-l)*3);
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-option {
  display: block;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  white-space: normal;
  color: var(--ss-font-color);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-option:hover {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option.ss-selected:not(.ss-disabled) {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

/* line 1, node_modules/slim-select/dist/slimselect.css */
.ss-content .ss-list .ss-option .ss-search-highlight {
  display: inline-block;
  background-color: var(--ss-highlight-color);
}
/* line 1, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-button {
  background: #3288e6;
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-right: .5rem;
  padding: .5rem 1.5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 1, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-button:not(:disabled):hover {
  background: #196fcc;
  color: rgba(255, 255, 255, 0.75);
}

/* line 1, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, 0.75);
}

/* line 1, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, 0.75);
}

/* line 1, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-button:disabled {
  cursor: not-allowed;
}

/* line 2, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-footer {
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 .75rem .75rem;
}

/* line 2, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}

/* line 3, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: rgba(128, 128, 128, 0.75);
  cursor: pointer;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

/* line 3, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

/* line 3, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: rgba(128, 128, 128, 0.75);
}

/* line 3, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

/* line 4, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* line 5, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 2em;
  padding: .75rem .75rem 0;
}

/* line 5, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}

/* line 6, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: .75em;
}

/* line 6, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-text p {
  margin-top: 0;
}

/* line 6, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-text p:last-child {
  margin-bottom: 0;
}

/* line 7, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-content {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  outline: none;
  padding: 0;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-element {
  background: #fff;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
  max-width: 400px;
  opacity: 0;
  outline: none;
  padding: 0;
  -webkit-transition: opacity .3s,visibility .3s;
  transition: opacity .3s,visibility .3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-element, .shepherd-element *, .shepherd-element :after, .shepherd-element :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-arrow, .shepherd-arrow:before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-arrow:before {
  background: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6;
}

/* line 8, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target, .shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}

/* line 9, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all .3s ease-out,height 0s .3s,opacity .3s 0s;
  transition: all .3s ease-out,height 0s .3s,opacity .3s 0s;
  width: 100vw;
  z-index: 9997;
}

/* line 9, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: .5;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all .3s ease-out,height 0s 0s,opacity .3s 0s;
  transition: all .3s ease-out,height 0s 0s,opacity .3s 0s;
}

/* line 9, node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}

@-webkit-keyframes highlight {
  0% {
    background: var(--nhs-yellow);
  }
  100% {
    background: none;
  }
}

@keyframes highlight {
  0% {
    background: var(--nhs-yellow);
  }
  100% {
    background: none;
  }
}

@keyframes highlight {
  0% {
    background: var(--nhs-yellow);
  }
  100% {
    background: none;
  }
}

/* line 11, app/assets/stylesheets/renalware/partials/_animations.scss */
.post-action-highlight {
  -webkit-animation: highlight 1.5s;
          animation: highlight 1.5s;
}

/* line 1, app/assets/stylesheets/renalware/partials/_autocomplete.scss */
input.ui-autocomplete-loading[type="text"] {
  background-image: "/assets/renalware/ajax-loader-79c3b16fc6ac0f1323b0a364f7f17337770112d6c0ac87c509e066ff3e22374f.gif";
  background-position: 98% center;
  background-repeat: no-repeat;
}

/* line 7, app/assets/stylesheets/renalware/partials/_autocomplete.scss */
.ui-widget.ui-autocomplete {
  font-size: 1em;
}

/* line 11, app/assets/stylesheets/renalware/partials/_autocomplete.scss */
.ui-menu.ui-autocomplete .ui-menu-item {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0 4px;
  overflow-x: hidden;
  padding-bottom: 0;
  padding-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/renalware/partials/_beta_banner.scss */
.beta_banner {
  background-color: var(--nhs-orange);
  color: var(--white);
  padding: 0.4rem 1rem;
  text-align: center;
}

/* line 7, app/assets/stylesheets/renalware/partials/_beta_banner.scss */
.beta_banner span {
  font-size: 1.1rem;
}

/* line 11, app/assets/stylesheets/renalware/partials/_beta_banner.scss */
.beta_banner .button, .beta_banner section.display .section-actions a, section.display .section-actions .beta_banner a {
  margin: 0;
  margin-left: 1rem;
  padding: 0.3rem 0.8rem;
}

/* line 21, app/assets/stylesheets/renalware/partials/_beta_banner.scss */
.new_feedback .radio label input {
  margin: 0 1rem 0.5rem 0;
}

/* line 1, app/assets/stylesheets/renalware/partials/_button.scss */
.button.small_ellipsis_button, section.display .section-actions a.small_ellipsis_button {
  margin: 0;
  padding: 0.1rem 0.3rem;
}

/* line 6, app/assets/stylesheets/renalware/partials/_button.scss */
.fa-link-annotation {
  width: 1.4rem;
}

/* line 12, app/assets/stylesheets/renalware/partials/_button.scss */
.page-actions .button, .page-actions section.display .section-actions a, section.display .section-actions .page-actions a {
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 0.8rem;
  padding: 0.4rem 1rem;
}

@media print {
  /* line 10, app/assets/stylesheets/renalware/partials/_button.scss */
  .page-actions {
    display: none;
  }
}

/* line 24, app/assets/stylesheets/renalware/partials/_button.scss */
.button, section.display .section-actions a {
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
}

/* line 29, app/assets/stylesheets/renalware/partials/_button.scss */
.button:hover, section.display .section-actions a:hover {
  background-color: var(--nhs-blue);
}

/* line 33, app/assets/stylesheets/renalware/partials/_button.scss */
.button i.fa, section.display .section-actions a i.fa,
.button i.fas,
.button .toggler i,
.toggler .button i,
section.display .section-actions a i.fas,
section.display .section-actions a .toggler i,
.toggler section.display .section-actions a i,
.button .bart-chart-icon i,
section.display .section-actions a .bart-chart-icon i,
.bart-chart-icon .button i,
.bart-chart-icon section.display .section-actions a i,
section.display .section-actions .bart-chart-icon a i,
.button i.far,
section.display .section-actions a i.far {
  margin-right: 0.5rem;
}

/* line 39, app/assets/stylesheets/renalware/partials/_button.scss */
.button.with-icon, section.display .section-actions a.with-icon {
  padding-left: 0.7rem;
}

/* line 42, app/assets/stylesheets/renalware/partials/_button.scss */
.button.with-icon i.fa, section.display .section-actions a.with-icon i.fa,
.button.with-icon i.fas,
.button.with-icon .toggler i,
.toggler .button.with-icon i,
section.display .section-actions a.with-icon i.fas,
section.display .section-actions a.with-icon .toggler i,
.toggler section.display .section-actions a.with-icon i,
.button.with-icon .bart-chart-icon i,
section.display .section-actions a.with-icon .bart-chart-icon i,
.bart-chart-icon .button.with-icon i,
.bart-chart-icon section.display .section-actions a.with-icon i,
section.display .section-actions .bart-chart-icon a.with-icon i,
.button.with-icon i.far,
section.display .section-actions a.with-icon i.far {
  font-size: 1.1rem;
  margin-right: 0.6rem;
}

/* line 50, app/assets/stylesheets/renalware/partials/_button.scss */
.button.compact, section.display .section-actions a.compact {
  font-size: 0.9rem;
  margin: 0;
  padding: 2px 5px;
}

/* line 56, app/assets/stylesheets/renalware/partials/_button.scss */
.button:focus, section.display .section-actions a:focus {
  outline-style: none;
}

/* line 60, app/assets/stylesheets/renalware/partials/_button.scss */
.button.low-key, section.display .section-actions a.low-key {
  background-color: var(--off-white);
  border: solid 1px var(--light-grey);
  color: #222;
}

/* line 65, app/assets/stylesheets/renalware/partials/_button.scss */
.button.low-key:hover, section.display .section-actions a.low-key:hover {
  background-color: var(--white);
}

/* line 70, app/assets/stylesheets/renalware/partials/_button.scss */
.button.alternative, section.display .section-actions a.alternative {
  background-color: var(--dashboard-muted-color);
}

/* line 75, app/assets/stylesheets/renalware/partials/_button.scss */
.radius.radius-right {
  -webkit-border-bottom-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
          border-top-left-radius: 0 !important;
}

/* line 80, app/assets/stylesheets/renalware/partials/_button.scss */
.radius.radius-left {
  -webkit-border-bottom-right-radius: 0 !important;
          border-bottom-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
          border-top-right-radius: 0 !important;
}

/* line 85, app/assets/stylesheets/renalware/partials/_button.scss */
.f-dropdown {
  /* separator */
}

/* line 87, app/assets/stylesheets/renalware/partials/_button.scss */
.f-dropdown li.separator {
  border-top: 1px solid #ccc;
  margin: 0.3rem 0 0.1rem 0;
  padding: 0;
}

/* line 94, app/assets/stylesheets/renalware/partials/_button.scss */
.f-dropdown.f-dropdown-no-arrow {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  margin-left: 23px;
  margin-top: 0;
  max-width: 150px;
}

/* line 101, app/assets/stylesheets/renalware/partials/_button.scss */
.f-dropdown.f-dropdown-no-arrow:before, .f-dropdown.f-dropdown-no-arrow:after {
  border: 0;
  position: relative;
}

/* line 1, app/assets/stylesheets/renalware/partials/_charting.scss */
.bart-chart-icon {
  position: relative;
  display: inline-block;
}

/* line 5, app/assets/stylesheets/renalware/partials/_charting.scss */
.bart-chart-icon i {
  font-weight: 600;
  pointer-events: none;
  text-align: center;
  width: 1.2rem;
}

/* line 13, app/assets/stylesheets/renalware/partials/_charting.scss */
.bart-chart-icon i:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cline x1='12' y1='20' x2='12' y2='10'%3E%3C/line%3E%3Cline x1='18' y1='20' x2='18' y2='4'%3E%3C/line%3E%3Cline x1='6' y1='20' x2='6' y2='16'%3E%3C/line%3E%3C/svg%3E");
}

/* line 19, app/assets/stylesheets/renalware/partials/_charting.scss */
.chart-periods {
  position: relative;
  background-color: var(--white);
}

/* line 23, app/assets/stylesheets/renalware/partials/_charting.scss */
.chart-periods nav {
  position: absolute;
  top: 8px;
  z-index: 1;
  right: 0;
  padding-right: 2rem;
}

/* line 30, app/assets/stylesheets/renalware/partials/_charting.scss */
.chart-periods nav a {
  background-color: var(--white);
  padding: 0.1rem 0.4rem;
  color: #222;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 0.9rem;
}

/* line 37, app/assets/stylesheets/renalware/partials/_charting.scss */
.chart-periods nav a.current-period {
  background-color: var(--nhs-blue);
  color: var(--white);
}

/* line 45, app/assets/stylesheets/renalware/partials/_charting.scss */
.path-chart-link {
  color: var(--nhs-blue);
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/renalware/partials/_clipboard.scss */
button.clipboard-btn {
  background-color: transparent !important;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/renalware/partials/_clockpicker.scss */
.clockpicker-wrapper {
  max-width: 160px !important;
}

/* line 4, app/assets/stylesheets/renalware/partials/_clockpicker.scss */
.clockpicker-wrapper i {
  font-size: 1.4rem;
  line-height: 1.5em;
}

/* line 1, app/assets/stylesheets/renalware/partials/_components.scss */
.flash-message {
  clear: both;
  position: relative;
  z-index: 1;
}

/* line 6, app/assets/stylesheets/renalware/partials/_components.scss */
.flash-message .alert-box {
  margin-bottom: 0;
  padding: 0.4rem 1rem;
}

/* line 12, app/assets/stylesheets/renalware/partials/_components.scss */
.call-to-action {
  text-align: center;
}

/* line 15, app/assets/stylesheets/renalware/partials/_components.scss */
.call-to-action i {
  display: block;
  font-size: 2.5em;
}

/* line 21, app/assets/stylesheets/renalware/partials/_components.scss */
.section-underliner {
  border-bottom: #dddddd solid 0.1em;
  margin: 0.5em 0;
}

@media only screen and (min-width: 830px) {
  /* line 4, app/assets/stylesheets/renalware/partials/_dashboards.scss */
  body.page--dashboard-dashboards .main-content {
    background-color: #e8edee;
  }
  /* line 8, app/assets/stylesheets/renalware/partials/_dashboards.scss */
  body.page--dashboard-dashboards article {
    background-color: #fff;
    padding: 0.5rem 0.8rem 0.5rem;
    border: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin: 0 0 .7rem;
  }
}

/* line 1, app/assets/stylesheets/renalware/partials/_datepicker.scss */
.datepicker {
  width: 240px;
  position: relative;
}

/* line 5, app/assets/stylesheets/renalware/partials/_datepicker.scss */
.datepicker table {
  border-collapse: initial;
  width: 100%;
}

/* line 10, app/assets/stylesheets/renalware/partials/_datepicker.scss */
.datepicker.dropdown-menu {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 15, app/assets/stylesheets/renalware/partials/_datepicker.scss */
.datepicker-wrapper,
.datetimepicker-wrapper {
  max-width: 250px !important;
}

/* line 19, app/assets/stylesheets/renalware/partials/_datepicker.scss */
.datepicker-wrapper i,
.datetimepicker-wrapper i {
  font-size: 1.2rem;
  line-height: 1.5em;
}

/* line 1, app/assets/stylesheets/renalware/partials/_disabled_block.scss */
.disabled-block-reason {
  display: none;
  margin-top: 0.5rem;
  text-align: center;
}

/* line 6, app/assets/stylesheets/renalware/partials/_disabled_block.scss */
.disabled-block-reason.panel.radius {
  padding: 0.5rem 1rem;
}

/* line 12, app/assets/stylesheets/renalware/partials/_disabled_block.scss */
.disabled-block .row:first-child {
  opacity: 0.5;
  pointer-events: none;
}

/* line 17, app/assets/stylesheets/renalware/partials/_disabled_block.scss */
.disabled-block .disabled-block-reason {
  display: block;
}

/* line 2, app/assets/stylesheets/renalware/partials/_document.scss */
.document-view dl {
  overflow: hidden;
  width: 100%;
}

/* line 6, app/assets/stylesheets/renalware/partials/_document.scss */
.document-view dl dt {
  clear: both;
  float: left;
  margin: 0;
  padding: 0 1em 0 0;
  text-align: right;
  width: 41%;
}

/* line 15, app/assets/stylesheets/renalware/partials/_document.scss */
.document-view dl dd {
  float: left;
  margin: 0;
  padding: 0;
  width: 59%;
}

/* line 21, app/assets/stylesheets/renalware/partials/_document.scss */
.document-view dl dd p {
  margin: 0;
  padding: 0;
}

/* line 32, app/assets/stylesheets/renalware/partials/_document.scss */
.document table tr.dated_result .datepicker-wrapper {
  margin-bottom: 0 !important;
}

/* line 36, app/assets/stylesheets/renalware/partials/_document.scss */
.document table tr.dated_result td:nth-child(1) {
  text-align: left !important;
}

/* line 40, app/assets/stylesheets/renalware/partials/_document.scss */
.document table tr.dated_result td:nth-child(2) {
  width: 160px;
}

/* line 5, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page {
  overflow-y: scroll;
}

/* line 8, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .title-area .name {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 3rem;
  padding-left: 1rem;
}

/* line 14, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .title-area .name a {
  color: var(--white);
}

/* line 19, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .error-code {
  color: var(--light-grey);
  font-size: 3rem;
}

/* line 24, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .error-content {
  height: 100%;
  padding: 50px;
  text-align: center;
}

/* line 30, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .heading {
  font-weight: bold;
}

/* line 34, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .subheading {
  font-size: 1.4rem;
}

/* line 38, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .support-info {
  font-size: 1.2rem;
}

/* line 42, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .error-details {
  margin-top: 50px;
  text-align: left;
}

/* line 46, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .error-details hr {
  margin-top: 10px;
}

/* line 50, app/assets/stylesheets/renalware/partials/_errors.scss */
.error-page .error-details .error-details-name {
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
}

/* line 58, app/assets/stylesheets/renalware/partials/_errors.scss */
.error small.error {
  background-color: var(--nhs-red);
}

/* line 62, app/assets/stylesheets/renalware/partials/_errors.scss */
.error label,
.error label.error {
  color: var(--nhs-red);
}

/* line 67, app/assets/stylesheets/renalware/partials/_errors.scss */
#new-form input.field_with_errors {
  border: 1px solid #f00;
}

/* line 72, app/assets/stylesheets/renalware/partials/_errors.scss */
.field_with_errors input,
.field_with_errors select,
.field_with_errors textarea {
  border: 1px solid #f00;
}

/* line 79, app/assets/stylesheets/renalware/partials/_errors.scss */
ul.error-messages,
.non-patient-page ul.error-messages {
  background-color: var(--off-white);
  color: var(--nhs-red);
  margin: 0;
  margin-bottom: 1rem;
  padding: 0 1rem;
  padding: 0.6rem 2rem;
}

/* line 1, app/assets/stylesheets/renalware/partials/_forms.scss */
.form-actions {
  text-align: right;
  margin: 0;
}

/* line 6, app/assets/stylesheets/renalware/partials/_forms.scss */
.fn-form select {
  background-size: auto;
}

/* line 10, app/assets/stylesheets/renalware/partials/_forms.scss */
a.small-helper-button {
  margin-left: 4;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  background-color: #41b6e6;
  color: var(--white);
  text-decoration: none;
  font-weight: normal;
  padding: 0.1rem 0.4rem;
}

/* line 19, app/assets/stylesheets/renalware/partials/_forms.scss */
a.small-helper-button:visited, a.small-helper-button:active {
  color: var(--white);
}

/* line 24, app/assets/stylesheets/renalware/partials/_forms.scss */
a.small-helper-button:hover {
  background-color: var(--nhs-blue);
}

/* line 29, app/assets/stylesheets/renalware/partials/_forms.scss */
.panel p {
  padding-left: 0;
}

/* line 33, app/assets/stylesheets/renalware/partials/_forms.scss */
.panel.compact {
  padding: 0.5rem 1rem;
}

/* line 37, app/assets/stylesheets/renalware/partials/_forms.scss */
.panel .muted {
  color: var(--dashboard-muted-color);
}

/* line 42, app/assets/stylesheets/renalware/partials/_forms.scss */
textarea.monospace {
  font-family: Consolas, Monaco, Lucida Console, Bitstream Vera Sans Mono, Courier New, monospace;
}

/* line 48, app/assets/stylesheets/renalware/partials/_forms.scss */
.filters .actions {
  margin-top: 0.7rem;
}

@media print {
  /* line 47, app/assets/stylesheets/renalware/partials/_forms.scss */
  .filters {
    display: none;
  }
}

/* line 57, app/assets/stylesheets/renalware/partials/_forms.scss */
.filters--flex .flex input,
.filters--flex .flex select,
.filters--flex .flex .select2 {
  margin: 0;
}

/* line 63, app/assets/stylesheets/renalware/partials/_forms.scss */
.filters--flex .flex .button, .filters--flex .flex section.display .section-actions a, section.display .section-actions .filters--flex .flex a {
  padding: 0.5rem 1rem;
}

/* line 70, app/assets/stylesheets/renalware/partials/_forms.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 76, app/assets/stylesheets/renalware/partials/_forms.scss */
.cancel-link {
  font-size: 0.9rem;
  margin-left: 15px;
}

/* line 80, app/assets/stylesheets/renalware/partials/_forms.scss */
.cancel-link.disabled {
  color: #ccc;
  pointer-events: none;
}

/* line 86, app/assets/stylesheets/renalware/partials/_forms.scss */
.datepicker {
  width: 240px;
}

/* line 89, app/assets/stylesheets/renalware/partials/_forms.scss */
.datepicker.dropdown-menu {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 96, app/assets/stylesheets/renalware/partials/_forms.scss */
form .striped > .row {
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}

/* line 100, app/assets/stylesheets/renalware/partials/_forms.scss */
form .striped > .row input {
  margin-bottom: 0;
}

/* line 104, app/assets/stylesheets/renalware/partials/_forms.scss */
form .striped > .row:nth-of-type(even) {
  background-color: #fafafa;
}

/* line 110, app/assets/stylesheets/renalware/partials/_forms.scss */
form .row .row.datepicker-wrapper {
  margin-bottom: 10px;
}

/* line 115, app/assets/stylesheets/renalware/partials/_forms.scss */
form.simple_form div.boolean label {
  padding-left: 0;
}

/* line 118, app/assets/stylesheets/renalware/partials/_forms.scss */
form.simple_form div.boolean label input {
  margin-left: 0;
}

/* line 124, app/assets/stylesheets/renalware/partials/_forms.scss */
form .error.medium-input {
  max-width: 500px;
}

@media screen and (min-width: 40.063em) {
  /* line 129, app/assets/stylesheets/renalware/partials/_forms.scss */
  form .small-input {
    max-width: 250px !important;
  }
}

/* line 134, app/assets/stylesheets/renalware/partials/_forms.scss */
form .medium-input {
  max-width: 500px !important;
}

/* line 138, app/assets/stylesheets/renalware/partials/_forms.scss */
form .tiny-input {
  max-width: 125px !important;
}

/* line 142, app/assets/stylesheets/renalware/partials/_forms.scss */
form .very-tiny-input {
  max-width: 75px !important;
}

/* line 146, app/assets/stylesheets/renalware/partials/_forms.scss */
form .row.actions {
  margin-top: 2rem;
}

/* line 151, app/assets/stylesheets/renalware/partials/_forms.scss */
form .error small.error {
  padding: 0.3rem 0.5rem 0.2rem 0.5rem;
}

/* line 155, app/assets/stylesheets/renalware/partials/_forms.scss */
form .error .datepicker_error {
  clear: both;
  float: left;
  width: 100%;
}

/* line 163, app/assets/stylesheets/renalware/partials/_forms.scss */
article {
  background-color: var(--white);
  border: 0;
  border-top: 1px solid #008cba;
  float: left;
  margin: 0 0 1rem;
  padding: 0.3rem 0 0;
  position: relative;
  width: 100%;
}

/* line 173, app/assets/stylesheets/renalware/partials/_forms.scss */
article.secondary {
  border-color: #21c8ff;
  border-width: 1px;
}

/* line 178, app/assets/stylesheets/renalware/partials/_forms.scss */
article h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

/* line 185, app/assets/stylesheets/renalware/partials/_forms.scss */
article header {
  float: left;
  margin: 0 0 0.6rem;
  width: 100%;
}

/* line 190, app/assets/stylesheets/renalware/partials/_forms.scss */
article header h1,
article header h2,
article header h3 {
  float: left;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  margin: 0 0.5rem 0 0;
  padding: 0;
}

/* line 200, app/assets/stylesheets/renalware/partials/_forms.scss */
article header h1 a,
article header h2 a,
article header h3 a {
  font-weight: bold;
}

/* line 205, app/assets/stylesheets/renalware/partials/_forms.scss */
article header .supplemental {
  display: inline-block;
}

/* line 209, app/assets/stylesheets/renalware/partials/_forms.scss */
article header .supplemental span {
  color: var(--mid-grey);
  font-size: 1.1rem;
  margin: 0 0.5rem 0 0;
}

/* line 216, app/assets/stylesheets/renalware/partials/_forms.scss */
article header .supplemental a {
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 221, app/assets/stylesheets/renalware/partials/_forms.scss */
article header .supplemental.right {
  text-align: right;
}

/* line 226, app/assets/stylesheets/renalware/partials/_forms.scss */
article header h3 {
  color: var(--muted-dark-grey);
  font-size: 1.1rem;
}

/* line 231, app/assets/stylesheets/renalware/partials/_forms.scss */
article header ul {
  list-style-type: none;
}

/* line 235, app/assets/stylesheets/renalware/partials/_forms.scss */
article header ul li a.button, article header ul li section.display .section-actions a, section.display .section-actions article header ul li a {
  margin-left: 0.5rem;
}

/* line 241, app/assets/stylesheets/renalware/partials/_forms.scss */
article header .button, article header section.display .section-actions a, section.display .section-actions article header a {
  background-color: #666;
  -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
  color: var(--white);
  display: block;
  float: right;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  margin-left: 0.5rem;
}

/* line 251, app/assets/stylesheets/renalware/partials/_forms.scss */
article header .button.button-danger, article header section.display .section-actions a.button-danger, section.display .section-actions article header a.button-danger {
  background-color: var(--nhs-red);
}

/* line 256, app/assets/stylesheets/renalware/partials/_forms.scss */
article header .button:hover, article header section.display .section-actions a:hover, section.display .section-actions article header a:hover {
  background-color: var(--nhs-blue);
  text-decoration: underline;
}

/* line 262, app/assets/stylesheets/renalware/partials/_forms.scss */
article .no-bullet {
  float: left;
  width: 100%;
}

/* line 266, app/assets/stylesheets/renalware/partials/_forms.scss */
article .no-bullet li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
}

/* line 271, app/assets/stylesheets/renalware/partials/_forms.scss */
article .no-bullet li a {
  font-weight: normal;
  text-decoration: underline;
}

/* line 277, app/assets/stylesheets/renalware/partials/_forms.scss */
article .no-bullet li:last-child {
  border: 0;
  padding-bottom: 0;
}

/* line 282, app/assets/stylesheets/renalware/partials/_forms.scss */
article .no-bullet li[class^="drug-"] {
  font-weight: normal;
}

/* line 285, app/assets/stylesheets/renalware/partials/_forms.scss */
article .no-bullet li[class^="drug-"] span {
  font-weight: bold;
}

/* line 292, app/assets/stylesheets/renalware/partials/_forms.scss */
article legend .fieldset-action {
  font-size: 1rem;
  font-weight: normal;
  padding-left: 1rem;
}

/* line 299, app/assets/stylesheets/renalware/partials/_forms.scss */
article dt {
  color: var(--dashboard-muted-color);
  font-weight: normal;
}

/* line 304, app/assets/stylesheets/renalware/partials/_forms.scss */
article .button, article section.display .section-actions a, section.display .section-actions article a {
  margin-bottom: 0;
}

/* line 309, app/assets/stylesheets/renalware/partials/_forms.scss */
article .radio input.radio_buttons {
  margin-right: 5px;
}

/* line 313, app/assets/stylesheets/renalware/partials/_forms.scss */
article .radio address {
  color: #bbb;
  display: inline;
  font-size: 0.9em;
}

/* line 320, app/assets/stylesheets/renalware/partials/_forms.scss */
article.with-actions-above-table {
  padding-top: 3px;
}

/* line 323, app/assets/stylesheets/renalware/partials/_forms.scss */
article.with-actions-above-table .actions {
  margin-bottom: 13px;
}

/* line 335, app/assets/stylesheets/renalware/partials/_forms.scss */
.document form label.radio_buttons,
.profile-info-form label.radio_buttons {
  padding: 0;
}

/* line 339, app/assets/stylesheets/renalware/partials/_forms.scss */
.document form label.inline,
.profile-info-form label.inline {
  margin-right: 0.3rem;
}

/* line 343, app/assets/stylesheets/renalware/partials/_forms.scss */
.document form table,
.profile-info-form table {
  border: 0;
}

/* line 346, app/assets/stylesheets/renalware/partials/_forms.scss */
.document form table.no-stripes tr:nth-of-type(even),
.profile-info-form table.no-stripes tr:nth-of-type(even) {
  background-color: transparent !important;
}

/* line 350, app/assets/stylesheets/renalware/partials/_forms.scss */
.document form table td,
.profile-info-form table td {
  vertical-align: top;
}

/* line 353, app/assets/stylesheets/renalware/partials/_forms.scss */
.document form table td .row.datepicker-wrapper,
.profile-info-form table td .row.datepicker-wrapper {
  margin-top: -4px !important;
}

/* line 357, app/assets/stylesheets/renalware/partials/_forms.scss */
.document form table td input,
.document form table td select,
.profile-info-form table td input,
.profile-info-form table td select {
  margin: 0;
}

/* line 363, app/assets/stylesheets/renalware/partials/_forms.scss */
.document form table th:first-child,
.document form table td:first-child,
.profile-info-form table th:first-child,
.profile-info-form table td:first-child {
  min-width: 24%;
  padding-top: 11px;
  text-align: right;
}

/* line 373, app/assets/stylesheets/renalware/partials/_forms.scss */
.profile-info-form table td:first-child {
  min-width: 120px;
  width: 34%;
}

/* line 378, app/assets/stylesheets/renalware/partials/_forms.scss */
.profile-info-form table td:nth-child(2) {
  min-width: 200px;
  width: 24%;
}

/* line 383, app/assets/stylesheets/renalware/partials/_forms.scss */
.profile-info-form table td:last-child {
  min-width: 63px;
  width: 40%;
}

/* line 387, app/assets/stylesheets/renalware/partials/_forms.scss */
.profile-info-form table td:last-child select {
  width: 80px;
}

/* line 395, app/assets/stylesheets/renalware/partials/_forms.scss */
.search-form fieldset,
.filters__form fieldset {
  margin-top: 0;
}

/* line 399, app/assets/stylesheets/renalware/partials/_forms.scss */
.search-form .columns,
.filters__form .columns {
  padding-right: 0;
}

/* line 403, app/assets/stylesheets/renalware/partials/_forms.scss */
.search-form .actions,
.filters__form .actions {
  padding-top: 8px;
}

/* line 408, app/assets/stylesheets/renalware/partials/_forms.scss */
.search-form.search-form-vertical .actions,
.filters__form.search-form-vertical .actions {
  padding-top: 1.3rem;
}

/* line 415, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.borderless {
  border: 0;
  padding: 0 !important;
}

/* line 419, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.borderless legend {
  display: none;
}

/* line 424, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.simple {
  border-width: 1px 0 0 0;
  margin: 40px 0 10px 0;
  padding: 0.8rem 0 0 0;
  position: relative;
}

/* line 430, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.simple legend {
  font-size: 1.3rem;
  left: 0;
  line-height: 1.3rem;
  position: absolute;
  top: -28px;
  width: 100%;
}

/* line 439, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.simple legend span.title {
  font-weight: normal;
  padding-right: 1rem;
}

/* line 444, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.simple legend span.actions {
  color: #008cba;
  font-size: 1rem;
  font-weight: normal;
}

/* line 450, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.simple legend span.actions.action-links a {
  font-size: 1rem;
  font-weight: normal;
}

/* line 456, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.simple legend span.actions.action-buttons {
  position: absolute;
  top: -5px;
}

/* line 460, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.simple legend span.actions.action-buttons a {
  margin-right: 5px;
}

/* line 469, app/assets/stylesheets/renalware/partials/_forms.scss */
fieldset.simple-table {
  margin-top: 50px;
}

/* line 476, app/assets/stylesheets/renalware/partials/_forms.scss */
.button.slimline.small, section.display .section-actions a.slimline.small {
  padding: 0.3rem 0.6rem;
}

/* line 482, app/assets/stylesheets/renalware/partials/_forms.scss */
.panel.danger-zone {
  background-color: var(--white);
  color: var(--nhs-red);
}

/* line 486, app/assets/stylesheets/renalware/partials/_forms.scss */
.panel.danger-zone h4 {
  color: inherit;
}

/* line 490, app/assets/stylesheets/renalware/partials/_forms.scss */
.panel.danger-zone a {
  color: inherit;
  font-weight: bold;
  background-color: #ddd;
}

/* line 495, app/assets/stylesheets/renalware/partials/_forms.scss */
.panel.danger-zone a:hover, .panel.danger-zone a:active {
  background-color: var(--nhs-red);
  color: var(--white);
}

/* line 503, app/assets/stylesheets/renalware/partials/_forms.scss */
label.label-emphasis {
  font-weight: bold;
}

/* line 507, app/assets/stylesheets/renalware/partials/_forms.scss */
legend .legend-note {
  right: 0;
  top: 0;
  position: absolute;
  margin: 0.5rem 1rem;
  font-weight: normal;
  font-size: 0.9rem;
  color: #666;
}

/* line 517, app/assets/stylesheets/renalware/partials/_forms.scss */
.page-action-inline-form form {
  display: inline-block;
}

/* line 521, app/assets/stylesheets/renalware/partials/_forms.scss */
.row.radio_buttons,
.row.boolean {
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/renalware/partials/_highlight.scss */
.is-selected td {
  background-color: #fffbe5 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 6, app/assets/stylesheets/renalware/partials/_ie-11.scss */
  .layout-wrapper {
    padding-bottom: 7rem;
  }
}

/* line 1, app/assets/stylesheets/renalware/partials/_iframe.scss */
iframe.fullsize {
  border: 0;
  height: 1px;
  width: 100%;
}

/* line 2, app/assets/stylesheets/renalware/partials/_layout.scss */
html body.overflow {
  overflow: auto;
}

/* line 9, app/assets/stylesheets/renalware/partials/_layout.scss */
.collapse {
  visibility: initial;
}

/* line 14, app/assets/stylesheets/renalware/partials/_layout.scss */
html,
body {
  height: 100%;
}

/* line 19, app/assets/stylesheets/renalware/partials/_layout.scss */
body.uat {
  border-top: 3px solid var(--nhs-yellow);
}

/* line 24, app/assets/stylesheets/renalware/partials/_layout.scss */
html body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/renalware/partials/_layout.scss */
html body > header {
  background-color: #dcdcdc;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 35, app/assets/stylesheets/renalware/partials/_layout.scss */
html body > main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 0;
}

/* line 40, app/assets/stylesheets/renalware/partials/_layout.scss */
html body > main > nav {
  min-width: 14.5rem;
  width: 14.5rem;
}

/* line 45, app/assets/stylesheets/renalware/partials/_layout.scss */
html body > main > .main-content {
  position: relative;
  width: 100%;
}

/* line 50, app/assets/stylesheets/renalware/partials/_layout.scss */
html body > main > nav,
html body > main > .main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  padding-bottom: 2rem;
}

@media print {
  /* line 50, app/assets/stylesheets/renalware/partials/_layout.scss */
  html body > main > nav,
html body > main > .main-content {
    overflow-y: visible;
  }
}

/* line 63, app/assets/stylesheets/renalware/partials/_layout.scss */
html body > main .layout-wrapper {
  padding-bottom: 3rem;
}

/* line 68, app/assets/stylesheets/renalware/partials/_layout.scss */
html body > footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 74, app/assets/stylesheets/renalware/partials/_layout.scss */
html body.collapse-patient-menu nav.patient-side-nav {
  left: 0;
  margin-left: -15rem;
}

/* line 79, app/assets/stylesheets/renalware/partials/_layout.scss */
html .full-screenable {
  -webkit-transition: margin 0.2s ease 0s;
  transition: margin 0.2s ease 0s;
}

/* line 86, app/assets/stylesheets/renalware/partials/_layout.scss */
footer {
  background-color: #eee;
  border-top: 1px solid var(--light-grey);
  color: #777;
  font-size: 0.8rem;
  padding: 0 1rem;
  text-align: right;
}

/* line 96, app/assets/stylesheets/renalware/partials/_layout.scss */
.page-heading .warning-block {
  background-color: #fefff1;
  margin: 0.7rem;
}

/* line 100, app/assets/stylesheets/renalware/partials/_layout.scss */
.page-heading .warning-block i {
  margin-right: 0.5rem;
}

/* line 106, app/assets/stylesheets/renalware/partials/_layout.scss */
.inline,
.fn-form .inline {
  display: inline;
}

/* line 112, app/assets/stylesheets/renalware/partials/_layout.scss */
section.display h4 {
  clear: left;
  color: #222;
  float: left;
  font-size: 1.3rem;
  margin: 0.1rem 1rem 0 0;
}

/* line 120, app/assets/stylesheets/renalware/partials/_layout.scss */
section.display .section-actions {
  clear: right;
  float: left;
}

/* line 124, app/assets/stylesheets/renalware/partials/_layout.scss */
section.display .section-actions a {
  font-size: 0.9rem;
  margin: 0;
  padding: 0.3rem 1rem;
}

/* line 132, app/assets/stylesheets/renalware/partials/_layout.scss */
section.display .section-content {
  display: block;
  margin-top: 0.2rem;
}

/* line 136, app/assets/stylesheets/renalware/partials/_layout.scss */
section.display .section-content dl {
  clear: both;
}

/* line 143, app/assets/stylesheets/renalware/partials/_layout.scss */
.half-collapse .columns {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
}

/* line 149, app/assets/stylesheets/renalware/partials/_layout.scss */
.non-patient-page {
  padding-bottom: 3rem;
}

/* line 152, app/assets/stylesheets/renalware/partials/_layout.scss */
.non-patient-page .non-patient-page-header {
  margin: 0;
  margin-bottom: 0.2rem;
  padding: 0;
}

/* line 157, app/assets/stylesheets/renalware/partials/_layout.scss */
.non-patient-page .non-patient-page-header.with-tabs {
  border-bottom: 1px solid var(--tab-border-color);
  margin-bottom: 1.5rem;
}

/* line 161, app/assets/stylesheets/renalware/partials/_layout.scss */
.non-patient-page .non-patient-page-header.with-tabs .page-heading {
  margin-bottom: 0.8rem;
}

/* line 167, app/assets/stylesheets/renalware/partials/_layout.scss */
.non-patient-page ul,
.non-patient-page dl {
  float: none;
  margin-bottom: 0;
}

/* line 173, app/assets/stylesheets/renalware/partials/_layout.scss */
.non-patient-page dl {
  display: block;
}

/* line 177, app/assets/stylesheets/renalware/partials/_layout.scss */
.non-patient-page .has-tip {
  font-weight: bold;
  color: #000;
  border-bottom: dotted 1px #000;
}

/* line 183, app/assets/stylesheets/renalware/partials/_layout.scss */
.non-patient-page .sub-nav {
  position: relative;
  top: 1px;
}

/* line 1, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5rem;
}

/* line 6, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal p {
  padding-left: 0;
}

/* line 10, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal dt,
.dl-horizontal dd {
  font-weight: normal;
}

/* line 19, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal dt.inset,
.dl-horizontal dd.inset {
  margin-left: 0.8em;
}

/* line 24, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal dd:nth-child(2) {
  border-top: none;
}

/* line 28, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal dt {
  clear: left;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 9rem;
}

/* line 38, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal dd {
  margin-bottom: 0;
  margin-left: 10rem;
}

/* line 42, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal dd:before {
  content: " ";
  display: table;
}

/* line 47, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal dd:after {
  clear: both;
  content: " ";
  display: table;
}

/* line 55, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal.xlarge dt {
  width: 14.5rem;
}

/* line 59, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal.xlarge dd {
  margin-left: 15.5rem;
}

/* line 65, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal.xxlarge dt {
  width: 18.5rem;
}

/* line 75, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal.medium dt {
  width: 6.5rem;
}

/* line 79, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal.medium dd {
  margin-left: 7.5rem;
}

/* line 85, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal.small dt {
  width: 4rem;
}

/* line 89, app/assets/stylesheets/renalware/partials/_lists.scss */
.dl-horizontal.small dd {
  margin-left: 5rem;
}

/* line 96, app/assets/stylesheets/renalware/partials/_lists.scss */
ul.indented li {
  list-style-position: outside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* line 2, app/assets/stylesheets/renalware/partials/_mdm.scss */
.mdm-page .obs-result :first-child {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5rem;
  min-width: 2.75rem;
  white-space: nowrap;
}

/* line 10, app/assets/stylesheets/renalware/partials/_mdm.scss */
.mdm-page .obs-result :last-child {
  white-space: nowrap;
}

/* line 15, app/assets/stylesheets/renalware/partials/_mdm.scss */
.expandable {
  clear: both;
  float: left;
  height: 0;
  opacity: 0;
  width: 100%;
}

/* line 22, app/assets/stylesheets/renalware/partials/_mdm.scss */
.expandable.expanded {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 2, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__header {
  border-bottom: solid 1px var(--winter-sky);
  margin-bottom: 10px;
}

/* line 6, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__header.modal__header-no-decoration {
  border: 0;
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__header h1,
.modal .modal__header h2,
.modal .modal__header h3 {
  color: #222;
  display: inline-block;
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}

/* line 20, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__header h3 {
  color: var(--dashboard-muted-color);
  font-weight: normal;
}

/* line 25, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__header .reveal-modal-close {
  color: var(--winter-sky);
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0.2rem;
  position: absolute;
  right: 0.8rem;
  top: 0.3rem;
}

/* line 34, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__header .reveal-modal-close i {
  padding-right: 5px;
}

/* line 39, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__header .modal__header-subtitle {
  margin-top: -0.5rem;
}

/* line 44, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: -webkit-calc(100vh - 200px);
  max-height: calc(100vh - 200px);
}

/* line 51, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__body .row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

/* line 56, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal .modal__body .row .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal-show {
  background: #333;
  background: rgba(56, 80, 70, 0.5);
  height: 100%;
  left: 0;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* line 79, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal-window {
  background: var(--white);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #333;
          box-shadow: 1px 1px 1px #333;
  height: 460px;
  margin: auto;
  margin-left: auto;
  margin-top: 100px;
  padding: 20px;
  width: 600px;
}

/* line 91, app/assets/stylesheets/renalware/partials/_modal_window.scss */
#modal-holder {
  height: 380px;
  overflow: scroll;
  width: 560px;
}

/* line 97, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.modal-close {
  cursor: pointer;
  display: fixed;
  float: right;
  height: 20px;
  width: 20px;
  z-index: 100;
}

/* line 106, app/assets/stylesheets/renalware/partials/_modal_window.scss */
.reveal-modal {
  padding: 1rem 1.6rem 0.3rem 1.6rem;
}

/* line 1, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nags ul {
  margin: 0;
  padding: 0 4px;
}

/* line 6, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag {
  color: var(--white);
  display: inline-block;
  margin: 0.1rem 0.3rem 0 0;
  padding: 0 0.1rem;
  line-height: 1.6rem;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  border: 0;
}

/* line 15, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag i {
  margin-left: 0.3rem;
}

/* line 19, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag a,
.patient-nag span,
.patient-nag i {
  color: inherit !important;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag span {
  padding: 0 0.4rem;
}

/* line 30, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag span.value {
  padding: 0 0.4rem;
}

/* line 34, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag span.date {
  font-style: italic;
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag i::before {
  color: inherit !important;
  content: "\f071";
}

/* line 47, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-none {
  background-color: var(--off-white) !important;
}

/* line 50, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-none i {
  width: 0;
}

/* line 53, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-none i::before {
  content: "";
}

/* line 59, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-info {
  background-color: #41b6e6 !important;
}

/* line 62, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-info i::before {
  content: "\f05a";
}

/* line 66, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-info span.date,
.patient-nag-severity-info span.value {
  border-left: 1px solid #6ec7ec;
}

/* line 72, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-low {
  background-color: var(--nhs-yellow) !important;
  color: var(--muted-dark-grey) !important;
}

/* line 76, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-low span.date,
.patient-nag-severity-low span.value {
  border-left: 1px solid var(--nhs-yellow-lighter);
}

/* line 82, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-medium {
  background-color: var(--nhs-orange) !important;
  color: var(--off-white) !important;
}

/* line 86, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-medium span.date,
.patient-nag-severity-medium span.value {
  border-left: 1px solid var(--nhs-orange);
}

/* line 92, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-high {
  background-color: var(--nhs-red) !important;
  color: var(--off-white) !important;
}

/* line 96, app/assets/stylesheets/renalware/partials/_nags.scss */
.patient-nag-severity-high span.date,
.patient-nag-severity-high span.value {
  border-left: 1px solid var(--nhs-red-lighter);
}

/* line 1, app/assets/stylesheets/renalware/partials/_navigation.scss */
.save {
  background-color: #008000 !important;
}

/* line 5, app/assets/stylesheets/renalware/partials/_navigation.scss */
.cancel {
  background-color: #f00 !important;
}

/* line 9, app/assets/stylesheets/renalware/partials/_navigation.scss */
.delete {
  color: #f00 !important;
}

/* line 13, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav dd a.has-tip:hover {
  color: #008cba;
}

/* line 17, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav {
  margin-bottom: 0.8rem;
}

/* line 20, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav dd {
  margin: 0;
  padding: 0;
}

/* line 24, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav dd i {
  margin-right: 0.7rem;
}

/* line 30, app/assets/stylesheets/renalware/partials/_navigation.scss */
.tooltip {
  background-color: rgba(92, 92, 92, 0.9);
  -webkit-border-radius: 0.5em;
          border-radius: 0.5em;
  color: var(--white);
  font-size: 0.9rem;
  padding: 6px 8px;
  radius: 20px;
}

/* line 39, app/assets/stylesheets/renalware/partials/_navigation.scss */
.tooltip > .nub {
  border-color: transparent transparent rgba(92, 92, 92, 0.8) transparent;
  margin-left: 0.5em;
}

/* line 44, app/assets/stylesheets/renalware/partials/_navigation.scss */
#patient_search {
  width: 365px;
}

/* line 48, app/assets/stylesheets/renalware/partials/_navigation.scss */
dd.patient-name {
  display: none;
}

/* line 52, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav.fixed {
  left: auto;
}

/* line 56, app/assets/stylesheets/renalware/partials/_navigation.scss */
.page-navigation {
  margin: 5px 0;
}

/* line 60, app/assets/stylesheets/renalware/partials/_navigation.scss */
.collapse-patient-menu .patient-side-nav {
  left: -14.5rem;
}

/* line 64, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav,
.admin-side-nav {
  background-color: #eee;
  min-width: 14.5rem;
  padding: 0.3rem 0 2rem 0.4rem;
  width: 14.5rem;
}

@media print {
  /* line 64, app/assets/stylesheets/renalware/partials/_navigation.scss */
  .patient-side-nav,
.admin-side-nav {
    display: none;
  }
}

/* line 76, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav hr,
.admin-side-nav hr {
  margin: 0.3rem 0 0.5rem;
}

/* line 80, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav ul.side-nav,
.admin-side-nav ul.side-nav {
  margin: 1px 0 0 0;
  padding: 0;
}

/* line 84, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav ul.side-nav li,
.admin-side-nav ul.side-nav li {
  margin: 0;
  padding: 0 0 0.1rem 0.5rem;
}

/* line 88, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav ul.side-nav li a,
.admin-side-nav ul.side-nav li a {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: var(--nhs-blue);
  padding: 0.1rem 0.5rem;
  text-decoration: underline;
}

/* line 95, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav ul.side-nav li span,
.admin-side-nav ul.side-nav li span {
  padding: 0.2rem 0.5rem;
}

/* line 99, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav ul.side-nav li.action,
.admin-side-nav ul.side-nav li.action {
  padding-right: 0.5rem;
  padding-right: 0.5rem;
}

/* line 103, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav ul.side-nav li.action a,
.admin-side-nav ul.side-nav li.action a {
  background-color: var(--light-grey);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #222;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
  padding: 0.2rem 0.5rem;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 116, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav ul.side-nav li.action a:hover,
.admin-side-nav ul.side-nav li.action a:hover {
  background-color: var(--nhs-blue);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  color: var(--off-white);
}

/* line 125, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav ul.side-nav li.actions-heading,
.admin-side-nav ul.side-nav li.actions-heading {
  margin-bottom: 0.3rem;
}

/* line 132, app/assets/stylesheets/renalware/partials/_navigation.scss */
.admin-side-nav {
  background-color: var(--muted-dark-grey);
  color: #fff;
}

/* line 137, app/assets/stylesheets/renalware/partials/_navigation.scss */
.admin-side-nav .side-nav--admin li a,
.admin-side-nav .side-nav--admin li.heading {
  color: #fff !important;
  text-decoration: none !important;
}

/* line 143, app/assets/stylesheets/renalware/partials/_navigation.scss */
.admin-side-nav .side-nav--admin li.active a {
  color: #222 !important;
}

/* line 149, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav li:last-child {
  margin-bottom: 0;
}

/* line 153, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav li > a:hover,
.patient-side-nav li > a:hover:first-child:not(.button) {
  background-color: #008cba;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  color: var(--white);
}

/* line 161, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav li.active > a,
.patient-side-nav li.active > a:first-child:not(.button) {
  background-color: var(--white);
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  color: #222;
  margin-right: 0;
  text-decoration: none;
}

/* line 173, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav li a.active:hover {
  background-color: var(--white);
  color: #222;
}

/* line 178, app/assets/stylesheets/renalware/partials/_navigation.scss */
.patient-side-nav li.heading {
  color: #222;
  font-size: 0.9rem;
  font-weight: normal;
}

/* line 184, app/assets/stylesheets/renalware/partials/_navigation.scss */
.mdm-top-bar {
  height: 2.3rem;
}

/* line 187, app/assets/stylesheets/renalware/partials/_navigation.scss */
.mdm-top-bar ul li.name {
  color: var(--white);
  font-size: 1rem;
  height: 2.2rem;
  padding-left: 0.5rem;
  padding-top: 0.4rem;
}

/* line 194, app/assets/stylesheets/renalware/partials/_navigation.scss */
.mdm-top-bar ul li.name a {
  color: var(--white);
  padding-left: 0.5rem;
}

@media only screen and (min-width: 830px) {
  /* line 202, app/assets/stylesheets/renalware/partials/_navigation.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.6rem;
  }
}

/* line 207, app/assets/stylesheets/renalware/partials/_navigation.scss */
.top-bar-section .dropdown li.info {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  line-height: 45px;
  padding: 0 8px;
  border-top: solid 1px #666;
  text-transform: uppercase;
}

/* line 216, app/assets/stylesheets/renalware/partials/_navigation.scss */
.dropdown.button, section.display .section-actions a.dropdown {
  padding-right: 2.5rem;
}

/* line 219, app/assets/stylesheets/renalware/partials/_navigation.scss */
.dropdown.button::after, section.display .section-actions a.dropdown::after {
  right: 1rem;
}

/* line 225, app/assets/stylesheets/renalware/partials/_navigation.scss */
#top-menu-bar li.menu-item a i {
  font-weight: 600;
  pointer-events: none;
  text-align: center;
  width: 1.2rem;
  vertical-align: text-bottom;
  margin-right: 0.3rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 239, app/assets/stylesheets/renalware/partials/_navigation.scss */
#top-menu-bar li.menu-item--home a i:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DDD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 243, app/assets/stylesheets/renalware/partials/_navigation.scss */
#top-menu-bar li.menu-item--admin a i:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DDD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 248, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav {
  background-color: transparent;
  float: left;
  margin: 0 0 1rem;
  padding: 0;
  width: 100%;
}

/* line 256, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav dd,
.sub-nav li {
  margin: 0 0.25rem 0 0;
}

/* line 264, app/assets/stylesheets/renalware/partials/_navigation.scss */
.tabs-container {
  border-bottom: 1px solid var(--tab-border-color);
  clear: both;
  float: left;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 271, app/assets/stylesheets/renalware/partials/_navigation.scss */
.tabs-container .sub-nav {
  margin: 0;
  position: relative;
  top: 1px;
}

/* line 278, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav dd a,
.sub-nav li a {
  background-color: transparent;
  border: solid transparent;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  border-width: 3px 1px 1px;
  color: var(--muted-dark-grey);
  display: block;
  padding: 0.3rem 1.3rem;
  text-decoration: none;
  white-space: nowrap;
}

/* line 291, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #222;
}

/* line 296, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav dd.active a,
.sub-nav li.active a {
  background-color: var(--white);
  border-color: var(--nhs-orange) var(--tab-border-color) transparent;
  color: #222;
  padding: 0.3rem 1.3rem;
}

/* line 304, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav dd.active,
.sub-nav li.active {
  font-weight: bold;
}

/* line 309, app/assets/stylesheets/renalware/partials/_navigation.scss */
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background-color: var(--white);
  color: #222;
}

/* line 316, app/assets/stylesheets/renalware/partials/_navigation.scss */
.f-dropdown li.disabled {
  color: var(--mid-grey);
  cursor: default;
  display: block;
  padding: 0.5rem;
}

/* line 322, app/assets/stylesheets/renalware/partials/_navigation.scss */
.f-dropdown li.disabled:hover {
  background-color: var(--white);
}

/* line 328, app/assets/stylesheets/renalware/partials/_navigation.scss */
side-nav.list-group {
  padding: 0;
  margin: 0;
  margin-right: 2rem;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  border: solid 1px #ddd;
}

/* line 335, app/assets/stylesheets/renalware/partials/_navigation.scss */
side-nav.list-group li {
  border-bottom: solid 1px #ddd;
  margin: 0;
  font-size: 1rem;
}

/* line 340, app/assets/stylesheets/renalware/partials/_navigation.scss */
side-nav.list-group li:last-child {
  border-bottom: none;
}

/* line 344, app/assets/stylesheets/renalware/partials/_navigation.scss */
side-nav.list-group li a,
side-nav.list-group li a:hover,
side-nav.list-group li a:active,
side-nav.list-group li a:visited {
  color: var(--nhs-blue);
}

/* line 352, app/assets/stylesheets/renalware/partials/_navigation.scss */
side-nav.list-group li.active a,
side-nav.list-group li.active a:hover,
side-nav.list-group li.active a:active,
side-nav.list-group li.active a:visited {
  color: var(--black);
}

/* line 5, app/assets/stylesheets/renalware/partials/_patient_search.scss */
.top-bar-section .has-form {
  padding-left: 0.5rem;
  width: 210px;
}

/* line 12, app/assets/stylesheets/renalware/partials/_patient_search.scss */
.fn-form.patient-search-form button.button.tiny.postfix,
.patient-search-form button.button.tiny.postfix {
  background-color: var(--off-white);
  color: #222;
  height: 2.15rem;
  padding: 0;
}

/* line 18, app/assets/stylesheets/renalware/partials/_patient_search.scss */
.fn-form.patient-search-form button.button.tiny.postfix:hover,
.patient-search-form button.button.tiny.postfix:hover {
  background-color: #d5d5d5;
  color: #090909;
}

/* line 24, app/assets/stylesheets/renalware/partials/_patient_search.scss */
.fn-form.patient-search-form input,
.patient-search-form input {
  border: 0;
  height: 2.15rem;
}

/* line 1, app/assets/stylesheets/renalware/partials/_permissions.css */
span.no-permission {
  color: #ccc;
}

@media screen {
  /* line 2, app/assets/stylesheets/renalware/partials/_print.scss */
  .print-only {
    display: none;
  }
}

@media print {
  /* line 8, app/assets/stylesheets/renalware/partials/_print.scss */
  html {
    font-size: 0.7em;
  }
  /* line 12, app/assets/stylesheets/renalware/partials/_print.scss */
  a {
    text-decoration: none;
  }
  /* line 16, app/assets/stylesheets/renalware/partials/_print.scss */
  a[href]:after {
    content: none !important;
  }
  /* line 20, app/assets/stylesheets/renalware/partials/_print.scss */
  .sub-nav,
.top-bar {
    display: none;
  }
  /* line 25, app/assets/stylesheets/renalware/partials/_print.scss */
  .flash-message {
    display: none;
  }
  /* line 29, app/assets/stylesheets/renalware/partials/_print.scss */
  .noprint {
    display: none !important;
  }
  /* line 34, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-1 {
    width: 8.33333%;
  }
  /* line 38, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-2 {
    width: 16.66667%;
  }
  /* line 42, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-3 {
    width: 25%;
  }
  /* line 46, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-4 {
    width: 33.33333%;
  }
  /* line 50, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-5 {
    width: 41.66667%;
  }
  /* line 54, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-6 {
    width: 50%;
  }
  /* line 58, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-7 {
    width: 58.33333%;
  }
  /* line 62, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-8 {
    width: 66.66667%;
  }
  /* line 66, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-9 {
    width: 75%;
  }
  /* line 70, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-10 {
    width: 83.33333%;
  }
  /* line 74, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-11 {
    width: 91.66667%;
  }
  /* line 78, app/assets/stylesheets/renalware/partials/_print.scss */
  .large-12 {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form {
  /*
  This class repositions the hint to the right of the input.
  A '?' icon is added using the help_link helper.
  Used for example in help pop-ups/tooltips on forms.
  */
}

/* line 7, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form .hint.hint-help-link {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form fieldset {
  border: 0;
  margin: 0 0 1.5rem;
  padding: 0.5rem 0;
}

/* line 18, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form fieldset legend {
  border-top: 1px solid #008cba;
  color: #222;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: 0.5rem 0 1rem 0;
  width: 100%;
}

/* line 30, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form div.boolean label {
  float: none;
  line-height: 1.3em;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
}

/* line 36, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form div.boolean label input {
  float: left;
  margin: 0.5rem 0 1rem -1rem;
}

/* line 43, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form select.date,
.simple_form select.datetime {
  margin-bottom: 1rem;
}

/* line 49, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form .field_with_hint input,
.simple_form .field_with_hint select {
  margin-bottom: 0;
}

/* line 56, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form .field_with_hint2 input,
.simple_form .field_with_hint2 select {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form .hint {
  color: #888;
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.25rem;
  padding: 0.2rem 0;
}

/* line 73, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form td input[type="radio"] {
  margin: auto;
}

/* line 78, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form .wrapper.wrapper_style_horizontal {
  margin-left: -0.7142857143rem;
  margin-right: -0.7142857143rem;
}

@media only screen and (max-width: 40em) {
  /* line 82, app/assets/stylesheets/renalware/partials/_simple_form.scss */
  .simple_form .wrapper.wrapper_style_horizontal > .wrapper__label {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  /* line 82, app/assets/stylesheets/renalware/partials/_simple_form.scss */
  .simple_form .wrapper.wrapper_style_horizontal > .wrapper__label {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 33.3333333333%;
    float: left;
  }
}

@media only screen and (min-width:64.063em) {
  /* line 82, app/assets/stylesheets/renalware/partials/_simple_form.scss */
  .simple_form .wrapper.wrapper_style_horizontal > .wrapper__label {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 25%;
    float: left;
  }
}

/* line 93, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form .wrapper.wrapper_style_horizontal > .wrapper__label label {
  margin: 0 0 0.85714rem 0;
  padding: 0.5rem 0;
  float: none !important;
  display: inline;
}

@media only screen and (max-width: 40em) {
  /* line 103, app/assets/stylesheets/renalware/partials/_simple_form.scss */
  .simple_form .wrapper.wrapper_style_horizontal > .wrapper__input {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 103, app/assets/stylesheets/renalware/partials/_simple_form.scss */
  .simple_form .wrapper.wrapper_style_horizontal > .wrapper__input {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 50%;
    float: left;
  }
}

/* line 111, app/assets/stylesheets/renalware/partials/_simple_form.scss */
.simple_form .wrapper.wrapper_style_horizontal > .wrapper__input .datepicker-wrapper {
  max-width: 12rem !important;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  /* line 117, app/assets/stylesheets/renalware/partials/_simple_form.scss */
  .simple_form .wrapper.wrapper_style_horizontal.wrapper_size_lg > .wrapper__input {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 66.6666666667%;
    float: left;
  }
}

@media only screen and (min-width:64.063em) {
  /* line 117, app/assets/stylesheets/renalware/partials/_simple_form.scss */
  .simple_form .wrapper.wrapper_style_horizontal.wrapper_size_lg > .wrapper__input {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 75%;
    float: left;
  }
}

@media only screen and (min-width:40.063em) {
  /* line 128, app/assets/stylesheets/renalware/partials/_simple_form.scss */
  .simple_form .wrapper.wrapper_style_horizontal.wrapper_size_sm > .wrapper__input {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 33.3333333333%;
    float: left;
  }
}

@media only screen {
  /* line 136, app/assets/stylesheets/renalware/partials/_simple_form.scss */
  .simple_form .wrapper.wrapper_style_horizontal.wrapper_size_xs > .wrapper__input {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    width: 16.6666666667%;
    float: left;
  }
}

/* line 1, app/assets/stylesheets/renalware/partials/_slimselect.scss */
:root {
  --ss-main-height: 32px;
  /*--ss-spacing-s: 0.25rem 1rem; */
  --ss-spacing-s: 4px;
}

/* line 7, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-content.ss-open-above,
.ss-content.ss-open-below {
  border-color: #bbb;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* line 16, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-content {
  border-top: none;
  border-color: #bbb;
}

/* line 22, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-content .ss-list .ss-optgroup .ss-option,
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 29, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-content .ss-list .ss-option {
  padding-bottom: 2px;
  padding-left: 10px;
  white-space: preserve;
}

/* line 37, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-content .ss-list .ss-optgroup .ss-option.ss-option-selected, .ss-content .ss-list .ss-optgroup .ss-option.ss-option.ss-selected,
.ss-content .ss-list .ss-option.ss-option-selected,
.ss-content .ss-list .ss-option.ss-option.ss-selected {
  color: var(--mid-grey);
  background-color: #eee;
}

/* line 44, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-main {
  color: var(--darkish-grey);
  border-color: #ccc;
}

/* line 50, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-main .ss-arrow {
  width: 8px;
  height: 8px;
}

/* line 55, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-main .ss-values {
  /* height: 18px; */
}

/* line 60, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-content .ss-list .ss-error,
.ss-content .ss-list .ss-searching {
  padding-left: 15px;
}

/* line 65, app/assets/stylesheets/renalware/partials/_slimselect.scss */
.ss-disabled .ss-values .ss-value {
  background-color: #888;
}

/* line 2, app/assets/stylesheets/renalware/partials/_sortable.scss */
.sortables .handle {
  cursor: ns-resize;
  text-align: center;
}

/* line 8, app/assets/stylesheets/renalware/partials/_sortable.scss */
.ui-sortable-placeholder {
  visibility: visible !important;
}

/* line 11, app/assets/stylesheets/renalware/partials/_sortable.scss */
.ui-sortable-placeholder td {
  border-top: 3px solid var(--black) !important;
}

/* line 1, app/assets/stylesheets/renalware/partials/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.3rem;
  padding: 0.2rem 0.28571rem;
}

/* line 12, app/assets/stylesheets/renalware/partials/_tables.scss */
table thead th {
  vertical-align: bottom;
}

/* line 16, app/assets/stylesheets/renalware/partials/_tables.scss */
table tbody tr:hover,
table.column_hover .hover {
  background-color: #f9f9f9;
}

/* line 21, app/assets/stylesheets/renalware/partials/_tables.scss */
.no-permission {
  color: #ccc;
}

/* line 26, app/assets/stylesheets/renalware/partials/_tables.scss */
.actions-dropdown .no-permission {
  padding: 0.5rem;
  display: inline-block;
  line-height: inherit;
}

/* line 34, app/assets/stylesheets/renalware/partials/_tables.scss */
td.actions2 *:not(:first-child) {
  padding-left: .3rem;
  margin-left: .3rem;
  border-left: 1px solid #eee;
}

/*
  Add a pipe between action links (Edit, Delete etc) in tables
*/
/* line 43, app/assets/stylesheets/renalware/partials/_tables.scss */
td.actions {
  padding-left: 0;
  white-space: nowrap;
  /* If the action link is just an icon, make it quite subtle so it does not draw attention */
}

/* line 48, app/assets/stylesheets/renalware/partials/_tables.scss */
td.actions > a.icon-only {
  color: var(--link-focus-colour);
}

/* line 51, app/assets/stylesheets/renalware/partials/_tables.scss */
td.actions > a.icon-only:hover {
  color: #008cba;
}

/* line 59, app/assets/stylesheets/renalware/partials/_tables.scss */
td.actions .flex a:after,
td.actions > a:after,
td.actions > span:after {
  color: #ccc;
  content: "|";
  padding-right: 0;
  padding-left: 0.3rem;
}

/* line 66, app/assets/stylesheets/renalware/partials/_tables.scss */
td.actions .flex a:last-child:after,
td.actions > a:last-child:after,
td.actions > span:last-child:after {
  content: "";
}

/* line 70, app/assets/stylesheets/renalware/partials/_tables.scss */
td.actions .flex a:before,
td.actions > a:before,
td.actions > span:before {
  display: inline-block;
  color: #ccc;
  content: "";
  padding-right: 0;
  padding-right: 0.3rem;
}

/* line 78, app/assets/stylesheets/renalware/partials/_tables.scss */
td.actions .flex a:first-child:before,
td.actions > a:first-child:before,
td.actions > span:first-child:before {
  padding-right: 0;
}

/* line 85, app/assets/stylesheets/renalware/partials/_tables.scss */
table.stripeless tr:nth-of-type(even),
table.stripeless tr:nth-of-type(odd) {
  background-color: transparent;
}

/* line 91, app/assets/stylesheets/renalware/partials/_tables.scss */
table td.actions-dropdown {
  padding-bottom: 0.3rem;
  padding-right: 0;
  padding-top: 0.3rem;
}

/* line 96, app/assets/stylesheets/renalware/partials/_tables.scss */
table td.actions-dropdown > div {
  display: inline-block;
}

/* line 100, app/assets/stylesheets/renalware/partials/_tables.scss */
table td.actions-dropdown .button.dropdown, table td.actions-dropdown section.display .section-actions a.dropdown, section.display .section-actions table td.actions-dropdown a.dropdown {
  margin: 0;
  padding: 0.2rem 2.3rem 0.2rem 0.4rem;
}

/* line 104, app/assets/stylesheets/renalware/partials/_tables.scss */
table td.actions-dropdown .button.dropdown:after, table td.actions-dropdown section.display .section-actions a.dropdown:after, section.display .section-actions table td.actions-dropdown a.dropdown:after {
  right: 0.5rem;
}

/* line 109, app/assets/stylesheets/renalware/partials/_tables.scss */
table td.actions-dropdown .f-dropdown {
  margin-left: -110px;
}

/* line 112, app/assets/stylesheets/renalware/partials/_tables.scss */
table td.actions-dropdown .f-dropdown.open::before, table td.actions-dropdown .f-dropdown.open::after {
  left: 160px;
}

/* line 119, app/assets/stylesheets/renalware/partials/_tables.scss */
table td.actions-dropdown.going-right .f-dropdown {
  margin-left: 0;
}

/* line 125, app/assets/stylesheets/renalware/partials/_tables.scss */
table {
  border-collapse: collapse;
  width: 100%;
}

/* line 131, app/assets/stylesheets/renalware/partials/_tables.scss */
table thead {
  background-color: transparent;
  border-bottom: solid 1px #ddd;
}

/* line 136, app/assets/stylesheets/renalware/partials/_tables.scss */
table thead a {
  color: var(--muted-dark-grey);
  text-decoration: underline;
}

/* line 141, app/assets/stylesheets/renalware/partials/_tables.scss */
table thead:hover {
  color: #666;
}

/* line 146, app/assets/stylesheets/renalware/partials/_tables.scss */
table.natural-width {
  width: auto;
}

/* line 181, app/assets/stylesheets/renalware/partials/_tables.scss */
table .quick-preview p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

/* line 187, app/assets/stylesheets/renalware/partials/_tables.scss */
table .quick-preview dl {
  line-height: 1.3rem;
}

/* line 190, app/assets/stylesheets/renalware/partials/_tables.scss */
table .quick-preview dl dt {
  color: #777;
  text-align: right;
}

/* line 196, app/assets/stylesheets/renalware/partials/_tables.scss */
table .quick-preview dl dd * {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 209, app/assets/stylesheets/renalware/partials/_tables.scss */
table.align-top td,
table.align-top th {
  vertical-align: top;
}

/* line 216, app/assets/stylesheets/renalware/partials/_tables.scss */
table.align-centre td,
table.align-centre th {
  vertical-align: middle;
}

/* line 222, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th,
table tr td {
  border-bottom: 1px solid #ddd;
  border-left-width: 0;
  border-right: solid 1px var(--white);
  font-size: 1rem;
}

/* line 229, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}

/* line 232, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.actions:last-child,
table tr td.actions:last-child {
  text-align: right;
  white-space: nowrap;
}

/* line 239, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.actions:first-child,
table tr td.actions:first-child {
  white-space: nowrap;
}

/* line 244, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.no-wrap,
table tr td.no-wrap {
  white-space: nowrap;
}

/* line 250, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr td.with-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}

/* line 257, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr td.col-width-small-with-ellipsis {
  min-width: 5.1rem;
  max-width: 5.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 265, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr td.col-width-medium-with-ellipsis {
  max-width: 7rem;
  min-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 273, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr td.col-width-mediumish-with-ellipsis {
  max-width: 9rem;
  min-width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 281, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr td.col-width-large-with-ellipsis {
  max-width: 20rem;
  min-width: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 289, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr td.actions {
  text-align: left;
}

/* line 296, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-date,
table tr td.col-width-date {
  min-width: 7.4em;
  width: 7.8em;
}

/* line 300, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-date.wide,
table tr td.col-width-date.wide {
  width: 9rem;
}

/* line 305, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-time,
table tr td.col-width-time {
  min-width: 2.7rem;
  width: 3rem;
}

/* line 310, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-date-time,
table tr td.col-width-date-time {
  min-width: 9.6rem;
  width: 9.6rem;
}

/* line 315, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-reference-without-prefix,
table tr td.col-width-reference-without-prefix {
  min-width: 5.5rem;
  white-space: nowrap;
  width: 7rem;
}

/* line 321, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-reference-no,
table tr td.col-width-reference-no {
  min-width: 9rem;
  white-space: nowrap;
  width: 9rem;
}

/* line 327, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-nhs-no,
table tr td.col-width-nhs-no {
  min-width: 7rem;
  white-space: nowrap;
  width: 7rem;
}

/* line 333, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-bp,
table tr td.col-width-bp {
  min-width: 3.8rem;
  width: 4.5rem;
}

/* line 338, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-toggle,
table tr td.col-width-toggle {
  min-width: 9.7rem;
  width: 9.7rem;
}

/* line 343, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-actions-dropdown,
table tr td.col-width-actions-dropdown {
  width: 2rem;
}

/* line 347, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-tiny,
table tr td.col-width-tiny {
  min-width: 2rem;
  width: 3rem;
}

/* line 352, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-tinyish,
table tr td.col-width-tinyish {
  min-width: 4.5rem;
  width: 5rem;
}

/* line 357, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-small,
table tr td.col-width-small {
  min-width: 5.1rem;
  width: 7rem;
}

/* line 362, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-medium,
table tr td.col-width-medium {
  min-width: 10rem;
  width: 12rem;
}

/* line 367, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-medium-ish,
table tr td.col-width-medium-ish {
  min-width: 12rem;
  width: 14rem;
}

/* line 372, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-medium-plus,
table tr td.col-width-medium-plus {
  min-width: 14rem;
  width: 15rem;
}

/* line 377, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-large,
table tr td.col-width-large {
  min-width: 17rem;
  width: 20rem;
}

/* line 382, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-xlarge,
table tr td.col-width-xlarge {
  min-width: 25rem;
  width: 30rem;
}

/* line 387, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.column-6-width,
table tr td.column-6-width {
  width: 6%;
}

/* line 391, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-6,
table tr td.col-width-6 {
  width: 6rem;
}

/* line 395, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-9,
table tr td.col-width-9 {
  width: 9rem;
}

/* line 399, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-11,
table tr td.col-width-11 {
  width: 11rem;
  min-width: 11rem;
}

/* line 404, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-13,
table tr td.col-width-13 {
  width: 13rem;
}

/* line 408, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-15,
table tr td.col-width-15 {
  min-width: 15rem;
  width: 15rem;
}

/* line 413, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.col-width-17,
table tr td.col-width-17 {
  min-width: 17rem;
  width: 17rem;
}

/* line 418, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr th.at-least,
table tr td.at-least {
  width: auto;
}

/* line 424, app/assets/stylesheets/renalware/partials/_tables.scss */
table.with-trailing-datepicker tr td:last-child {
  min-width: 150px;
  width: 150px;
}

/* line 432, app/assets/stylesheets/renalware/partials/_tables.scss */
tr.deleted td {
  background-color: #ffefed;
}

/* line 437, app/assets/stylesheets/renalware/partials/_tables.scss */
table.report {
  table-layout: auto;
}

/* line 440, app/assets/stylesheets/renalware/partials/_tables.scss */
table.report th,
table.report td {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 447, app/assets/stylesheets/renalware/partials/_tables.scss */
table.auto-layout {
  table-layout: auto;
}

/* line 451, app/assets/stylesheets/renalware/partials/_tables.scss */
th,
td {
  overflow: hidden;
}

/* line 455, app/assets/stylesheets/renalware/partials/_tables.scss */
th.strong,
td.strong {
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  /* line 461, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive {
    display: block;
    font-size: 1.2em;
  }
  /* line 465, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive .toggle-content {
    font-size: 0.9em;
  }
  /* line 469, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive thead,
table.responsive tbody,
table.responsive th,
table.responsive td,
table.responsive tr,
table.responsive caption {
    display: block;
  }
  /* line 478, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive td:before {
    content: attr(data-heading);
    float: left;
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 33%;
  }
  /* line 490, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive td:first-child {
    background: #ccc;
  }
  /* line 494, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive td:nth-child(even) {
    background: #fcfcfc;
  }
  /* line 498, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  /* line 504, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive tbody tr {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  /* line 509, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive td {
    border-bottom: 0;
    padding: 6px 24px 24px 35%;
    position: relative;
  }
  /* line 515, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive th {
    padding: 12px;
  }
  /* line 519, app/assets/stylesheets/renalware/partials/_tables.scss */
  table.responsive th.g-center,
table.responsive td.g-center {
    text-align: left;
  }
}

@media print {
  /* line 529, app/assets/stylesheets/renalware/partials/_tables.scss */
  table th a {
    text-decoration: none;
  }
}

/* line 536, app/assets/stylesheets/renalware/partials/_tables.scss */
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: transparent;
}

/* line 544, app/assets/stylesheets/renalware/partials/_tables.scss */
th.valign-bottom,
td.valign-bottom {
  vertical-align: bottom;
}

/* line 552, app/assets/stylesheets/renalware/partials/_tables.scss */
table.no-border-on-last-row tr:last-child td, table.no-border-on-last-row tr:last-child th {
  border-bottom-color: #eee;
}

/* line 559, app/assets/stylesheets/renalware/partials/_tables.scss */
.grid-curr-observations {
  display: grid;
  grid-gap: .2rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 20px;
}

/* line 2, app/assets/stylesheets/renalware/partials/_tabs.scss */
.mdm-page .tabs-content {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/renalware/partials/_tabs.scss */
.mdm-page .tabs-content > .content {
  padding: 0;
}

/* line 12, app/assets/stylesheets/renalware/partials/_tabs.scss */
.sub-nav.with-tabs {
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 17, app/assets/stylesheets/renalware/partials/_tabs.scss */
.sub-nav.with-tabs dl {
  position: relative;
  top: 1px;
  z-index: 2;
}

/* line 23, app/assets/stylesheets/renalware/partials/_tabs.scss */
.sub-nav.with-tabs .tab-bottom-border {
  position: relative;
  display: block;
  z-index: 0;
  color: #ccc;
  background-color: #ccc;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/renalware/partials/_toggle.scss */
.hide-button {
  display: none;
}

/* line 5, app/assets/stylesheets/renalware/partials/_toggle.scss */
.show-form {
  display: block;
}

/* line 10, app/assets/stylesheets/renalware/partials/_toggle.scss */
#new-form:target .hide {
  display: block;
}

/* line 14, app/assets/stylesheets/renalware/partials/_toggle.scss */
#new-form:target .close-new-form {
  display: inline-block;
}

/* line 18, app/assets/stylesheets/renalware/partials/_toggle.scss */
#new-form:target .toggle {
  display: none;
}

/* line 24, app/assets/stylesheets/renalware/partials/_toggle.scss */
#new-probs-form:target .hide {
  display: block;
}

/* line 28, app/assets/stylesheets/renalware/partials/_toggle.scss */
#new-probs-form:target .close-new-form {
  display: inline-block;
}

/* line 32, app/assets/stylesheets/renalware/partials/_toggle.scss */
#new-probs-form:target .toggle {
  display: none;
}

/* line 38, app/assets/stylesheets/renalware/partials/_toggle.scss */
#new-organism-form:target .hide {
  display: block;
}

/* line 42, app/assets/stylesheets/renalware/partials/_toggle.scss */
#new-organism-form:target .close-new-form {
  display: inline-block;
}

/* line 46, app/assets/stylesheets/renalware/partials/_toggle.scss */
#new-organism-form:target .toggle {
  display: none;
}

/* line 51, app/assets/stylesheets/renalware/partials/_toggle.scss */
.close-new-organism-form {
  display: none;
}

/* line 55, app/assets/stylesheets/renalware/partials/_toggle.scss */
.close-new-form {
  display: none;
}

/* line 59, app/assets/stylesheets/renalware/partials/_toggle.scss */
.toggle-text {
  font-size: 0.8em;
}

/* line 63, app/assets/stylesheets/renalware/partials/_toggle.scss */
.toggle-content {
  font-size: 0.9em;
}

/* line 67, app/assets/stylesheets/renalware/partials/_toggle.scss */
.edit {
  color: #999;
  padding-right: 0.5em;
}

/* line 72, app/assets/stylesheets/renalware/partials/_toggle.scss */
.css-toggle-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 77, app/assets/stylesheets/renalware/partials/_toggle.scss */
.css-toggle-container.expanded {
  white-space: normal;
}

/* line 1, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggler {
  position: relative;
  display: inline-block;
}

/* line 5, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggler i {
  font-weight: 600;
  pointer-events: none;
  text-align: center;
  width: 1.2rem;
}

/* line 13, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggler i:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 21, app/assets/stylesheets/renalware/partials/_toggling.scss */
th.togglers .toggler i:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='7 13 12 18 17 13'%3E%3C/polyline%3E%3Cpolyline points='7 6 12 11 17 6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 25, app/assets/stylesheets/renalware/partials/_toggling.scss */
th.togglers .toggler.toggled i:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='17 11 12 6 7 11'%3E%3C/polyline%3E%3Cpolyline points='17 18 12 13 7 18'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 32, app/assets/stylesheets/renalware/partials/_toggling.scss */
.content-toggled .toggler i:before,
.toggler.toggled i:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 37, app/assets/stylesheets/renalware/partials/_toggling.scss */
th.togglers {
  width: 1rem;
}

/* line 60, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable .toggleable--open td .toggler i:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 64, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable .toggleable--open th .toggler i:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='17 11 12 6 7 11'%3E%3C/polyline%3E%3Cpolyline points='17 18 12 13 7 18'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 71, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable.easy-read .toggleable--open tr,
.toggleable.easy-read .toggleable--open tr:hover {
  background-color: #fffeee;
}

/* line 75, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable.easy-read .toggleable--open tr td,
.toggleable.easy-read .toggleable--open tr:hover td {
  border-bottom-color: #eee;
}

/* line 79, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable.easy-read .toggleable--open tr p,
.toggleable.easy-read .toggleable--open tr:hover p {
  margin-left: 0;
  padding-left: 0;
}

/* line 89, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable:not(.plx) > tbody > tr:last-child {
  display: none;
}

/* line 98, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable tbody.toggleable--open tr:last-child,
.toggleable tbody.toggleable--open tr.hidden {
  display: table-row;
}

/* line 108, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable tbody.toggleable--no-toggleable-content tr:last-child {
  display: none;
}

/* line 116, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable.toggleable--without-border-between-toggled-and-non-toggled-tr tbody.toggleable--open:not(.no-toggleable-content) td {
  border-top: solid 1px #ddd;
}

/* line 120, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable.toggleable--without-border-between-toggled-and-non-toggled-tr tbody.toggleable--open:not(.no-toggleable-content) tr:first-child td {
  border-bottom: none;
}

/* line 124, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable.toggleable--without-border-between-toggled-and-non-toggled-tr tbody.toggleable--open:not(.no-toggleable-content) tr:last-child:not(.no-toggleable-content) td {
  border-top: none;
  padding-top: 0;
}

/* line 131, app/assets/stylesheets/renalware/partials/_toggling.scss */
.toggleable .toggleable--toggler-container {
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/renalware/partials/_tooltip.scss */
.has-tip {
  cursor: default !important;
  font-weight: normal;
}

/* line 6, app/assets/stylesheets/renalware/partials/_tooltip.scss */
.tooltip {
  background-color: #222;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0.2rem 0.4rem;
}

/* line 3, app/assets/stylesheets/renalware/partials/_trix.scss */
.trix-content ul li {
  list-style: initial;
}

/* line 7, app/assets/stylesheets/renalware/partials/_trix.scss */
.trix-content ol li {
  list-style: decimal;
}

/* line 12, app/assets/stylesheets/renalware/partials/_trix.scss */
trix-toolbar {
  display: inline-block;
}

/* line 15, app/assets/stylesheets/renalware/partials/_trix.scss */
trix-toolbar .trix-button-group--file-tools,
trix-toolbar .trix-button--icon-heading-1,
trix-toolbar .trix-button--icon-code,
trix-toolbar .trix-button--icon-quote {
  display: none;
}

/* line 1, app/assets/stylesheets/renalware/partials/_typography.scss */
h1 {
  font-size: 1.6rem;
}

/* line 5, app/assets/stylesheets/renalware/partials/_typography.scss */
h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

/* line 10, app/assets/stylesheets/renalware/partials/_typography.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
}

/* line 15, app/assets/stylesheets/renalware/partials/_typography.scss */
p {
  margin: 0 0 0.5em 0;
  padding: 0 0.5em 0 0.5em;
}

/* line 20, app/assets/stylesheets/renalware/partials/_typography.scss */
ul {
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/renalware/partials/_typography.scss */
ul.table-data-list {
  clear: both;
  font-size: 1em;
  line-height: 1.3rem;
}

/* line 30, app/assets/stylesheets/renalware/partials/_typography.scss */
li.history {
  color: #999;
  display: block;
}

/* line 35, app/assets/stylesheets/renalware/partials/_typography.scss */
span.monospaced {
  font-family: monospace;
  font-size: 1.2em;
}

/* line 40, app/assets/stylesheets/renalware/partials/_typography.scss */
span.note {
  color: #999;
  font-size: 0.8rem;
}

/* line 45, app/assets/stylesheets/renalware/partials/_typography.scss */
.hint {
  color: #bbb;
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.25rem;
  padding: 0.2rem 0;
}

/* line 55, app/assets/stylesheets/renalware/partials/_typography.scss */
.edit_timestamp {
  font-size: 1rem;
  margin: -1rem 0 1rem 0;
  padding: 0;
}

/* line 61, app/assets/stylesheets/renalware/partials/_typography.scss */
.muted {
  color: var(--dashboard-muted-color);
}

/* line 1, app/assets/stylesheets/renalware/partials/_utilities.scss */
.padding-bottom-1 {
  padding-bottom: 1em;
}

/* line 5, app/assets/stylesheets/renalware/partials/_utilities.scss */
.padding-top-1 {
  padding-top: 1em;
}

/* line 9, app/assets/stylesheets/renalware/partials/_utilities.scss */
.g-center {
  text-align: center;
}

/* line 13, app/assets/stylesheets/renalware/partials/_utilities.scss */
.nowrap {
  white-space: nowrap;
}

/* line 17, app/assets/stylesheets/renalware/partials/_utilities.scss */
.row.no-side-gutters {
  margin-left: 0;
  margin-right: 0;
  max-width: inherit;
}

/* line 23, app/assets/stylesheets/renalware/partials/_utilities.scss */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 35, app/assets/stylesheets/renalware/partials/_utilities.scss */
a.reset:hover, a.reset:visited, a.reset:focus, a.reset:active, a.reset:link {
  color: unset;
  background-color: unset;
}
