/*!
 * jQuery UI CSS Framework 1.12.1
 * 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 {
	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;
	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;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	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-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.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-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	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 Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }

trix-toolbar * {
  box-sizing: border-box; }

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }
    @media (max-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }

trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }
  @media (max-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }

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;
  border-radius: 0;
  background: transparent; }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }
  @media (max-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }

trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }
  @media (max-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }
  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-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%; }

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-dialogs {
  position: relative; }

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }

trix-toolbar .trix-dialog--link {
  max-width: 600px; }

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1; }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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; }

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight; }

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }

trix-editor .attachment {
  position: relative; }
  trix-editor .attachment:hover {
    cursor: default; }

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0; }

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; }

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }

trix-editor .trix-button-group {
  display: inline-flex; }

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;
  border-radius: 0;
  background: transparent; }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-editor .trix-button.trix-active {
    background: #cbeefa; }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }

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;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  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.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%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%; }
  trix-editor .trix-button--remove:hover {
    border-color: #333; }
    trix-editor .trix-button--remove:hover::before {
      opacity: 1; }

trix-editor .attachment__metadata-container {
  position: relative; }

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  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);
  border-radius: 3px; }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }

.trix-content {
  line-height: 1.5; }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }
  .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; }
  .trix-content li {
    margin-left: 1em; }
  .trix-content [dir=rtl] li {
    margin-right: 1em; }
  .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; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }
    .trix-content .attachment a {
      color: inherit;
      text-decoration: none; }
      .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }
  .trix-content .attachment__caption {
    text-align: center; }
    .trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' \2022 '; }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center; }
    .trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }
    .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *

*/

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
@charset "UTF-8";
/*






Changed from require_tree to the non-recursive require_directory,
to exclude the client-specific stylesheet files, (including the sass,
sass-cache, mapping files, and the css output).  Now, if we want to
nest stylesheets in directories, we'll need to add a require_directory
statement above. -JGS 2015-08-24

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

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

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

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-tent:before {
  content: "\26fa"; }

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

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

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

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

.glyphicon-hourglass:before {
  content: "\231b"; }

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

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

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

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

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

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

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

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

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

a.text-success:hover {
  color: #2b542c; }

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

a.text-info:hover {
  color: #245269; }

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

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

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

a.bg-success:hover {
  background-color: #c1e2b3; }

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

a.bg-info:hover {
  background-color: #afd9ee; }

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

a.bg-warning:hover {
  background-color: #f7ecb5; }

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

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

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

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

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

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.dropup,
.dropdown {
  position: relative; }

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

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

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: transparent;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: transparent;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: transparent; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding: 48px 0; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

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

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

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

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

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

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

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

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

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

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

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

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

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

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

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

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

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

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

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

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

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

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

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

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

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

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

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

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

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

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

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

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 "; }

.fa-1::before {
  content: "\31 "; }

.fa-2::before {
  content: "\32 "; }

.fa-3::before {
  content: "\33 "; }

.fa-4::before {
  content: "\34 "; }

.fa-5::before {
  content: "\35 "; }

.fa-6::before {
  content: "\36 "; }

.fa-7::before {
  content: "\37 "; }

.fa-8::before {
  content: "\38 "; }

.fa-9::before {
  content: "\39 "; }

.fa-fill-drip::before {
  content: ""; }

.fa-arrows-to-circle::before {
  content: ""; }

.fa-circle-chevron-right::before {
  content: ""; }

.fa-chevron-circle-right::before {
  content: ""; }

.fa-at::before {
  content: "\@"; }

.fa-trash-can::before {
  content: ""; }

.fa-trash-alt::before {
  content: ""; }

.fa-text-height::before {
  content: ""; }

.fa-user-xmark::before {
  content: ""; }

.fa-user-times::before {
  content: ""; }

.fa-stethoscope::before {
  content: ""; }

.fa-message::before {
  content: ""; }

.fa-comment-alt::before {
  content: ""; }

.fa-info::before {
  content: ""; }

.fa-down-left-and-up-right-to-center::before {
  content: ""; }

.fa-compress-alt::before {
  content: ""; }

.fa-explosion::before {
  content: ""; }

.fa-file-lines::before {
  content: ""; }

.fa-file-alt::before {
  content: ""; }

.fa-file-text::before {
  content: ""; }

.fa-wave-square::before {
  content: ""; }

.fa-ring::before {
  content: ""; }

.fa-building-un::before {
  content: ""; }

.fa-dice-three::before {
  content: ""; }

.fa-calendar-days::before {
  content: ""; }

.fa-calendar-alt::before {
  content: ""; }

.fa-anchor-circle-check::before {
  content: ""; }

.fa-building-circle-arrow-right::before {
  content: ""; }

.fa-volleyball::before {
  content: ""; }

.fa-volleyball-ball::before {
  content: ""; }

.fa-arrows-up-to-line::before {
  content: ""; }

.fa-sort-down::before {
  content: ""; }

.fa-sort-desc::before {
  content: ""; }

.fa-circle-minus::before {
  content: ""; }

.fa-minus-circle::before {
  content: ""; }

.fa-door-open::before {
  content: ""; }

.fa-right-from-bracket::before {
  content: ""; }

.fa-sign-out-alt::before {
  content: ""; }

.fa-atom::before {
  content: ""; }

.fa-soap::before {
  content: ""; }

.fa-icons::before {
  content: ""; }

.fa-heart-music-camera-bolt::before {
  content: ""; }

.fa-microphone-lines-slash::before {
  content: ""; }

.fa-microphone-alt-slash::before {
  content: ""; }

.fa-bridge-circle-check::before {
  content: ""; }

.fa-pump-medical::before {
  content: ""; }

.fa-fingerprint::before {
  content: ""; }

.fa-hand-point-right::before {
  content: ""; }

.fa-magnifying-glass-location::before {
  content: ""; }

.fa-search-location::before {
  content: ""; }

.fa-forward-step::before {
  content: ""; }

.fa-step-forward::before {
  content: ""; }

.fa-face-smile-beam::before {
  content: ""; }

.fa-smile-beam::before {
  content: ""; }

.fa-flag-checkered::before {
  content: ""; }

.fa-football::before {
  content: ""; }

.fa-football-ball::before {
  content: ""; }

.fa-school-circle-exclamation::before {
  content: ""; }

.fa-crop::before {
  content: ""; }

.fa-angles-down::before {
  content: ""; }

.fa-angle-double-down::before {
  content: ""; }

.fa-users-rectangle::before {
  content: ""; }

.fa-people-roof::before {
  content: ""; }

.fa-people-line::before {
  content: ""; }

.fa-beer-mug-empty::before {
  content: ""; }

.fa-beer::before {
  content: ""; }

.fa-diagram-predecessor::before {
  content: ""; }

.fa-arrow-up-long::before {
  content: ""; }

.fa-long-arrow-up::before {
  content: ""; }

.fa-fire-flame-simple::before {
  content: ""; }

.fa-burn::before {
  content: ""; }

.fa-person::before {
  content: ""; }

.fa-male::before {
  content: ""; }

.fa-laptop::before {
  content: ""; }

.fa-file-csv::before {
  content: ""; }

.fa-menorah::before {
  content: ""; }

.fa-truck-plane::before {
  content: ""; }

.fa-record-vinyl::before {
  content: ""; }

.fa-face-grin-stars::before {
  content: ""; }

.fa-grin-stars::before {
  content: ""; }

.fa-bong::before {
  content: ""; }

.fa-spaghetti-monster-flying::before {
  content: ""; }

.fa-pastafarianism::before {
  content: ""; }

.fa-arrow-down-up-across-line::before {
  content: ""; }

.fa-spoon::before {
  content: ""; }

.fa-utensil-spoon::before {
  content: ""; }

.fa-jar-wheat::before {
  content: ""; }

.fa-envelopes-bulk::before {
  content: ""; }

.fa-mail-bulk::before {
  content: ""; }

.fa-file-circle-exclamation::before {
  content: ""; }

.fa-circle-h::before {
  content: ""; }

.fa-hospital-symbol::before {
  content: ""; }

.fa-pager::before {
  content: ""; }

.fa-address-book::before {
  content: ""; }

.fa-contact-book::before {
  content: ""; }

.fa-strikethrough::before {
  content: ""; }

.fa-k::before {
  content: "K"; }

.fa-landmark-flag::before {
  content: ""; }

.fa-pencil::before {
  content: ""; }

.fa-pencil-alt::before {
  content: ""; }

.fa-backward::before {
  content: ""; }

.fa-caret-right::before {
  content: ""; }

.fa-comments::before {
  content: ""; }

.fa-paste::before {
  content: ""; }

.fa-file-clipboard::before {
  content: ""; }

.fa-code-pull-request::before {
  content: ""; }

.fa-clipboard-list::before {
  content: ""; }

.fa-truck-ramp-box::before {
  content: ""; }

.fa-truck-loading::before {
  content: ""; }

.fa-user-check::before {
  content: ""; }

.fa-vial-virus::before {
  content: ""; }

.fa-sheet-plastic::before {
  content: ""; }

.fa-blog::before {
  content: ""; }

.fa-user-ninja::before {
  content: ""; }

.fa-person-arrow-up-from-line::before {
  content: ""; }

.fa-scroll-torah::before {
  content: ""; }

.fa-torah::before {
  content: ""; }

.fa-broom-ball::before {
  content: ""; }

.fa-quidditch::before {
  content: ""; }

.fa-quidditch-broom-ball::before {
  content: ""; }

.fa-toggle-off::before {
  content: ""; }

.fa-box-archive::before {
  content: ""; }

.fa-archive::before {
  content: ""; }

.fa-person-drowning::before {
  content: ""; }

.fa-arrow-down-9-1::before {
  content: ""; }

.fa-sort-numeric-desc::before {
  content: ""; }

.fa-sort-numeric-down-alt::before {
  content: ""; }

.fa-face-grin-tongue-squint::before {
  content: ""; }

.fa-grin-tongue-squint::before {
  content: ""; }

.fa-spray-can::before {
  content: ""; }

.fa-truck-monster::before {
  content: ""; }

.fa-w::before {
  content: "W"; }

.fa-earth-africa::before {
  content: ""; }

.fa-globe-africa::before {
  content: ""; }

.fa-rainbow::before {
  content: ""; }

.fa-circle-notch::before {
  content: ""; }

.fa-tablet-screen-button::before {
  content: ""; }

.fa-tablet-alt::before {
  content: ""; }

.fa-paw::before {
  content: ""; }

.fa-cloud::before {
  content: ""; }

.fa-trowel-bricks::before {
  content: ""; }

.fa-face-flushed::before {
  content: ""; }

.fa-flushed::before {
  content: ""; }

.fa-hospital-user::before {
  content: ""; }

.fa-tent-arrow-left-right::before {
  content: ""; }

.fa-gavel::before {
  content: ""; }

.fa-legal::before {
  content: ""; }

.fa-binoculars::before {
  content: ""; }

.fa-microphone-slash::before {
  content: ""; }

.fa-box-tissue::before {
  content: ""; }

.fa-motorcycle::before {
  content: ""; }

.fa-bell-concierge::before {
  content: ""; }

.fa-concierge-bell::before {
  content: ""; }

.fa-pen-ruler::before {
  content: ""; }

.fa-pencil-ruler::before {
  content: ""; }

.fa-people-arrows::before {
  content: ""; }

.fa-people-arrows-left-right::before {
  content: ""; }

.fa-mars-and-venus-burst::before {
  content: ""; }

.fa-square-caret-right::before {
  content: ""; }

.fa-caret-square-right::before {
  content: ""; }

.fa-scissors::before {
  content: ""; }

.fa-cut::before {
  content: ""; }

.fa-sun-plant-wilt::before {
  content: ""; }

.fa-toilets-portable::before {
  content: ""; }

.fa-hockey-puck::before {
  content: ""; }

.fa-table::before {
  content: ""; }

.fa-magnifying-glass-arrow-right::before {
  content: ""; }

.fa-tachograph-digital::before {
  content: ""; }

.fa-digital-tachograph::before {
  content: ""; }

.fa-users-slash::before {
  content: ""; }

.fa-clover::before {
  content: ""; }

.fa-reply::before {
  content: ""; }

.fa-mail-reply::before {
  content: ""; }

.fa-star-and-crescent::before {
  content: ""; }

.fa-house-fire::before {
  content: ""; }

.fa-square-minus::before {
  content: ""; }

.fa-minus-square::before {
  content: ""; }

.fa-helicopter::before {
  content: ""; }

.fa-compass::before {
  content: ""; }

.fa-square-caret-down::before {
  content: ""; }

.fa-caret-square-down::before {
  content: ""; }

.fa-file-circle-question::before {
  content: ""; }

.fa-laptop-code::before {
  content: ""; }

.fa-swatchbook::before {
  content: ""; }

.fa-prescription-bottle::before {
  content: ""; }

.fa-bars::before {
  content: ""; }

.fa-navicon::before {
  content: ""; }

.fa-people-group::before {
  content: ""; }

.fa-hourglass-end::before {
  content: ""; }

.fa-hourglass-3::before {
  content: ""; }

.fa-heart-crack::before {
  content: ""; }

.fa-heart-broken::before {
  content: ""; }

.fa-square-up-right::before {
  content: ""; }

.fa-external-link-square-alt::before {
  content: ""; }

.fa-face-kiss-beam::before {
  content: ""; }

.fa-kiss-beam::before {
  content: ""; }

.fa-film::before {
  content: ""; }

.fa-ruler-horizontal::before {
  content: ""; }

.fa-people-robbery::before {
  content: ""; }

.fa-lightbulb::before {
  content: ""; }

.fa-caret-left::before {
  content: ""; }

.fa-circle-exclamation::before {
  content: ""; }

.fa-exclamation-circle::before {
  content: ""; }

.fa-school-circle-xmark::before {
  content: ""; }

.fa-arrow-right-from-bracket::before {
  content: ""; }

.fa-sign-out::before {
  content: ""; }

.fa-circle-chevron-down::before {
  content: ""; }

.fa-chevron-circle-down::before {
  content: ""; }

.fa-unlock-keyhole::before {
  content: ""; }

.fa-unlock-alt::before {
  content: ""; }

.fa-cloud-showers-heavy::before {
  content: ""; }

.fa-headphones-simple::before {
  content: ""; }

.fa-headphones-alt::before {
  content: ""; }

.fa-sitemap::before {
  content: ""; }

.fa-circle-dollar-to-slot::before {
  content: ""; }

.fa-donate::before {
  content: ""; }

.fa-memory::before {
  content: ""; }

.fa-road-spikes::before {
  content: ""; }

.fa-fire-burner::before {
  content: ""; }

.fa-flag::before {
  content: ""; }

.fa-hanukiah::before {
  content: ""; }

.fa-feather::before {
  content: ""; }

.fa-volume-low::before {
  content: ""; }

.fa-volume-down::before {
  content: ""; }

.fa-comment-slash::before {
  content: ""; }

.fa-cloud-sun-rain::before {
  content: ""; }

.fa-compress::before {
  content: ""; }

.fa-wheat-awn::before {
  content: ""; }

.fa-wheat-alt::before {
  content: ""; }

.fa-ankh::before {
  content: ""; }

.fa-hands-holding-child::before {
  content: ""; }

.fa-asterisk::before {
  content: "\*"; }

.fa-square-check::before {
  content: ""; }

.fa-check-square::before {
  content: ""; }

.fa-peseta-sign::before {
  content: ""; }

.fa-heading::before {
  content: ""; }

.fa-header::before {
  content: ""; }

.fa-ghost::before {
  content: ""; }

.fa-list::before {
  content: ""; }

.fa-list-squares::before {
  content: ""; }

.fa-square-phone-flip::before {
  content: ""; }

.fa-phone-square-alt::before {
  content: ""; }

.fa-cart-plus::before {
  content: ""; }

.fa-gamepad::before {
  content: ""; }

.fa-circle-dot::before {
  content: ""; }

.fa-dot-circle::before {
  content: ""; }

.fa-face-dizzy::before {
  content: ""; }

.fa-dizzy::before {
  content: ""; }

.fa-egg::before {
  content: ""; }

.fa-house-medical-circle-xmark::before {
  content: ""; }

.fa-campground::before {
  content: ""; }

.fa-folder-plus::before {
  content: ""; }

.fa-futbol::before {
  content: ""; }

.fa-futbol-ball::before {
  content: ""; }

.fa-soccer-ball::before {
  content: ""; }

.fa-paintbrush::before {
  content: ""; }

.fa-paint-brush::before {
  content: ""; }

.fa-lock::before {
  content: ""; }

.fa-gas-pump::before {
  content: ""; }

.fa-hot-tub-person::before {
  content: ""; }

.fa-hot-tub::before {
  content: ""; }

.fa-map-location::before {
  content: ""; }

.fa-map-marked::before {
  content: ""; }

.fa-house-flood-water::before {
  content: ""; }

.fa-tree::before {
  content: ""; }

.fa-bridge-lock::before {
  content: ""; }

.fa-sack-dollar::before {
  content: ""; }

.fa-pen-to-square::before {
  content: ""; }

.fa-edit::before {
  content: ""; }

.fa-car-side::before {
  content: ""; }

.fa-share-nodes::before {
  content: ""; }

.fa-share-alt::before {
  content: ""; }

.fa-heart-circle-minus::before {
  content: ""; }

.fa-hourglass-half::before {
  content: ""; }

.fa-hourglass-2::before {
  content: ""; }

.fa-microscope::before {
  content: ""; }

.fa-sink::before {
  content: ""; }

.fa-bag-shopping::before {
  content: ""; }

.fa-shopping-bag::before {
  content: ""; }

.fa-arrow-down-z-a::before {
  content: ""; }

.fa-sort-alpha-desc::before {
  content: ""; }

.fa-sort-alpha-down-alt::before {
  content: ""; }

.fa-mitten::before {
  content: ""; }

.fa-person-rays::before {
  content: ""; }

.fa-users::before {
  content: ""; }

.fa-eye-slash::before {
  content: ""; }

.fa-flask-vial::before {
  content: ""; }

.fa-hand::before {
  content: ""; }

.fa-hand-paper::before {
  content: ""; }

.fa-om::before {
  content: ""; }

.fa-worm::before {
  content: ""; }

.fa-house-circle-xmark::before {
  content: ""; }

.fa-plug::before {
  content: ""; }

.fa-chevron-up::before {
  content: ""; }

.fa-hand-spock::before {
  content: ""; }

.fa-stopwatch::before {
  content: ""; }

.fa-face-kiss::before {
  content: ""; }

.fa-kiss::before {
  content: ""; }

.fa-bridge-circle-xmark::before {
  content: ""; }

.fa-face-grin-tongue::before {
  content: ""; }

.fa-grin-tongue::before {
  content: ""; }

.fa-chess-bishop::before {
  content: ""; }

.fa-face-grin-wink::before {
  content: ""; }

.fa-grin-wink::before {
  content: ""; }

.fa-ear-deaf::before {
  content: ""; }

.fa-deaf::before {
  content: ""; }

.fa-deafness::before {
  content: ""; }

.fa-hard-of-hearing::before {
  content: ""; }

.fa-road-circle-check::before {
  content: ""; }

.fa-dice-five::before {
  content: ""; }

.fa-square-rss::before {
  content: ""; }

.fa-rss-square::before {
  content: ""; }

.fa-land-mine-on::before {
  content: ""; }

.fa-i-cursor::before {
  content: ""; }

.fa-stamp::before {
  content: ""; }

.fa-stairs::before {
  content: ""; }

.fa-i::before {
  content: "I"; }

.fa-hryvnia-sign::before {
  content: ""; }

.fa-hryvnia::before {
  content: ""; }

.fa-pills::before {
  content: ""; }

.fa-face-grin-wide::before {
  content: ""; }

.fa-grin-alt::before {
  content: ""; }

.fa-tooth::before {
  content: ""; }

.fa-v::before {
  content: "V"; }

.fa-bangladeshi-taka-sign::before {
  content: ""; }

.fa-bicycle::before {
  content: ""; }

.fa-staff-snake::before {
  content: ""; }

.fa-rod-asclepius::before {
  content: ""; }

.fa-rod-snake::before {
  content: ""; }

.fa-staff-aesculapius::before {
  content: ""; }

.fa-head-side-cough-slash::before {
  content: ""; }

.fa-truck-medical::before {
  content: ""; }

.fa-ambulance::before {
  content: ""; }

.fa-wheat-awn-circle-exclamation::before {
  content: ""; }

.fa-snowman::before {
  content: ""; }

.fa-mortar-pestle::before {
  content: ""; }

.fa-road-barrier::before {
  content: ""; }

.fa-school::before {
  content: ""; }

.fa-igloo::before {
  content: ""; }

.fa-joint::before {
  content: ""; }

.fa-angle-right::before {
  content: ""; }

.fa-horse::before {
  content: ""; }

.fa-q::before {
  content: "Q"; }

.fa-g::before {
  content: "G"; }

.fa-notes-medical::before {
  content: ""; }

.fa-temperature-half::before {
  content: ""; }

.fa-temperature-2::before {
  content: ""; }

.fa-thermometer-2::before {
  content: ""; }

.fa-thermometer-half::before {
  content: ""; }

.fa-dong-sign::before {
  content: ""; }

.fa-capsules::before {
  content: ""; }

.fa-poo-storm::before {
  content: ""; }

.fa-poo-bolt::before {
  content: ""; }

.fa-face-frown-open::before {
  content: ""; }

.fa-frown-open::before {
  content: ""; }

.fa-hand-point-up::before {
  content: ""; }

.fa-money-bill::before {
  content: ""; }

.fa-bookmark::before {
  content: ""; }

.fa-align-justify::before {
  content: ""; }

.fa-umbrella-beach::before {
  content: ""; }

.fa-helmet-un::before {
  content: ""; }

.fa-bullseye::before {
  content: ""; }

.fa-bacon::before {
  content: ""; }

.fa-hand-point-down::before {
  content: ""; }

.fa-arrow-up-from-bracket::before {
  content: ""; }

.fa-folder::before {
  content: ""; }

.fa-folder-blank::before {
  content: ""; }

.fa-file-waveform::before {
  content: ""; }

.fa-file-medical-alt::before {
  content: ""; }

.fa-radiation::before {
  content: ""; }

.fa-chart-simple::before {
  content: ""; }

.fa-mars-stroke::before {
  content: ""; }

.fa-vial::before {
  content: ""; }

.fa-gauge::before {
  content: ""; }

.fa-dashboard::before {
  content: ""; }

.fa-gauge-med::before {
  content: ""; }

.fa-tachometer-alt-average::before {
  content: ""; }

.fa-wand-magic-sparkles::before {
  content: ""; }

.fa-magic-wand-sparkles::before {
  content: ""; }

.fa-e::before {
  content: "E"; }

.fa-pen-clip::before {
  content: ""; }

.fa-pen-alt::before {
  content: ""; }

.fa-bridge-circle-exclamation::before {
  content: ""; }

.fa-user::before {
  content: ""; }

.fa-school-circle-check::before {
  content: ""; }

.fa-dumpster::before {
  content: ""; }

.fa-van-shuttle::before {
  content: ""; }

.fa-shuttle-van::before {
  content: ""; }

.fa-building-user::before {
  content: ""; }

.fa-square-caret-left::before {
  content: ""; }

.fa-caret-square-left::before {
  content: ""; }

.fa-highlighter::before {
  content: ""; }

.fa-key::before {
  content: ""; }

.fa-bullhorn::before {
  content: ""; }

.fa-globe::before {
  content: ""; }

.fa-synagogue::before {
  content: ""; }

.fa-person-half-dress::before {
  content: ""; }

.fa-road-bridge::before {
  content: ""; }

.fa-location-arrow::before {
  content: ""; }

.fa-c::before {
  content: "C"; }

.fa-tablet-button::before {
  content: ""; }

.fa-building-lock::before {
  content: ""; }

.fa-pizza-slice::before {
  content: ""; }

.fa-money-bill-wave::before {
  content: ""; }

.fa-chart-area::before {
  content: ""; }

.fa-area-chart::before {
  content: ""; }

.fa-house-flag::before {
  content: ""; }

.fa-person-circle-minus::before {
  content: ""; }

.fa-ban::before {
  content: ""; }

.fa-cancel::before {
  content: ""; }

.fa-camera-rotate::before {
  content: ""; }

.fa-spray-can-sparkles::before {
  content: ""; }

.fa-air-freshener::before {
  content: ""; }

.fa-star::before {
  content: ""; }

.fa-repeat::before {
  content: ""; }

.fa-cross::before {
  content: ""; }

.fa-box::before {
  content: ""; }

.fa-venus-mars::before {
  content: ""; }

.fa-arrow-pointer::before {
  content: ""; }

.fa-mouse-pointer::before {
  content: ""; }

.fa-maximize::before {
  content: ""; }

.fa-expand-arrows-alt::before {
  content: ""; }

.fa-charging-station::before {
  content: ""; }

.fa-shapes::before {
  content: ""; }

.fa-triangle-circle-square::before {
  content: ""; }

.fa-shuffle::before {
  content: ""; }

.fa-random::before {
  content: ""; }

.fa-person-running::before {
  content: ""; }

.fa-running::before {
  content: ""; }

.fa-mobile-retro::before {
  content: ""; }

.fa-grip-lines-vertical::before {
  content: ""; }

.fa-spider::before {
  content: ""; }

.fa-hands-bound::before {
  content: ""; }

.fa-file-invoice-dollar::before {
  content: ""; }

.fa-plane-circle-exclamation::before {
  content: ""; }

.fa-x-ray::before {
  content: ""; }

.fa-spell-check::before {
  content: ""; }

.fa-slash::before {
  content: ""; }

.fa-computer-mouse::before {
  content: ""; }

.fa-mouse::before {
  content: ""; }

.fa-arrow-right-to-bracket::before {
  content: ""; }

.fa-sign-in::before {
  content: ""; }

.fa-shop-slash::before {
  content: ""; }

.fa-store-alt-slash::before {
  content: ""; }

.fa-server::before {
  content: ""; }

.fa-virus-covid-slash::before {
  content: ""; }

.fa-shop-lock::before {
  content: ""; }

.fa-hourglass-start::before {
  content: ""; }

.fa-hourglass-1::before {
  content: ""; }

.fa-blender-phone::before {
  content: ""; }

.fa-building-wheat::before {
  content: ""; }

.fa-person-breastfeeding::before {
  content: ""; }

.fa-right-to-bracket::before {
  content: ""; }

.fa-sign-in-alt::before {
  content: ""; }

.fa-venus::before {
  content: ""; }

.fa-passport::before {
  content: ""; }

.fa-heart-pulse::before {
  content: ""; }

.fa-heartbeat::before {
  content: ""; }

.fa-people-carry-box::before {
  content: ""; }

.fa-people-carry::before {
  content: ""; }

.fa-temperature-high::before {
  content: ""; }

.fa-microchip::before {
  content: ""; }

.fa-crown::before {
  content: ""; }

.fa-weight-hanging::before {
  content: ""; }

.fa-xmarks-lines::before {
  content: ""; }

.fa-file-prescription::before {
  content: ""; }

.fa-weight-scale::before {
  content: ""; }

.fa-weight::before {
  content: ""; }

.fa-user-group::before {
  content: ""; }

.fa-user-friends::before {
  content: ""; }

.fa-arrow-up-a-z::before {
  content: ""; }

.fa-sort-alpha-up::before {
  content: ""; }

.fa-chess-knight::before {
  content: ""; }

.fa-face-laugh-squint::before {
  content: ""; }

.fa-laugh-squint::before {
  content: ""; }

.fa-wheelchair::before {
  content: ""; }

.fa-circle-arrow-up::before {
  content: ""; }

.fa-arrow-circle-up::before {
  content: ""; }

.fa-toggle-on::before {
  content: ""; }

.fa-person-walking::before {
  content: ""; }

.fa-walking::before {
  content: ""; }

.fa-l::before {
  content: "L"; }

.fa-fire::before {
  content: ""; }

.fa-bed-pulse::before {
  content: ""; }

.fa-procedures::before {
  content: ""; }

.fa-shuttle-space::before {
  content: ""; }

.fa-space-shuttle::before {
  content: ""; }

.fa-face-laugh::before {
  content: ""; }

.fa-laugh::before {
  content: ""; }

.fa-folder-open::before {
  content: ""; }

.fa-heart-circle-plus::before {
  content: ""; }

.fa-code-fork::before {
  content: ""; }

.fa-city::before {
  content: ""; }

.fa-microphone-lines::before {
  content: ""; }

.fa-microphone-alt::before {
  content: ""; }

.fa-pepper-hot::before {
  content: ""; }

.fa-unlock::before {
  content: ""; }

.fa-colon-sign::before {
  content: ""; }

.fa-headset::before {
  content: ""; }

.fa-store-slash::before {
  content: ""; }

.fa-road-circle-xmark::before {
  content: ""; }

.fa-user-minus::before {
  content: ""; }

.fa-mars-stroke-up::before {
  content: ""; }

.fa-mars-stroke-v::before {
  content: ""; }

.fa-champagne-glasses::before {
  content: ""; }

.fa-glass-cheers::before {
  content: ""; }

.fa-clipboard::before {
  content: ""; }

.fa-house-circle-exclamation::before {
  content: ""; }

.fa-file-arrow-up::before {
  content: ""; }

.fa-file-upload::before {
  content: ""; }

.fa-wifi::before {
  content: ""; }

.fa-wifi-3::before {
  content: ""; }

.fa-wifi-strong::before {
  content: ""; }

.fa-bath::before {
  content: ""; }

.fa-bathtub::before {
  content: ""; }

.fa-underline::before {
  content: ""; }

.fa-user-pen::before {
  content: ""; }

.fa-user-edit::before {
  content: ""; }

.fa-signature::before {
  content: ""; }

.fa-stroopwafel::before {
  content: ""; }

.fa-bold::before {
  content: ""; }

.fa-anchor-lock::before {
  content: ""; }

.fa-building-ngo::before {
  content: ""; }

.fa-manat-sign::before {
  content: ""; }

.fa-not-equal::before {
  content: ""; }

.fa-border-top-left::before {
  content: ""; }

.fa-border-style::before {
  content: ""; }

.fa-map-location-dot::before {
  content: ""; }

.fa-map-marked-alt::before {
  content: ""; }

.fa-jedi::before {
  content: ""; }

.fa-square-poll-vertical::before {
  content: ""; }

.fa-poll::before {
  content: ""; }

.fa-mug-hot::before {
  content: ""; }

.fa-car-battery::before {
  content: ""; }

.fa-battery-car::before {
  content: ""; }

.fa-gift::before {
  content: ""; }

.fa-dice-two::before {
  content: ""; }

.fa-chess-queen::before {
  content: ""; }

.fa-glasses::before {
  content: ""; }

.fa-chess-board::before {
  content: ""; }

.fa-building-circle-check::before {
  content: ""; }

.fa-person-chalkboard::before {
  content: ""; }

.fa-mars-stroke-right::before {
  content: ""; }

.fa-mars-stroke-h::before {
  content: ""; }

.fa-hand-back-fist::before {
  content: ""; }

.fa-hand-rock::before {
  content: ""; }

.fa-square-caret-up::before {
  content: ""; }

.fa-caret-square-up::before {
  content: ""; }

.fa-cloud-showers-water::before {
  content: ""; }

.fa-chart-bar::before {
  content: ""; }

.fa-bar-chart::before {
  content: ""; }

.fa-hands-bubbles::before {
  content: ""; }

.fa-hands-wash::before {
  content: ""; }

.fa-less-than-equal::before {
  content: ""; }

.fa-train::before {
  content: ""; }

.fa-eye-low-vision::before {
  content: ""; }

.fa-low-vision::before {
  content: ""; }

.fa-crow::before {
  content: ""; }

.fa-sailboat::before {
  content: ""; }

.fa-window-restore::before {
  content: ""; }

.fa-square-plus::before {
  content: ""; }

.fa-plus-square::before {
  content: ""; }

.fa-torii-gate::before {
  content: ""; }

.fa-frog::before {
  content: ""; }

.fa-bucket::before {
  content: ""; }

.fa-image::before {
  content: ""; }

.fa-microphone::before {
  content: ""; }

.fa-cow::before {
  content: ""; }

.fa-caret-up::before {
  content: ""; }

.fa-screwdriver::before {
  content: ""; }

.fa-folder-closed::before {
  content: ""; }

.fa-house-tsunami::before {
  content: ""; }

.fa-square-nfi::before {
  content: ""; }

.fa-arrow-up-from-ground-water::before {
  content: ""; }

.fa-martini-glass::before {
  content: ""; }

.fa-glass-martini-alt::before {
  content: ""; }

.fa-rotate-left::before {
  content: ""; }

.fa-rotate-back::before {
  content: ""; }

.fa-rotate-backward::before {
  content: ""; }

.fa-undo-alt::before {
  content: ""; }

.fa-table-columns::before {
  content: ""; }

.fa-columns::before {
  content: ""; }

.fa-lemon::before {
  content: ""; }

.fa-head-side-mask::before {
  content: ""; }

.fa-handshake::before {
  content: ""; }

.fa-gem::before {
  content: ""; }

.fa-dolly::before {
  content: ""; }

.fa-dolly-box::before {
  content: ""; }

.fa-smoking::before {
  content: ""; }

.fa-minimize::before {
  content: ""; }

.fa-compress-arrows-alt::before {
  content: ""; }

.fa-monument::before {
  content: ""; }

.fa-snowplow::before {
  content: ""; }

.fa-angles-right::before {
  content: ""; }

.fa-angle-double-right::before {
  content: ""; }

.fa-cannabis::before {
  content: ""; }

.fa-circle-play::before {
  content: ""; }

.fa-play-circle::before {
  content: ""; }

.fa-tablets::before {
  content: ""; }

.fa-ethernet::before {
  content: ""; }

.fa-euro-sign::before {
  content: ""; }

.fa-eur::before {
  content: ""; }

.fa-euro::before {
  content: ""; }

.fa-chair::before {
  content: ""; }

.fa-circle-check::before {
  content: ""; }

.fa-check-circle::before {
  content: ""; }

.fa-circle-stop::before {
  content: ""; }

.fa-stop-circle::before {
  content: ""; }

.fa-compass-drafting::before {
  content: ""; }

.fa-drafting-compass::before {
  content: ""; }

.fa-plate-wheat::before {
  content: ""; }

.fa-icicles::before {
  content: ""; }

.fa-person-shelter::before {
  content: ""; }

.fa-neuter::before {
  content: ""; }

.fa-id-badge::before {
  content: ""; }

.fa-marker::before {
  content: ""; }

.fa-face-laugh-beam::before {
  content: ""; }

.fa-laugh-beam::before {
  content: ""; }

.fa-helicopter-symbol::before {
  content: ""; }

.fa-universal-access::before {
  content: ""; }

.fa-circle-chevron-up::before {
  content: ""; }

.fa-chevron-circle-up::before {
  content: ""; }

.fa-lari-sign::before {
  content: ""; }

.fa-volcano::before {
  content: ""; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: ""; }

.fa-sterling-sign::before {
  content: ""; }

.fa-gbp::before {
  content: ""; }

.fa-pound-sign::before {
  content: ""; }

.fa-viruses::before {
  content: ""; }

.fa-square-person-confined::before {
  content: ""; }

.fa-user-tie::before {
  content: ""; }

.fa-arrow-down-long::before {
  content: ""; }

.fa-long-arrow-down::before {
  content: ""; }

.fa-tent-arrow-down-to-line::before {
  content: ""; }

.fa-certificate::before {
  content: ""; }

.fa-reply-all::before {
  content: ""; }

.fa-mail-reply-all::before {
  content: ""; }

.fa-suitcase::before {
  content: ""; }

.fa-person-skating::before {
  content: ""; }

.fa-skating::before {
  content: ""; }

.fa-filter-circle-dollar::before {
  content: ""; }

.fa-funnel-dollar::before {
  content: ""; }

.fa-camera-retro::before {
  content: ""; }

.fa-circle-arrow-down::before {
  content: ""; }

.fa-arrow-circle-down::before {
  content: ""; }

.fa-file-import::before {
  content: ""; }

.fa-arrow-right-to-file::before {
  content: ""; }

.fa-square-arrow-up-right::before {
  content: ""; }

.fa-external-link-square::before {
  content: ""; }

.fa-box-open::before {
  content: ""; }

.fa-scroll::before {
  content: ""; }

.fa-spa::before {
  content: ""; }

.fa-location-pin-lock::before {
  content: ""; }

.fa-pause::before {
  content: ""; }

.fa-hill-avalanche::before {
  content: ""; }

.fa-temperature-empty::before {
  content: ""; }

.fa-temperature-0::before {
  content: ""; }

.fa-thermometer-0::before {
  content: ""; }

.fa-thermometer-empty::before {
  content: ""; }

.fa-bomb::before {
  content: ""; }

.fa-registered::before {
  content: ""; }

.fa-address-card::before {
  content: ""; }

.fa-contact-card::before {
  content: ""; }

.fa-vcard::before {
  content: ""; }

.fa-scale-unbalanced-flip::before {
  content: ""; }

.fa-balance-scale-right::before {
  content: ""; }

.fa-subscript::before {
  content: ""; }

.fa-diamond-turn-right::before {
  content: ""; }

.fa-directions::before {
  content: ""; }

.fa-burst::before {
  content: ""; }

.fa-house-laptop::before {
  content: ""; }

.fa-laptop-house::before {
  content: ""; }

.fa-face-tired::before {
  content: ""; }

.fa-tired::before {
  content: ""; }

.fa-money-bills::before {
  content: ""; }

.fa-smog::before {
  content: ""; }

.fa-crutch::before {
  content: ""; }

.fa-cloud-arrow-up::before {
  content: ""; }

.fa-cloud-upload::before {
  content: ""; }

.fa-cloud-upload-alt::before {
  content: ""; }

.fa-palette::before {
  content: ""; }

.fa-arrows-turn-right::before {
  content: ""; }

.fa-vest::before {
  content: ""; }

.fa-ferry::before {
  content: ""; }

.fa-arrows-down-to-people::before {
  content: ""; }

.fa-seedling::before {
  content: ""; }

.fa-sprout::before {
  content: ""; }

.fa-left-right::before {
  content: ""; }

.fa-arrows-alt-h::before {
  content: ""; }

.fa-boxes-packing::before {
  content: ""; }

.fa-circle-arrow-left::before {
  content: ""; }

.fa-arrow-circle-left::before {
  content: ""; }

.fa-group-arrows-rotate::before {
  content: ""; }

.fa-bowl-food::before {
  content: ""; }

.fa-candy-cane::before {
  content: ""; }

.fa-arrow-down-wide-short::before {
  content: ""; }

.fa-sort-amount-asc::before {
  content: ""; }

.fa-sort-amount-down::before {
  content: ""; }

.fa-cloud-bolt::before {
  content: ""; }

.fa-thunderstorm::before {
  content: ""; }

.fa-text-slash::before {
  content: ""; }

.fa-remove-format::before {
  content: ""; }

.fa-face-smile-wink::before {
  content: ""; }

.fa-smile-wink::before {
  content: ""; }

.fa-file-word::before {
  content: ""; }

.fa-file-powerpoint::before {
  content: ""; }

.fa-arrows-left-right::before {
  content: ""; }

.fa-arrows-h::before {
  content: ""; }

.fa-house-lock::before {
  content: ""; }

.fa-cloud-arrow-down::before {
  content: ""; }

.fa-cloud-download::before {
  content: ""; }

.fa-cloud-download-alt::before {
  content: ""; }

.fa-children::before {
  content: ""; }

.fa-chalkboard::before {
  content: ""; }

.fa-blackboard::before {
  content: ""; }

.fa-user-large-slash::before {
  content: ""; }

.fa-user-alt-slash::before {
  content: ""; }

.fa-envelope-open::before {
  content: ""; }

.fa-handshake-simple-slash::before {
  content: ""; }

.fa-handshake-alt-slash::before {
  content: ""; }

.fa-mattress-pillow::before {
  content: ""; }

.fa-guarani-sign::before {
  content: ""; }

.fa-arrows-rotate::before {
  content: ""; }

.fa-refresh::before {
  content: ""; }

.fa-sync::before {
  content: ""; }

.fa-fire-extinguisher::before {
  content: ""; }

.fa-cruzeiro-sign::before {
  content: ""; }

.fa-greater-than-equal::before {
  content: ""; }

.fa-shield-halved::before {
  content: ""; }

.fa-shield-alt::before {
  content: ""; }

.fa-book-atlas::before {
  content: ""; }

.fa-atlas::before {
  content: ""; }

.fa-virus::before {
  content: ""; }

.fa-envelope-circle-check::before {
  content: ""; }

.fa-layer-group::before {
  content: ""; }

.fa-arrows-to-dot::before {
  content: ""; }

.fa-archway::before {
  content: ""; }

.fa-heart-circle-check::before {
  content: ""; }

.fa-house-chimney-crack::before {
  content: ""; }

.fa-house-damage::before {
  content: ""; }

.fa-file-zipper::before {
  content: ""; }

.fa-file-archive::before {
  content: ""; }

.fa-square::before {
  content: ""; }

.fa-martini-glass-empty::before {
  content: ""; }

.fa-glass-martini::before {
  content: ""; }

.fa-couch::before {
  content: ""; }

.fa-cedi-sign::before {
  content: ""; }

.fa-italic::before {
  content: ""; }

.fa-church::before {
  content: ""; }

.fa-comments-dollar::before {
  content: ""; }

.fa-democrat::before {
  content: ""; }

.fa-z::before {
  content: "Z"; }

.fa-person-skiing::before {
  content: ""; }

.fa-skiing::before {
  content: ""; }

.fa-road-lock::before {
  content: ""; }

.fa-a::before {
  content: "A"; }

.fa-temperature-arrow-down::before {
  content: ""; }

.fa-temperature-down::before {
  content: ""; }

.fa-feather-pointed::before {
  content: ""; }

.fa-feather-alt::before {
  content: ""; }

.fa-p::before {
  content: "P"; }

.fa-snowflake::before {
  content: ""; }

.fa-newspaper::before {
  content: ""; }

.fa-rectangle-ad::before {
  content: ""; }

.fa-ad::before {
  content: ""; }

.fa-circle-arrow-right::before {
  content: ""; }

.fa-arrow-circle-right::before {
  content: ""; }

.fa-filter-circle-xmark::before {
  content: ""; }

.fa-locust::before {
  content: ""; }

.fa-sort::before {
  content: ""; }

.fa-unsorted::before {
  content: ""; }

.fa-list-ol::before {
  content: ""; }

.fa-list-1-2::before {
  content: ""; }

.fa-list-numeric::before {
  content: ""; }

.fa-person-dress-burst::before {
  content: ""; }

.fa-money-check-dollar::before {
  content: ""; }

.fa-money-check-alt::before {
  content: ""; }

.fa-vector-square::before {
  content: ""; }

.fa-bread-slice::before {
  content: ""; }

.fa-language::before {
  content: ""; }

.fa-face-kiss-wink-heart::before {
  content: ""; }

.fa-kiss-wink-heart::before {
  content: ""; }

.fa-filter::before {
  content: ""; }

.fa-question::before {
  content: "\?"; }

.fa-file-signature::before {
  content: ""; }

.fa-up-down-left-right::before {
  content: ""; }

.fa-arrows-alt::before {
  content: ""; }

.fa-house-chimney-user::before {
  content: ""; }

.fa-hand-holding-heart::before {
  content: ""; }

.fa-puzzle-piece::before {
  content: ""; }

.fa-money-check::before {
  content: ""; }

.fa-star-half-stroke::before {
  content: ""; }

.fa-star-half-alt::before {
  content: ""; }

.fa-code::before {
  content: ""; }

.fa-whiskey-glass::before {
  content: ""; }

.fa-glass-whiskey::before {
  content: ""; }

.fa-building-circle-exclamation::before {
  content: ""; }

.fa-magnifying-glass-chart::before {
  content: ""; }

.fa-arrow-up-right-from-square::before {
  content: ""; }

.fa-external-link::before {
  content: ""; }

.fa-cubes-stacked::before {
  content: ""; }

.fa-won-sign::before {
  content: ""; }

.fa-krw::before {
  content: ""; }

.fa-won::before {
  content: ""; }

.fa-virus-covid::before {
  content: ""; }

.fa-austral-sign::before {
  content: ""; }

.fa-f::before {
  content: "F"; }

.fa-leaf::before {
  content: ""; }

.fa-road::before {
  content: ""; }

.fa-taxi::before {
  content: ""; }

.fa-cab::before {
  content: ""; }

.fa-person-circle-plus::before {
  content: ""; }

.fa-chart-pie::before {
  content: ""; }

.fa-pie-chart::before {
  content: ""; }

.fa-bolt-lightning::before {
  content: ""; }

.fa-sack-xmark::before {
  content: ""; }

.fa-file-excel::before {
  content: ""; }

.fa-file-contract::before {
  content: ""; }

.fa-fish-fins::before {
  content: ""; }

.fa-building-flag::before {
  content: ""; }

.fa-face-grin-beam::before {
  content: ""; }

.fa-grin-beam::before {
  content: ""; }

.fa-object-ungroup::before {
  content: ""; }

.fa-poop::before {
  content: ""; }

.fa-location-pin::before {
  content: ""; }

.fa-map-marker::before {
  content: ""; }

.fa-kaaba::before {
  content: ""; }

.fa-toilet-paper::before {
  content: ""; }

.fa-helmet-safety::before {
  content: ""; }

.fa-hard-hat::before {
  content: ""; }

.fa-hat-hard::before {
  content: ""; }

.fa-eject::before {
  content: ""; }

.fa-circle-right::before {
  content: ""; }

.fa-arrow-alt-circle-right::before {
  content: ""; }

.fa-plane-circle-check::before {
  content: ""; }

.fa-face-rolling-eyes::before {
  content: ""; }

.fa-meh-rolling-eyes::before {
  content: ""; }

.fa-object-group::before {
  content: ""; }

.fa-chart-line::before {
  content: ""; }

.fa-line-chart::before {
  content: ""; }

.fa-mask-ventilator::before {
  content: ""; }

.fa-arrow-right::before {
  content: ""; }

.fa-signs-post::before {
  content: ""; }

.fa-map-signs::before {
  content: ""; }

.fa-cash-register::before {
  content: ""; }

.fa-person-circle-question::before {
  content: ""; }

.fa-h::before {
  content: "H"; }

.fa-tarp::before {
  content: ""; }

.fa-screwdriver-wrench::before {
  content: ""; }

.fa-tools::before {
  content: ""; }

.fa-arrows-to-eye::before {
  content: ""; }

.fa-plug-circle-bolt::before {
  content: ""; }

.fa-heart::before {
  content: ""; }

.fa-mars-and-venus::before {
  content: ""; }

.fa-house-user::before {
  content: ""; }

.fa-home-user::before {
  content: ""; }

.fa-dumpster-fire::before {
  content: ""; }

.fa-house-crack::before {
  content: ""; }

.fa-martini-glass-citrus::before {
  content: ""; }

.fa-cocktail::before {
  content: ""; }

.fa-face-surprise::before {
  content: ""; }

.fa-surprise::before {
  content: ""; }

.fa-bottle-water::before {
  content: ""; }

.fa-circle-pause::before {
  content: ""; }

.fa-pause-circle::before {
  content: ""; }

.fa-toilet-paper-slash::before {
  content: ""; }

.fa-apple-whole::before {
  content: ""; }

.fa-apple-alt::before {
  content: ""; }

.fa-kitchen-set::before {
  content: ""; }

.fa-r::before {
  content: "R"; }

.fa-temperature-quarter::before {
  content: ""; }

.fa-temperature-1::before {
  content: ""; }

.fa-thermometer-1::before {
  content: ""; }

.fa-thermometer-quarter::before {
  content: ""; }

.fa-cube::before {
  content: ""; }

.fa-bitcoin-sign::before {
  content: ""; }

.fa-shield-dog::before {
  content: ""; }

.fa-solar-panel::before {
  content: ""; }

.fa-lock-open::before {
  content: ""; }

.fa-elevator::before {
  content: ""; }

.fa-money-bill-transfer::before {
  content: ""; }

.fa-money-bill-trend-up::before {
  content: ""; }

.fa-house-flood-water-circle-arrow-right::before {
  content: ""; }

.fa-square-poll-horizontal::before {
  content: ""; }

.fa-poll-h::before {
  content: ""; }

.fa-circle::before {
  content: ""; }

.fa-backward-fast::before {
  content: ""; }

.fa-fast-backward::before {
  content: ""; }

.fa-recycle::before {
  content: ""; }

.fa-user-astronaut::before {
  content: ""; }

.fa-plane-slash::before {
  content: ""; }

.fa-trademark::before {
  content: ""; }

.fa-basketball::before {
  content: ""; }

.fa-basketball-ball::before {
  content: ""; }

.fa-satellite-dish::before {
  content: ""; }

.fa-circle-up::before {
  content: ""; }

.fa-arrow-alt-circle-up::before {
  content: ""; }

.fa-mobile-screen-button::before {
  content: ""; }

.fa-mobile-alt::before {
  content: ""; }

.fa-volume-high::before {
  content: ""; }

.fa-volume-up::before {
  content: ""; }

.fa-users-rays::before {
  content: ""; }

.fa-wallet::before {
  content: ""; }

.fa-clipboard-check::before {
  content: ""; }

.fa-file-audio::before {
  content: ""; }

.fa-burger::before {
  content: ""; }

.fa-hamburger::before {
  content: ""; }

.fa-wrench::before {
  content: ""; }

.fa-bugs::before {
  content: ""; }

.fa-rupee-sign::before {
  content: ""; }

.fa-rupee::before {
  content: ""; }

.fa-file-image::before {
  content: ""; }

.fa-circle-question::before {
  content: ""; }

.fa-question-circle::before {
  content: ""; }

.fa-plane-departure::before {
  content: ""; }

.fa-handshake-slash::before {
  content: ""; }

.fa-book-bookmark::before {
  content: ""; }

.fa-code-branch::before {
  content: ""; }

.fa-hat-cowboy::before {
  content: ""; }

.fa-bridge::before {
  content: ""; }

.fa-phone-flip::before {
  content: ""; }

.fa-phone-alt::before {
  content: ""; }

.fa-truck-front::before {
  content: ""; }

.fa-cat::before {
  content: ""; }

.fa-anchor-circle-exclamation::before {
  content: ""; }

.fa-truck-field::before {
  content: ""; }

.fa-route::before {
  content: ""; }

.fa-clipboard-question::before {
  content: ""; }

.fa-panorama::before {
  content: ""; }

.fa-comment-medical::before {
  content: ""; }

.fa-teeth-open::before {
  content: ""; }

.fa-file-circle-minus::before {
  content: ""; }

.fa-tags::before {
  content: ""; }

.fa-wine-glass::before {
  content: ""; }

.fa-forward-fast::before {
  content: ""; }

.fa-fast-forward::before {
  content: ""; }

.fa-face-meh-blank::before {
  content: ""; }

.fa-meh-blank::before {
  content: ""; }

.fa-square-parking::before {
  content: ""; }

.fa-parking::before {
  content: ""; }

.fa-house-signal::before {
  content: ""; }

.fa-bars-progress::before {
  content: ""; }

.fa-tasks-alt::before {
  content: ""; }

.fa-faucet-drip::before {
  content: ""; }

.fa-cart-flatbed::before {
  content: ""; }

.fa-dolly-flatbed::before {
  content: ""; }

.fa-ban-smoking::before {
  content: ""; }

.fa-smoking-ban::before {
  content: ""; }

.fa-terminal::before {
  content: ""; }

.fa-mobile-button::before {
  content: ""; }

.fa-house-medical-flag::before {
  content: ""; }

.fa-basket-shopping::before {
  content: ""; }

.fa-shopping-basket::before {
  content: ""; }

.fa-tape::before {
  content: ""; }

.fa-bus-simple::before {
  content: ""; }

.fa-bus-alt::before {
  content: ""; }

.fa-eye::before {
  content: ""; }

.fa-face-sad-cry::before {
  content: ""; }

.fa-sad-cry::before {
  content: ""; }

.fa-audio-description::before {
  content: ""; }

.fa-person-military-to-person::before {
  content: ""; }

.fa-file-shield::before {
  content: ""; }

.fa-user-slash::before {
  content: ""; }

.fa-pen::before {
  content: ""; }

.fa-tower-observation::before {
  content: ""; }

.fa-file-code::before {
  content: ""; }

.fa-signal::before {
  content: ""; }

.fa-signal-5::before {
  content: ""; }

.fa-signal-perfect::before {
  content: ""; }

.fa-bus::before {
  content: ""; }

.fa-heart-circle-xmark::before {
  content: ""; }

.fa-house-chimney::before {
  content: ""; }

.fa-home-lg::before {
  content: ""; }

.fa-window-maximize::before {
  content: ""; }

.fa-face-frown::before {
  content: ""; }

.fa-frown::before {
  content: ""; }

.fa-prescription::before {
  content: ""; }

.fa-shop::before {
  content: ""; }

.fa-store-alt::before {
  content: ""; }

.fa-floppy-disk::before {
  content: ""; }

.fa-save::before {
  content: ""; }

.fa-vihara::before {
  content: ""; }

.fa-scale-unbalanced::before {
  content: ""; }

.fa-balance-scale-left::before {
  content: ""; }

.fa-sort-up::before {
  content: ""; }

.fa-sort-asc::before {
  content: ""; }

.fa-comment-dots::before {
  content: ""; }

.fa-commenting::before {
  content: ""; }

.fa-plant-wilt::before {
  content: ""; }

.fa-diamond::before {
  content: ""; }

.fa-face-grin-squint::before {
  content: ""; }

.fa-grin-squint::before {
  content: ""; }

.fa-hand-holding-dollar::before {
  content: ""; }

.fa-hand-holding-usd::before {
  content: ""; }

.fa-bacterium::before {
  content: ""; }

.fa-hand-pointer::before {
  content: ""; }

.fa-drum-steelpan::before {
  content: ""; }

.fa-hand-scissors::before {
  content: ""; }

.fa-hands-praying::before {
  content: ""; }

.fa-praying-hands::before {
  content: ""; }

.fa-arrow-rotate-right::before {
  content: ""; }

.fa-arrow-right-rotate::before {
  content: ""; }

.fa-arrow-rotate-forward::before {
  content: ""; }

.fa-redo::before {
  content: ""; }

.fa-biohazard::before {
  content: ""; }

.fa-location-crosshairs::before {
  content: ""; }

.fa-location::before {
  content: ""; }

.fa-mars-double::before {
  content: ""; }

.fa-child-dress::before {
  content: ""; }

.fa-users-between-lines::before {
  content: ""; }

.fa-lungs-virus::before {
  content: ""; }

.fa-face-grin-tears::before {
  content: ""; }

.fa-grin-tears::before {
  content: ""; }

.fa-phone::before {
  content: ""; }

.fa-calendar-xmark::before {
  content: ""; }

.fa-calendar-times::before {
  content: ""; }

.fa-child-reaching::before {
  content: ""; }

.fa-head-side-virus::before {
  content: ""; }

.fa-user-gear::before {
  content: ""; }

.fa-user-cog::before {
  content: ""; }

.fa-arrow-up-1-9::before {
  content: ""; }

.fa-sort-numeric-up::before {
  content: ""; }

.fa-door-closed::before {
  content: ""; }

.fa-shield-virus::before {
  content: ""; }

.fa-dice-six::before {
  content: ""; }

.fa-mosquito-net::before {
  content: ""; }

.fa-bridge-water::before {
  content: ""; }

.fa-person-booth::before {
  content: ""; }

.fa-text-width::before {
  content: ""; }

.fa-hat-wizard::before {
  content: ""; }

.fa-pen-fancy::before {
  content: ""; }

.fa-person-digging::before {
  content: ""; }

.fa-digging::before {
  content: ""; }

.fa-trash::before {
  content: ""; }

.fa-gauge-simple::before {
  content: ""; }

.fa-gauge-simple-med::before {
  content: ""; }

.fa-tachometer-average::before {
  content: ""; }

.fa-book-medical::before {
  content: ""; }

.fa-poo::before {
  content: ""; }

.fa-quote-right::before {
  content: ""; }

.fa-quote-right-alt::before {
  content: ""; }

.fa-shirt::before {
  content: ""; }

.fa-t-shirt::before {
  content: ""; }

.fa-tshirt::before {
  content: ""; }

.fa-cubes::before {
  content: ""; }

.fa-divide::before {
  content: ""; }

.fa-tenge-sign::before {
  content: ""; }

.fa-tenge::before {
  content: ""; }

.fa-headphones::before {
  content: ""; }

.fa-hands-holding::before {
  content: ""; }

.fa-hands-clapping::before {
  content: ""; }

.fa-republican::before {
  content: ""; }

.fa-arrow-left::before {
  content: ""; }

.fa-person-circle-xmark::before {
  content: ""; }

.fa-ruler::before {
  content: ""; }

.fa-align-left::before {
  content: ""; }

.fa-dice-d6::before {
  content: ""; }

.fa-restroom::before {
  content: ""; }

.fa-j::before {
  content: "J"; }

.fa-users-viewfinder::before {
  content: ""; }

.fa-file-video::before {
  content: ""; }

.fa-up-right-from-square::before {
  content: ""; }

.fa-external-link-alt::before {
  content: ""; }

.fa-table-cells::before {
  content: ""; }

.fa-th::before {
  content: ""; }

.fa-file-pdf::before {
  content: ""; }

.fa-book-bible::before {
  content: ""; }

.fa-bible::before {
  content: ""; }

.fa-o::before {
  content: "O"; }

.fa-suitcase-medical::before {
  content: ""; }

.fa-medkit::before {
  content: ""; }

.fa-user-secret::before {
  content: ""; }

.fa-otter::before {
  content: ""; }

.fa-person-dress::before {
  content: ""; }

.fa-female::before {
  content: ""; }

.fa-comment-dollar::before {
  content: ""; }

.fa-business-time::before {
  content: ""; }

.fa-briefcase-clock::before {
  content: ""; }

.fa-table-cells-large::before {
  content: ""; }

.fa-th-large::before {
  content: ""; }

.fa-book-tanakh::before {
  content: ""; }

.fa-tanakh::before {
  content: ""; }

.fa-phone-volume::before {
  content: ""; }

.fa-volume-control-phone::before {
  content: ""; }

.fa-hat-cowboy-side::before {
  content: ""; }

.fa-clipboard-user::before {
  content: ""; }

.fa-child::before {
  content: ""; }

.fa-lira-sign::before {
  content: ""; }

.fa-satellite::before {
  content: ""; }

.fa-plane-lock::before {
  content: ""; }

.fa-tag::before {
  content: ""; }

.fa-comment::before {
  content: ""; }

.fa-cake-candles::before {
  content: ""; }

.fa-birthday-cake::before {
  content: ""; }

.fa-cake::before {
  content: ""; }

.fa-envelope::before {
  content: ""; }

.fa-angles-up::before {
  content: ""; }

.fa-angle-double-up::before {
  content: ""; }

.fa-paperclip::before {
  content: ""; }

.fa-arrow-right-to-city::before {
  content: ""; }

.fa-ribbon::before {
  content: ""; }

.fa-lungs::before {
  content: ""; }

.fa-arrow-up-9-1::before {
  content: ""; }

.fa-sort-numeric-up-alt::before {
  content: ""; }

.fa-litecoin-sign::before {
  content: ""; }

.fa-border-none::before {
  content: ""; }

.fa-circle-nodes::before {
  content: ""; }

.fa-parachute-box::before {
  content: ""; }

.fa-indent::before {
  content: ""; }

.fa-truck-field-un::before {
  content: ""; }

.fa-hourglass::before {
  content: ""; }

.fa-hourglass-empty::before {
  content: ""; }

.fa-mountain::before {
  content: ""; }

.fa-user-doctor::before {
  content: ""; }

.fa-user-md::before {
  content: ""; }

.fa-circle-info::before {
  content: ""; }

.fa-info-circle::before {
  content: ""; }

.fa-cloud-meatball::before {
  content: ""; }

.fa-camera::before {
  content: ""; }

.fa-camera-alt::before {
  content: ""; }

.fa-square-virus::before {
  content: ""; }

.fa-meteor::before {
  content: ""; }

.fa-car-on::before {
  content: ""; }

.fa-sleigh::before {
  content: ""; }

.fa-arrow-down-1-9::before {
  content: ""; }

.fa-sort-numeric-asc::before {
  content: ""; }

.fa-sort-numeric-down::before {
  content: ""; }

.fa-hand-holding-droplet::before {
  content: ""; }

.fa-hand-holding-water::before {
  content: ""; }

.fa-water::before {
  content: ""; }

.fa-calendar-check::before {
  content: ""; }

.fa-braille::before {
  content: ""; }

.fa-prescription-bottle-medical::before {
  content: ""; }

.fa-prescription-bottle-alt::before {
  content: ""; }

.fa-landmark::before {
  content: ""; }

.fa-truck::before {
  content: ""; }

.fa-crosshairs::before {
  content: ""; }

.fa-person-cane::before {
  content: ""; }

.fa-tent::before {
  content: ""; }

.fa-vest-patches::before {
  content: ""; }

.fa-check-double::before {
  content: ""; }

.fa-arrow-down-a-z::before {
  content: ""; }

.fa-sort-alpha-asc::before {
  content: ""; }

.fa-sort-alpha-down::before {
  content: ""; }

.fa-money-bill-wheat::before {
  content: ""; }

.fa-cookie::before {
  content: ""; }

.fa-arrow-rotate-left::before {
  content: ""; }

.fa-arrow-left-rotate::before {
  content: ""; }

.fa-arrow-rotate-back::before {
  content: ""; }

.fa-arrow-rotate-backward::before {
  content: ""; }

.fa-undo::before {
  content: ""; }

.fa-hard-drive::before {
  content: ""; }

.fa-hdd::before {
  content: ""; }

.fa-face-grin-squint-tears::before {
  content: ""; }

.fa-grin-squint-tears::before {
  content: ""; }

.fa-dumbbell::before {
  content: ""; }

.fa-rectangle-list::before {
  content: ""; }

.fa-list-alt::before {
  content: ""; }

.fa-tarp-droplet::before {
  content: ""; }

.fa-house-medical-circle-check::before {
  content: ""; }

.fa-person-skiing-nordic::before {
  content: ""; }

.fa-skiing-nordic::before {
  content: ""; }

.fa-calendar-plus::before {
  content: ""; }

.fa-plane-arrival::before {
  content: ""; }

.fa-circle-left::before {
  content: ""; }

.fa-arrow-alt-circle-left::before {
  content: ""; }

.fa-train-subway::before {
  content: ""; }

.fa-subway::before {
  content: ""; }

.fa-chart-gantt::before {
  content: ""; }

.fa-indian-rupee-sign::before {
  content: ""; }

.fa-indian-rupee::before {
  content: ""; }

.fa-inr::before {
  content: ""; }

.fa-crop-simple::before {
  content: ""; }

.fa-crop-alt::before {
  content: ""; }

.fa-money-bill-1::before {
  content: ""; }

.fa-money-bill-alt::before {
  content: ""; }

.fa-left-long::before {
  content: ""; }

.fa-long-arrow-alt-left::before {
  content: ""; }

.fa-dna::before {
  content: ""; }

.fa-virus-slash::before {
  content: ""; }

.fa-minus::before {
  content: ""; }

.fa-subtract::before {
  content: ""; }

.fa-chess::before {
  content: ""; }

.fa-arrow-left-long::before {
  content: ""; }

.fa-long-arrow-left::before {
  content: ""; }

.fa-plug-circle-check::before {
  content: ""; }

.fa-street-view::before {
  content: ""; }

.fa-franc-sign::before {
  content: ""; }

.fa-volume-off::before {
  content: ""; }

.fa-hands-asl-interpreting::before {
  content: ""; }

.fa-american-sign-language-interpreting::before {
  content: ""; }

.fa-asl-interpreting::before {
  content: ""; }

.fa-hands-american-sign-language-interpreting::before {
  content: ""; }

.fa-gear::before {
  content: ""; }

.fa-cog::before {
  content: ""; }

.fa-droplet-slash::before {
  content: ""; }

.fa-tint-slash::before {
  content: ""; }

.fa-mosque::before {
  content: ""; }

.fa-mosquito::before {
  content: ""; }

.fa-star-of-david::before {
  content: ""; }

.fa-person-military-rifle::before {
  content: ""; }

.fa-cart-shopping::before {
  content: ""; }

.fa-shopping-cart::before {
  content: ""; }

.fa-vials::before {
  content: ""; }

.fa-plug-circle-plus::before {
  content: ""; }

.fa-place-of-worship::before {
  content: ""; }

.fa-grip-vertical::before {
  content: ""; }

.fa-arrow-turn-up::before {
  content: ""; }

.fa-level-up::before {
  content: ""; }

.fa-u::before {
  content: "U"; }

.fa-square-root-variable::before {
  content: ""; }

.fa-square-root-alt::before {
  content: ""; }

.fa-clock::before {
  content: ""; }

.fa-clock-four::before {
  content: ""; }

.fa-backward-step::before {
  content: ""; }

.fa-step-backward::before {
  content: ""; }

.fa-pallet::before {
  content: ""; }

.fa-faucet::before {
  content: ""; }

.fa-baseball-bat-ball::before {
  content: ""; }

.fa-s::before {
  content: "S"; }

.fa-timeline::before {
  content: ""; }

.fa-keyboard::before {
  content: ""; }

.fa-caret-down::before {
  content: ""; }

.fa-house-chimney-medical::before {
  content: ""; }

.fa-clinic-medical::before {
  content: ""; }

.fa-temperature-three-quarters::before {
  content: ""; }

.fa-temperature-3::before {
  content: ""; }

.fa-thermometer-3::before {
  content: ""; }

.fa-thermometer-three-quarters::before {
  content: ""; }

.fa-mobile-screen::before {
  content: ""; }

.fa-mobile-android-alt::before {
  content: ""; }

.fa-plane-up::before {
  content: ""; }

.fa-piggy-bank::before {
  content: ""; }

.fa-battery-half::before {
  content: ""; }

.fa-battery-3::before {
  content: ""; }

.fa-mountain-city::before {
  content: ""; }

.fa-coins::before {
  content: ""; }

.fa-khanda::before {
  content: ""; }

.fa-sliders::before {
  content: ""; }

.fa-sliders-h::before {
  content: ""; }

.fa-folder-tree::before {
  content: ""; }

.fa-network-wired::before {
  content: ""; }

.fa-map-pin::before {
  content: ""; }

.fa-hamsa::before {
  content: ""; }

.fa-cent-sign::before {
  content: ""; }

.fa-flask::before {
  content: ""; }

.fa-person-pregnant::before {
  content: ""; }

.fa-wand-sparkles::before {
  content: ""; }

.fa-ellipsis-vertical::before {
  content: ""; }

.fa-ellipsis-v::before {
  content: ""; }

.fa-ticket::before {
  content: ""; }

.fa-power-off::before {
  content: ""; }

.fa-right-long::before {
  content: ""; }

.fa-long-arrow-alt-right::before {
  content: ""; }

.fa-flag-usa::before {
  content: ""; }

.fa-laptop-file::before {
  content: ""; }

.fa-tty::before {
  content: ""; }

.fa-teletype::before {
  content: ""; }

.fa-diagram-next::before {
  content: ""; }

.fa-person-rifle::before {
  content: ""; }

.fa-house-medical-circle-exclamation::before {
  content: ""; }

.fa-closed-captioning::before {
  content: ""; }

.fa-person-hiking::before {
  content: ""; }

.fa-hiking::before {
  content: ""; }

.fa-venus-double::before {
  content: ""; }

.fa-images::before {
  content: ""; }

.fa-calculator::before {
  content: ""; }

.fa-people-pulling::before {
  content: ""; }

.fa-n::before {
  content: "N"; }

.fa-cable-car::before {
  content: ""; }

.fa-tram::before {
  content: ""; }

.fa-cloud-rain::before {
  content: ""; }

.fa-building-circle-xmark::before {
  content: ""; }

.fa-ship::before {
  content: ""; }

.fa-arrows-down-to-line::before {
  content: ""; }

.fa-download::before {
  content: ""; }

.fa-face-grin::before {
  content: ""; }

.fa-grin::before {
  content: ""; }

.fa-delete-left::before {
  content: ""; }

.fa-backspace::before {
  content: ""; }

.fa-eye-dropper::before {
  content: ""; }

.fa-eye-dropper-empty::before {
  content: ""; }

.fa-eyedropper::before {
  content: ""; }

.fa-file-circle-check::before {
  content: ""; }

.fa-forward::before {
  content: ""; }

.fa-mobile::before {
  content: ""; }

.fa-mobile-android::before {
  content: ""; }

.fa-mobile-phone::before {
  content: ""; }

.fa-face-meh::before {
  content: ""; }

.fa-meh::before {
  content: ""; }

.fa-align-center::before {
  content: ""; }

.fa-book-skull::before {
  content: ""; }

.fa-book-dead::before {
  content: ""; }

.fa-id-card::before {
  content: ""; }

.fa-drivers-license::before {
  content: ""; }

.fa-outdent::before {
  content: ""; }

.fa-dedent::before {
  content: ""; }

.fa-heart-circle-exclamation::before {
  content: ""; }

.fa-house::before {
  content: ""; }

.fa-home::before {
  content: ""; }

.fa-home-alt::before {
  content: ""; }

.fa-home-lg-alt::before {
  content: ""; }

.fa-calendar-week::before {
  content: ""; }

.fa-laptop-medical::before {
  content: ""; }

.fa-b::before {
  content: "B"; }

.fa-file-medical::before {
  content: ""; }

.fa-dice-one::before {
  content: ""; }

.fa-kiwi-bird::before {
  content: ""; }

.fa-arrow-right-arrow-left::before {
  content: ""; }

.fa-exchange::before {
  content: ""; }

.fa-rotate-right::before {
  content: ""; }

.fa-redo-alt::before {
  content: ""; }

.fa-rotate-forward::before {
  content: ""; }

.fa-utensils::before {
  content: ""; }

.fa-cutlery::before {
  content: ""; }

.fa-arrow-up-wide-short::before {
  content: ""; }

.fa-sort-amount-up::before {
  content: ""; }

.fa-mill-sign::before {
  content: ""; }

.fa-bowl-rice::before {
  content: ""; }

.fa-skull::before {
  content: ""; }

.fa-tower-broadcast::before {
  content: ""; }

.fa-broadcast-tower::before {
  content: ""; }

.fa-truck-pickup::before {
  content: ""; }

.fa-up-long::before {
  content: ""; }

.fa-long-arrow-alt-up::before {
  content: ""; }

.fa-stop::before {
  content: ""; }

.fa-code-merge::before {
  content: ""; }

.fa-upload::before {
  content: ""; }

.fa-hurricane::before {
  content: ""; }

.fa-mound::before {
  content: ""; }

.fa-toilet-portable::before {
  content: ""; }

.fa-compact-disc::before {
  content: ""; }

.fa-file-arrow-down::before {
  content: ""; }

.fa-file-download::before {
  content: ""; }

.fa-caravan::before {
  content: ""; }

.fa-shield-cat::before {
  content: ""; }

.fa-bolt::before {
  content: ""; }

.fa-zap::before {
  content: ""; }

.fa-glass-water::before {
  content: ""; }

.fa-oil-well::before {
  content: ""; }

.fa-vault::before {
  content: ""; }

.fa-mars::before {
  content: ""; }

.fa-toilet::before {
  content: ""; }

.fa-plane-circle-xmark::before {
  content: ""; }

.fa-yen-sign::before {
  content: ""; }

.fa-cny::before {
  content: ""; }

.fa-jpy::before {
  content: ""; }

.fa-rmb::before {
  content: ""; }

.fa-yen::before {
  content: ""; }

.fa-ruble-sign::before {
  content: ""; }

.fa-rouble::before {
  content: ""; }

.fa-rub::before {
  content: ""; }

.fa-ruble::before {
  content: ""; }

.fa-sun::before {
  content: ""; }

.fa-guitar::before {
  content: ""; }

.fa-face-laugh-wink::before {
  content: ""; }

.fa-laugh-wink::before {
  content: ""; }

.fa-horse-head::before {
  content: ""; }

.fa-bore-hole::before {
  content: ""; }

.fa-industry::before {
  content: ""; }

.fa-circle-down::before {
  content: ""; }

.fa-arrow-alt-circle-down::before {
  content: ""; }

.fa-arrows-turn-to-dots::before {
  content: ""; }

.fa-florin-sign::before {
  content: ""; }

.fa-arrow-down-short-wide::before {
  content: ""; }

.fa-sort-amount-desc::before {
  content: ""; }

.fa-sort-amount-down-alt::before {
  content: ""; }

.fa-less-than::before {
  content: "\<"; }

.fa-angle-down::before {
  content: ""; }

.fa-car-tunnel::before {
  content: ""; }

.fa-head-side-cough::before {
  content: ""; }

.fa-grip-lines::before {
  content: ""; }

.fa-thumbs-down::before {
  content: ""; }

.fa-user-lock::before {
  content: ""; }

.fa-arrow-right-long::before {
  content: ""; }

.fa-long-arrow-right::before {
  content: ""; }

.fa-anchor-circle-xmark::before {
  content: ""; }

.fa-ellipsis::before {
  content: ""; }

.fa-ellipsis-h::before {
  content: ""; }

.fa-chess-pawn::before {
  content: ""; }

.fa-kit-medical::before {
  content: ""; }

.fa-first-aid::before {
  content: ""; }

.fa-person-through-window::before {
  content: ""; }

.fa-toolbox::before {
  content: ""; }

.fa-hands-holding-circle::before {
  content: ""; }

.fa-bug::before {
  content: ""; }

.fa-credit-card::before {
  content: ""; }

.fa-credit-card-alt::before {
  content: ""; }

.fa-car::before {
  content: ""; }

.fa-automobile::before {
  content: ""; }

.fa-hand-holding-hand::before {
  content: ""; }

.fa-book-open-reader::before {
  content: ""; }

.fa-book-reader::before {
  content: ""; }

.fa-mountain-sun::before {
  content: ""; }

.fa-arrows-left-right-to-line::before {
  content: ""; }

.fa-dice-d20::before {
  content: ""; }

.fa-truck-droplet::before {
  content: ""; }

.fa-file-circle-xmark::before {
  content: ""; }

.fa-temperature-arrow-up::before {
  content: ""; }

.fa-temperature-up::before {
  content: ""; }

.fa-medal::before {
  content: ""; }

.fa-bed::before {
  content: ""; }

.fa-square-h::before {
  content: ""; }

.fa-h-square::before {
  content: ""; }

.fa-podcast::before {
  content: ""; }

.fa-temperature-full::before {
  content: ""; }

.fa-temperature-4::before {
  content: ""; }

.fa-thermometer-4::before {
  content: ""; }

.fa-thermometer-full::before {
  content: ""; }

.fa-bell::before {
  content: ""; }

.fa-superscript::before {
  content: ""; }

.fa-plug-circle-xmark::before {
  content: ""; }

.fa-star-of-life::before {
  content: ""; }

.fa-phone-slash::before {
  content: ""; }

.fa-paint-roller::before {
  content: ""; }

.fa-handshake-angle::before {
  content: ""; }

.fa-hands-helping::before {
  content: ""; }

.fa-location-dot::before {
  content: ""; }

.fa-map-marker-alt::before {
  content: ""; }

.fa-file::before {
  content: ""; }

.fa-greater-than::before {
  content: "\>"; }

.fa-person-swimming::before {
  content: ""; }

.fa-swimmer::before {
  content: ""; }

.fa-arrow-down::before {
  content: ""; }

.fa-droplet::before {
  content: ""; }

.fa-tint::before {
  content: ""; }

.fa-eraser::before {
  content: ""; }

.fa-earth-americas::before {
  content: ""; }

.fa-earth::before {
  content: ""; }

.fa-earth-america::before {
  content: ""; }

.fa-globe-americas::before {
  content: ""; }

.fa-person-burst::before {
  content: ""; }

.fa-dove::before {
  content: ""; }

.fa-battery-empty::before {
  content: ""; }

.fa-battery-0::before {
  content: ""; }

.fa-socks::before {
  content: ""; }

.fa-inbox::before {
  content: ""; }

.fa-section::before {
  content: ""; }

.fa-gauge-high::before {
  content: ""; }

.fa-tachometer-alt::before {
  content: ""; }

.fa-tachometer-alt-fast::before {
  content: ""; }

.fa-envelope-open-text::before {
  content: ""; }

.fa-hospital::before {
  content: ""; }

.fa-hospital-alt::before {
  content: ""; }

.fa-hospital-wide::before {
  content: ""; }

.fa-wine-bottle::before {
  content: ""; }

.fa-chess-rook::before {
  content: ""; }

.fa-bars-staggered::before {
  content: ""; }

.fa-reorder::before {
  content: ""; }

.fa-stream::before {
  content: ""; }

.fa-dharmachakra::before {
  content: ""; }

.fa-hotdog::before {
  content: ""; }

.fa-person-walking-with-cane::before {
  content: ""; }

.fa-blind::before {
  content: ""; }

.fa-drum::before {
  content: ""; }

.fa-ice-cream::before {
  content: ""; }

.fa-heart-circle-bolt::before {
  content: ""; }

.fa-fax::before {
  content: ""; }

.fa-paragraph::before {
  content: ""; }

.fa-check-to-slot::before {
  content: ""; }

.fa-vote-yea::before {
  content: ""; }

.fa-star-half::before {
  content: ""; }

.fa-boxes-stacked::before {
  content: ""; }

.fa-boxes::before {
  content: ""; }

.fa-boxes-alt::before {
  content: ""; }

.fa-link::before {
  content: ""; }

.fa-chain::before {
  content: ""; }

.fa-ear-listen::before {
  content: ""; }

.fa-assistive-listening-systems::before {
  content: ""; }

.fa-tree-city::before {
  content: ""; }

.fa-play::before {
  content: ""; }

.fa-font::before {
  content: ""; }

.fa-rupiah-sign::before {
  content: ""; }

.fa-magnifying-glass::before {
  content: ""; }

.fa-search::before {
  content: ""; }

.fa-table-tennis-paddle-ball::before {
  content: ""; }

.fa-ping-pong-paddle-ball::before {
  content: ""; }

.fa-table-tennis::before {
  content: ""; }

.fa-person-dots-from-line::before {
  content: ""; }

.fa-diagnoses::before {
  content: ""; }

.fa-trash-can-arrow-up::before {
  content: ""; }

.fa-trash-restore-alt::before {
  content: ""; }

.fa-naira-sign::before {
  content: ""; }

.fa-cart-arrow-down::before {
  content: ""; }

.fa-walkie-talkie::before {
  content: ""; }

.fa-file-pen::before {
  content: ""; }

.fa-file-edit::before {
  content: ""; }

.fa-receipt::before {
  content: ""; }

.fa-square-pen::before {
  content: ""; }

.fa-pen-square::before {
  content: ""; }

.fa-pencil-square::before {
  content: ""; }

.fa-suitcase-rolling::before {
  content: ""; }

.fa-person-circle-exclamation::before {
  content: ""; }

.fa-chevron-down::before {
  content: ""; }

.fa-battery-full::before {
  content: ""; }

.fa-battery::before {
  content: ""; }

.fa-battery-5::before {
  content: ""; }

.fa-skull-crossbones::before {
  content: ""; }

.fa-code-compare::before {
  content: ""; }

.fa-list-ul::before {
  content: ""; }

.fa-list-dots::before {
  content: ""; }

.fa-school-lock::before {
  content: ""; }

.fa-tower-cell::before {
  content: ""; }

.fa-down-long::before {
  content: ""; }

.fa-long-arrow-alt-down::before {
  content: ""; }

.fa-ranking-star::before {
  content: ""; }

.fa-chess-king::before {
  content: ""; }

.fa-person-harassing::before {
  content: ""; }

.fa-brazilian-real-sign::before {
  content: ""; }

.fa-landmark-dome::before {
  content: ""; }

.fa-landmark-alt::before {
  content: ""; }

.fa-arrow-up::before {
  content: ""; }

.fa-tv::before {
  content: ""; }

.fa-television::before {
  content: ""; }

.fa-tv-alt::before {
  content: ""; }

.fa-shrimp::before {
  content: ""; }

.fa-list-check::before {
  content: ""; }

.fa-tasks::before {
  content: ""; }

.fa-jug-detergent::before {
  content: ""; }

.fa-circle-user::before {
  content: ""; }

.fa-user-circle::before {
  content: ""; }

.fa-user-shield::before {
  content: ""; }

.fa-wind::before {
  content: ""; }

.fa-car-burst::before {
  content: ""; }

.fa-car-crash::before {
  content: ""; }

.fa-y::before {
  content: "Y"; }

.fa-person-snowboarding::before {
  content: ""; }

.fa-snowboarding::before {
  content: ""; }

.fa-truck-fast::before {
  content: ""; }

.fa-shipping-fast::before {
  content: ""; }

.fa-fish::before {
  content: ""; }

.fa-user-graduate::before {
  content: ""; }

.fa-circle-half-stroke::before {
  content: ""; }

.fa-adjust::before {
  content: ""; }

.fa-clapperboard::before {
  content: ""; }

.fa-circle-radiation::before {
  content: ""; }

.fa-radiation-alt::before {
  content: ""; }

.fa-baseball::before {
  content: ""; }

.fa-baseball-ball::before {
  content: ""; }

.fa-jet-fighter-up::before {
  content: ""; }

.fa-diagram-project::before {
  content: ""; }

.fa-project-diagram::before {
  content: ""; }

.fa-copy::before {
  content: ""; }

.fa-volume-xmark::before {
  content: ""; }

.fa-volume-mute::before {
  content: ""; }

.fa-volume-times::before {
  content: ""; }

.fa-hand-sparkles::before {
  content: ""; }

.fa-grip::before {
  content: ""; }

.fa-grip-horizontal::before {
  content: ""; }

.fa-share-from-square::before {
  content: ""; }

.fa-share-square::before {
  content: ""; }

.fa-child-combatant::before {
  content: ""; }

.fa-child-rifle::before {
  content: ""; }

.fa-gun::before {
  content: ""; }

.fa-square-phone::before {
  content: ""; }

.fa-phone-square::before {
  content: ""; }

.fa-plus::before {
  content: "\+"; }

.fa-add::before {
  content: "\+"; }

.fa-expand::before {
  content: ""; }

.fa-computer::before {
  content: ""; }

.fa-xmark::before {
  content: ""; }

.fa-close::before {
  content: ""; }

.fa-multiply::before {
  content: ""; }

.fa-remove::before {
  content: ""; }

.fa-times::before {
  content: ""; }

.fa-arrows-up-down-left-right::before {
  content: ""; }

.fa-arrows::before {
  content: ""; }

.fa-chalkboard-user::before {
  content: ""; }

.fa-chalkboard-teacher::before {
  content: ""; }

.fa-peso-sign::before {
  content: ""; }

.fa-building-shield::before {
  content: ""; }

.fa-baby::before {
  content: ""; }

.fa-users-line::before {
  content: ""; }

.fa-quote-left::before {
  content: ""; }

.fa-quote-left-alt::before {
  content: ""; }

.fa-tractor::before {
  content: ""; }

.fa-trash-arrow-up::before {
  content: ""; }

.fa-trash-restore::before {
  content: ""; }

.fa-arrow-down-up-lock::before {
  content: ""; }

.fa-lines-leaning::before {
  content: ""; }

.fa-ruler-combined::before {
  content: ""; }

.fa-copyright::before {
  content: ""; }

.fa-equals::before {
  content: "\="; }

.fa-blender::before {
  content: ""; }

.fa-teeth::before {
  content: ""; }

.fa-shekel-sign::before {
  content: ""; }

.fa-ils::before {
  content: ""; }

.fa-shekel::before {
  content: ""; }

.fa-sheqel::before {
  content: ""; }

.fa-sheqel-sign::before {
  content: ""; }

.fa-map::before {
  content: ""; }

.fa-rocket::before {
  content: ""; }

.fa-photo-film::before {
  content: ""; }

.fa-photo-video::before {
  content: ""; }

.fa-folder-minus::before {
  content: ""; }

.fa-store::before {
  content: ""; }

.fa-arrow-trend-up::before {
  content: ""; }

.fa-plug-circle-minus::before {
  content: ""; }

.fa-sign-hanging::before {
  content: ""; }

.fa-sign::before {
  content: ""; }

.fa-bezier-curve::before {
  content: ""; }

.fa-bell-slash::before {
  content: ""; }

.fa-tablet::before {
  content: ""; }

.fa-tablet-android::before {
  content: ""; }

.fa-school-flag::before {
  content: ""; }

.fa-fill::before {
  content: ""; }

.fa-angle-up::before {
  content: ""; }

.fa-drumstick-bite::before {
  content: ""; }

.fa-holly-berry::before {
  content: ""; }

.fa-chevron-left::before {
  content: ""; }

.fa-bacteria::before {
  content: ""; }

.fa-hand-lizard::before {
  content: ""; }

.fa-notdef::before {
  content: ""; }

.fa-disease::before {
  content: ""; }

.fa-briefcase-medical::before {
  content: ""; }

.fa-genderless::before {
  content: ""; }

.fa-chevron-right::before {
  content: ""; }

.fa-retweet::before {
  content: ""; }

.fa-car-rear::before {
  content: ""; }

.fa-car-alt::before {
  content: ""; }

.fa-pump-soap::before {
  content: ""; }

.fa-video-slash::before {
  content: ""; }

.fa-battery-quarter::before {
  content: ""; }

.fa-battery-2::before {
  content: ""; }

.fa-radio::before {
  content: ""; }

.fa-baby-carriage::before {
  content: ""; }

.fa-carriage-baby::before {
  content: ""; }

.fa-traffic-light::before {
  content: ""; }

.fa-thermometer::before {
  content: ""; }

.fa-vr-cardboard::before {
  content: ""; }

.fa-hand-middle-finger::before {
  content: ""; }

.fa-percent::before {
  content: "\%"; }

.fa-percentage::before {
  content: "\%"; }

.fa-truck-moving::before {
  content: ""; }

.fa-glass-water-droplet::before {
  content: ""; }

.fa-display::before {
  content: ""; }

.fa-face-smile::before {
  content: ""; }

.fa-smile::before {
  content: ""; }

.fa-thumbtack::before {
  content: ""; }

.fa-thumb-tack::before {
  content: ""; }

.fa-trophy::before {
  content: ""; }

.fa-person-praying::before {
  content: ""; }

.fa-pray::before {
  content: ""; }

.fa-hammer::before {
  content: ""; }

.fa-hand-peace::before {
  content: ""; }

.fa-rotate::before {
  content: ""; }

.fa-sync-alt::before {
  content: ""; }

.fa-spinner::before {
  content: ""; }

.fa-robot::before {
  content: ""; }

.fa-peace::before {
  content: ""; }

.fa-gears::before {
  content: ""; }

.fa-cogs::before {
  content: ""; }

.fa-warehouse::before {
  content: ""; }

.fa-arrow-up-right-dots::before {
  content: ""; }

.fa-splotch::before {
  content: ""; }

.fa-face-grin-hearts::before {
  content: ""; }

.fa-grin-hearts::before {
  content: ""; }

.fa-dice-four::before {
  content: ""; }

.fa-sim-card::before {
  content: ""; }

.fa-transgender::before {
  content: ""; }

.fa-transgender-alt::before {
  content: ""; }

.fa-mercury::before {
  content: ""; }

.fa-arrow-turn-down::before {
  content: ""; }

.fa-level-down::before {
  content: ""; }

.fa-person-falling-burst::before {
  content: ""; }

.fa-award::before {
  content: ""; }

.fa-ticket-simple::before {
  content: ""; }

.fa-ticket-alt::before {
  content: ""; }

.fa-building::before {
  content: ""; }

.fa-angles-left::before {
  content: ""; }

.fa-angle-double-left::before {
  content: ""; }

.fa-qrcode::before {
  content: ""; }

.fa-clock-rotate-left::before {
  content: ""; }

.fa-history::before {
  content: ""; }

.fa-face-grin-beam-sweat::before {
  content: ""; }

.fa-grin-beam-sweat::before {
  content: ""; }

.fa-file-export::before {
  content: ""; }

.fa-arrow-right-from-file::before {
  content: ""; }

.fa-shield::before {
  content: ""; }

.fa-shield-blank::before {
  content: ""; }

.fa-arrow-up-short-wide::before {
  content: ""; }

.fa-sort-amount-up-alt::before {
  content: ""; }

.fa-house-medical::before {
  content: ""; }

.fa-golf-ball-tee::before {
  content: ""; }

.fa-golf-ball::before {
  content: ""; }

.fa-circle-chevron-left::before {
  content: ""; }

.fa-chevron-circle-left::before {
  content: ""; }

.fa-house-chimney-window::before {
  content: ""; }

.fa-pen-nib::before {
  content: ""; }

.fa-tent-arrow-turn-left::before {
  content: ""; }

.fa-tents::before {
  content: ""; }

.fa-wand-magic::before {
  content: ""; }

.fa-magic::before {
  content: ""; }

.fa-dog::before {
  content: ""; }

.fa-carrot::before {
  content: ""; }

.fa-moon::before {
  content: ""; }

.fa-wine-glass-empty::before {
  content: ""; }

.fa-wine-glass-alt::before {
  content: ""; }

.fa-cheese::before {
  content: ""; }

.fa-yin-yang::before {
  content: ""; }

.fa-music::before {
  content: ""; }

.fa-code-commit::before {
  content: ""; }

.fa-temperature-low::before {
  content: ""; }

.fa-person-biking::before {
  content: ""; }

.fa-biking::before {
  content: ""; }

.fa-broom::before {
  content: ""; }

.fa-shield-heart::before {
  content: ""; }

.fa-gopuram::before {
  content: ""; }

.fa-earth-oceania::before {
  content: ""; }

.fa-globe-oceania::before {
  content: ""; }

.fa-square-xmark::before {
  content: ""; }

.fa-times-square::before {
  content: ""; }

.fa-xmark-square::before {
  content: ""; }

.fa-hashtag::before {
  content: "\#"; }

.fa-up-right-and-down-left-from-center::before {
  content: ""; }

.fa-expand-alt::before {
  content: ""; }

.fa-oil-can::before {
  content: ""; }

.fa-t::before {
  content: "T"; }

.fa-hippo::before {
  content: ""; }

.fa-chart-column::before {
  content: ""; }

.fa-infinity::before {
  content: ""; }

.fa-vial-circle-check::before {
  content: ""; }

.fa-person-arrow-down-to-line::before {
  content: ""; }

.fa-voicemail::before {
  content: ""; }

.fa-fan::before {
  content: ""; }

.fa-person-walking-luggage::before {
  content: ""; }

.fa-up-down::before {
  content: ""; }

.fa-arrows-alt-v::before {
  content: ""; }

.fa-cloud-moon-rain::before {
  content: ""; }

.fa-calendar::before {
  content: ""; }

.fa-trailer::before {
  content: ""; }

.fa-bahai::before {
  content: ""; }

.fa-haykal::before {
  content: ""; }

.fa-sd-card::before {
  content: ""; }

.fa-dragon::before {
  content: ""; }

.fa-shoe-prints::before {
  content: ""; }

.fa-circle-plus::before {
  content: ""; }

.fa-plus-circle::before {
  content: ""; }

.fa-face-grin-tongue-wink::before {
  content: ""; }

.fa-grin-tongue-wink::before {
  content: ""; }

.fa-hand-holding::before {
  content: ""; }

.fa-plug-circle-exclamation::before {
  content: ""; }

.fa-link-slash::before {
  content: ""; }

.fa-chain-broken::before {
  content: ""; }

.fa-chain-slash::before {
  content: ""; }

.fa-unlink::before {
  content: ""; }

.fa-clone::before {
  content: ""; }

.fa-person-walking-arrow-loop-left::before {
  content: ""; }

.fa-arrow-up-z-a::before {
  content: ""; }

.fa-sort-alpha-up-alt::before {
  content: ""; }

.fa-fire-flame-curved::before {
  content: ""; }

.fa-fire-alt::before {
  content: ""; }

.fa-tornado::before {
  content: ""; }

.fa-file-circle-plus::before {
  content: ""; }

.fa-book-quran::before {
  content: ""; }

.fa-quran::before {
  content: ""; }

.fa-anchor::before {
  content: ""; }

.fa-border-all::before {
  content: ""; }

.fa-face-angry::before {
  content: ""; }

.fa-angry::before {
  content: ""; }

.fa-cookie-bite::before {
  content: ""; }

.fa-arrow-trend-down::before {
  content: ""; }

.fa-rss::before {
  content: ""; }

.fa-feed::before {
  content: ""; }

.fa-draw-polygon::before {
  content: ""; }

.fa-scale-balanced::before {
  content: ""; }

.fa-balance-scale::before {
  content: ""; }

.fa-gauge-simple-high::before {
  content: ""; }

.fa-tachometer::before {
  content: ""; }

.fa-tachometer-fast::before {
  content: ""; }

.fa-shower::before {
  content: ""; }

.fa-desktop::before {
  content: ""; }

.fa-desktop-alt::before {
  content: ""; }

.fa-m::before {
  content: "M"; }

.fa-table-list::before {
  content: ""; }

.fa-th-list::before {
  content: ""; }

.fa-comment-sms::before {
  content: ""; }

.fa-sms::before {
  content: ""; }

.fa-book::before {
  content: ""; }

.fa-user-plus::before {
  content: ""; }

.fa-check::before {
  content: ""; }

.fa-battery-three-quarters::before {
  content: ""; }

.fa-battery-4::before {
  content: ""; }

.fa-house-circle-check::before {
  content: ""; }

.fa-angle-left::before {
  content: ""; }

.fa-diagram-successor::before {
  content: ""; }

.fa-truck-arrow-right::before {
  content: ""; }

.fa-arrows-split-up-and-left::before {
  content: ""; }

.fa-hand-fist::before {
  content: ""; }

.fa-fist-raised::before {
  content: ""; }

.fa-cloud-moon::before {
  content: ""; }

.fa-briefcase::before {
  content: ""; }

.fa-person-falling::before {
  content: ""; }

.fa-image-portrait::before {
  content: ""; }

.fa-portrait::before {
  content: ""; }

.fa-user-tag::before {
  content: ""; }

.fa-rug::before {
  content: ""; }

.fa-earth-europe::before {
  content: ""; }

.fa-globe-europe::before {
  content: ""; }

.fa-cart-flatbed-suitcase::before {
  content: ""; }

.fa-luggage-cart::before {
  content: ""; }

.fa-rectangle-xmark::before {
  content: ""; }

.fa-rectangle-times::before {
  content: ""; }

.fa-times-rectangle::before {
  content: ""; }

.fa-window-close::before {
  content: ""; }

.fa-baht-sign::before {
  content: ""; }

.fa-book-open::before {
  content: ""; }

.fa-book-journal-whills::before {
  content: ""; }

.fa-journal-whills::before {
  content: ""; }

.fa-handcuffs::before {
  content: ""; }

.fa-triangle-exclamation::before {
  content: ""; }

.fa-exclamation-triangle::before {
  content: ""; }

.fa-warning::before {
  content: ""; }

.fa-database::before {
  content: ""; }

.fa-share::before {
  content: ""; }

.fa-mail-forward::before {
  content: ""; }

.fa-bottle-droplet::before {
  content: ""; }

.fa-mask-face::before {
  content: ""; }

.fa-hill-rockslide::before {
  content: ""; }

.fa-right-left::before {
  content: ""; }

.fa-exchange-alt::before {
  content: ""; }

.fa-paper-plane::before {
  content: ""; }

.fa-road-circle-exclamation::before {
  content: ""; }

.fa-dungeon::before {
  content: ""; }

.fa-align-right::before {
  content: ""; }

.fa-money-bill-1-wave::before {
  content: ""; }

.fa-money-bill-wave-alt::before {
  content: ""; }

.fa-life-ring::before {
  content: ""; }

.fa-hands::before {
  content: ""; }

.fa-sign-language::before {
  content: ""; }

.fa-signing::before {
  content: ""; }

.fa-calendar-day::before {
  content: ""; }

.fa-water-ladder::before {
  content: ""; }

.fa-ladder-water::before {
  content: ""; }

.fa-swimming-pool::before {
  content: ""; }

.fa-arrows-up-down::before {
  content: ""; }

.fa-arrows-v::before {
  content: ""; }

.fa-face-grimace::before {
  content: ""; }

.fa-grimace::before {
  content: ""; }

.fa-wheelchair-move::before {
  content: ""; }

.fa-wheelchair-alt::before {
  content: ""; }

.fa-turn-down::before {
  content: ""; }

.fa-level-down-alt::before {
  content: ""; }

.fa-person-walking-arrow-right::before {
  content: ""; }

.fa-square-envelope::before {
  content: ""; }

.fa-envelope-square::before {
  content: ""; }

.fa-dice::before {
  content: ""; }

.fa-bowling-ball::before {
  content: ""; }

.fa-brain::before {
  content: ""; }

.fa-bandage::before {
  content: ""; }

.fa-band-aid::before {
  content: ""; }

.fa-calendar-minus::before {
  content: ""; }

.fa-circle-xmark::before {
  content: ""; }

.fa-times-circle::before {
  content: ""; }

.fa-xmark-circle::before {
  content: ""; }

.fa-gifts::before {
  content: ""; }

.fa-hotel::before {
  content: ""; }

.fa-earth-asia::before {
  content: ""; }

.fa-globe-asia::before {
  content: ""; }

.fa-id-card-clip::before {
  content: ""; }

.fa-id-card-alt::before {
  content: ""; }

.fa-magnifying-glass-plus::before {
  content: ""; }

.fa-search-plus::before {
  content: ""; }

.fa-thumbs-up::before {
  content: ""; }

.fa-user-clock::before {
  content: ""; }

.fa-hand-dots::before {
  content: ""; }

.fa-allergies::before {
  content: ""; }

.fa-file-invoice::before {
  content: ""; }

.fa-window-minimize::before {
  content: ""; }

.fa-mug-saucer::before {
  content: ""; }

.fa-coffee::before {
  content: ""; }

.fa-brush::before {
  content: ""; }

.fa-mask::before {
  content: ""; }

.fa-magnifying-glass-minus::before {
  content: ""; }

.fa-search-minus::before {
  content: ""; }

.fa-ruler-vertical::before {
  content: ""; }

.fa-user-large::before {
  content: ""; }

.fa-user-alt::before {
  content: ""; }

.fa-train-tram::before {
  content: ""; }

.fa-user-nurse::before {
  content: ""; }

.fa-syringe::before {
  content: ""; }

.fa-cloud-sun::before {
  content: ""; }

.fa-stopwatch-20::before {
  content: ""; }

.fa-square-full::before {
  content: ""; }

.fa-magnet::before {
  content: ""; }

.fa-jar::before {
  content: ""; }

.fa-note-sticky::before {
  content: ""; }

.fa-sticky-note::before {
  content: ""; }

.fa-bug-slash::before {
  content: ""; }

.fa-arrow-up-from-water-pump::before {
  content: ""; }

.fa-bone::before {
  content: ""; }

.fa-user-injured::before {
  content: ""; }

.fa-face-sad-tear::before {
  content: ""; }

.fa-sad-tear::before {
  content: ""; }

.fa-plane::before {
  content: ""; }

.fa-tent-arrows-down::before {
  content: ""; }

.fa-exclamation::before {
  content: "\!"; }

.fa-arrows-spin::before {
  content: ""; }

.fa-print::before {
  content: ""; }

.fa-turkish-lira-sign::before {
  content: ""; }

.fa-try::before {
  content: ""; }

.fa-turkish-lira::before {
  content: ""; }

.fa-dollar-sign::before {
  content: "\$"; }

.fa-dollar::before {
  content: "\$"; }

.fa-usd::before {
  content: "\$"; }

.fa-x::before {
  content: "X"; }

.fa-magnifying-glass-dollar::before {
  content: ""; }

.fa-search-dollar::before {
  content: ""; }

.fa-users-gear::before {
  content: ""; }

.fa-users-cog::before {
  content: ""; }

.fa-person-military-pointing::before {
  content: ""; }

.fa-building-columns::before {
  content: ""; }

.fa-bank::before {
  content: ""; }

.fa-institution::before {
  content: ""; }

.fa-museum::before {
  content: ""; }

.fa-university::before {
  content: ""; }

.fa-umbrella::before {
  content: ""; }

.fa-trowel::before {
  content: ""; }

.fa-d::before {
  content: "D"; }

.fa-stapler::before {
  content: ""; }

.fa-masks-theater::before {
  content: ""; }

.fa-theater-masks::before {
  content: ""; }

.fa-kip-sign::before {
  content: ""; }

.fa-hand-point-left::before {
  content: ""; }

.fa-handshake-simple::before {
  content: ""; }

.fa-handshake-alt::before {
  content: ""; }

.fa-jet-fighter::before {
  content: ""; }

.fa-fighter-jet::before {
  content: ""; }

.fa-square-share-nodes::before {
  content: ""; }

.fa-share-alt-square::before {
  content: ""; }

.fa-barcode::before {
  content: ""; }

.fa-plus-minus::before {
  content: ""; }

.fa-video::before {
  content: ""; }

.fa-video-camera::before {
  content: ""; }

.fa-graduation-cap::before {
  content: ""; }

.fa-mortar-board::before {
  content: ""; }

.fa-hand-holding-medical::before {
  content: ""; }

.fa-person-circle-check::before {
  content: ""; }

.fa-turn-up::before {
  content: ""; }

.fa-level-up-alt::before {
  content: ""; }

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

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

/*!
 * Font Awesome Free 6.5.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)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-9fc85f3a4544ab0d570c7f8f9bbb88db8d92c359b2707580ea8b07c75673eae2.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-fbbf06d7437aa30f3cd44c968380193545a8fc3eadfb7ad897bbb101eefec5a2.ttf) format("truetype"); }
.fas,
.fa-solid {
  font-weight: 900; }

/*!
 * Font Awesome Free 6.5.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)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-2bccecf0bc7e96cd5ce4003abeb3ae9ee4a3d19158c4e6edfd2df32d2f0d5721.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-5d02dc9b858e3c85a794f87e379857f4fedc4e26cf15001714a9a0e0b1d2294d.ttf) format("truetype"); }
.far,
.fa-regular {
  font-weight: 400; }

/*!
 * Font Awesome Free 6.5.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)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-3a8924cd5203a28628716aedb5cef0943da4c3b44e3ffcee90ab06387b41c490.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-5656d596bc597165a42182f67b2b9f17d2ae47a9e3ef1b042b9a729739730705.ttf) format("truetype"); }
.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-shopware:before {
  content: ""; }

.fa-creative-commons-nc:before {
  content: ""; }

.fa-aws:before {
  content: ""; }

.fa-redhat:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-cloudflare:before {
  content: ""; }

.fa-ups:before {
  content: ""; }

.fa-pixiv:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-bity:before {
  content: ""; }

.fa-stackpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-guilded:before {
  content: ""; }

.fa-vnv:before {
  content: ""; }

.fa-square-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-orcid:before {
  content: ""; }

.fa-java:before {
  content: ""; }

.fa-invision:before {
  content: ""; }

.fa-creative-commons-pd-alt:before {
  content: ""; }

.fa-centercode:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-hire-a-helper:before {
  content: ""; }

.fa-creative-commons-by:before {
  content: ""; }

.fa-unity:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-rocketchat:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-untappd:before {
  content: ""; }

.fa-mailchimp:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-square-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-vimeo-v:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-square-font-awesome:before {
  content: ""; }

.fa-deskpro:before {
  content: ""; }

.fa-brave:before {
  content: ""; }

.fa-sistrix:before {
  content: ""; }

.fa-square-instagram:before {
  content: ""; }

.fa-instagram-square:before {
  content: ""; }

.fa-battle-net:before {
  content: ""; }

.fa-the-red-yeti:before {
  content: ""; }

.fa-square-hacker-news:before {
  content: ""; }

.fa-hacker-news-square:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-threads:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-square-snapchat:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-google-plus-g:before {
  content: ""; }

.fa-artstation:before {
  content: ""; }

.fa-markdown:before {
  content: ""; }

.fa-sourcetree:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-diaspora:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-phoenix-squadron:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-algolia:before {
  content: ""; }

.fa-red-river:before {
  content: ""; }

.fa-creative-commons-sa:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-square-font-awesome-stroke:before {
  content: ""; }

.fa-font-awesome-alt:before {
  content: ""; }

.fa-atlassian:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-nimblr:before {
  content: ""; }

.fa-chromecast:before {
  content: ""; }

.fa-evernote:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-creative-commons-sampling:before {
  content: ""; }

.fa-adversal:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-watchman-monitoring:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-git-alt:before {
  content: ""; }

.fa-lyft:before {
  content: ""; }

.fa-rev:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-wizards-of-the-coast:before {
  content: ""; }

.fa-square-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-centos:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-opensuse:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-square-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-node:before {
  content: ""; }

.fa-mix:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-cc-apple-pay:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-debian:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-instalod:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-sellcast:before {
  content: ""; }

.fa-square-twitter:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-r-project:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-freebsd:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-accusoft:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-app-store:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-golang:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-uncharted:before {
  content: ""; }

.fa-firstdraft:before {
  content: ""; }

.fa-square-youtube:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-wpressr:before {
  content: ""; }

.fa-rendact:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-galactic-republic:before {
  content: ""; }

.fa-nfc-directional:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-joget:before {
  content: ""; }

.fa-fedora:before {
  content: ""; }

.fa-stripe-s:before {
  content: ""; }

.fa-meta:before {
  content: ""; }

.fa-laravel:before {
  content: ""; }

.fa-hotjar:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-square-letterboxd:before {
  content: ""; }

.fa-sticker-mule:before {
  content: ""; }

.fa-creative-commons-zero:before {
  content: ""; }

.fa-hips:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-discord:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-app-store-ios:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-confluence:before {
  content: ""; }

.fa-shoelace:before {
  content: ""; }

.fa-mdb:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-accessible-icon:before {
  content: ""; }

.fa-ebay:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-unsplash:before {
  content: ""; }

.fa-yarn:before {
  content: ""; }

.fa-square-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-square-vimeo:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-asymmetrik:before {
  content: ""; }

.fa-font-awesome:before {
  content: ""; }

.fa-font-awesome-flag:before {
  content: ""; }

.fa-font-awesome-logo-full:before {
  content: ""; }

.fa-gratipay:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-hive:before {
  content: ""; }

.fa-gitkraken:before {
  content: ""; }

.fa-keybase:before {
  content: ""; }

.fa-apple-pay:before {
  content: ""; }

.fa-padlet:before {
  content: ""; }

.fa-amazon-pay:before {
  content: ""; }

.fa-square-github:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-fedex:before {
  content: ""; }

.fa-phoenix-framework:before {
  content: ""; }

.fa-shopify:before {
  content: ""; }

.fa-neos:before {
  content: ""; }

.fa-square-threads:before {
  content: ""; }

.fa-hackerrank:before {
  content: ""; }

.fa-researchgate:before {
  content: ""; }

.fa-swift:before {
  content: ""; }

.fa-angular:before {
  content: ""; }

.fa-speakap:before {
  content: ""; }

.fa-angrycreative:before {
  content: ""; }

.fa-y-combinator:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-google-scholar:before {
  content: ""; }

.fa-square-gitlab:before {
  content: ""; }

.fa-gitlab-square:before {
  content: ""; }

.fa-studiovinari:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-goodreads:before {
  content: ""; }

.fa-square-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-sith:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-hashnode:before {
  content: ""; }

.fa-react:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-squarespace:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-creative-commons-share:before {
  content: ""; }

.fa-bitcoin:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-itch-io:before {
  content: ""; }

.fa-umbraco:before {
  content: ""; }

.fa-galactic-senate:before {
  content: ""; }

.fa-ubuntu:before {
  content: ""; }

.fa-draft2digital:before {
  content: ""; }

.fa-stripe:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-dhl:before {
  content: ""; }

.fa-square-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-blackberry:before {
  content: ""; }

.fa-creative-commons-pd:before {
  content: ""; }

.fa-playstation:before {
  content: ""; }

.fa-quinscape:before {
  content: ""; }

.fa-less:before {
  content: ""; }

.fa-blogger-b:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-signal-messenger:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-typo3:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-dailymotion:before {
  content: ""; }

.fa-affiliatetheme:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-bootstrap:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-nfc-symbol:before {
  content: ""; }

.fa-mintbit:before {
  content: ""; }

.fa-ethereum:before {
  content: ""; }

.fa-speaker-deck:before {
  content: ""; }

.fa-creative-commons-nc-eu:before {
  content: ""; }

.fa-patreon:before {
  content: ""; }

.fa-avianex:before {
  content: ""; }

.fa-ello:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-bimobject:before {
  content: ""; }

.fa-brave-reverse:before {
  content: ""; }

.fa-facebook-f:before {
  content: ""; }

.fa-square-google-plus:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-mandalorian:before {
  content: ""; }

.fa-first-order-alt:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-d-and-d-beyond:before {
  content: ""; }

.fa-periscope:before {
  content: ""; }

.fa-fulcrum:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-mizuni:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-square-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-usps:before {
  content: ""; }

.fa-megaport:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-aviato:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-blogger:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-viber:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-letterboxd:before {
  content: ""; }

.fa-symfony:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-facebook-messenger:before {
  content: ""; }

.fa-audible:before {
  content: ""; }

.fa-think-peaks:before {
  content: ""; }

.fa-bilibili:before {
  content: ""; }

.fa-erlang:before {
  content: ""; }

.fa-x-twitter:before {
  content: ""; }

.fa-cotton-bureau:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-42-group:before {
  content: ""; }

.fa-innosoft:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

.fa-square-pied-piper:before {
  content: ""; }

.fa-pied-piper-square:before {
  content: ""; }

.fa-creative-commons-nd:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-resolving:before {
  content: ""; }

.fa-xbox:before {
  content: ""; }

.fa-searchengin:before {
  content: ""; }

.fa-tiktok:before {
  content: ""; }

.fa-square-facebook:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

.fa-deploydog:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-mixer:before {
  content: ""; }

.fa-square-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-mendeley:before {
  content: ""; }

.fa-uniregistry:before {
  content: ""; }

.fa-figma:before {
  content: ""; }

.fa-creative-commons-remix:before {
  content: ""; }

.fa-cc-amazon-pay:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-cmplid:before {
  content: ""; }

.fa-upwork:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-gripfire:before {
  content: ""; }

.fa-jedi-order:before {
  content: ""; }

.fa-uikit:before {
  content: ""; }

.fa-fort-awesome-alt:before {
  content: ""; }

.fa-phabricator:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-trade-federation:before {
  content: ""; }

.fa-autoprefixer:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-google-play:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-google-drive:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-deezer:before {
  content: ""; }

.fa-raspberry-pi:before {
  content: ""; }

.fa-jira:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-screenpal:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-gitter:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-microblog:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-pied-piper-hat:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-yandex:before {
  content: ""; }

.fa-readme:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-wirsindhandwerk:before {
  content: ""; }

.fa-wsh:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-salesforce:before {
  content: ""; }

.fa-octopus-deploy:before {
  content: ""; }

.fa-medapps:before {
  content: ""; }

.fa-ns8:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-apper:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-waze:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-fantasy-flight-games:before {
  content: ""; }

.fa-rust:before {
  content: ""; }

.fa-wix:before {
  content: ""; }

.fa-square-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-supple:before {
  content: ""; }

.fa-webflow:before {
  content: ""; }

.fa-rebel:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-staylinked:before {
  content: ""; }

.fa-kaggle:before {
  content: ""; }

.fa-space-awesome:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-cpanel:before {
  content: ""; }

.fa-goodreads-g:before {
  content: ""; }

.fa-square-git:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-square-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-creative-commons-nc-jp:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-perbyte:before {
  content: ""; }

.fa-grunt:before {
  content: ""; }

.fa-weebly:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-themeco:before {
  content: ""; }

.fa-python:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-bots:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-hornbill:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-ideal:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-dev:before {
  content: ""; }

.fa-sketch:before {
  content: ""; }

.fa-yandex-international:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-php:before {
  content: ""; }

.fa-alipay:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-firefox-browser:before {
  content: ""; }

.fa-replyd:before {
  content: ""; }

.fa-suse:before {
  content: ""; }

.fa-jenkins:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-buffer:before {
  content: ""; }

.fa-npm:before {
  content: ""; }

.fa-yammer:before {
  content: ""; }

.fa-btc:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-stubber:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-telegram-plane:before {
  content: ""; }

.fa-old-republic:before {
  content: ""; }

.fa-odysee:before {
  content: ""; }

.fa-square-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-node-js:before {
  content: ""; }

.fa-edge-legacy:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-slack-hash:before {
  content: ""; }

.fa-medrt:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-square-x-twitter:before {
  content: ""; }

.fa-reacteurope:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-medium-m:before {
  content: ""; }

.fa-amilia:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-critical-role:before {
  content: ""; }

.fa-sitrox:before {
  content: ""; }

.fa-discourse:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-mastodon:before {
  content: ""; }

.fa-airbnb:before {
  content: ""; }

.fa-wolf-pack-battalion:before {
  content: ""; }

.fa-buy-n-large:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

.fa-creative-commons-sampling-plus:before {
  content: ""; }

.fa-strava:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-canadian-maple-leaf:before {
  content: ""; }

.fa-teamspeak:before {
  content: ""; }

.fa-pushed:before {
  content: ""; }

.fa-wordpress-simple:before {
  content: ""; }

.fa-nutritionix:before {
  content: ""; }

.fa-wodu:before {
  content: ""; }

.fa-google-pay:before {
  content: ""; }

.fa-intercom:before {
  content: ""; }

.fa-zhihu:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-pix:before {
  content: ""; }

.fa-steam-symbol:before {
  content: ""; }

a:visited {
  color: inherit; }

.search-input,
.fa-icon {
  font-family: "Open Sans", "Font Awesome 6 Free";
  font-weight: 900; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  position: relative; }
  body .grid-center {
    display: grid; }
  body .center-form {
    place-self: center;
    width: 50%; }
  body article {
    padding: 16px; }
  body h1 {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25em; }
    body h1 em {
      text-transform: uppercase;
      display: block;
      font-style: normal;
      font-weight: 700;
      font-size: 200%; }
  body a:visited,
  body a:hover,
  body a:active {
    color: inherit; }
  body a.unlinked {
    color: #aaa !important;
    pointer-events: none !important; }

section.center-title h1 {
  text-align: center;
  font-size: 1.25em;
  display: block; }

.start-hidden {
  display: none; }

#flash i.fa-times-circle {
  cursor: pointer;
  float: right;
  margin-top: 0.3em; }
#flash a {
  text-decoration: underline; }

#min-height {
  min-height: 400px; }

.main_debug_dump {
  background-image: url(/assets/graphpaper-7b3e4e8be355a4e9cd59036dd16f0468b51e99ade1193f6d57b4b1ec25998d39.png);
  background-color: #ccdcff; }
  .main_debug_dump li {
    list-style: none; }

.debug_dump {
  clear: both;
  width: 100%;
  margin-top: 45px;
  padding: 15px;
  color: #020364;
  background-color: transparent; }
  .debug_dump li {
    list-style: none; }

label {
  margin: 0; }

span.breadcrumbs {
  font-size: 10px;
  clear: both;
  color: #aaa; }
  span.breadcrumbs a {
    color: #aaa; }
    span.breadcrumbs a:hover {
      color: inherit; }

input[type="search"] {
  position: relative;
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 2px 10px;
  line-height: normal;
  color: #000; }
  input[type="search"]:focus {
    outline: none; }

table {
  padding: 1em;
  border-collapse: collapse; }
  table td {
    padding: 1em; }

header#site_header {
  padding: 0;
  margin: 0;
  -webkit-transition: margin 0.4s linear;
  transition: margin 0.4s linear; }
  header#site_header.expanded {
    margin-bottom: 49px; }

#site-container {
  max-width: 973px;
  /* size of Bootstrap3's medium desktop breakpoint, needs to be 3 px more so right border will show */
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

#client-nav {
  padding-top: 41px;
  margin-top: 10px;
  position: relative; }
  #client-nav .main-logo {
    max-height: 60px;
    width: auto;
    margin: 19px auto 7px;
    display: block; }

#client-nav > ul ul li ul {
  margin: 0 auto; }

#client-nav ul:focus {
  background-color: #0f0; }

#user-nav {
  position: fixed;
  z-index: 1000;
  min-width: 750px;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 1px;
  padding: 10px;
  top: 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }
  #user-nav a {
    text-decoration: none; }
    #user-nav a:hover {
      text-decoration: none; }
  #user-nav input {
    line-height: 1em;
    margin: 0; }
  #user-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #user-nav ul li {
      padding: 4px;
      height: auto;
      line-height: 2em;
      margin: 0 3px 0 0;
      display: inline-block; }
    #user-nav ul li:first-child {
      margin-left: 5px; }
    #user-nav ul li:last-child {
      position: absolute;
      right: 0;
      margin: 0;
      margin-top: -10px;
      padding: 14px;
      text-align: center;
      width: 105px; }
    #user-nav ul li:nth-last-child(2) {
      position: absolute;
      right: 100px; }
  #user-nav i.glyphicon {
    margin-right: 0.25em;
    display: inline-block; }

.alert:last-child {
  margin-bottom: 0; }

#client-nav-submenu-container {
  width: 100%;
  height: 26px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -26px;
  left: 0; }
  #client-nav-submenu-container ul {
    padding: 1em 2em 0;
    list-style: none;
    list-style-position: outside;
    text-align: justify;
    display: none; }
    #client-nav-submenu-container ul:after {
      content: "";
      display: inline-block;
      width: 100%; }
    #client-nav-submenu-container ul li {
      display: inline-block;
      font-size: 12px; }
      #client-nav-submenu-container ul li a {
        text-transform: capitalize; }
      #client-nav-submenu-container ul li a:hover {
        text-decoration: underline;
        color: inherit; }

#client-nav-mobile {
  position: fixed;
  left: -300px;
  /*left or right and the width of your navigation panel*/
  width: 300px;
  overflow-y: scroll; }
  #client-nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #client-nav-mobile #client-nav-mobile-header li {
    display: inline-block;
    width: 49%;
    padding: 20px;
    height: 60px; }
  #client-nav-mobile #client-nav-mobile-header i {
    padding-right: 5px; }
  #client-nav-mobile #client-nav-mobile-header a:hover {
    text-decoration: none; }
  #client-nav-mobile #accordion li {
    display: block; }
  #client-nav-mobile #accordion a {
    text-decoration: none;
    padding: 20px;
    width: 100%;
    display: block; }
  #client-nav-mobile #accordion i {
    float: right;
    margin-right: 20px;
    margin-top: 3px; }
  #client-nav-mobile #accordion #side-menu-items a.second-level {
    padding-left: 20px;
    font-weight: 400; }

@media only screen and (max-width: 768px) {
  #site-container {
    padding-top: 60px; } }
#user-nav-mobile {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0; }
  #user-nav-mobile ul {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0; }
  #user-nav-mobile li {
    text-align: center;
    display: inline-block;
    width: 16%;
    vertical-align: middle; }
    #user-nav-mobile li:nth-child(2) {
      width: 48%; }
    #user-nav-mobile li img {
      width: 100%; }
  #user-nav-mobile img.main-logo {
    max-height: 40px;
    width: auto;
    margin-top: 0;
    max-width: 150px; }
  #user-nav-mobile #mobile_search_panel {
    text-align: center;
    width: 100%;
    background-color: white;
    color: #333;
    border-bottom: 1px solid #333;
    height: 49px;
    padding: 8px; }
    #user-nav-mobile #mobile_search_panel form {
      width: 80%;
      margin: auto; }
      #user-nav-mobile #mobile_search_panel form input[type="search"] {
        font-size: 16px;
        width: 80%; }

sup {
  font-size: 8px;
  vertical-align: super; }

footer#site_footer {
  clear: both;
  width: 100%;
  background-color: #fff;
  padding: 1em 0 2em;
  text-align: center;
  font-size: 10px;
  margin-top: auto; }
  footer#site_footer img.main-logo {
    width: 120px;
    margin: 20px auto;
    display: block; }
  footer#site_footer span {
    text-transform: uppercase;
    font-weight: 700;
    color: #808080; }
  footer#site_footer nav ul {
    padding: 0;
    width: 100%;
    margin: 1em auto; }
    footer#site_footer nav ul li {
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      color: #fff;
      font-size: 11px;
      padding: 0px 7px;
      line-height: 1.2em; }
    footer#site_footer nav ul li a {
      color: #fff; }
  footer#site_footer #powered-by-resco {
    display: inline-block;
    margin: 0 auto; }
    footer#site_footer #powered-by-resco img {
      width: 200px; }

#new_order {
  width: 500px;
  margin: 0 auto; }

.rol-form {
  margin-top: 15px; }
  .rol-form select,
  .rol-form input,
  .rol-form textarea {
    padding: 5px;
    width: 100%;
    display: inline-block;
    border: 2px solid #ccc; }
    .rol-form select.hasDatepicker,
    .rol-form input.hasDatepicker,
    .rol-form textarea.hasDatepicker {
      width: 90%; }
  .rol-form button.ui-datepicker-trigger {
    padding: 5px;
    width: 10%;
    border: 2px solid #ccc;
    border-left: 0; }
  .rol-form .field {
    margin-bottom: 5px;
    float: left;
    width: 100%; }
    .rol-form .field.box {
      text-align: center;
      margin: 10px 0; }
      .rol-form .field.box input {
        width: 20px; }
  .rol-form div.field_with_errors input,
  .rol-form div.field_with_errors select {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }

body.unknown_user {
  margin-top: 2em;
  background-color: #fff !important; }
  body.unknown_user #uu_container {
    background-color: #fff;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center; }
  body.unknown_user #error_explanation {
    margin-bottom: 1em; }
  body.unknown_user #error_explanation ul li {
    text-align: left; }
  body.unknown_user input,
  body.unknown_user select,
  body.unknown_user button.submit {
    border: 2px solid #ccc;
    font-size: 14px;
    padding: 4px;
    width: 65%;
    margin-bottom: 8px;
    text-align: center; }
  body.unknown_user label {
    display: block; }
  body.unknown_user input[type="submit"],
  body.unknown_user button.submit {
    background-color: #000;
    color: white;
    cursor: pointer;
    border: none;
    margin: 5% auto;
    border-radius: 5px;
    padding: 6px 4px; }
  @media screen and (max-width: 480px) {
    body.unknown_user #uu_container input,
    body.unknown_user #uu_container select {
      width: 100%; } }

#placing_order_please_wait {
  width: 100%;
  height: 100%;
  z-index: 2000;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }

#infinite-scrolling div.pagination {
  display: none; }

/*
  error page styles
*/
.error-padding {
  padding-top: 10%;
  padding-bottom: 5%; }

.hugeError {
  font-size: 160px;
  font-weight: bold;
  color: #000; }

/*
mobile error styles
*/
@media only screen and (max-width: 768px) {
  .error-padding {
    padding-top: 18%; }

  body .grid-center {
    display: block; }
  body .center-form {
    width: 100%; } }
img.overlay-banner {
  max-width: 100%;
  max-height: 100%; }
#user_admin_filters {
  margin: 100px auto;
  width: 500px;
  text-align: baseline; }

#list_of_new_users ul {
  list-style: none inside; }

#user_admin section {
  clear: both;
  display: block;
  overflow: auto; }
  #user_admin section h3 {
    line-height: 1em; }
#user_admin hr {
  margin: 10px; }
#user_admin .usertype_checkboxes div {
  display: flex;
  align-items: center;
  float: left;
  width: 110px; }
#user_admin .usertype_checkboxes input[type=checkbox], #user_admin .usertype_checkboxes label {
  margin: 2px; }

table#users {
  width: 100%;
  padding: 5%; }
  table#users td {
    vertical-align: top;
    border-top: 1px solid #aaa; }
  table#users span.usertypes {
    color: #aaa; }
.alert {
  margin: 2px;
  margin-bottom: 2px !important; }

.alert-warning {
  background-color: #fde559;
  color: #000000; }

p.notice_p {
  padding: 5px 1em; }
@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

.pagy {
  @apply flex items-center -space-x-px h-14 text-xl;
  a:not(.gap) {
    @apply flex items-center justify-center px-3 h-10 leading-tight text-gray-500 bg-white border border-gray-300;
    &:hover {
      @apply bg-gray-100 text-gray-700;
    }
    &.current {
      @apply z-10 flex items-center justify-center px-3 h-10 leading-tight text-blue-600 border border-blue-300 bg-blue-50;
    }
    &:first-child {
      @apply ms-0 border-e-0 rounded-s-lg;
    }
    &:last-child {
      @apply rounded-e-lg;
    }
  }
  a.gap {
    @apply flex items-center justify-center px-3 h-10 leading-tight text-gray-500 bg-white border border-gray-300;
    &:hover {
      @apply bg-gray-100 text-gray-700;
    }
    &.current {
      @apply z-10 flex items-center justify-center px-3 h-10 leading-tight text-blue-600 border border-blue-300 bg-blue-50;
    }
    &:first-child {
      @apply ms-0 border-e-0 rounded-s-lg;
    }
    &:last-child {
      @apply rounded-e-lg;
    }
  }
  label {
    @apply inline-block whitespace-nowrap bg-gray-200 rounded-lg px-3 py-0.5;
    input {
      @apply bg-gray-100 border-none rounded-md;
    }
  }
}
body.bragg .col-lg-12 {
  padding: 0; }
body.bragg #client-nav a {
  text-decoration: none;
  font-weight: 700; }
body.bragg #client-nav #client-nav-submenu-container-v2 ul {
  min-height: 60px;
  margin-bottom: 0; }
  body.bragg #client-nav #client-nav-submenu-container-v2 ul a:hover {
    color: #ed1c24;
    text-decoration: underline; }
body.bragg #client-nav #client-nav-submenu-container-v2 li {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  border: 0.0625rem solid #ed1c24; }
  body.bragg #client-nav #client-nav-submenu-container-v2 li a {
    font-family: 'Arial', sans-serif;
    font-weight: 700; }
  body.bragg #client-nav #client-nav-submenu-container-v2 li a:hover {
    color: #ed1c24;
    text-decoration: underline; }
body.bragg .hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
body.bragg .hamburger:hover {
  cursor: pointer; }
body.bragg .hamburger:hover > .line {
  background-color: #fff; }
body.bragg #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }
body.bragg #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }
body.bragg #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }
body.bragg #client-nav-mobile {
  background-color: #fff; }
  body.bragg #client-nav-mobile ul.panel-body li {
    background-color: #fff; }
  body.bragg #client-nav-mobile #client-nav-mobile-header {
    color: #000;
    border-bottom: 1px solid #ed1c24; }
    body.bragg #client-nav-mobile #client-nav-mobile-header a:hover {
      color: #ed1c24; }
  body.bragg #client-nav-mobile #accordion li a {
    text-transform: none;
    color: #000;
    border-bottom: 1px solid #ed1c24; }
    body.bragg #client-nav-mobile #accordion li a :last-child {
      border-bottom: 0; }
    body.bragg #client-nav-mobile #accordion li a.top-level {
      font-weight: 700;
      background-color: #fff;
      color: #000; }
    body.bragg #client-nav-mobile #accordion li a.collapsed {
      background-color: #fff;
      color: #000;
      border-bottom: 0; }
body.bragg #user-nav {
  color: #000 !important;
  background: #fff;
  font-size: .8em;
  font-weight: 400;
  padding: 10px;
  border-bottom: 0.0625rem solid #ed1c24; }
  body.bragg #user-nav a {
    color: #000; }
  body.bragg #user-nav ul li:first-child {
    margin-left: 5px; }
  body.bragg #user-nav ul li:last-child {
    background-color: #ffe100 !important; }
    body.bragg #user-nav ul li:last-child a {
      color: #000; }
    body.bragg #user-nav ul li:last-child i.glyphicon {
      color: #000; }
  body.bragg #user-nav i.glyphicon {
    color: #000; }
body.bragg .action_button {
  background-color: #ffe100;
  color: #000;
  border: 0; }
body.bragg #site_footer {
  clear: both;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 9px;
  color: #000; }
body.bragg #site_footer_bragg_bar {
  clear: both;
  width: 100%;
  background-color: #ffe100;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
  font-size: 9px;
  font-weight: 300;
  color: #000;
  border: 0.0625rem solid #ed1c24; }
  body.bragg #site_footer_bragg_bar a {
    color: #000; }
@import url("https://use.typekit.net/mdf8efh.css");
body.bragg .col-lg-12 {
  padding: 0; }
body.bragg h1,
body.bragg h2,
body.bragg h3 {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.033em; }
body.bragg h2 {
  font-size: 3em; }
body.bragg hr {
  border-bottom: 2px solid #ed1c24; }
body.bragg input[type="search"] {
  position: relative;
  border-radius: 12px;
  border: 1px solid #ffe100;
  padding: 4px 16px;
  line-height: normal;
  color: #000;
  /* font-weight: 400; */ }
body.bragg #client-nav a {
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.033em;
  color: #000;
  font-weight: 500;
  font-family: franklin-gothic-urw-cond, sans-serif; }
body.bragg #client-nav li.active {
  color: #ed1c24;
  text-decoration: underline; }
body.bragg #client-nav li:hover {
  color: #ed1c24;
  text-decoration: underline; }
body.bragg #client-nav #client-nav-submenu-container-v2 ul {
  font-family: franklin-gothic-urw-cond, sans-serif;
  min-height: 60px;
  margin-bottom: 0;
  font-size: 10px; }
  body.bragg #client-nav #client-nav-submenu-container-v2 ul a:hover {
    color: #ed1c24;
    text-decoration: underline; }
body.bragg #client-nav #client-nav-submenu-container-v2 li {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  border: 0.0625rem solid #ed1c24; }
  body.bragg #client-nav #client-nav-submenu-container-v2 li a {
    font-family: franklin-gothic-urw-cond, sans-serif;
    font-weight: 500; }
  body.bragg #client-nav #client-nav-submenu-container-v2 li a:hover {
    color: #ed1c24;
    text-decoration: underline; }
body.bragg .hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
body.bragg .hamburger:hover {
  cursor: pointer; }
body.bragg .hamburger:hover > .line {
  background-color: #fff; }
body.bragg #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }
body.bragg #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }
body.bragg #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }
body.bragg #client-nav-mobile {
  background-color: #fff; }
  body.bragg #client-nav-mobile ul.panel-body li {
    background-color: #fff; }
  body.bragg #client-nav-mobile #client-nav-mobile-header {
    color: #000;
    border-bottom: 1px solid #ed1c24; }
    body.bragg #client-nav-mobile #client-nav-mobile-header a:hover {
      color: #ed1c24; }
  body.bragg #client-nav-mobile #accordion li a {
    text-transform: none;
    color: #000;
    border-bottom: 1px solid #ed1c24; }
    body.bragg #client-nav-mobile #accordion li a :last-child {
      border-bottom: 0; }
    body.bragg #client-nav-mobile #accordion li a.top-level {
      font-weight: 700;
      background-color: #fff;
      color: #000; }
    body.bragg #client-nav-mobile #accordion li a.collapsed {
      background-color: #fff;
      color: #000;
      border-bottom: 0; }
body.bragg #user-nav {
  color: #000 !important;
  background: #fff;
  font-size: 0.8em;
  font-weight: 400;
  padding: 10px;
  border-bottom: 2px solid #ed1c24; }
  body.bragg #user-nav a {
    color: #000; }
  body.bragg #user-nav ul li:last-child {
    background-color: #ffe100 !important; }
    body.bragg #user-nav ul li:last-child a {
      color: #000; }
    body.bragg #user-nav ul li:last-child i.glyphicon {
      color: #000; }
  body.bragg #user-nav i.glyphicon {
    color: #000; }
body.bragg .action_button {
  font-size: 1.125em;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.0675rem;
  vertical-align: middle;
  padding: 0.625rem 2.1875rem;
  height: 5.5rem;
  border: 0.0625rem solid #ffe100;
  border-radius: 3.125rem;
  display: grid;
  align-content: center; }
body.bragg .action_button:hover {
  border: 0.0625rem solid #ed1c24; }
body.bragg #download_link {
  font-size: 1.125em;
  color: #000;
  display: grid;
  align-content: center;
  height: 5.5rem;
  border: 0.0625rem solid #ffe100;
  border-radius: 3.125rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.0675rem;
  margin-top: 1em;
  background: #ffe100; }
body.bragg #download_link:hover {
  border: 0.0625rem solid #ed1c24; }
body.bragg #site_footer {
  clear: both;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400; }
body.bragg #site_footer_bragg_bar {
  clear: both;
  width: 100%;
  background-color: #ffe100;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
  font-weight: 300;
  color: #000;
  border: 2px solid #ed1c24; }
  body.bragg #site_footer_bragg_bar a {
    color: #000;
    text-align: center;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em; }
body.bragg .ctr-logo {
  max-width: 148px;
  margin: 10px auto; }
body.bragg .ctr-content {
  text-align: center; }
body.bragg .tile-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  text-align: center; }
body.bragg .tile {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
body.bragg .tile img {
  max-width: 100%;
  height: 200px;
  /* Fixed height */
  object-fit: cover;
  /* Ensures the image covers the area without distorting */
  margin-bottom: 8px; }
body.bragg .tile p {
  font-size: 18px;
  font-weight: 500;
  font-family: franklin-gothic-urw-cond, sans-serif; }
nav.page-nav {
  clear: both;
  display: block;
  padding-top: 10px;
  margin: 10px auto;
  text-align: center;
  width: 50%; }
  nav.page-nav a {
    font-weight: 700; }

.action_button {
  display: block;
  min-width: 250px;
  margin: 3px auto;
  border-radius: 21px;
  padding: 4px 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  font-weight: 700;
  white-space: normal; }
  .action_button:visited {
    color: #fff; }

@media only screen and (max-width: 768px) {
  nav.page-nav {
    width: 100%; } }
.popup-proof {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 40em;
  height: 75%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10; }
  .light .popup-proof {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
  .popup-proof h2 {
    margin-top: 0;
    color: #666;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; }
  .popup-proof .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666; }
    .popup-proof .close:hover {
      opacity: 1; }
  .popup-proof .content {
    height: 96%; }

.px-3 {
  padding-left: 7rem;
  padding-right: 7rem; }

.cart_product_title {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase; }

#shopping_cart article.cart_line_item {
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: 75.5px 1fr 7rem;
  gap: 1rem; }
  #shopping_cart article.cart_line_item img {
    margin-right: 10px;
    width: 100%;
    max-width: 50px; }
  #shopping_cart article.cart_line_item .line_item_control {
    padding: 1rem; }
    #shopping_cart article.cart_line_item .line_item_control .quantity_control {
      width: 5em;
      padding: 2px 0 2px 6px;
      text-align: center;
      border: 1px solid #888C8C;
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(15, 17, 17, 0.15) inset;
      outline: 0; }
    #shopping_cart article.cart_line_item .line_item_control .quantity_control:focus {
      background-color: #F7FEFF;
      border-color: #007185;
      box-shadow: 0 0 0 3px #C8F3FA, 0 1px 2px rgba(15, 17, 17, 0.15) inset; }
    #shopping_cart article.cart_line_item .line_item_control a.remove_from_cart {
      display: inline-block;
      margin-left: 0.5rem;
      padding-top: 0.5rem; }
#shopping_cart .order_limit.over {
  color: #a94442; }

@media only screen and (max-width: 768px) {
  .popup-proof {
    width: 100%;
    height: 80%; }

  .px-3 {
    padding-left: 3rem;
    padding-right: 3rem; }

  #shopping_cart article.cart_line_item {
    grid-template-columns: 75.5px 1fr; }
    #shopping_cart article.cart_line_item .line_item_control {
      display: inline;
      grid-area: 2 / 1 / 3 / 3; } }
body.chobani {
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif; }
  body.chobani #user-nav {
    color: #231f20;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    border-top: none;
    border-bottom: 0.5px solid #636466;
    background: #fff; }
    body.chobani #user-nav a {
      color: #231f20; }
    body.chobani #user-nav ul li:last-child a {
      color: #000; }
    body.chobani #user-nav i.glyphicon {
      color: #000; }
  body.chobani #user-nav.hidden-xs ul li {
    color: #231f20; }
  body.chobani #client-nav .main-logo {
    margin: 3em auto; }
  body.chobani #site_footer {
    background-color: #1a3c34;
    text-align: center;
    font-size: 12px;
    color: #eae8e1;
    max-height: 134px; }
    body.chobani #site_footer a {
      color: #eae8e1;
      text-transform: none; }
    body.chobani #site_footer p {
      font-size: 9px; }
    body.chobani #site_footer img {
      width: 100px; }
  body.chobani footer#site_footer nav ul li {
    font-size: 12px; }
  body.chobani #hamburger {
    color: #000; }
  body.chobani .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #1a3c34;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.chobani .hamburger:hover {
    cursor: pointer; }
  body.chobani #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.chobani #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.chobani #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.chobani .action_button {
    background-color: #1a3c34;
    border: 2px solid #fff; }
  body.chobani #powered-by-resco-white {
    opacity: 1; }
    body.chobani #powered-by-resco-white img {
      width: 200px; }
  body.chobani hr {
    border-bottom: 1px solid #1a3c34; }
:root {
  --asset-grid-width: 120px; }

.trix-content div {
  display: inline; }

body.collection-entries {
  background-color: white !important; }

body.richs .collections-hr {
  background: linear-gradient(135deg, #f68b1f, #e02125 32%, #8b0027 101%);
  height: 8px;
  border-radius: 3px;
  border: 0; }
body.richs .collection-hero-content {
  background-color: rgba(255, 255, 255, 0.6); }
body.richs .collection-title {
  color: #ba0c2f;
  text-transform: uppercase; }
body.richs .trix-content {
  color: black; }

.collection_link_h2 a {
  font-size: 1.3rem; }

#collection-client-nav {
  margin-top: 10px;
  position: relative;
  background: linear-gradient(135deg, #f68b1f, #e02125 32%, #8b0027 101%);
  display: grid;
  align-items: center;
  height: 10em;
  border-radius: 1em; }
  #collection-client-nav .logo-main-div {
    max-height: 8em; }
    #collection-client-nav .logo-main-div .main-logo {
      width: auto;
      display: block;
      max-height: 8em; }

#collection_main_section {
  padding: 1em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 60em; }

input.entry_submit {
  background-color: #c90014;
  color: white;
  cursor: pointer;
  border: none;
  margin: 5% auto;
  border-radius: 5px;
  padding: 6px 4px; }

.field-checkboxs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }

.followup_wrap > input {
  margin-left: 0em; }

.followup_wrap > label {
  display: inline;
  margin-left: 0.2em; }

.field-optin label {
  margin-left: 0.5em;
  align-self: center; }

.collection-public-page {
  text-align: left; }

.collection-entry-info-hero {
  position: relative;
  height: 70vh; }

.collection-entry-info-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  position: absolute;
  z-index: 100; }
  .collection-entry-info-grid h1 {
    margin: 0; }

@media (max-width: 450px) {
  .collection-entry-info-grid {
    grid-template-columns: 1fr; } }
.collection-entry-logo {
  margin: 1em 0; }

.collection-entry-hero {
  background-size: cover;
  height: 70vh;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: 0;
  opacity: 0.8;
  padding-top: 0.2em;
  border-radius: 1.5em; }
  .collection-entry-hero img {
    min-height: 100%;
    min-width: 100%; }

.sales_rep_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.leader_header {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.collection-entry-assets {
  margin: 2em auto;
  text-align: left;
  font-size: 12pt;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--asset-grid-width), 1fr));
  gap: 1em; }

.collection-entry-asset {
  width: var(--asset-grid-width); }
  .collection-entry-asset span {
    display: block; }
  .collection-entry-asset span.asset_title {
    margin-top: 5px; }

.collection-entry-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1rem; }
  .collection-entry-links ul {
    list-style: none; }

dl.sales_rep_dl {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 2em; }
  dl.sales_rep_dl dt {
    float: left;
    font-weight: bolder;
    padding-right: 5px; }
  dl.sales_rep_dl dd {
    text-align: left; }

/*
mobile error styles
*/
@media only screen and (max-width: 568px) {
  #collection_main_section {
    width: 100%;
    transform: none;
    left: 0;
    position: relative; }

  .container {
    padding-left: 8px;
    padding-right: 8px; }

  #collection-client_nav {
    padding-top: 0 !important; }

  .collection-entry-assets {
    padding: 0 1rem; }

  .collection-entry-hero {
    max-height: 100vh;
    width: 100vh; } }
:root {
  --tbl-strip-color: #efe;
  --btn-color-rgb: 211, 17, 69; }

body.richs {
  --collection-btn-color: #d31145; }

body.ventura {
  --collection-btn-color: #24ba91; }

.collection-logo {
  max-width: 300px; }

.trix-button-group.trix-button-group--file-tools {
  display: none; }

.collection-nav {
  clear: both;
  display: block;
  padding: 10px 0;
  margin: 1rem 0; }

.collection-new {
  width: 100%; }

#collection_tbl {
  width: 100%; }
  #collection_tbl th {
    text-align: left;
    padding: 10px 10px 10px 0; }
  #collection_tbl td {
    height: 6em;
    padding: 0 10px 5px 0; }
  #collection_tbl tr:nth-child(even) {
    background-color: var(--tbl-strip-color); }

.collection-content {
  margin: 0 2em; }

div.collection-field-submit {
  margin-top: 2em; }

div.collection-field {
  padding-bottom: 1em; }
  div.collection-field textarea {
    width: 100%; }
  div.collection-field input[type="date"] {
    width: 100%; }
  div.collection-field select {
    width: 100%;
    padding: 0.8rem 0.4rem; }
  div.collection-field span.error-text {
    color: red; }

input.no-block {
  display: inline; }

#custom_logo_field {
  display: none; }

#custom_hero_field {
  display: none; }

.collection-preview {
  border: 1px solid #ccc;
  margin: 0.2rem;
  padding: 0.3rem;
  border-radius: 6px; }
  .collection-preview img {
    width: 100%;
    object-fit: cover; }

.collection-grid {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em; }

.collection-logo {
  margin: 0 auto; }

.collection-edit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 0.5em; }

.field-grid {
  display: grid;
  grid-template-columns: 6em 1fr; }

.pieces_form {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 1em; }
  .pieces_form input[type="text"],
  .pieces_form input[type="date"] {
    width: 100%;
    margin-bottom: 1em; }

.list-piece {
  margin: 0; }

div.list-piece:nth-child(even) {
  background-color: var(--tbl-strip-color); }

.pieces-grid {
  display: grid;
  grid-template-columns: 5em 10em 1fr 1fr 3em 3em;
  gap: 0.5em;
  align-items: center; }

.assets-grid-frm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1em;
  align-items: self-end; }

.sales-rep-grid {
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr auto;
  gap: 0.5em;
  align-items: center;
  margin-top: 4px; }

.popup-collection {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 350px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10; }
  .light .popup-collection {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
  .popup-collection h2 {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; }
  .popup-collection .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666; }
    .popup-collection .close:hover {
      opacity: 1; }
  .popup-collection .content {
    max-height: 450px; }
  .popup-collection p {
    margin: 0 0 1em; }
    .popup-collection p:last-child {
      margin: 0; }
  .popup-collection .field {
    margin-bottom: 0px;
    height: auto; }
  .popup-collection .action_button {
    width: 100%;
    font-size: 1.35rem;
    line-height: 1.35rem;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0.5em; }
  .popup-collection .action_button:hover {
    border: 2px solid black;
    text-decoration: underline; }

.fa-selected {
  color: #fe0;
  background-color: black;
  background-clip: text;
  filter: drop-shadow(1px 1px 0 black); }

.bread {
  padding: 14px 20px; }

body.richs .collection_button {
  background-color: #d31145;
  padding: 0.4em 1em;
  margin: 0;
  text-transform: capitalize;
  min-width: auto;
  font-size: 14px;
  border-radius: 10px;
  font-weight: normal;
  border: none;
  letter-spacing: 2px;
  color: #fff; }

body.ventura .collection_button {
  background-color: #24ba91;
  padding: 0.4em 1em;
  margin: 0;
  text-transform: capitalize;
  min-width: auto;
  font-size: 14px;
  border-radius: 10px;
  font-weight: normal;
  border: none;
  letter-spacing: 2px;
  color: #fff; }

.collection_button:hover,
input.collection_button:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  text-decoration: none; }

a.collection_button {
  text-align: center; }

body.richs a.collection_button_small {
  font-size: 12px; }

.collection_link {
  padding: 0;
  margin: 0; }

input[type="url"].collection-input,
input[type="text"].collection-input {
  margin-bottom: 1em;
  padding: 0.5rem 0.3rem; }

.pieces-list {
  margin: 1em auto; }
  .pieces-list strong {
    margin-top: 10px; }

.pieces-list > :nth-child(even) {
  background-color: var(--tbl-strip-color); }

.pieces_form .pieces-title {
  position: relative;
  top: -1.5em;
  margin-left: 1em;
  display: inline;
  background-color: white;
  font-weight: bold;
  padding: 0.5em 1em;
  font-size: 10pt;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 5px; }

.form-checkbox-grid {
  display: grid;
  grid-template-columns: 2em 1fr; }

.form-checkbox-grid label {
  text-align: left;
  padding-top: 0.5rem; }

body.richs a.entries_button {
  display: inline-block;
  border-radius: 4px;
  background-color: #d31145;
  /* Blue background */
  border: none;
  /* Remove borders */
  color: white;
  /* White text */
  padding: 8px 12px;
  /* Some padding */
  font-size: 14px;
  /* Set a font size */
  cursor: pointer;
  /* Mouse pointer on hover */
  width: fit-content; }

body.richs a.entries_button:hover {
  background-color: rgba(211, 17, 69, 0.75); }

.flex {
  display: flex; }
  .flex span {
    align-self: baseline; }

.gap-1 {
  gap: 0.25rem; }

.stripe div:nth-child(even) {
  background-color: var(--tbl-strip-color); }

.collection-show-grid {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2em; }

.show-nav-links {
  margin: 10px 0 10px;
  display: flex;
  gap: 0.3em; }

.show-nav-links > * {
  flex: 1; }

.coll-show-labels {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 2rem;
  display: flex;
  align-items: center; }

.collection-entries-tbl {
  width: 100%; }
  .collection-entries-tbl th {
    padding: 10px 10px 10px 0; }
  .collection-entries-tbl tr.collection-entries-tbl-tr:nth-child(2n) {
    background-color: var(--tbl-strip-color); }
  .collection-entries-tbl td {
    padding: 0 10px 5px 0; }
body.custom-culinary {
  background-color: #cdcdcd; }
  body.custom-culinary .company_color {
    color: #236d48 !important; }
  body.custom-culinary #download_link {
    text-align: center;
    width: 100%;
    background-color: #236d48;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.custom-culinary p a {
    color: #236d48; }
  body.custom-culinary .pagecard p {
    font-size: 14px; }
  body.custom-culinary h3 {
    color: #236d48;
    font-weight: 400;
    text-align: center; }
  body.custom-culinary h2 {
    color: #236d48;
    font-weight: 400; }
  body.custom-culinary img.cc-banner {
    max-width: 100%;
    max-height: 100%; }
  body.custom-culinary img.icon {
    max-width: 133px; }
  body.custom-culinary .center {
    text-align: center; }
  body.custom-culinary .from-the-field {
    padding: 5em 0 0 0; }
    body.custom-culinary .from-the-field .col-md-6 {
      border-right: none;
      padding: 0; }
    @media (max-width: 990px) {
      body.custom-culinary .from-the-field {
        padding: .5em; } }
    body.custom-culinary .from-the-field .main-text {
      margin: 1em; }
    body.custom-culinary .from-the-field .from-field-logo-banner {
      max-width: 300px;
      padding: 0 .5em 0 0; }
    body.custom-culinary .from-the-field h1 {
      font-size: 1.8em;
      font-weight: 900;
      font-style: italic;
      color: #1a65a9;
      padding: 0 .5em 0 .5em;
      margin: .5em 0 .5em 0; }
    body.custom-culinary .from-the-field h2 {
      font-size: 1.7em;
      font-weight: 200;
      line-height: 130%;
      color: #1a65a9;
      padding: 0 .5em .5em .5em;
      margin: 0; }
  body.custom-culinary #user-nav {
    color: #58595B !important;
    font-size: .8em;
    font-weight: 400;
    background: #fff; }
    body.custom-culinary #user-nav a {
      color: #58595B; }
    body.custom-culinary #user-nav ul li:first-child {
      margin-left: 5px; }
    body.custom-culinary #user-nav ul li:last-child {
      background-color: #cdcdcd !important; }
      body.custom-culinary #user-nav ul li:last-child a {
        color: #fff; }
    body.custom-culinary #user-nav i.glyphicon {
      color: #fff; }
  body.custom-culinary #user-nav.hidden-xs ul li {
    color: #d97440; }
  body.custom-culinary #site-container {
    background-color: #fff; }
  body.custom-culinary #client-nav {
    color: #444;
    padding-bottom: 16px; }
    body.custom-culinary #client-nav a {
      color: rgba(0, 0, 0, 0.4); }
    body.custom-culinary #client-nav ul {
      border-top: 1px solid #cdcdcd;
      border-bottom: 1px solid #cdcdcd; }
    body.custom-culinary #client-nav li {
      text-transform: uppercase; }
    body.custom-culinary #client-nav a {
      color: rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      font-weight: 700; }
    body.custom-culinary #client-nav .top-nav > li.active a {
      color: #236d48; }
    body.custom-culinary #client-nav .top-nav {
      padding-top: 10px; }
  body.custom-culinary #client-nav > ul ul li {
    background-color: rgba(0, 0, 0, 0.4); }
    body.custom-culinary #client-nav > ul ul li a {
      font-weight: 200;
      background-color: rgba(0, 0, 0, 0.4); }
  body.custom-culinary #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.custom-culinary #client-nav > ul li.selected a {
      color: #fff; }
  body.custom-culinary #client-nav-submenu-container-v2 ul {
    background-color: #ab8b40; }
    body.custom-culinary #client-nav-submenu-container-v2 ul li {
      color: #fff; }
    body.custom-culinary #client-nav-submenu-container-v2 ul a {
      font-weight: 400;
      color: #fff; }
  body.custom-culinary .panel-body {
    background: #246890; }
  body.custom-culinary .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.custom-culinary .hamburger:hover {
    cursor: pointer; }
  body.custom-culinary #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.custom-culinary #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.custom-culinary #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.custom-culinary #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.custom-culinary #client-nav-mobile #client-nav-mobile-header {
      color: white;
      border-bottom: 1px solid #ab8b40; }
      body.custom-culinary #client-nav-mobile #client-nav-mobile-header a:hover {
        color: white; }
      body.custom-culinary #client-nav-mobile #client-nav-mobile-header i {
        color: #ab8b40; }
    body.custom-culinary #client-nav-mobile #accordion li a {
      text-transform: uppercase;
      color: #fff;
      border-bottom: 1px solid #ab8b40; }
      body.custom-culinary #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.custom-culinary #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #ab8b40;
        color: white; }
      body.custom-culinary #client-nav-mobile #accordion li a.collapsed {
        background-color: #ab8b40;
        color: #fff;
        border-bottom: 0; }
  body.custom-culinary #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid #333; }
  body.custom-culinary #client-nav-mobile-header {
    background: #236d48; }
  body.custom-culinary #user-nav-mobile {
    background-color: #fff;
    color: #236d48;
    border-bottom: solid 1px #236d48;
    border-top: solid 1px #236d48; }
  body.custom-culinary .link_section {
    background-color: #ab8b40;
    padding: 0px 30px; }
    body.custom-culinary .link_section p {
      text-align: center; }
  body.custom-culinary .subnav_link a {
    color: #236d48; }
  body.custom-culinary .subnav_imglink a {
    color: #236d48; }
  body.custom-culinary .gray_section {
    background-color: #ab8b40;
    width: 100%;
    padding: 5px 30px; }
  body.custom-culinary .old_rol_dynamic_content {
    padding: 12px; }
    body.custom-culinary .old_rol_dynamic_content h1, body.custom-culinary .old_rol_dynamic_content h2, body.custom-culinary .old_rol_dynamic_content h3, body.custom-culinary .old_rol_dynamic_content h4 {
      color: #236d48;
      font-weight: 700; }
  body.custom-culinary #address_book_toggle, body.custom-culinary #clone_data_from_old_order {
    color: #236d48; }
  body.custom-culinary .action_button {
    background-color: #236d48;
    border: 2px solid #fff; }
  body.custom-culinary #order_history {
    padding: 30px; }
    body.custom-culinary #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.custom-culinary .cc-footer {
    padding: 14px; }
  body.custom-culinary footer#site_footer {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0; }
    body.custom-culinary footer#site_footer nav ul li a {
      color: #444; }
    body.custom-culinary footer#site_footer span {
      text-transform: none;
      font-weight: 400; }
    body.custom-culinary footer#site_footer .tan-link {
      color: #ab8b40; }
  body.custom-culinary .equal {
    overflow: hidden; }
  body.custom-culinary .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.custom-culinary .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.custom-culinary .image_pad {
    padding: 10%; }
  body.custom-culinary .green_button {
    background: #2fb445;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 33px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: center;
    width: 50%; }
table.dashboard-table {
  margin: 2em auto 1em; }
  table.dashboard-table th {
    text-align: center; }
  table.dashboard-table td {
    border: 1px solid #ccc;
    padding: 0 1em; }

nav.dashboard {
  text-align: center;
  margin: 2em auto;
  width: 300px; }
#client-nav a {
  text-decoration: none; }
#client-nav #client-nav-submenu-container-v2 ul {
  min-height: 60px;
  margin-bottom: 0; }
#client-nav #client-nav-submenu-container-v2 li {
  padding-top: 10px;
  padding-bottom: 10px; }
  #client-nav #client-nav-submenu-container-v2 li a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300; }
@supports (display: grid) {
  #client-nav ul.evenly-spaced {
    display: grid;
    margin-bottom: 0;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
    #client-nav ul.evenly-spaced li {
      margin: auto 0; }
  #client-nav .top-nav {
    margin-bottom: 0;
    padding-bottom: 15px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #client-nav .top-nav {
    display: table;
    width: 100%; }
    #client-nav .top-nav li {
      display: table-cell;
      width: 16.666666667%;
      padding-bottom: 12px !important;
      padding-top: 0px !important; }
  #client-nav #client-nav-submenu-container-v2 ul {
    display: table;
    width: 100%; }
    #client-nav #client-nav-submenu-container-v2 ul li {
      display: table-cell;
      width: 16.666666667%;
      padding-top: 12px !important;
      padding-bottom: 12px !important; } }
body.dole-events {
  background-color: #333; }
  body.dole-events .company_color {
    color: #0b56a4 !important; }
  body.dole-events p a {
    color: #0b56a4; }
  body.dole-events .pagecard p {
    font-size: 14px; }
  body.dole-events h3 {
    color: #27a3d6;
    font-weight: 400;
    text-align: center; }
  body.dole-events h2 {
    color: #27a3d6;
    font-weight: 400; }
  body.dole-events img.dole-banner {
    max-width: 100%;
    max-height: 100%; }
  body.dole-events img.icon {
    max-width: 133px; }
  body.dole-events .center {
    text-align: center; }
  body.dole-events .from-the-field {
    padding: 5em 0 0 0; }
    body.dole-events .from-the-field .col-md-6 {
      border-right: none;
      padding: 0; }
    @media (max-width: 990px) {
      body.dole-events .from-the-field {
        padding: .5em; } }
    body.dole-events .from-the-field .main-text {
      margin: 1em; }
    body.dole-events .from-the-field .from-field-logo-banner {
      max-width: 300px;
      padding: 0 .5em 0 0; }
    body.dole-events .from-the-field h1 {
      font-size: 1.8em;
      font-weight: 900;
      font-style: italic;
      color: #1a65a9;
      padding: 0 .5em 0 .5em;
      margin: .5em 0 .5em 0; }
    body.dole-events .from-the-field h2 {
      font-size: 1.7em;
      font-weight: 200;
      line-height: 130%;
      color: #1a65a9;
      padding: 0 .5em .5em .5em;
      margin: 0; }
  body.dole-events #user-nav {
    color: #444 !important;
    background-image: linear-gradient(to right, #259fd0, #246890);
    font-size: .8em;
    font-weight: 400; }
    body.dole-events #user-nav a {
      color: #fff; }
    body.dole-events #user-nav ul li:last-child {
      background-color: #99cc33 !important; }
      body.dole-events #user-nav ul li:last-child a {
        color: #fff; }
    body.dole-events #user-nav i.glyphicon {
      color: #fff; }
  body.dole-events #user-nav.hidden-xs ul li {
    color: #246890; }
  body.dole-events #site-container {
    background-color: #fff; }
  body.dole-events #client-nav {
    border-bottom: 1px solid #444;
    color: #444; }
    body.dole-events #client-nav li {
      text-transform: uppercase; }
    body.dole-events #client-nav a {
      color: inherit;
      text-transform: uppercase;
      font-weight: 700; }
    body.dole-events #client-nav .top-nav > li.active a {
      color: #0b56a4; }
  body.dole-events #client-nav > ul ul li {
    background-color: #0b56a4; }
    body.dole-events #client-nav > ul ul li a {
      background-color: #0b56a4; }
  body.dole-events #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.dole-events #client-nav > ul li.selected a {
      color: #0b56a4; }
  body.dole-events #client-nav-submenu-container-v2 ul {
    background-color: #259fd0;
    background-image: linear-gradient(to right, #259fd0, #246890); }
    body.dole-events #client-nav-submenu-container-v2 ul li {
      color: #fff; }
  body.dole-events .panel-body {
    background: #246890; }
  body.dole-events #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.dole-events #client-nav-mobile #client-nav-mobile-header {
      color: white;
      border-bottom: 1px solid #eee; }
      body.dole-events #client-nav-mobile #client-nav-mobile-header a:hover {
        color: white; }
      body.dole-events #client-nav-mobile #client-nav-mobile-header i {
        color: #eee; }
    body.dole-events #client-nav-mobile #accordion li a {
      text-transform: uppercase;
      color: #fff;
      border-bottom: 1px solid #99cc33; }
      body.dole-events #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.dole-events #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #246890;
        color: white; }
      body.dole-events #client-nav-mobile #accordion li a.collapsed {
        background-color: #259fd0;
        color: #fff;
        border-bottom: 0; }
  body.dole-events #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid #333; }
  body.dole-events #client-nav-mobile-header {
    background: #0b56a4; }
  body.dole-events #user-nav-mobile {
    background-color: #fff;
    color: #0b56a4;
    border-bottom: solid 1px #0b56a4;
    border-top: solid 1px #0b56a4; }
  body.dole-events .link_section {
    background-color: #eee;
    padding: 0px 30px; }
    body.dole-events .link_section p {
      text-align: center; }
  body.dole-events .subnav_link a {
    color: #0b56a4; }
  body.dole-events .subnav_imglink a {
    color: #0b56a4; }
  body.dole-events .gray_section {
    background-color: #eee;
    width: 100%;
    padding: 5px 30px; }
  body.dole-events .old_rol_dynamic_content {
    padding: 12px; }
    body.dole-events .old_rol_dynamic_content h1, body.dole-events .old_rol_dynamic_content h2, body.dole-events .old_rol_dynamic_content h3, body.dole-events .old_rol_dynamic_content h4 {
      color: #0b56a4;
      font-weight: 700; }
  body.dole-events #address_book_toggle, body.dole-events #clone_data_from_old_order {
    color: #0b56a4; }
  body.dole-events .action_button {
    background-color: #0b56a4;
    border: 2px solid #fff; }
  body.dole-events #order_history {
    padding: 30px; }
    body.dole-events #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.dole-events .dole-footer {
    background: url(/assets/dole/footer-bg-18db063a28e5a004508d10fac9efbca011f27642bcba6f9434a79f7582c4448b.jpg);
    padding: 14px; }
  body.dole-events footer#site_footer {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0; }
    body.dole-events footer#site_footer nav ul li a {
      color: #444; }
  body.dole-events .equal {
    overflow: hidden; }
  body.dole-events .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.dole-events .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.dole-events .image_pad {
    padding: 10%; }
  body.dole-events .green_button {
    background: #2fb445;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 33px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: center;
    width: 50%; }
  body.dole-events .pagecontainer {
    padding: 30px; }
  body.dole-events .trademark {
    font-size: 80%;
    vertical-align: super; }
.spacer {
  min-height: 3em;
  display: block;
  clear: both; }

hr {
  border-bottom: 1px solid #01a4e5; }

body.dole-retail {
  background-color: #fff; }
  body.dole-retail #xmpie_return_page div.xmpie_quantity_choice_button.active {
    background-color: #008bcd;
    color: #fff; }
    body.dole-retail #xmpie_return_page div.xmpie_quantity_choice_button.active input {
      color: #000; }
  body.dole-retail .company_color {
    color: #008bcd !important; }
  body.dole-retail p a {
    color: #008bcd; }
  body.dole-retail .lime-text {
    color: #9ac53c; }
  body.dole-retail .pagecard p {
    font-size: 14px; }
  body.dole-retail h3 {
    color: #00205c;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center; }
  body.dole-retail h1 {
    color: #008bcd;
    font-weight: 700; }
  body.dole-retail h2 {
    color: #008bcd;
    font-weight: 400; }
  body.dole-retail img.dole-banner {
    max-width: 100%;
    max-height: 100%; }
  body.dole-retail img.icon {
    max-width: 133px; }
  body.dole-retail .center {
    text-align: center; }
  body.dole-retail .vertical-space {
    margin: 50px 0px;
    display: block; }
  body.dole-retail #download_link {
    text-align: center;
    width: 100%;
    background-color: #008bcd;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.dole-retail .from-the-field {
    padding: 5em 0 0 0; }
    body.dole-retail .from-the-field .col-md-6 {
      border-right: none;
      padding: 0; }
    @media (max-width: 990px) {
      body.dole-retail .from-the-field {
        padding: 0.5em; } }
    body.dole-retail .from-the-field .main-text {
      margin: 1em; }
    body.dole-retail .from-the-field .from-field-logo-banner {
      max-width: 300px;
      padding: 0 0.5em 0 0; }
    body.dole-retail .from-the-field h1 {
      font-size: 1.8em;
      font-weight: 900;
      font-style: italic;
      color: #1a65a9;
      padding: 0 0.5em 0 0.5em;
      margin: 0.5em 0 0.5em 0; }
    body.dole-retail .from-the-field h2 {
      font-size: 1.7em;
      font-weight: 200;
      line-height: 130%;
      color: #1a65a9;
      padding: 0 0.5em 0.5em 0.5em;
      margin: 0; }
  body.dole-retail #user-nav {
    color: #00205c !important;
    background: #fff;
    font-size: 0.8em;
    font-weight: 400;
    border-top: none;
    border-bottom-width: thin;
    border-bottom-color: #ffa300; }
    body.dole-retail #user-nav a {
      color: #00205c; }
    body.dole-retail #user-nav ul li:last-child {
      background-color: #ffa300 !important; }
      body.dole-retail #user-nav ul li:last-child a {
        color: #fff; }
      body.dole-retail #user-nav ul li:last-child i.glyphicon {
        color: #fff; }
    body.dole-retail #user-nav i.glyphicon {
      color: #00205c; }
  body.dole-retail #user-nav.hidden-xs ul li {
    color: #246890; }
  body.dole-retail #site-container {
    background-color: #fff; }
  body.dole-retail #client-nav {
    border-bottom: 1px solid #004986;
    margin-top: 36px;
    color: #004986; }
    body.dole-retail #client-nav li {
      text-transform: uppercase; }
    body.dole-retail #client-nav a {
      color: inherit;
      text-transform: uppercase;
      font-weight: 700; }
    body.dole-retail #client-nav .top-nav > li.active a {
      color: #008bcd; }
  body.dole-retail #client-nav > ul ul li {
    background-color: #008bcd; }
    body.dole-retail #client-nav > ul ul li a {
      background-color: #008bcd; }
  body.dole-retail #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.dole-retail #client-nav > ul li.selected a {
      color: #008bcd; }
  body.dole-retail #client-nav-submenu-container-v2 ul {
    background-color: #fff; }
    body.dole-retail #client-nav-submenu-container-v2 ul li {
      color: #00205c; }
  body.dole-retail .panel-body {
    background: #246890; }
  body.dole-retail .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #008bcd;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.dole-retail .hamburger:hover {
    cursor: pointer; }
  body.dole-retail #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.dole-retail #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.dole-retail #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.dole-retail #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.dole-retail #client-nav-mobile #client-nav-mobile-header {
      color: white;
      border-bottom: 1px solid #eee; }
      body.dole-retail #client-nav-mobile #client-nav-mobile-header a:hover {
        color: white; }
      body.dole-retail #client-nav-mobile #client-nav-mobile-header i {
        color: #eee; }
    body.dole-retail #client-nav-mobile #accordion li a {
      text-transform: uppercase;
      color: #fff;
      border-bottom: 1px solid #99cc33; }
      body.dole-retail #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.dole-retail #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #246890;
        color: white; }
      body.dole-retail #client-nav-mobile #accordion li a.collapsed {
        background-color: #259fd0;
        color: #fff;
        border-bottom: 0; }
  body.dole-retail #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid #333; }
  body.dole-retail #client-nav-mobile-header {
    background: #008bcd; }
  body.dole-retail #user-nav-mobile {
    background-color: #fff;
    color: #008bcd;
    border-bottom: solid 1px #008bcd;
    border-top: solid 1px #008bcd; }
  body.dole-retail .home_tout_section {
    padding: 64px 30px 0px 30px;
    background-image: url(/assets/dole/watercolor-bar-225889023c40bc204d3fe80966dbce873013b3f230068420415cfa3e0b63b437.png);
    background-repeat: no-repeat;
    background-position: top; }
    body.dole-retail .home_tout_section p {
      text-align: center; }
  body.dole-retail .link_section {
    background-color: #eee;
    padding: 0px 30px; }
    body.dole-retail .link_section p {
      text-align: center; }
  body.dole-retail .subnav_link a {
    color: #008bcd; }
  body.dole-retail .subnav_imglink a {
    color: #008bcd; }
  body.dole-retail .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    justify-content: space-between;
    align-items: center; }
  body.dole-retail .news_section {
    background-color: #fffde9;
    width: 100%;
    padding: 5px 30px;
    text-align: left;
    color: #008bcd;
    background-image: url(/assets/dole/21/watercolor-news-f9a3ef57b54a7c5a8c8c7b619aa5e2c670e2805cbb7b6b1701101a4d2d9d03b6.png);
    background-repeat: no-repeat;
    background-position: left; }
  body.dole-retail .gray_section {
    background-color: #eee;
    width: 100%;
    padding: 5px 30px; }
  body.dole-retail .old_rol_dynamic_content {
    padding: 12px; }
    body.dole-retail .old_rol_dynamic_content h1,
    body.dole-retail .old_rol_dynamic_content h2,
    body.dole-retail .old_rol_dynamic_content h3,
    body.dole-retail .old_rol_dynamic_content h4 {
      color: #39b4e8;
      font-weight: 700; }
  body.dole-retail #address_book_toggle,
  body.dole-retail #clone_data_from_old_order {
    color: #008bcd; }
  body.dole-retail .btn-primary {
    background-color: #fff;
    border: 1px solid #008bcd;
    border-radius: 0;
    color: #008bcd;
    font-weight: 700; }
  body.dole-retail .btn-block {
    width: 95%; }
  body.dole-retail .green_button {
    background-color: #9ac53c;
    display: block;
    width: 260px;
    margin: 3px 0;
    border-radius: none;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: none;
    font-size: 1.1em;
    font-weight: 700;
    white-space: normal;
    text-align: center; }
  body.dole-retail .action_button {
    background-color: #008bcd !important;
    display: block;
    width: 260px;
    margin: 3px auto;
    border-radius: none;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: none;
    font-size: 1.1em;
    font-weight: 700;
    white-space: normal;
    text-align: center; }
  body.dole-retail #order_history {
    padding: 30px; }
    body.dole-retail #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.dole-retail .dole-footer {
    padding: 3em;
    background-color: #008bcd;
    color: #fff; }
  body.dole-retail footer#site_footer {
    margin-bottom: 0;
    padding-bottom: 0; }
    body.dole-retail footer#site_footer nav ul li a {
      color: #f2cd00; }
    body.dole-retail footer#site_footer span {
      color: #fff;
      text-transform: none; }
    body.dole-retail footer#site_footer #powered-by-resco-white {
      opacity: 1; }
      body.dole-retail footer#site_footer #powered-by-resco-white img {
        width: 200px; }
  body.dole-retail .equal {
    overflow: hidden; }
  body.dole-retail .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.dole-retail .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.dole-retail .image_pad {
    padding: 10%; }
  body.dole-retail .orange_button {
    background: #ef6f20;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 33px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: center;
    width: 50%; }
  body.dole-retail .tradeshow-header {
    color: #ef4123;
    font-weight: bold; }
  body.dole-retail .tour-header {
    width: 96%;
    float: none;
    margin: 0 auto; }
  body.dole-retail .orange-btn {
    background: #ef4123;
    color: #fff;
    font-weight: 600; }
  body.dole-retail .orange-btn:hover {
    background: #ef4123;
    color: #fff;
    font-weight: 600;
    text-decoration: underline; }
  @media (min-width: 0px) and (max-width: 991px) {
    body.dole-retail .nav-border {
      width: 97%; }
    body.dole-retail #tour-header {
      margin-left: 65px;
      font-size: 18px; }
    body.dole-retail .tradeshow-btn {
      background: #ef4123;
      border-radius: 5px;
      border: none;
      color: #fff;
      padding: 10px 33px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 3px;
      text-align: center; }
    body.dole-retail .tradeshow-btn-right {
      position: absolute;
      margin-left: -67px;
      top: 12px; }
    body.dole-retail .tradeshow-btn-left {
      position: absolute;
      margin-left: 15px;
      top: 12px; }
    body.dole-retail .tradeshow-btn {
      text-decoration: underline; }
    body.dole-retail .tradeshow-checkout {
      margin-left: -108px; }
    body.dole-retail .tradeshow-btn-right-btm {
      position: absolute;
      right: 50px;
      top: 57px; }
    body.dole-retail .tour-page-content {
      margin-left: 34px;
      margin-top: 35px; }
    body.dole-retail .tour-pagecard #faux_table_header {
      display: none; }
    body.dole-retail .tour-navigation {
      margin-bottom: 35px;
      margin-top: 15px; } }
  @media (min-width: 992px) {
    body.dole-retail .tour-top-nav {
      margin-bottom: 20px; }
    body.dole-retail .tour-pagecard #faux_table_header {
      display: none; }
    body.dole-retail .nav-border {
      border-color: #f0af1e;
      border-width: 1px;
      border-style: solid;
      width: 96%;
      float: none;
      margin: 0 auto; }
    body.dole-retail .tradeshow-btn {
      background: #ef4123;
      border-radius: 5px;
      border: none;
      color: #fff;
      padding: 10px 33px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 3px;
      text-align: center;
      width: 50%;
      line-height: 5;
      margin-left: 15px;
      margin-right: 15px; }
    body.dole-retail .tour-page-content {
      margin-left: 25px;
      margin-top: 15px; } }
  body.dole-retail .pagecontainer {
    padding: 30px; }
  body.dole-retail .trademark {
    font-size: 80%;
    vertical-align: super; }
.spacer {
  min-height: 3em;
  display: block;
  clear: both; }

hr {
  border-bottom: 1px solid #01a4e5; }

body.dole {
  background-color: #fff; }
  body.dole #xmpie_return_page div.xmpie_quantity_choice_button.active {
    background-color: #008bcd;
    color: #fff; }
    body.dole #xmpie_return_page div.xmpie_quantity_choice_button.active input {
      color: #000; }
  body.dole .company_color {
    color: #008bcd !important; }
  body.dole p a {
    color: #008bcd; }
  body.dole .lime-text {
    color: #9ac53c; }
  body.dole .pagecard p {
    font-size: 14px; }
  body.dole h3 {
    color: #00205c;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center; }
  body.dole h1 {
    color: #008bcd;
    font-weight: 700; }
  body.dole h2 {
    color: #008bcd;
    font-weight: 400; }
  body.dole img.dole-banner {
    max-width: 100%;
    max-height: 100%; }
  body.dole img.icon {
    max-width: 133px; }
  body.dole .center {
    text-align: center; }
  body.dole .vertical-space {
    margin: 50px 0px;
    display: block; }
  body.dole #download_link {
    text-align: center;
    width: 100%;
    background-color: #008bcd;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.dole .from-the-field {
    padding: 5em 0 0 0; }
    body.dole .from-the-field .col-md-6 {
      border-right: none;
      padding: 0; }
    @media (max-width: 990px) {
      body.dole .from-the-field {
        padding: .5em; } }
    body.dole .from-the-field .main-text {
      margin: 1em; }
    body.dole .from-the-field .from-field-logo-banner {
      max-width: 300px;
      padding: 0 .5em 0 0; }
    body.dole .from-the-field h1 {
      font-size: 1.8em;
      font-weight: 900;
      font-style: italic;
      color: #1a65a9;
      padding: 0 .5em 0 .5em;
      margin: .5em 0 .5em 0; }
    body.dole .from-the-field h2 {
      font-size: 1.7em;
      font-weight: 200;
      line-height: 130%;
      color: #1a65a9;
      padding: 0 .5em .5em .5em;
      margin: 0; }
  body.dole #user-nav {
    color: #00205c !important;
    background: #fff;
    font-size: .8em;
    font-weight: 400;
    border-top: none;
    border-bottom-width: thin;
    border-bottom-color: #ffa300; }
    body.dole #user-nav a {
      color: #00205c; }
    body.dole #user-nav ul li:last-child {
      background-color: #ffa300 !important; }
      body.dole #user-nav ul li:last-child a {
        color: #fff; }
      body.dole #user-nav ul li:last-child i.glyphicon {
        color: #fff; }
    body.dole #user-nav i.glyphicon {
      color: #00205c; }
  body.dole #user-nav.hidden-xs ul li {
    color: #246890; }
  body.dole #site-container {
    background-color: #fff; }
  body.dole #client-nav {
    border-bottom: 1px solid #004986;
    margin-top: 36px;
    color: #004986; }
    body.dole #client-nav li {
      text-transform: uppercase; }
    body.dole #client-nav a {
      color: inherit;
      text-transform: uppercase;
      font-weight: 700; }
    body.dole #client-nav .top-nav > li.active a {
      color: #008bcd; }
  body.dole #client-nav > ul ul li {
    background-color: #008bcd; }
    body.dole #client-nav > ul ul li a {
      background-color: #008bcd; }
  body.dole #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.dole #client-nav > ul li.selected a {
      color: #008bcd; }
  body.dole #client-nav-submenu-container-v2 ul {
    background-color: #fff; }
    body.dole #client-nav-submenu-container-v2 ul li {
      color: #00205c; }
  body.dole .panel-body {
    background: #246890; }
  body.dole .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #008bcd;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.dole .hamburger:hover {
    cursor: pointer; }
  body.dole #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.dole #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.dole #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.dole #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.dole #client-nav-mobile #client-nav-mobile-header {
      color: white;
      border-bottom: 1px solid #eee; }
      body.dole #client-nav-mobile #client-nav-mobile-header a:hover {
        color: white; }
      body.dole #client-nav-mobile #client-nav-mobile-header i {
        color: #eee; }
    body.dole #client-nav-mobile #accordion li a {
      text-transform: uppercase;
      color: #fff;
      border-bottom: 1px solid #99cc33; }
      body.dole #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.dole #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #246890;
        color: white; }
      body.dole #client-nav-mobile #accordion li a.collapsed {
        background-color: #259fd0;
        color: #fff;
        border-bottom: 0; }
  body.dole #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid #333; }
  body.dole #client-nav-mobile-header {
    background: #008bcd; }
  body.dole #user-nav-mobile {
    background-color: #fff;
    color: #008bcd;
    border-bottom: solid 1px #008bcd;
    border-top: solid 1px #008bcd; }
  body.dole .home_tout_section {
    padding: 64px 30px 0px 30px;
    background-image: url(/assets/dole/watercolor-bar-225889023c40bc204d3fe80966dbce873013b3f230068420415cfa3e0b63b437.png);
    background-repeat: no-repeat;
    background-position: top; }
    body.dole .home_tout_section p {
      text-align: center; }
  body.dole .link_section {
    background-color: #eee;
    padding: 0px 30px; }
    body.dole .link_section p {
      text-align: center; }
  body.dole .subnav_link a {
    color: #008bcd; }
  body.dole .subnav_imglink a {
    color: #008bcd; }
  body.dole .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    justify-content: space-between;
    align-items: center; }
  body.dole .news_section {
    background-color: #fffde9;
    width: 100%;
    padding: 5px 30px;
    text-align: left;
    color: #008bcd;
    background-image: url(/assets/dole/21/watercolor-news-f9a3ef57b54a7c5a8c8c7b619aa5e2c670e2805cbb7b6b1701101a4d2d9d03b6.png);
    background-repeat: no-repeat;
    background-position: left; }
  body.dole .gray_section {
    background-color: #eee;
    width: 100%;
    padding: 5px 30px; }
  body.dole .old_rol_dynamic_content {
    padding: 12px; }
    body.dole .old_rol_dynamic_content h1, body.dole .old_rol_dynamic_content h2, body.dole .old_rol_dynamic_content h3, body.dole .old_rol_dynamic_content h4 {
      color: #39b4e8;
      font-weight: 700; }
  body.dole #address_book_toggle, body.dole #clone_data_from_old_order {
    color: #008bcd; }
  body.dole .btn-primary {
    background-color: #fff;
    border: 1px solid #008bcd;
    border-radius: 0;
    color: #008bcd;
    font-weight: 700; }
  body.dole .btn-block {
    width: 95%; }
  body.dole .green_button {
    background-color: #9ac53c;
    display: block;
    width: 260px;
    margin: 3px 0;
    border-radius: none;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: none;
    font-size: 1.1em;
    font-weight: 700;
    white-space: normal;
    text-align: center; }
  body.dole .action_button {
    background-color: #008bcd !important;
    display: block;
    width: 260px;
    margin: 3px auto;
    border-radius: none;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: none;
    font-size: 1.1em;
    font-weight: 700;
    white-space: normal;
    text-align: center; }
  body.dole #order_history {
    padding: 30px; }
    body.dole #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.dole .dole-footer {
    padding: 3em;
    background-color: #008bcd;
    color: #fff; }
  body.dole footer#site_footer {
    margin-bottom: 0;
    padding-bottom: 0; }
    body.dole footer#site_footer nav ul li a {
      color: #f2cd00; }
    body.dole footer#site_footer span {
      color: #fff;
      text-transform: none; }
    body.dole footer#site_footer #powered-by-resco-white {
      opacity: 1; }
      body.dole footer#site_footer #powered-by-resco-white img {
        width: 200px; }
  body.dole .equal {
    overflow: hidden; }
  body.dole .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.dole .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.dole .image_pad {
    padding: 10%; }
  body.dole .orange_button {
    background: #ef6f20;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 33px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: center;
    width: 50%; }
  body.dole .tradeshow-header {
    color: #EF4123;
    font-weight: bold; }
  body.dole .tour-header {
    width: 96%;
    float: none;
    margin: 0 auto; }
  body.dole .orange-btn {
    background: #EF4123;
    color: #fff;
    font-weight: 600; }
  body.dole .orange-btn:hover {
    background: #EF4123;
    color: #fff;
    font-weight: 600;
    text-decoration: underline; }
  @media (min-width: 0px) and (max-width: 991px) {
    body.dole .nav-border {
      width: 97%; }
    body.dole #tour-header {
      margin-left: 65px;
      font-size: 18px; }
    body.dole .tradeshow-btn {
      background: #EF4123;
      border-radius: 5px;
      border: none;
      color: #fff;
      padding: 10px 33px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 3px;
      text-align: center; }
    body.dole .tradeshow-btn-right {
      position: absolute;
      margin-left: -67px;
      top: 12px; }
    body.dole .tradeshow-btn-left {
      position: absolute;
      margin-left: 15px;
      top: 12px; }
    body.dole .tradeshow-btn {
      text-decoration: underline; }
    body.dole .tradeshow-checkout {
      margin-left: -108px; }
    body.dole .tradeshow-btn-right-btm {
      position: absolute;
      right: 50px;
      top: 57px; }
    body.dole .tour-page-content {
      margin-left: 34px;
      margin-top: 35px; }
    body.dole .tour-pagecard #faux_table_header {
      display: none; }
    body.dole .tour-navigation {
      margin-bottom: 35px;
      margin-top: 15px; } }
  @media (min-width: 992px) {
    body.dole .tour-top-nav {
      margin-bottom: 20px; }
    body.dole .tour-pagecard #faux_table_header {
      display: none; }
    body.dole .nav-border {
      border-color: #F0AF1E;
      border-width: 1px;
      border-style: solid;
      width: 96%;
      float: none;
      margin: 0 auto; }
    body.dole .tradeshow-btn {
      background: #EF4123;
      border-radius: 5px;
      border: none;
      color: #fff;
      padding: 10px 33px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 3px;
      text-align: center;
      width: 50%;
      line-height: 5;
      margin-left: 15px;
      margin-right: 15px; }
    body.dole .tour-page-content {
      margin-left: 25px;
      margin-top: 15px; } }
  body.dole .pagecontainer {
    padding: 30px; }
  body.dole .trademark {
    font-size: 80%;
    vertical-align: super; }
.twitter-typeahead {
  width: 100%; }

.tt-input,
.tt-hint {
  width: inherit;
  height: 30px;
  padding: 8px 12px;
  font-size: inherit;
  line-height: inherit;
  border: 2px solid #ccc;
  margin: 2px; }

.tt-input {
  /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-menu {
  /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 400px;
  overflow-y: scroll; }

.tt-suggestion {
  padding: 5px 20px;
  font-size: inherit;
  line-height: 1.2em; }

.tt-suggestion.tt-cursor {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #2a673c; }
  .tt-suggestion.tt-cursor .tt-highlight {
    background-color: yellow; }

.tt-highlight {
  background-color: yellow; }

.tt-suggestion p {
  margin: 0; }

.fastfill-no-result {
  padding: 3px 20px;
  font-size: inherit;
  line-height: inherit; }
body.fiji {
  background-color: #fff;
  font-family: Arial, sans-serif; }
  body.fiji #login_button {
    background-color: #11a0db; }
  body.fiji .company_color {
    color: #0b2340 !important; }
  body.fiji #download_link {
    text-align: center;
    width: 100%;
    background-color: #0b2340;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.fiji p a {
    color: #0b2340; }
  body.fiji .pagecard p {
    font-size: 14px; }
  body.fiji h3 {
    color: #0b2340;
    font-weight: 400;
    text-align: center;
    font-family: Arial, sans-serif; }
  body.fiji h2 {
    color: #0b2340;
    font-weight: 400;
    font-family: Arial, sans-serif; }
  body.fiji h1 {
    font-family: Arial, sans-serif; }
  body.fiji img.cc-banner {
    max-width: 100%;
    max-height: 100%; }
  body.fiji img.icon {
    max-width: 133px; }
  body.fiji .center {
    text-align: center; }
  body.fiji #user-nav {
    color: #fff !important;
    font-size: .8em;
    font-weight: 400;
    background: #0b2340; }
    body.fiji #user-nav a {
      color: #fff; }
    body.fiji #user-nav ul li:first-child {
      margin-left: 5px; }
    body.fiji #user-nav ul li:last-child {
      background-color: #11a0db !important; }
      body.fiji #user-nav ul li:last-child a {
        color: #fff; }
    body.fiji #user-nav i.glyphicon {
      color: #fff; }
  body.fiji #user-nav.hidden-xs ul li {
    color: #11a0db; }
  body.fiji #site-container {
    background-color: #fff; }
  body.fiji #client-nav {
    color: #444;
    padding-bottom: 16px; }
    body.fiji #client-nav a {
      color: #0b2340; }
    body.fiji #client-nav ul {
      border-top: 1px solid #d9d7c4;
      border-bottom: 1px solid #d9d7c4; }
    body.fiji #client-nav li {
      text-transform: uppercase; }
    body.fiji #client-nav a {
      color: #0b2340;
      text-transform: uppercase;
      font-weight: 700; }
    body.fiji #client-nav .top-nav > li.active a {
      color: #838383; }
    body.fiji #client-nav .top-nav {
      padding-top: 10px; }
  body.fiji #client-nav a {
    text-decoration: none; }
  body.fiji #client-nav #client-nav-submenu-container-v2 ul {
    min-height: 4\0px;
    margin-bottom: 0;
    font-size: 16px; }
  body.fiji #client-nav #client-nav-submenu-container-v2 li {
    padding-top: 10px;
    padding-bottom: 10px; }
    body.fiji #client-nav #client-nav-submenu-container-v2 li a {
      font-family: Arial, sans-serif;
      font-weight: 500;
      line-height: 10px;
      font-size: 13px; }
  body.fiji .menu-opener {
    font-size: 16px;
    line-height: 2.1em; }
  body.fiji #client-nav .main-logo {
    max-height: 90px; }
  body.fiji #user-nav-mobile img.main-logo {
    max-width: 100%; }
  body.fiji #user-nav-mobile li {
    width: 10%; }
  body.fiji #user-nav-mobile li:nth-child(2) {
    width: 65%; }
  body.fiji #client-nav > ul ul li {
    background-color: #d9d7c4; }
    body.fiji #client-nav > ul ul li a {
      font-weight: 300;
      color: #0b2340; }
  body.fiji #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.fiji #client-nav > ul li.selected a {
      color: #838383; }
  body.fiji #client-nav-submenu-container-v2 ul {
    background-color: #0b2340; }
    body.fiji #client-nav-submenu-container-v2 ul li {
      color: #fff; }
    body.fiji #client-nav-submenu-container-v2 ul a {
      font-weight: 700;
      text-transform: none;
      color: #fff; }
  body.fiji #fiji-water {
    background-color: #235BA8 !important;
    border-top: none !important;
    border-bottom: none !important; }
    body.fiji #fiji-water a {
      color: #fff !important; }
  body.fiji #jnsq {
    background-color: #f3cfb3 !important;
    border-top: none !important;
    border-bottom: none !important; }
    body.fiji #jnsq a {
      color: #333132 !important; }
  body.fiji #justin {
    background-color: #C60C46 !important;
    border-top: none !important;
    border-bottom: none !important; }
    body.fiji #justin a {
      color: #fff !important; }
  body.fiji #landmark {
    background-color: #b3a369 !important;
    border-top: none !important;
    border-bottom: none !important; }
    body.fiji #landmark a {
      color: #fff !important; }
  body.fiji span.breadcrumbs a {
    color: #d9d7c4;
    text-transform: uppercase; }
  body.fiji .panel-body {
    background: #d9d7c4; }
  body.fiji .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.fiji .hamburger:hover {
    cursor: pointer; }
  body.fiji #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.fiji #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.fiji #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.fiji #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.fiji #client-nav-mobile #client-nav-mobile-header {
      color: #11a0db;
      border-bottom: 1px solid white; }
      body.fiji #client-nav-mobile #client-nav-mobile-header a:hover {
        color: #11a0db; }
      body.fiji #client-nav-mobile #client-nav-mobile-header i {
        color: #11a0db; }
    body.fiji #client-nav-mobile #accordion li a {
      text-transform: none;
      color: #11a0db;
      border-bottom: 1px solid white; }
      body.fiji #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.fiji #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #d9d7c4;
        color: #11a0db; }
      body.fiji #client-nav-mobile #accordion li a.collapsed {
        background-color: #d9d7c4;
        color: #11a0db;
        border-bottom: 0; }
  body.fiji #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid white; }
  body.fiji #client-nav-mobile-header {
    background: #0b2340; }
  body.fiji #user-nav-mobile {
    background-color: #fff;
    color: #0b2340;
    border-bottom: solid 1px #0b2340;
    border-top: solid 1px #0b2340; }
  body.fiji .link_section {
    background-color: #d9d7c4;
    padding: 0px 30px; }
    body.fiji .link_section p {
      text-align: center; }
  body.fiji .subnav_link a {
    color: #0b2340; }
  body.fiji .subnav_imglink a {
    color: #0b2340; }
  body.fiji .gray_section {
    background-color: #d9d7c4;
    width: 100%;
    padding: 5px 30px; }
  body.fiji .old_rol_dynamic_content {
    padding: 12px; }
    body.fiji .old_rol_dynamic_content h1, body.fiji .old_rol_dynamic_content h2, body.fiji .old_rol_dynamic_content h3, body.fiji .old_rol_dynamic_content h4 {
      color: #0b2340;
      font-weight: 700; }
  body.fiji #address_book_toggle, body.fiji #clone_data_from_old_order {
    color: #0b2340; }
  body.fiji .action_button {
    background-color: #0b2340;
    border: 2px solid #fff; }
  body.fiji #order_history {
    padding: 30px; }
    body.fiji #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.fiji .cc-footer {
    padding: 14px; }
  body.fiji footer#site_footer {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0; }
    body.fiji footer#site_footer nav ul li a {
      color: #444; }
    body.fiji footer#site_footer span {
      text-transform: none;
      font-weight: 400; }
    body.fiji footer#site_footer .tan-link {
      color: #d9d7c4; }
  body.fiji .equal {
    overflow: hidden; }
  body.fiji .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.fiji .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.fiji .image_pad {
    padding: 10%; }
  body.fiji .btn_primary {
    color: #fff;
    background-color: #235BA8;
    border-color: #2e6da4; }
  body.fiji .btn {
    border-radius: none;
    margin: 10px auto; }
  body.fiji .btn-squared-default {
    width: 180px !important;
    height: 40px !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body.fiji .btn-squared-default-plain {
    width: 100px !important;
    height: 100px !important;
    font-size: 11px; }
  body.fiji .btn_fiji {
    background-color: #235BA8;
    color: #fff;
    border-color: #fff; }
  body.fiji .btn_justin {
    background-color: #C60C46;
    color: #fff;
    border-color: #fff; }
  body.fiji .btn_jnsq {
    background-color: #f3cfb3;
    color: #000;
    border-color: #fff; }
  body.fiji .btn_land {
    background-color: #b3a369;
    color: #fff;
    border-color: #fff; }
  body.fiji .p-4 {
    padding: 20px; }
  body.fiji .fijicolor {
    color: #235BA8 !important; }
  body.fiji .jnsqcolor {
    color: #f3cfb3 !important; }
  body.fiji .justincolor {
    color: #C60C46 !important; }
  body.fiji .landcolor {
    color: #b3a369 !important; }
body.forever-oceans .hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #0f1c5b;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
body.forever-oceans .hamburger:hover {
  cursor: pointer; }
body.forever-oceans #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }
body.forever-oceans #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }
body.forever-oceans #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }
body.forever-oceans .banner {
  max-width: 100%;
  max-height: 100%; }
body.forever-oceans h1 {
  color: #0f1c5b;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase; }
body.forever-oceans .fo-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-content: center;
  justify-content: center; }
body.forever-oceans #user-nav {
  color: #0f1c5b !important;
  background: #fff;
  font-size: .8em;
  font-weight: 400;
  padding: 10px;
  border-top: none;
  border-bottom-width: thin;
  border-bottom-color: #0f1c5b; }
  body.forever-oceans #user-nav a {
    color: #0f1c5b; }
  body.forever-oceans #user-nav ul li:last-child {
    background-color: #0f1c5b !important; }
    body.forever-oceans #user-nav ul li:last-child a {
      color: #75fbdc; }
    body.forever-oceans #user-nav ul li:last-child i.glyphicon {
      color: #75fbdc; }
  body.forever-oceans #user-nav i.glyphicon {
    color: #0f1c5b; }
body.forever-oceans .action_button {
  background-color: #75fbdc;
  border: 0; }
body.forever-oceans .fo-btn {
  border-radius: 1.5em;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  padding: 1.5em;
  min-width: 240px;
  text-align: center;
  color: #ffffff;
  background: #e93189;
  border: 1px solid #0f1b5b;
  text-decoration: none;
  text-transform: uppercase; }
body.forever-oceans .fo-inner-footer {
  clear: both;
  width: 100%;
  background-color: #0f1c5b;
  padding: 1em;
  text-align: center;
  font-size: 10px;
  color: #73fbde; }
body.forever-oceans .fo-footer {
  background-image: url(/assets/foreveroceans/oceans-pattern-d757400033839041e7a2118545c9426c9537322f0317e92150422dfec6be59e2.png);
  background-repeat: repeat-x;
  height: 50px;
  width: 100%; }
body.forever-oceans #powered-by-resco-white {
  opacity: 1; }
  body.forever-oceans #powered-by-resco-white img {
    width: 200px; }
#from-the-field h1 {
  margin-top: 0 !important;
  font-size: 2em;
  font-weight: 900;
  color: #1862A8; }
#from-the-field h2 {
  font-weight: 500; }
#from-the-field p {
  font-size: 12px; }
#from-the-field a {
  text-decoration: none; }
#from-the-field ol {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 12px; }
#from-the-field li {
  padding-top: .3em;
  padding-bottom: .3em; }
#from-the-field article {
  padding: 3em 1.5em 3em 1.5em; }
#from-the-field .line-height {
  line-height: 1.2em; }
#from-the-field .intro_text {
  text-align: center;
  padding: 0 1em .5em 1em; }
#from-the-field .date {
  margin-bottom: 0 !important; }
#from-the-field .img_padding {
  padding: 1em 0 1em 0; }
#from-the-field .main-content {
  padding-top: 2em; }
  #from-the-field .main-content p {
    line-height: 1.7em; }
#from-the-field .header_hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); }
#from-the-field .article_hr {
  width: 80%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
#from-the-field .field_submission_button {
  background: #2fb445;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 1.5em .5em 1.5em .5em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin: 1em auto 2em auto;
  text-align: center;
  width: 25em; }
#from-the-field .product_tag {
  float: left;
  background: #24a6de;
  border-radius: 25px;
  border: none;
  color: #fff;
  padding: 1em .5em 1em .5em;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin: 1em auto 2em auto;
  text-align: center; }
#from-the-field .top_link {
  float: right;
  vertical-align: baseline;
  width: 40px;
  height: 40px; }
body.graphic-packaging {
  background-color: #fff; }
  body.graphic-packaging .company_color {
    color: #5c998b !important; }
  body.graphic-packaging p a {
    color: #5c998b; }
  body.graphic-packaging .pagecard p {
    font-size: 14px; }
  body.graphic-packaging h3 {
    font-weight: 700;
    text-align: center; }
  body.graphic-packaging h2 {
    font-weight: 400; }
  body.graphic-packaging img.icon {
    max-width: 133px; }
  body.graphic-packaging .center {
    text-align: center; }
  body.graphic-packaging #user-nav {
    color: #6e7073;
    background: #fff;
    font-weight: 400; }
    body.graphic-packaging #user-nav a {
      color: #6e7073; }
    body.graphic-packaging #user-nav ul li {
      font-size: .8em; }
    body.graphic-packaging #user-nav ul li:first-child {
      margin-left: 5px; }
    body.graphic-packaging #user-nav ul li:last-child {
      background-color: #999; }
      body.graphic-packaging #user-nav ul li:last-child a {
        color: #fff; }
    body.graphic-packaging #user-nav i.glyphicon {
      color: #fff; }
  body.graphic-packaging #user-nav.hidden-xs ul li {
    color: #5c998b; }
  body.graphic-packaging #site-container {
    background-color: #fff;
    border-left: 1px solid #5c998b;
    border-right: 1px solid #5c998b; }
  body.graphic-packaging #client-nav {
    color: #6e7073;
    background: #fff;
    padding-bottom: 0px;
    border-bottom: 2px solid #025841; }
    body.graphic-packaging #client-nav ul {
      background: #fff;
      color: #6e7073; }
    body.graphic-packaging #client-nav li a {
      font-weight: 700;
      font-size: 1.2em;
      color: rgba(129, 188, 65, 0.9); }
    body.graphic-packaging #client-nav .top-nav > li.active a {
      color: rgba(129, 188, 65, 0.9); }
  body.graphic-packaging #client-nav .main-logo {
    margin: 21px auto; }
  body.graphic-packaging #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.graphic-packaging #client-nav-mobile #client-nav-mobile-header {
      color: #fff;
      background-color: #5c998b;
      border-bottom: 1px solid #025841; }
      body.graphic-packaging #client-nav-mobile #client-nav-mobile-header a:hover {
        color: white; }
      body.graphic-packaging #client-nav-mobile #client-nav-mobile-header i {
        color: #025841; }
  body.graphic-packaging #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid #333; }
  body.graphic-packaging #client-nav-mobile-header {
    background: rgba(129, 188, 65, 0.9); }
  body.graphic-packaging #user-nav-mobile {
    background-color: #fff;
    color: #025841;
    border-bottom: solid 1px #5c998b;
    border-top: solid 1px #5c998b; }
  body.graphic-packaging .link_section {
    background-color: #f5f5f5;
    padding: 0px 30px; }
    body.graphic-packaging .link_section p {
      text-align: center; }
  body.graphic-packaging .subnav_link a {
    color: rgba(129, 188, 65, 0.9); }
  body.graphic-packaging .subnav_imglink a {
    color: rgba(129, 188, 65, 0.9); }
  body.graphic-packaging .old_rol_dynamic_content {
    padding: 12px; }
    body.graphic-packaging .old_rol_dynamic_content h1, body.graphic-packaging .old_rol_dynamic_content h2, body.graphic-packaging .old_rol_dynamic_content h3, body.graphic-packaging .old_rol_dynamic_content h4 {
      color: rgba(129, 188, 65, 0.9);
      font-weight: 700; }
  body.graphic-packaging #address_book_toggle {
    color: rgba(129, 188, 65, 0.9); }
  body.graphic-packaging .action_button {
    background-color: rgba(129, 188, 65, 0.9);
    border: 2px solid #fff;
    color: #fff; }
  body.graphic-packaging .gpiButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #199cbf), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #199cbf 5%, #1c5370 100%);
    background: -webkit-linear-gradient(top, #199cbf 5%, #1c5370 100%);
    background: -o-linear-gradient(top, #199cbf 5%, #1c5370 100%);
    background: -ms-linear-gradient(top, #199cbf 5%, #1c5370 100%);
    background: linear-gradient(to bottom, #199cbf 5%, #1c5370 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#199cbf', endColorstr='#1c5370',GradientType=0);
    background-color: #199cbf;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    padding: 12px 30px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #199cbf; }
  body.graphic-packaging .gpiButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1c5370), color-stop(1, #199cbf));
    background: -moz-linear-gradient(top, #1c5370 5%, #199cbf 100%);
    background: -webkit-linear-gradient(top, #1c5370 5%, #199cbf 100%);
    background: -o-linear-gradient(top, #1c5370 5%, #199cbf 100%);
    background: -ms-linear-gradient(top, #1c5370 5%, #199cbf 100%);
    background: linear-gradient(to bottom, #1c5370 5%, #199cbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c5370', endColorstr='#199cbf',GradientType=0);
    background-color: #1c5370; }
  body.graphic-packaging .gpiButton:active {
    position: relative;
    top: 1px; }
  body.graphic-packaging #order_history {
    padding: 30px; }
    body.graphic-packaging #order_history h2 {
      border-bottom: 1px solid #025841;
      padding-bottom: 19px;
      margin-bottom: 14px;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.graphic-packaging .site-footer {
    color: #6e7073; }
    body.graphic-packaging .site-footer nav ul li a {
      color: #6e7073; }
  body.graphic-packaging footer#site_footer {
    background-color: #025841;
    padding: 10px;
    color: rgba(129, 188, 65, 0.9); }
    body.graphic-packaging footer#site_footer nav ul li a {
      color: #fff; }
    body.graphic-packaging footer#site_footer p {
      font-size: 11px;
      color: rgba(129, 188, 65, 0.9); }
    body.graphic-packaging footer#site_footer a {
      color: #fff; }
  body.graphic-packaging .equal {
    overflow: hidden; }
  body.graphic-packaging .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.graphic-packaging .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.graphic-packaging .image_pad {
    padding: 10%; }
.favorited {
  transition: color .1s;
  color: #fe0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #333; }

#product_detail {
  margin: 15px; }
  #product_detail #product_detail_image_section {
    float: left;
    width: 200px; }
    #product_detail #product_detail_image_section img {
      width: 200px; }
  #product_detail #attributes h1 {
    display: block;
    font-size: 1.5em;
    margin-left: 215px; }
  #product_detail #attributes .attribute {
    float: left;
    line-height: 12px;
    color: #333;
    width: 150px;
    margin: 15px; }
    #product_detail #attributes .attribute .attribute_label {
      font-size: 11px;
      text-transform: uppercase; }
    #product_detail #attributes .attribute .value {
      display: block;
      margin-left: 2px;
      font-weight: 700; }
    #product_detail #attributes .attribute.notes-field {
      width: 315px; }

#product_detail_action {
  margin: 10px auto;
  padding: 15px;
  clear: both;
  text-align: center; }

/* Search page item display */
article span.qoh {
  color: #999;
  font-style: italic;
  position: relative;
  line-height: 1.5em; }

span.decoration {
  font-size: 60%;
  font-weight: 700;
  margin-right: 1em;
  padding: .5em 1em;
  border-radius: 15px;
  border: 1px solid #666;
  color: #666;
  background-color: #ccc;
  float: right; }
  span.decoration.frozen {
    color: darkblue;
    background-color: lightblue; }
  span.decoration.approval {
    color: darkred;
    background-color: lightpink; }
  span.decoration.offsite {
    color: darkgreen;
    background-color: #aea; }

#item_links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }
body.jack-and-annies .hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #502c1e;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
body.jack-and-annies .hamburger:hover {
  cursor: pointer; }
body.jack-and-annies #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }
body.jack-and-annies #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }
body.jack-and-annies #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }
body.jack-and-annies .banner {
  max-width: 100%;
  max-height: 100%; }
body.jack-and-annies #user-nav {
  color: #502c1e !important;
  background: #fff;
  font-size: 0.8em;
  font-weight: 400;
  padding: 10px;
  border-top: none;
  border-bottom-width: thin;
  border-bottom-color: #f8ecd5; }
  body.jack-and-annies #user-nav a {
    color: #502c1e; }
  body.jack-and-annies #user-nav ul li:last-child {
    background-color: #502c1e !important; }
    body.jack-and-annies #user-nav ul li:last-child a {
      color: #fff; }
    body.jack-and-annies #user-nav ul li:last-child i.glyphicon {
      color: #fff; }
  body.jack-and-annies #user-nav i.glyphicon {
    color: #502c1e; }
body.jack-and-annies .action_button {
  background-color: #da5f15;
  border: 0; }
body.jack-and-annies #site_footer {
  clear: both;
  width: 100%;
  background-color: #da5f15;
  padding: 0;
  text-align: center;
  font-size: 10px;
  color: #fff; }

.ja-140-btn-lg,
.ja-140-btn-group-lg > .ja-140-btn {
  line-height: 1em; }

.ja-140-btn {
  white-space: wrap;
  border-radius: 11px;
  box-shadow: 0px 9px 19px #f8ecd5;
  font-weight: 700;
  color: #f8ecd5;
  background: #da5f15;
  white-space: normal;
  line-height: 1em;
  min-height: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #502c1e;
  text-decoration: none; }

.ja-alt-btn {
  white-space: wrap;
  border-radius: 11px;
  box-shadow: 0px 9px 19px #f8ecd5;
  font-weight: 700;
  color: #f8ecd5;
  background: #502c1e;
  white-space: normal;
  line-height: 1em;
  min-height: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #da5f15;
  text-decoration: none; }

.ja-green-btn {
  white-space: wrap;
  border-radius: 11px;
  box-shadow: 0px 9px 19px #f8ecd5;
  font-weight: 700;
  color: #fff;
  background: #173d20;
  white-space: normal;
  line-height: 1em;
  min-height: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #c6c645;
  text-decoration: none; }

.ja-140-btnwrap {
  padding: 10px;
  margin-bottom: 19px; }

.ja-140-btn:hover,
.ja-140-btn:focus,
.ja-140-btn.focus {
  text-decoration: underline;
  color: #fff; }

.button-logo {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center; }
body.jots {
  /* ONE */
  background-color: #eee; }
  body.jots .carousel-img {
    min-height: 320px; }
  body.jots .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.jots .hamburger:hover {
    cursor: pointer; }
  body.jots #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.jots #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.jots #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.jots img.jots-banner {
    max-width: 100%;
    height: 100%; }
  body.jots .on-mobile {
    display: none; }
  body.jots .branded-link {
    color: #108441;
    font-size: 16px;
    line-height: 1.4; }
  body.jots #site-container {
    background-color: #fff; }
  body.jots .company_color {
    color: #108441 !important; }
  body.jots .pagecard a {
    color: #41ad34; }
  body.jots a:hover {
    cursor: pointer; }
  body.jots .icn-home {
    width: 30%;
    display: inline; }
  body.jots .icn-top-pad {
    padding-top: 15px; }
  body.jots .icn-bottom-pad {
    padding-bottom: 15px; }
  body.jots #client-nav .main-logo {
    max-height: 110px;
    width: auto;
    margin: 5px auto 7px;
    display: block; }
  body.jots .footer-logo {
    padding-bottom: 15px;
    width: 100px;
    margin-left: auto;
    margin-right: auto; }
  body.jots img.tile {
    display: block;
    width: 100%; }
  body.jots .circle-Img {
    border-radius: 50%; }
  body.jots .yellow-container {
    background-color: #efebc7; }
  body.jots .white-hr {
    border-top: 1px solid #FFF;
    width: 92%;
    margin-left: 38px; }
  body.jots .top-nav {
    font-weight: bold;
    background-color: #FFF;
    color: #108441;
    padding-top: 15px;
    border-top: 1px solid #108441; }
  body.jots #client-nav {
    background-color: #fff; }
    body.jots #client-nav .top-nav > li.active a {
      text-decoration: underline;
      color: #41ad34; }
    body.jots #client-nav .sub-nav > li.active a {
      color: #fef035; }
  body.jots #client-nav-submenu-container-v2 {
    background-color: #108441;
    color: #FFF;
    border-bottom: 1px solid #108441; }
  body.jots #client-nav-submenu-container-v2 li a {
    font-weight: bold; }
  body.jots #user-nav {
    background-color: #FFFFFF; }
  body.jots #user-nav ul li:last-child {
    background-color: #108441;
    color: #FFFFFF; }
  body.jots #user-nav ul li:nth-last-child(2) {
    position: absolute;
    right: 110px; }
  body.jots #login_button {
    background-color: #108441; }
  body.jots ul#logo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
  body.jots #logo-list {
    background-color: #fff;
    margin-left: 1px;
    margin-bottom: 0; }
  body.jots .carousel {
    overflow: hidden; }
  body.jots .carousel-btn {
    background-color: #f2e9c4;
    border: 1px solid #ffffff;
    padding-top: 4px;
    padding-bottom: 4px; }
  body.jots .banner-h2 {
    padding-top: 12px; }
  body.jots .banner-subtext {
    font-weight: thin;
    letter-spacing: 4px;
    font-size: 20px;
    padding-bottom: 3px; }
  body.jots .banner-text {
    margin-top: 7px;
    line-height: 20px; }
  body.jots .col-md-4 {
    padding: 16px; }
  body.jots #download_link {
    text-align: center;
    width: 100%;
    background-color: #108441;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.jots #faux_table_header {
    display: none; }
  body.jots #site_footer {
    clear: both;
    width: 100%;
    background-color: #FFF;
    padding: 0;
    text-align: center;
    font-size: 10px;
    color: #808080;
    border-top: solid 5px #41ad34; }
    body.jots #site_footer a {
      color: #41ad34; }
    body.jots #site_footer #footer-url {
      color: #108441; }
  body.jots .branded-button {
    padding: 15px 30px 15px 30px;
    background-color: #108441;
    color: #FFF;
    display: inline-block;
    margin-bottom: 15%;
    text-align: center;
    width: 100%; }
  body.jots .on-mobile {
    display: none; }
  body.jots nav.page-nav {
    clear: both;
    display: block;
    padding-top: 10px;
    margin: 10px auto;
    text-align: center;
    width: 50%; }
    body.jots nav.page-nav a {
      font-weight: 700; }
  body.jots .action_button {
    display: block;
    min-width: 250px;
    margin: 3px auto;
    border-radius: 21px;
    padding: 4px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
    font-weight: 700;
    white-space: normal;
    background-color: #108441; }
    body.jots .action_button:visited {
      color: #fff; }
  body.jots .page-nav {
    color: #108441; }
  @media only screen and (min-width: 1px) and (max-width: 950px) {
    body.jots {
      /*mobile nav styles*/
      /*end moile nav styles*/ }
      body.jots #user-nav-mobile {
        background-color: #fff; }
      body.jots .banner-h2 {
        padding-top: 7px; }
      body.jots .icn-mobile-pd {
        padding-top: 70px; }
      body.jots .slick-list {
        overflow: inherit; }
      body.jots .on-mobile {
        display: block; }
      body.jots .not-on-mobile {
        display: none; }
      body.jots .mobile-row-marg {
        margin-left: -8px;
        margin-right: 0px; }
      body.jots #client-nav-mobile-header a {
        color: #fff; }
      body.jots #client-nav-mobile {
        background-color: #108441; }
      body.jots #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #fff;
        color: #000; }
      body.jots #client-nav-mobile {
        z-index: 10; }
        body.jots #client-nav-mobile #accordion .panel-body li {
          background-color: #41ad34; }
      body.jots #client-nav-mobile #accordion a {
        text-decoration: none !important;
        padding: 20px;
        width: 100%;
        color: #fff;
        display: block;
        border-bottom: 1px solid #fff; }
      body.jots #client-nav-mobile #accordion i {
        float: right;
        margin-right: 20px;
        margin-top: 3px; }
      body.jots .visible-xs {
        display: block !important; }
      body.jots #client-nav-mobile #client-nav-mobile-header li {
        display: inline-block;
        width: 49%;
        padding: 20px;
        height: 60px; }
      body.jots #accordion ul * {
        list-style: none; }
      body.jots #accordion i {
        text-decoration: none; }
      body.jots #client-nav-mobile-header ul {
        padding: 0; }
      body.jots #side-menu-items {
        list-style: none;
        padding: 0; }
      body.jots #resources-mobile ul {
        list-style: none; }
      body.jots ul#logo-list {
        display: block;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
      body.jots .on-desktop {
        display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body.jots {
      /*mobile nav styles*/ }
      body.jots #banner-overlay {
        color: #FFFFFF;
        width: 100%;
        height: 66%;
        background-color: #2c316f;
        border: 1px solid #FFF;
        float: none;
        margin-top: 41px;
        margin-right: 47px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0%;
        margin-top: 40%; }
      body.jots #banner-overlay-2 {
        color: #FFFFFF;
        width: 100%;
        height: 26%;
        background-color: #2c316f;
        border: 1px solid #FFF;
        float: none;
        margin-top: 41px;
        margin-right: 47px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0%;
        margin-top: 40%; }
      body.jots .banner-h2 {
        padding-top: 14px; }
      body.jots .icn-mobile-pd {
        padding-top: 125px; } }
body.just {
  background-color: #fff; }
  body.just #login_button {
    background-color: #FCB318;
    color: #000; }
  body.just .company_color {
    color: #ffffff !important; }
  body.just #download_link {
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #000;
    font-weight: bold; }
  body.just p a {
    color: #000; }
  body.just .pagecard p {
    font-size: 14px; }
  body.just h3 {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-family: Arial, sans-serif; }
  body.just h2 {
    color: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif; }
  body.just h1 {
    font-family: Arial, sans-serif; }
  body.just input[type=search] {
    border: 1px solid #FCB318; }
  body.just img.icon {
    max-width: 133px; }
  body.just .center {
    text-align: center; }
  body.just #user-nav {
    color: #000;
    font-weight: 400;
    background: #ffffff;
    border-top: none; }
    body.just #user-nav a {
      color: #000; }
    body.just #user-nav ul li:last-child {
      background-color: #FCB318 !important; }
      body.just #user-nav ul li:last-child a {
        color: #fff; }
    body.just #user-nav i.glyphicon {
      color: #000; }
  body.just #user-nav.hidden-xs ul li {
    color: #ffffff; }
  body.just #site-container {
    background-color: #fff; }
  body.just #client-nav {
    color: #000;
    padding-bottom: 16px; }
    body.just #client-nav a {
      color: #ffffff; }
    body.just #client-nav li {
      text-transform: uppercase; }
      body.just #client-nav li a {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700; }
    body.just #client-nav .top-nav > li.active a {
      color: #838383; }
    body.just #client-nav .top-nav {
      padding-top: 10px;
      background: #333; }
  body.just #client-nav a {
    text-decoration: none; }
  body.just #client-nav #client-nav-submenu-container-v2 ul {
    min-height: 4\0px;
    margin-bottom: 0;
    font-size: 16px; }
  body.just #client-nav #client-nav-submenu-container-v2 li {
    padding-top: 10px;
    padding-bottom: 10px; }
    body.just #client-nav #client-nav-submenu-container-v2 li a {
      font-family: Arial, sans-serif;
      font-weight: 500;
      line-height: 10px;
      font-size: 13px; }
  body.just .menu-opener {
    font-size: 16px;
    line-height: 2.1em; }
  body.just #client-nav .main-logo {
    max-height: 140px;
    margin-left: 2em; }
  body.just #user-nav-mobile img.main-logo {
    max-width: 200px; }
  body.just #user-nav-mobile li {
    width: 10%; }
  body.just #user-nav-mobile li:nth-child(2) {
    width: 65%; }
  body.just #client-nav > ul ul li {
    background-color: #ffffff; }
    body.just #client-nav > ul ul li a {
      font-weight: 300;
      color: #ffffff; }
  body.just #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.just #client-nav > ul li.selected a {
      color: #838383; }
  body.just #client-nav-submenu-container-v2 ul {
    background-color: #ffffff; }
    body.just #client-nav-submenu-container-v2 ul li {
      color: #fff; }
    body.just #client-nav-submenu-container-v2 ul a {
      font-weight: 700;
      text-transform: none;
      color: #fff; }
  body.just span.breadcrumbs a {
    color: #d9d7c4;
    text-transform: uppercase; }
  body.just .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.just .hamburger:hover {
    cursor: pointer; }
  body.just #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.just #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.just #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.just #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.just #client-nav-mobile #client-nav-mobile-header {
      color: #fff;
      border-bottom: 1px solid #ffffff; }
      body.just #client-nav-mobile #client-nav-mobile-header i {
        color: #fff; }
    body.just #client-nav-mobile #accordion li a {
      text-transform: none;
      color: #ffffff;
      border-bottom: 1px solid white; }
      body.just #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.just #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #ffffff;
        color: #ffffff; }
      body.just #client-nav-mobile #accordion li a.collapsed {
        background-color: #ffffff;
        color: #ffffff;
        border-bottom: 0; }
  body.just #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid white; }
  body.just #client-nav-mobile-header {
    background: #ffffff; }
  body.just #user-nav-mobile {
    background-color: #fff;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff; }
  body.just .link_section {
    background-color: #ffffff;
    padding: 0px 30px; }
    body.just .link_section p {
      text-align: center; }
  body.just .subnav_link a {
    color: #ffffff; }
  body.just .subnav_imglink a {
    color: #FCB318; }
  body.just .gray_section {
    background-color: #FCB318;
    width: 100%;
    padding: 5px 30px; }
  body.just .old_rol_dynamic_content {
    padding: 12px; }
    body.just .old_rol_dynamic_content h1, body.just .old_rol_dynamic_content h2, body.just .old_rol_dynamic_content h3, body.just .old_rol_dynamic_content h4 {
      color: #FCB318;
      font-weight: 700; }
  body.just #address_book_toggle, body.just #clone_data_from_old_order {
    color: #FCB318; }
  body.just .action_button {
    background-color: #FCB318;
    border: 2px solid #fff; }
  body.just #order_history {
    padding: 30px; }
    body.just #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.just footer#site_footer nav ul li a {
    color: #000; }
  body.just footer#site_footer p {
    text-transform: none;
    font-weight: 400;
    color: #000;
    font-size: 1em; }
  body.just .just-footer {
    background-color: #FCB318;
    margin-bottom: 0;
    padding: 2em;
    color: #000; }
    body.just .just-footer nav ul li a {
      color: #000; }
    body.just .just-footer span {
      text-transform: none;
      font-weight: 400; }
  body.just .equal {
    overflow: hidden; }
  body.just .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.just .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.just .image_pad {
    padding: 10%; }
  body.just .btn_primary {
    color: #fff;
    background-color: #FCB318;
    border-color: #2e6da4; }
  body.just .btn {
    border-radius: none;
    margin: 10px auto; }
  body.just .btn-squared-default {
    width: 180px !important;
    height: 40px !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body.just .btn-squared-default-plain {
    width: 100px !important;
    height: 100px !important;
    font-size: 11px; }
  body.just .p-4 {
    padding: 20px; }
body.keurig {
  background-color: #fff;
  font-family: Arial, sans-serif; }
  body.keurig #login_button {
    background-color: #5a3327;
    color: white; }
  body.keurig .company_color {
    color: #fdb414 !important; }
  body.keurig #download_link {
    text-align: center;
    width: 100%;
    background-color: #fdb414;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #231f20;
    font-weight: bold; }
  body.keurig p a {
    color: #231f20; }
  body.keurig .pagecard p {
    font-size: 14px; }
  body.keurig h3 {
    color: #fdb414;
    font-weight: 400;
    text-align: center;
    font-family: Arial, sans-serif; }
  body.keurig h2 {
    color: #fdb414;
    font-weight: 400;
    font-family: Arial, sans-serif; }
  body.keurig h1 {
    font-family: Arial, sans-serif; }
  body.keurig input[type="search"] {
    border: 0.5px solid #636466; }
  body.keurig img.icon {
    max-width: 133px; }
  body.keurig .center {
    text-align: center; }
  body.keurig #user-nav {
    color: #231f20;
    font-weight: 400;
    font-family: Arial, sans-serif;
    border-top: none;
    border-bottom: 0.5px solid #636466;
    background: #fff; }
    body.keurig #user-nav a {
      color: #231f20; }
    body.keurig #user-nav ul li:last-child {
      background-color: #fdb414 !important; }
      body.keurig #user-nav ul li:last-child a {
        color: #000; }
    body.keurig #user-nav i.glyphicon {
      color: #000; }
  body.keurig #user-nav.hidden-xs ul li {
    color: #231f20; }
  body.keurig #site-container {
    background-color: #fff; }
  body.keurig #client-nav {
    color: #231f20;
    padding-bottom: 16px;
    font-family: Arial, sans-serif; }
    body.keurig #client-nav a {
      color: #000; }
    body.keurig #client-nav li {
      text-transform: none; }
      body.keurig #client-nav li a {
        text-transform: none; }
    body.keurig #client-nav .top-nav > li.active a {
      color: #838383; }
    body.keurig #client-nav .top-nav {
      padding-top: 10px;
      background: #fff; }
  body.keurig #client-nav a {
    text-decoration: none; }
  body.keurig #client-nav #client-nav-submenu-container-v2 ul {
    min-height: 4\0px;
    margin-bottom: 0;
    font-size: 16px; }
  body.keurig #client-nav #client-nav-submenu-container-v2 li {
    padding-top: 10px;
    padding-bottom: 10px; }
    body.keurig #client-nav #client-nav-submenu-container-v2 li a {
      font-family: Arial, sans-serif;
      font-weight: 500;
      line-height: 10px;
      font-size: 13px; }
  body.keurig .menu-opener {
    font-size: 16px;
    line-height: 2.1em; }
  body.keurig #client-nav .standard-link {
    font-size: 16px;
    line-height: 2.1em; }
  body.keurig #client-nav .main-logo {
    max-height: 60px;
    margin-left: 2em; }
  body.keurig #user-nav-mobile img.main-logo {
    max-width: 200px; }
  body.keurig #user-nav-mobile li {
    width: 10%; }
  body.keurig #user-nav-mobile li:nth-child(2) {
    width: 65%; }
  body.keurig #client-nav > ul ul li {
    background-color: #fdb414; }
    body.keurig #client-nav > ul ul li a {
      font-weight: 300;
      color: #fdb414; }
  body.keurig #client-nav > ul li.selected {
    background-color: #231f20 !important; }
    body.keurig #client-nav > ul li.selected a {
      color: #838383; }
  body.keurig #client-nav-submenu-container-v2 ul {
    background-color: #fdb414; }
    body.keurig #client-nav-submenu-container-v2 ul li {
      color: #fff; }
    body.keurig #client-nav-submenu-container-v2 ul a {
      font-weight: 700;
      text-transform: none;
      color: #5a3327; }
  body.keurig span.breadcrumbs a {
    color: #d9d7c4;
    text-transform: uppercase; }
  body.keurig .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #231f20;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.keurig .hamburger:hover {
    cursor: pointer; }
  body.keurig #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.keurig #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.keurig #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.keurig #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.keurig #client-nav-mobile #client-nav-mobile-header {
      color: #fff;
      border-bottom: 1px solid #636466; }
      body.keurig #client-nav-mobile #client-nav-mobile-header i {
        color: #fff; }
    body.keurig #client-nav-mobile #accordion li a {
      text-transform: none;
      color: #5a3327;
      border-bottom: 1px solid white; }
      body.keurig #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.keurig #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #fdb414;
        color: #5a3327; }
      body.keurig #client-nav-mobile #accordion li a.collapsed {
        background-color: #fdb414;
        color: #5a3327;
        border-bottom: 0; }
  body.keurig #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid white; }
  body.keurig #client-nav-mobile-header {
    background: #fdb414; }
  body.keurig #user-nav-mobile {
    background-color: #fff;
    color: #fdb414;
    border-bottom: solid 1px #fdb414;
    border-top: solid 1px #fdb414; }
  body.keurig .link_section {
    background-color: #fdb414;
    padding: 0px 30px; }
    body.keurig .link_section p {
      text-align: center; }
  body.keurig .subnav_link a {
    color: #fdb414; }
  body.keurig .subnav_imglink a {
    color: #5a3327; }
  body.keurig .gray_section {
    background-color: #5a3327;
    width: 100%;
    padding: 5px 30px; }
  body.keurig .old_rol_dynamic_content {
    padding: 12px; }
    body.keurig .old_rol_dynamic_content h1,
    body.keurig .old_rol_dynamic_content h2,
    body.keurig .old_rol_dynamic_content h3,
    body.keurig .old_rol_dynamic_content h4 {
      color: #5a3327;
      font-weight: 700; }
  body.keurig #address_book_toggle,
  body.keurig #clone_data_from_old_order {
    color: #5a3327; }
  body.keurig .action_button {
    background-color: #5a3327;
    border: 2px solid #fff; }
  body.keurig .action_button:hover {
    color: white;
    text-decoration: underline; }
  body.keurig #order_history {
    padding: 30px; }
    body.keurig #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.keurig footer#site_footer nav ul li a {
    color: #231f20; }
  body.keurig footer#site_footer p {
    text-transform: none;
    font-weight: 400;
    color: #231f20;
    font-size: 1em; }
  body.keurig .keurig-footer-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #5a3327;
    padding: 2em; }
    body.keurig .keurig-footer-bar img {
      max-width: 240px;
      margin: 0 auto;
      padding: 3em; }
  body.keurig .keurig-footer {
    background-color: #fff;
    margin-bottom: 0;
    padding: 2em;
    color: #231f20;
    text-transform: none; }
    body.keurig .keurig-footer nav ul li a {
      color: #231f20;
      text-transform: none; }
    body.keurig .keurig-footer span {
      text-transform: none;
      font-weight: 400; }
  body.keurig .equal {
    overflow: hidden; }
  body.keurig .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.keurig .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.keurig .image_pad {
    padding: 10%; }
  body.keurig .btn_primary {
    color: #fff;
    background-color: #5a3327;
    border-color: #2e6da4; }
  body.keurig .btn {
    border-radius: none;
    margin: 10px auto; }
  body.keurig .btn-squared-default {
    width: 180px !important;
    height: 40px !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body.keurig .btn-squared-default-plain {
    width: 100px !important;
    height: 100px !important;
    font-size: 11px; }
  body.keurig .p-4 {
    padding: 20px; }
@import url("https://use.typekit.net/zhu3ana.css");
body.neogen {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  /* For browsers that support gap but not auto-placement */
  /* Center the last row of buttons if less than 3 buttons in a row */ }
  body.neogen label:has(~ input:required):after,
  body.neogen label:has(+ textarea:required):after {
    content: " *";
    color: red; }
  body.neogen .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #006f51;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.neogen .hamburger:hover {
    cursor: pointer; }
  body.neogen .hamburger:hover > .line {
    background-color: #231f20; }
  body.neogen #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.neogen #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.neogen #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.neogen p {
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif; }
  body.neogen h1 {
    color: #006f51;
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif; }
  body.neogen hr {
    border-bottom: 1px solid #006f51; }
  body.neogen header#site_header {
    margin-bottom: 3em; }
  body.neogen #user-nav {
    color: #231f20 !important;
    background: #fff;
    font-size: 0.8em;
    font-weight: 400;
    padding: 10px;
    border-top: none;
    border-bottom-width: thin;
    border-bottom-color: #424242;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    body.neogen #user-nav a {
      color: #231f20; }
    body.neogen #user-nav ul li:last-child {
      background-color: #006f51 !important; }
      body.neogen #user-nav ul li:last-child a {
        color: #fff; }
      body.neogen #user-nav ul li:last-child i.glyphicon {
        color: #fff; }
    body.neogen #user-nav i.glyphicon {
      color: #fff; }
  body.neogen #client-nav {
    border-bottom: 1px solid #000; }
    body.neogen #client-nav li.active {
      font-weight: 700;
      text-decoration: underline;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    body.neogen #client-nav a {
      color: #231f20;
      text-transform: uppercase;
      letter-spacing: 1px; }
  body.neogen #client-nav-submenu-container-v2 ul {
    min-height: 60px;
    font-size: 12px;
    background: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    body.neogen #client-nav-submenu-container-v2 ul a:hover {
      color: #231f20;
      text-decoration: underline; }
  body.neogen #client-nav-submenu-container-v2 li {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    body.neogen #client-nav-submenu-container-v2 li a {
      color: #231f20;
      font-weight: 400;
      text-decoration: none;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    body.neogen #client-nav-submenu-container-v2 li a:hover {
      font-weight: 700;
      text-decoration: underline; }
    body.neogen #client-nav-submenu-container-v2 li li.active {
      font-weight: 700;
      text-decoration: underline; }
  body.neogen .page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  body.neogen .header {
    text-align: center; }
  body.neogen .page-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  body.neogen .page-buttons a {
    display: block;
    padding: 1.5em 1em;
    margin: 1em;
    text-align: center;
    background-color: #006f51;
    border: 1px solid #006f51;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.21em;
    text-decoration: none;
    width: 270px; }
  body.neogen .page-buttons a:hover {
    border: 1px solid #60bfa6; }
  body.neogen .page-buttons > * {
    flex: 0 0 auto; }
  @media (max-width: 960px) {
    body.neogen .page-buttons {
      justify-content: center; } }
  body.neogen .action_button {
    font-family: "Roboto", "Font Awesome 6 Free", Arial, Helvetica, sans-serif;
    min-width: 250px;
    margin: 3px auto;
    white-space: normal;
    background-color: #006f51;
    min-width: 250px;
    margin: 3px auto;
    border-radius: 21px;
    padding: 4px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
    font-weight: 700;
    white-space: normal;
    border: 2px solid #006f51; }
    body.neogen .action_button a:hover {
      text-decoration: none; }
  body.neogen .action_button:hover {
    text-decoration: none; }
  body.neogen #site_footer {
    clear: both;
    width: 100%;
    background-color: #006f51;
    padding: 0;
    text-align: center;
    font-size: 10px;
    color: #fff; }
    body.neogen #site_footer a {
      color: #fff; }
  body.neogen #powered-by-resco-white {
    opacity: 1; }
    body.neogen #powered-by-resco-white img {
      width: 200px; }

.we-140-btn-lg,
.we-140-btn-group-lg > .we-140-btn {
  line-height: 1em; }

.we-140-btn {
  white-space: wrap;
  border-radius: 7px;
  font-weight: 700;
  color: #fff;
  background: #6cc24a;
  white-space: normal;
  line-height: 1em;
  min-height: 91px;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #231f20;
  text-decoration: none; }

.we-140-btnwrap {
  padding: 10px;
  margin-bottom: 19px; }

.we-140-btn:hover,
.we-140-btn:focus,
.we-140-btn.focus {
  text-decoration: underline;
  color: #231f20; }

.button-logo {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center; }
.pagecard {
  padding: 30px;
  /* Images float right by default, add class=left to override */ }
  .pagecard img {
    width: 200px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px; }
  .pagecard img.left {
    float: left;
    margin-right: 30px; }
  .pagecard img.full {
    width: 100%; }
  .pagecard img.tile {
    width: 221px;
    margin: 5px auto;
    float: none; }
  .pagecard img.small_tile {
    width: 100px;
    margin: 5px auto;
    float: none; }
  .pagecard img.video {
    width: 210px;
    margin: 1px auto;
    float: none; }
  .pagecard img.pyramid {
    width: 576px;
    height: auto;
    margin: 0 auto;
    display: block;
    float: none; }
  .pagecard h1 {
    margin: 0 0 5px;
    line-height: 1em; }
  .pagecard ul {
    list-style-position: inside; }

.subnav_link {
  display: block;
  float: left;
  font-weight: 700;
  line-height: 1.2em;
  margin: 10px 0;
  padding-right: 20px;
  text-align: center; }
  .subnav_link a {
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5em;
    text-align: center; }

.subnav_column {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 1.2em;
  margin: 10px 0;
  padding: 10px;
  text-align: left; }
  .subnav_column ol {
    -webkit-padding-start: 21px; }
  .subnav_column h3 {
    border-bottom: 1px solid #000;
    height: 44px; }

.subnav_imglink {
  display: block;
  font-weight: 700;
  line-height: 1em;
  margin: 5px auto;
  float: left;
  text-align: center; }
  .subnav_imglink a {
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5em;
    text-align: center; }

.link_section {
  overflow: auto;
  width: 100%; }

.youtube_embed_container {
  margin: 0 auto 2em;
  width: 100%;
  max-width: 500px;
  height: 315px; }

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .subnav_link {
    width: 100%;
    margin: 10px 0px;
    height: auto; }

  .subnav_column {
    width: 100%; }
    .subnav_column h3 {
      height: auto; }
    .subnav_column a {
      font-weight: 700; }

  .subnav_imglink {
    width: 100%;
    margin: 10px auto;
    height: auto; }

  .link_section {
    padding: 15px 30px; }

  .pagecard img {
    display: none; }

  h1 {
    font-size: 1.5em;
    font-weight: 700; }

  img.full {
    display: block; }

  .pagecard img.tile {
    display: block;
    width: 99%; }

  .pagecard img.pyramid {
    width: 99%;
    height: auto;
    display: block;
    float: none; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .subnav_link {
    width: 50%;
    margin: 10px 0px;
    height: 125px; }

  .subnav_column {
    width: 50%; }
    .subnav_column h3 {
      height: auto; }
    .subnav_column .pagecard img.pyramid {
      width: 90%;
      height: auto;
      display: block;
      float: none; }

  .subnav_imglink {
    width: 50%;
    margin: 10px auto;
    height: auto; }

  .link_section {
    padding: 30px; }

  .pagecard img.tile {
    display: block;
    width: 95%; }

  .pagecard img.small_tile {
    display: block;
    width: 95%; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .subnav_link {
    width: 33%;
    height: 125px; }

  .subnav_column {
    width: 33%; }

  .subnav_imglink {
    width: 31%;
    margin: 1.1%;
    height: auto; }

  .link_section {
    padding: 30px; }

  .pagecard img {
    display: block; }

  h1 {
    font-size: 2.1em;
    font-weight: 700; }

  h2 {
    font-size: 1.6em;
    font-weight: 700; }

  h3 {
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px; }

  .pagecard img.tile {
    display: block;
    width: 96%; }

  .pagecard img.small_tile {
    display: block;
    width: 50%; }

  .pagecard img.pyramid {
    width: 576px;
    height: auto;
    display: block;
    float: none; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
#time_in_transit_map {
  display: block;
  width: 100%;
  max-width: 546px;
  margin: 1em auto 2em; }
html {
  height: 100%;
  margin: 0;
  padding: 0; }

body.orbit-water {
  display: flex;
  flex-direction: column; }
  body.orbit-water #xmpie_return_page div.xmpie_quantity_choice_button.active {
    background-color: #003a70;
    color: #fff; }
    body.orbit-water #xmpie_return_page div.xmpie_quantity_choice_button.active #user-filled-quantity {
      color: #000; }
  body.orbit-water #site-container {
    flex: 1; }
  body.orbit-water #user-nav {
    color: #333433 !important;
    background: #fff;
    font-size: 0.8em;
    font-weight: 400;
    padding: 10px;
    border-top-color: #696666;
    border-width: thin;
    border-bottom-color: #696666; }
    body.orbit-water #user-nav a {
      color: #333433; }
    body.orbit-water #user-nav ul li:last-child {
      background-color: #c8e6e6 !important; }
      body.orbit-water #user-nav ul li:last-child a {
        color: #000; }
      body.orbit-water #user-nav ul li:last-child i.glyphicon {
        color: #000; }
    body.orbit-water #user-nav i.glyphicon {
      color: #231f20; }
  body.orbit-water #client-nav .main-logo {
    margin: 4rem auto 2rem auto;
    max-height: 100px; }
  body.orbit-water #client-nav-submenu-container-v2 ul {
    background-color: #d4d5db; }
  body.orbit-water #client-nav-submenu-container-v2 li a {
    color: #231f20; }
  body.orbit-water .action_button {
    background-color: #003a70;
    color: #fff;
    border: 0; }
  body.orbit-water #site_footer {
    clear: both;
    width: 100%;
    background-color: #c1e4e3;
    padding: 0;
    text-align: center;
    font-size: 10px;
    color: #003a70; }
    body.orbit-water #site_footer a {
      color: #003a70; }
  body.orbit-water .link_section {
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  body.orbit-water .subnav_link {
    width: 30%;
    height: 7em;
    padding: 1em;
    border-radius: 1em;
    background: #d4d5db;
    color: #003a70;
    margin: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 300; }

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(340px, 1fr));
  grid-gap: 1em; }

@media screen and (max-width: 680px) {
  .split {
    grid-template-columns: 1fr; } }
#place_order_button {
  margin-top: 15px; }
  #place_order_button:disabled {
    background-color: #666; }

#address_book_toggle {
  display: block;
  margin: 10px auto; }

#new_order .field {
  height: auto; }

#order_address_options {
  display: none;
  padding: 10px 0; }
  #order_address_options table i.fa-check {
    visibility: hidden;
    vertical-align: center;
    display: inline-block;
    margin-right: 10px; }
  #order_address_options ul {
    margin: 0;
    padding: 0;
    list-style: none outside; }
    #order_address_options ul li {
      margin-top: 3px;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 5px;
      border-radius: 10px;
      border: 2px solid rgba(1, 1, 1, 0);
      cursor: pointer;
      background-color: #ddd; }
      #order_address_options ul li i.fa-check {
        visibility: hidden;
        vertical-align: center;
        display: inline-block;
        margin-right: 10px; }
      #order_address_options ul li span {
        font-size: 1.1em; }
  #order_address_options .prefilled_address {
    color: #050;
    border: solid 2px #050;
    background-color: #dfd; }
    #order_address_options .prefilled_address i.fa-check {
      visibility: visible; }

#new_order {
  margin-top: 1em; }
  #new_order .field p {
    margin-bottom: 0.25em;
    font-size: 0.8em;
    line-height: 1em; }

#shipping_holiday_announcement {
  text-align: center; }

label.ghosted {
  color: #999; }

section#order_button_message {
  display: block;
  float: clear;
  padding-top: 3em;
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center; }
#social_media_post_pagination_controls {
  background: white;
  cursor: default;
  /* self-clearing method: */ }

#social_media_post_pagination_controls a, #social_media_post_pagination_controls span, #social_media_post_pagination_controls em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px; }

#social_media_post_pagination_controls .disabled {
  color: #999999;
  border: 1px solid #dddddd; }

#social_media_post_pagination_controls .current {
  font-style: normal;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1; }

#social_media_post_pagination_controls a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5; }

#social_media_post_pagination_controls a:hover, #social_media_post_pagination_controls a:focus {
  color: #000033;
  border-color: #000033; }

#social_media_post_pagination_controls .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center; }

#social_media_post_pagination_controls .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em; }

#social_media_post_pagination_controls:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html #social_media_post_pagination_controls {
  height: 1%; }

*:first-child + html #social_media_post_pagination_controls {
  overflow: hidden; }
@import url("https://use.typekit.net/knz0eya.css");
body.path {
  background-color: #D9D9D6; }
  body.path p, body.path ol, body.path ul, body.path td {
    font-size: 16px;
    line-height: 19px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal; }
  body.path hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #B1B3B3; }
  body.path #rol-user {
    padding-top: 20px;
    margin-top: 19px; }
  body.path #order_history {
    padding: 19px; }
  body.path .mt-3 {
    margin-top: 15px; }
  body.path .on-mobile {
    display: none; }
  body.path .one-off {
    padding: 30px; }
  body.path #site-container {
    background-color: #fff; }
  body.path .centered {
    display: flex;
    justify-content: center;
    align-items: center; }
  body.path .company_color {
    color: #5489A3 !important; }
  body.path .dark-blue-txt {
    color: #5489A3; }
  body.path .pagecard a:hover {
    color: #B1B3B3;
    text-decoration: none; }
  body.path a:hover {
    cursor: pointer; }
  body.path .icn-home {
    width: 30%;
    display: inline; }
  body.path .icn-top-pad {
    padding-top: 15px; }
  body.path .icn-bottom-pad {
    padding-bottom: 15px; }
  body.path .footer-logo {
    padding-top: 15px;
    width: 100px; }
  body.path .button-logo {
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center; }
  body.path img.button-logo {
    width: 50%; }
  body.path .img-fluid {
    max-width: 100%;
    height: auto; }
  body.path img.path-banner {
    max-height: 100%; }
  body.path img.tile {
    display: block;
    width: 100%; }
  body.path .logosm {
    display: block;
    height: 90px;
    margin: 5px auto; }
  body.path .wrapper {
    padding: 16px 10px; }
  body.path button .glyphicon {
    padding-bottom: .25em; }
  body.path button .glyphicon:hover {
    text-decoration: none; }
  body.path .pad-4 {
    padding: 4em; }
  body.path button:hover {
    box-shadow: none;
    text-decoration: none; }
  body.path .path-140-btn:hover, body.path .path-140-btn:focus, body.path .path-140-btn.focus {
    text-decoration: none; }
  body.path .path-140-btn-lg, body.path .path-140-btn-group-lg > .path-140-btn {
    line-height: 1em; }
  body.path .path-140-btn {
    white-space: wrap;
    border-radius: 11px;
    box-shadow: 0px 9px 19px #D2D1D2;
    font-weight: 700;
    color: #5489A3;
    text-transform: uppercase;
    background: white;
    white-space: normal;
    line-height: 1em;
    min-height: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D6;
    max-width: 400px; }
  body.path .path-140-btnwrap {
    padding: 10px;
    margin-bottom: 19px; }
  body.path .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  body.path .text-ctr {
    text-align: center; }
  body.path img.center-block {
    max-width: 90%; }
  body.path .image-tout {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #D9D9D6; }
  body.path .spacer {
    height: 5em;
    clear: both; }
  @media (min-width: 320px) and (max-width: 650px) {
    body.path .buttons {
      width: 100%; }
    body.path .path-140-btn {
      min-height: 50px; } }
  body.path .top-nav {
    font-weight: 500;
    background-color: #fff;
    color: #B1B3B3;
    text-transform: uppercase;
    padding-top: 15px; }
  body.path #client-nav {
    background-color: #fff; }
    body.path #client-nav .top-nav > li.active a {
      color: #2D2926;
      text-decoration: none; }
    body.path #client-nav .sub-nav > li.active a {
      color: #2D2926; }
  body.path #client-nav-submenu-container-v2 {
    background-color: #5489A3;
    color: #fff;
    border-bottom: 1px solid #B1B3B3; }
  body.path #client-nav-submenu-container-v2 li a {
    font-weight: 500; }
  body.path #user-nav {
    background-color: #FFFFFF;
    border-color: #b1b3b3;
    color: #B1B3B3; }
  body.path #user-nav ul li:last-child {
    background-color: #5489A3;
    color: #FFFFFF; }
  body.path #login_button {
    background-color: #5489A3; }
  body.path ul#logo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    text-align: center; }
  body.path #logo-list {
    background-color: #fff;
    margin-left: 0px;
    margin-bottom: 0; }
  body.path .carousel {
    overflow: hidden; }
  body.path .carousel-btn {
    background-color: #B1B3B3;
    border: 1px solid #B1B3B3;
    padding-top: 4px;
    padding-bottom: 4px; }
  body.path h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #2D2926; }
  body.path h3 {
    font-weight: 900;
    text-transform: none;
    letter-spacing: -1px;
    font-size: 1.2em;
    line-height: .9em;
    margin-top: 0;
    margin-bottom: 0; }
  body.path .path-center {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%); }
  body.path .banner-subtext {
    font-weight: thin;
    letter-spacing: 4px;
    font-size: 20px;
    padding-bottom: 3px; }
  body.path .banner-text {
    margin-top: 7px;
    line-height: 20px; }
  body.path .path-shadow {
    box-shadow: 0px 9px 19px #D2D1D2;
    background: #fff; }
  body.path .path-shadow:hover {
    box-shadow: none;
    background: #fff; }
  body.path #faux_table_header {
    display: none; }
  body.path #path-footer {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    clear: both;
    width: 100%;
    background-color: #5489A3;
    padding: 2em 2em;
    text-align: center;
    font-size: 12px;
    color: #fff; }
    body.path #path-footer a {
      color: #fff; }
    body.path #path-footer #footer-url {
      color: #5489A3; }
    body.path #path-footer span {
      color: #fff;
      text-transform: none; }
    body.path #path-footer #powered-by-resco-white {
      opacity: 1; }
      body.path #path-footer #powered-by-resco-white img {
        width: 200px; }
  body.path .link_section {
    background-color: #f2e9c4; }
  body.path .on-mobile {
    display: none; }
  body.path nav.page-nav {
    clear: both;
    display: block;
    padding-top: 10px;
    margin: 10px auto;
    text-align: center;
    width: 50%; }
    body.path nav.page-nav a {
      font-weight: 700; }
  body.path .action_button {
    display: block;
    min-width: 250px;
    margin: 3px auto;
    border-radius: 21px;
    padding: 4px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
    font-weight: 700;
    white-space: normal;
    background-color: #5489A3; }
    body.path .action_button:visited {
      color: #fff; }
  body.path .page-nav {
    color: #5489A3; }
  @media only screen and (min-width: 1px) and (max-width: 769px) {
    body.path .on-mobile {
      display: block; }
    body.path .not-on-mobile {
      display: none; }
    body.path .mobile-row-marg {
      margin-left: -8px;
      margin-right: 0px; }
    body.path #client-nav-mobile {
      z-index: 10;
      background-color: #eee; }
    body.path #client-nav-mobile #accordion a {
      text-decoration: none !important;
      padding: 20px;
      width: 100%;
      display: block; }
    body.path #client-nav-mobile #accordion i {
      float: right;
      margin-right: 20px;
      margin-top: 3px; }
    body.path .visible-xs {
      display: block !important; }
    body.path #side-menu-items .cosmetic-border-div {
      border-bottom: 1px solid #B1B3B3; }
    body.path #client-nav-mobile-header {
      border-bottom: 1px solid #B1B3B3; }
    body.path #client-nav-mobile #client-nav-mobile-header li {
      display: inline-block;
      width: 49%;
      padding: 20px;
      height: 60px; }
    body.path #accordion ul * {
      list-style: none; }
    body.path #accordion a * {
      text-decoration: underline; }
    body.path #accordion i {
      text-decoration: none; }
    body.path #client-nav-mobile-header ul {
      padding: 0; }
    body.path #side-menu-items {
      list-style: none;
      padding: 0; }
    body.path #resources-mobile ul {
      list-style: none; }
    body.path ul#logo-list {
      display: block;
      grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
    body.path .on-desktop {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body.path #banner-overlay {
      color: #FFFFFF;
      width: 100%;
      height: 66%;
      background-color: #2c316f;
      border: 1px solid #FFF;
      float: none;
      margin-top: 41px;
      margin-right: 47px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 0%;
      margin-top: 40%; }
    body.path #banner-overlay-2 {
      color: #FFFFFF;
      width: 100%;
      height: 26%;
      background-color: #2c316f;
      border: 1px solid #FFF;
      float: none;
      margin-top: 41px;
      margin-right: 47px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 0%;
      margin-top: 40%; }
    body.path .banner-h2 {
      padding-top: 14px; }
    body.path .icn-mobile-pd {
      padding-top: 125px; } }
  body.path .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #5489A3;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.path .hamburger:hover {
    cursor: pointer; }
  body.path #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.path #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.path #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.path #client-nav-mobile {
    background-color: #fff; }
    body.path #client-nav-mobile #accordion .panel-body li {
      background-color: #5489A3; }
  body.path #accordion li a.top-level {
    font-weight: 700;
    background-color: #fff;
    color: #000; }
  body.path #accordion li a {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.path img.center-block {
      width: auto;
      max-width: auto;
      height: 100%;
      max-height: 100%; }
    body.path .path-140-btn {
      height: 140px; }
    body.path #client-nav-submenu-container-v2 ul {
      min-height: 0px !important; } }
  body.path table.logo-nav {
    clear: both;
    width: 100%;
    border: 0; }
    body.path table.logo-nav td img {
      width: 100%; }
    body.path table.logo-nav td a {
      border: 0; }
body.plus {
  background-color: #fff; }
  body.plus #login_button {
    background-color: #67abe2; }
  body.plus .company_color {
    color: #67abe2 !important; }
  body.plus #download_link {
    text-align: center;
    width: 100%;
    background-color: #67abe2;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.plus p a {
    color: #67abe2; }
  body.plus .pagecard p {
    font-size: 14px; }
  body.plus h3 {
    color: #67abe2;
    font-weight: 400;
    text-align: center;
    font-family: Arial, sans-serif; }
  body.plus h2 {
    color: #67abe2;
    font-weight: 400;
    font-family: Arial, sans-serif; }
  body.plus h1 {
    font-family: Arial, sans-serif; }
  body.plus img.icon {
    max-width: 133px; }
  body.plus .center {
    text-align: center; }
  body.plus #user-nav {
    color: #fff !important;
    font-size: .8em;
    font-weight: 400;
    background: #67abe2; }
    body.plus #user-nav a {
      color: #fff; }
    body.plus #user-nav ul li:first-child {
      margin-left: 5px; }
    body.plus #user-nav ul li:last-child {
      background-color: #D85265 !important; }
      body.plus #user-nav ul li:last-child a {
        color: #fff; }
    body.plus #user-nav i.glyphicon {
      color: #fff; }
  body.plus #user-nav.hidden-xs ul li {
    color: #67abe2; }
  body.plus #site-container {
    background-color: #fff; }
  body.plus #client-nav {
    color: #444;
    padding-bottom: 16px; }
    body.plus #client-nav a {
      color: #67abe2; }
    body.plus #client-nav li {
      text-transform: uppercase; }
      body.plus #client-nav li a {
        color: #67abe2;
        text-transform: uppercase;
        font-weight: 700; }
    body.plus #client-nav .top-nav > li.active a {
      color: #838383; }
    body.plus #client-nav .top-nav {
      padding-top: 10px; }
  body.plus #client-nav a {
    text-decoration: none; }
  body.plus #client-nav #client-nav-submenu-container-v2 ul {
    min-height: 4\0px;
    margin-bottom: 0;
    font-size: 16px; }
  body.plus #client-nav #client-nav-submenu-container-v2 li {
    padding-top: 10px;
    padding-bottom: 10px; }
    body.plus #client-nav #client-nav-submenu-container-v2 li a {
      font-family: Arial, sans-serif;
      font-weight: 500;
      line-height: 10px;
      font-size: 13px; }
  body.plus .menu-opener {
    font-size: 16px;
    line-height: 2.1em; }
  body.plus #client-nav .main-logo {
    max-width: 200px; }
  body.plus #user-nav-mobile img.main-logo {
    max-width: 200px; }
  body.plus #user-nav-mobile li {
    width: 10%; }
  body.plus #user-nav-mobile li:nth-child(2) {
    width: 65%; }
  body.plus #client-nav > ul ul li {
    background-color: #67abe2; }
    body.plus #client-nav > ul ul li a {
      font-weight: 300;
      color: #67abe2; }
  body.plus #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.plus #client-nav > ul li.selected a {
      color: #838383; }
  body.plus #client-nav-submenu-container-v2 ul {
    background-color: #67abe2; }
    body.plus #client-nav-submenu-container-v2 ul li {
      color: #fff; }
    body.plus #client-nav-submenu-container-v2 ul a {
      font-weight: 700;
      text-transform: none;
      color: #fff; }
  body.plus span.breadcrumbs a {
    color: #d9d7c4;
    text-transform: uppercase; }
  body.plus .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.plus .hamburger:hover {
    cursor: pointer; }
  body.plus #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.plus #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.plus #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.plus #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.plus #client-nav-mobile #client-nav-mobile-header {
      color: #fff;
      border-bottom: 1px solid #67abe2; }
      body.plus #client-nav-mobile #client-nav-mobile-header i {
        color: #fff; }
    body.plus #client-nav-mobile #accordion li a {
      text-transform: none;
      color: #67abe2;
      border-bottom: 1px solid white; }
      body.plus #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.plus #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #67abe2;
        color: #67abe2; }
      body.plus #client-nav-mobile #accordion li a.collapsed {
        background-color: #67abe2;
        color: #67abe2;
        border-bottom: 0; }
  body.plus #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid white; }
  body.plus #client-nav-mobile-header {
    background: #67abe2; }
  body.plus #user-nav-mobile {
    background-color: #fff;
    color: #67abe2;
    border-bottom: solid 1px #67abe2;
    border-top: solid 1px #67abe2; }
  body.plus .link_section {
    background-color: #67abe2;
    padding: 0px 30px; }
    body.plus .link_section p {
      text-align: center; }
  body.plus .subnav_link a {
    color: #67abe2; }
  body.plus .subnav_imglink a {
    color: #67abe2; }
  body.plus .gray_section {
    background-color: #67abe2;
    width: 100%;
    padding: 5px 30px; }
  body.plus .old_rol_dynamic_content {
    padding: 12px; }
    body.plus .old_rol_dynamic_content h1, body.plus .old_rol_dynamic_content h2, body.plus .old_rol_dynamic_content h3, body.plus .old_rol_dynamic_content h4 {
      color: #67abe2;
      font-weight: 700; }
  body.plus #address_book_toggle, body.plus #clone_data_from_old_order {
    color: #67abe2; }
  body.plus .action_button {
    background-color: #67abe2;
    border: 2px solid #fff; }
  body.plus #order_history {
    padding: 30px; }
    body.plus #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.plus .cc-footer {
    padding: 14px; }
  body.plus footer#site_footer {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0; }
    body.plus footer#site_footer nav ul li a {
      color: #444; }
    body.plus footer#site_footer span {
      text-transform: none;
      font-weight: 400; }
  body.plus .equal {
    overflow: hidden; }
  body.plus .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.plus .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.plus .image_pad {
    padding: 10%; }
  body.plus .btn_primary {
    color: #fff;
    background-color: #67abe2;
    border-color: #2e6da4; }
  body.plus .btn {
    border-radius: none;
    margin: 10px auto; }
  body.plus .btn-squared-default {
    width: 180px !important;
    height: 40px !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body.plus .btn-squared-default-plain {
    width: 100px !important;
    height: 100px !important;
    font-size: 11px; }
  body.plus .p-4 {
    padding: 20px; }
body.popchips {
  background-color: #333;
  text-transform: lowercase !important; }
  body.popchips a {
    text-transform: lowercase !important; }
  body.popchips #download_link {
    text-align: center;
    width: 100%;
    background-color: #1c5370;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.popchips .company_color {
    color: #1c5370 !important; }
  body.popchips p a {
    color: #1c5370; }
  body.popchips .pagecard p {
    font-size: 14px; }
  body.popchips h3 {
    color: #27a3d6;
    font-weight: 700;
    text-align: center;
    text-transform: lowercase; }
  body.popchips h2 {
    color: #27a3d6;
    font-weight: 400; }
  body.popchips img.dole-banner {
    max-width: 100%;
    max-height: 100%; }
  body.popchips img.icon {
    max-width: 133px; }
  body.popchips .center {
    text-align: center; }
  body.popchips .from-the-field {
    padding: 5em 0 0 0; }
    body.popchips .from-the-field .col-md-6 {
      border-right: none;
      padding: 0; }
    @media (max-width: 990px) {
      body.popchips .from-the-field {
        padding: .5em; } }
    body.popchips .from-the-field .main-text {
      margin: 1em; }
    body.popchips .from-the-field .from-field-logo-banner {
      max-width: 300px;
      padding: 0 .5em 0 0; }
    body.popchips .from-the-field h1 {
      font-size: 1.8em;
      font-weight: 900;
      font-style: italic;
      color: #1a65a9;
      padding: 0 .5em 0 .5em;
      margin: .5em 0 .5em 0; }
    body.popchips .from-the-field h2 {
      font-size: 1.7em;
      font-weight: 200;
      line-height: 130%;
      color: #1a65a9;
      padding: 0 .5em .5em .5em;
      margin: 0; }
  body.popchips #user-nav {
    color: #636466;
    background: #fff;
    font-weight: 400; }
    body.popchips #user-nav a {
      color: #444545; }
    body.popchips #user-nav ul li {
      font-size: .8em; }
    body.popchips #user-nav ul li:last-child {
      background-color: #999; }
      body.popchips #user-nav ul li:last-child a {
        color: #fff; }
    body.popchips #user-nav i.glyphicon {
      color: #fff; }
  body.popchips #user-nav.hidden-xs ul li {
    color: #246890; }
  body.popchips #site-container {
    background-color: #fff; }
  body.popchips #client-nav {
    color: #636466;
    background: #1c5370;
    padding-bottom: 0px;
    border-bottom: 2px solid #1c5370; }
    body.popchips #client-nav ul {
      background: #fff;
      color: #636466;
      margin-top: 0;
      margin-bottom: 0; }
    body.popchips #client-nav .top-nav li {
      padding-top: 12px;
      padding-bottom: 4px; }
    body.popchips #client-nav #client-nav-submenu-container-v2 li {
      padding-top: 8px;
      padding-bottom: 8px; }
    body.popchips #client-nav li a {
      font-weight: 700;
      font-size: 1.2em;
      color: #1c5370; }
    body.popchips #client-nav .top-nav > li.active a {
      color: #199cbf; }
    body.popchips #client-nav .sub-nav > li.active a {
      color: #F8D85C; }
  body.popchips #client-nav .main-logo {
    margin: 21px auto; }
  body.popchips #client-nav > ul ul li {
    background-color: #1c5370; }
    body.popchips #client-nav > ul ul li a {
      font-weight: 200;
      background-color: #1c5370;
      font-size: 1em; }
  body.popchips #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.popchips #client-nav > ul li.selected a {
      color: #1c5370; }
  body.popchips #client-nav-submenu-container-v2 ul {
    background-color: #1c5370; }
  body.popchips #client-nav-submenu-container-v2 li a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.popchips .top-nav {
      padding-top: 15px; }
    body.popchips #client-nav-submenu-container-v2 ul {
      background-color: #1c5370; }
    body.popchips #client-nav-submenu-container-v2 li {
      padding: 0 !important; } }
  body.popchips .panel-body {
    background: #246890; }
  body.popchips .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.popchips .hamburger:hover {
    cursor: pointer; }
  body.popchips #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.popchips #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.popchips #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.popchips #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.popchips #client-nav-mobile #client-nav-mobile-header {
      color: white;
      border-bottom: 1px solid #199cbf; }
      body.popchips #client-nav-mobile #client-nav-mobile-header a:hover {
        color: white; }
      body.popchips #client-nav-mobile #client-nav-mobile-header i {
        color: #199cbf; }
    body.popchips #client-nav-mobile #accordion li a {
      color: #fff;
      border-bottom: 1px solid #99cc33; }
      body.popchips #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.popchips #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #246890;
        color: white; }
      body.popchips #client-nav-mobile #accordion li a.collapsed {
        background-color: #259fd0;
        color: #fff;
        border-bottom: 0; }
  body.popchips #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid #333; }
  body.popchips #client-nav-mobile-header {
    background: #1c5370; }
  body.popchips #user-nav-mobile {
    background-color: #1c5370;
    color: #fff;
    border-bottom: solid 1px #1c5370;
    border-top: solid 1px #1c5370; }
  body.popchips .link_section {
    background-color: #f5f5f5;
    padding: 0px 30px; }
    body.popchips .link_section p {
      text-align: center; }
  body.popchips .subnav_link a {
    color: #1c5370; }
  body.popchips .subnav_imglink a {
    color: #1c5370; }
  body.popchips .gray_section {
    background-color: #199cbf;
    width: 100%;
    padding: 5px 30px; }
  body.popchips .old_rol_dynamic_content {
    padding: 12px; }
    body.popchips .old_rol_dynamic_content h1, body.popchips .old_rol_dynamic_content h2, body.popchips .old_rol_dynamic_content h3, body.popchips .old_rol_dynamic_content h4 {
      color: #1c5370;
      font-weight: 700; }
  body.popchips #address_book_toggle {
    color: #1c5370; }
  body.popchips .action_button {
    background-color: #1c5370;
    border: 2px solid #fff;
    color: #fff;
    text-transform: lowercase; }
  body.popchips .popButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #199cbf), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #199cbf 5%, #1c5370 100%);
    background: -webkit-linear-gradient(top, #199cbf 5%, #1c5370 100%);
    background: -o-linear-gradient(top, #199cbf 5%, #1c5370 100%);
    background: -ms-linear-gradient(top, #199cbf 5%, #1c5370 100%);
    background: linear-gradient(to bottom, #199cbf 5%, #1c5370 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#199cbf', endColorstr='#1c5370',GradientType=0);
    background-color: #199cbf;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    padding: 12px 30px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #199cbf; }
  body.popchips .popButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1c5370), color-stop(1, #199cbf));
    background: -moz-linear-gradient(top, #1c5370 5%, #199cbf 100%);
    background: -webkit-linear-gradient(top, #1c5370 5%, #199cbf 100%);
    background: -o-linear-gradient(top, #1c5370 5%, #199cbf 100%);
    background: -ms-linear-gradient(top, #1c5370 5%, #199cbf 100%);
    background: linear-gradient(to bottom, #1c5370 5%, #199cbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c5370', endColorstr='#199cbf',GradientType=0);
    background-color: #1c5370; }
  body.popchips .popButton:active {
    position: relative;
    top: 1px; }
  body.popchips #order_history {
    padding: 30px; }
    body.popchips #order_history h2 {
      border-bottom: 1px solid #199cbf19;
      padding-bottom: 19px;
      margin-bottom: 14px;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.popchips .popchips-footer {
    color: #199cbf; }
    body.popchips .popchips-footer nav ul li a {
      color: #199cbf; }
  body.popchips footer#site_footer {
    background-color: #1c5370;
    padding: 10px; }
    body.popchips footer#site_footer nav ul li a {
      color: #199cbf; }
    body.popchips footer#site_footer p {
      font-size: 11px; }
  body.popchips .equal {
    overflow: hidden; }
  body.popchips .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.popchips .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.popchips .image_pad {
    padding: 10%; }
#popstars h1 {
  margin-top: 0 !important;
  font-size: 2em;
  font-weight: 900;
  color: #1c5370; }
#popstars h2 {
  font-weight: 500; }
#popstars p {
  font-size: 12px; }
#popstars a {
  text-decoration: none; }
#popstars ol {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 12px; }
#popstars li {
  padding-top: .3em;
  padding-bottom: .3em; }
#popstars article {
  padding: 3em 1.5em 3em 1.5em; }
#popstars .line-height {
  line-height: 1.2em; }
#popstars .intro_text {
  text-align: center;
  padding: 0 1em .5em 1em; }
#popstars .date {
  margin-bottom: 0 !important; }
#popstars .img_padding {
  padding: 1em 0 1em 0; }
#popstars .main-content {
  padding-top: 2em; }
  #popstars .main-content p {
    line-height: 1.7em; }
#popstars .header_hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); }
#popstars .article_hr {
  width: 80%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
#popstars .product_tag {
  float: left;
  background: #24a6de;
  border-radius: 25px;
  border: none;
  color: #fff;
  padding: 1em .5em 1em .5em;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin: 1em auto 2em auto;
  text-align: center; }
#popstars .top_link {
  float: right;
  vertical-align: baseline;
  width: 40px;
  height: 40px; }
@import url("https://use.typekit.net/sfo0saq.css");
body.pressed {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal; }
  body.pressed hr {
    border-bottom-color: #000; }
  body.pressed header {
    margin: 20px auto; }
  body.pressed .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.pressed .hamburger:hover {
    cursor: pointer; }
  body.pressed #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.pressed #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.pressed #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.pressed .banner {
    max-width: 100%;
    max-height: 100%; }
  body.pressed h1 {
    color: #000;
    font-family: acumin-pro, sans-serif;
    text-transform: uppercase; }
  body.pressed .fo-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    align-content: center;
    justify-content: center; }
  body.pressed #user-nav {
    color: #000 !important;
    background: #fff;
    font-size: 0.8em;
    font-weight: 400;
    padding: 10px;
    border-top: none;
    border-bottom-width: thin;
    border-bottom-color: #000; }
    body.pressed #user-nav a {
      color: #000; }
    body.pressed #user-nav ul li:last-child {
      background-color: #ececec !important; }
      body.pressed #user-nav ul li:last-child a {
        color: #000; }
      body.pressed #user-nav ul li:last-child i.glyphicon {
        color: #000; }
    body.pressed #user-nav i.glyphicon {
      color: #000; }
  body.pressed #client-nav ul.evenly-spaced {
    padding: 20px; }
  body.pressed #client-nav-submenu-container-v2 ul {
    padding: 10px;
    background-color: #ececec; }
  body.pressed #client-nav a {
    font-weight: 700; }
  body.pressed #client-nav #client-nav-submenu-container-v2 li a {
    font-weight: 700; }
  body.pressed .action_button {
    color: black;
    background-color: #ececec;
    border: 1px solid #334433; }
    body.pressed .action_button:hover {
      border-width: 2px; }
  body.pressed #pressed-footer {
    background-image: url(/assets/pressed/Pressed_Badge_White_Footer-49e6d13a881480c8a45d8db15ffe75b15a078a9f7c6a883e3833442a84a73e64.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 75%; }
  body.pressed footer {
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: normal; }
  body.pressed footer#site_footer span {
    text-transform: none;
    font-weight: 400; }
  body.pressed footer#site_footer nav ul li {
    text-align: center;
    text-transform: none;
    color: #fff;
    font-size: 1.2em;
    padding: 0px 7px;
    line-height: 1.2em; }
  body.pressed #powered-by-resco-white {
    opacity: 1; }
    body.pressed #powered-by-resco-white img {
      width: 200px; }
body.sandridge {
  --bgcolor: #0d673b; }

body.dole {
  --bgcolor: #ffa300; }

body {
  --drk_bgcolor: var(--bgcolor);
  --lit_bgcolor: #ffc866; }

.modal-content {
  background-color: whitesmoke; }

#image-grid-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #ffa300;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 1;
  position: relative; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#grid_search {
  font-family: "Open Sans", "Font Awesome 6 Free";
  font-weight: 900;
  width: 20em; }

#recipe_grid_search {
  font-family: "Open Sans", "Font Awesome 6 Free";
  font-weight: 900;
  width: 20em; }

#product_image_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  cursor: pointer; }
  #product_image_grid .image_card {
    border: 1px solid gray;
    border-radius: 1em; }
    #product_image_grid .image_card div {
      text-align: center; }
    #product_image_grid .image_card img {
      margin: 0 auto; }

#recipe_image_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  cursor: pointer; }
  #recipe_image_grid .image_card {
    border: 1px solid gray;
    border-radius: 1em; }
    #recipe_image_grid .image_card div {
      text-align: center; }
    #recipe_image_grid .image_card img {
      margin: 0 auto; }

.tag_section label.show_tags_lbl {
  border-bottom: 1px solid #416378;
  background-color: var(--bgcolor);
  cursor: pointer;
  display: block;
  padding: 15px 20px;
  margin: 0;
  color: #fff;
  position: relative;
  font-size: 1.5em; }
  .tag_section label.show_tags_lbl::after {
    content: "\271B";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    opacity: 1;
    font-weight: bold;
    font-size: 2.5rem; }
.tag_section div.tags_div {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0 1em;
  margin: 5px 5px;
  transition: all 0.8s ease; }
  .tag_section div.tags_div * {
    opacity: 0;
    transition: all 0.8s ease; }
.tag_section input.show_tags {
  display: none; }
  .tag_section input.show_tags:checked + label.show_tags_lbl + div.tags_div {
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
    padding: 20px; }
    .tag_section input.show_tags:checked + label.show_tags_lbl + div.tags_div * {
      opacity: 1;
      transition: none; }
  .tag_section input.show_tags:checked + label.show_tags_lbl::after {
    content: "\268A"; }

.tag-types {
  overflow: hidden;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  padding-left: 0; }
  .tag-types li.tags input {
    width: 0;
    height: 0;
    display: none; }
  .tag-types li.tags a {
    font-weight: 700;
    text-decoration: none;
    color: var(--bgcolor);
    border: 1px solid #6cc24a;
    background-color: #fff;
    padding: 0.75em;
    font-size: 1rem;
    cursor: pointer;
    margin: 4px;
    display: block;
    text-align: center;
    border-radius: 5px; }
  .tag-types li a:hover,
  .tag-types li.highlight-tag a {
    color: white;
    background: #46bceb;
    background: -moz-linear-gradient(bottom, var(--drk_bgcolor) 0%, var(--lit_bgcolor) 100%);
    background: -webkit-linear-gradient(bottom, var(--drk_bgcolor) 0%, var(--lit_bgcolor) 100%);
    background: linear-gradient(to bottom, var(--drk_bgcolor) 0%, var(--lit_bgcolor) 100%);
    text-decoration: none; }
#rebates .rebate-link:hover {
  cursor: pointer; }
#rebates .mb-3 {
  margin-bottom: 18px; }
#rebates .slick-prev:focus {
  border: none !important;
  outline: none !important; }
#rebates h4 {
  display: inline-block;
  margin: 0 1em 1em 0; }
#rebates ul {
  margin-left: 0;
  padding-left: 1.5em; }

.mb-4 {
  margin-bottom: 25px; }

.rebate-section {
  padding-bottom: 5px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px; }
  .rebate-section textarea {
    margin-top: 8px;
    margin-bottom: 1%; }
  .rebate-section .additional-info {
    padding-bottom: 0;
    margin-bottom: 0px; }
  .rebate-section .card-body {
    padding-top: 14px;
    border-top: 1px solid #D3D3D3;
    margin-top: 10px; }
  .rebate-section .pl-0 {
    padding-left: 0; }
  .rebate-section .info-link {
    text-decoration: underline;
    margin-top: 10px; }
  .rebate-section .fa:hover {
    cursor: pointer; }
  .rebate-section .fa-check {
    color: green;
    font-size: 21px; }
  .rebate-section .fa-times {
    font-size: 22px;
    margin-left: 30px;
    margin-right: 30px;
    color: #FF0000; }
  .rebate-section .fa-user-times {
    font-size: 19px;
    color: #696969; }
  .rebate-section label {
    font-size: 16px;
    margin-bottom: 3px; }
    .rebate-section label.upper {
      text-transform: uppercase; }
  .rebate-section p {
    font-size: 14px;
    line-height: 1.5; }
  .rebate-section textarea {
    width: 50%;
    padding: 2px;
    height: 6em;
    text-align: left;
    margin: 0 auto; }
  .rebate-section .comment-submit {
    background-color: #2d3274;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    margin: 10px auto;
    width: 200px; }
  .rebate-section select {
    margin-bottom: 8px; }
  .rebate-section button.status {
    background: none;
    border: none; }

.rebate-section {
  transition: background-color 0.4s ease; }
  .rebate-section.rsm-approved {
    background-color: #bfb; }
  .rebate-section.dir-approved {
    background-color: #bfb; }
  .rebate-section.rsm-approved.director_view {
    background-color: #eaf0f0; }
  .rebate-section.unreviewed {
    background-color: #eaf0f0; }
  .rebate-section.rsm-declined {
    background-color: #fdd; }
  .rebate-section.dir-declined {
    background-color: #fdd; }
  .rebate-section.pass {
    background-color: #666;
    color: #fff; }

#rebate_status_control a {
  margin: 0 50px 0; }

ul.hold-reasons {
  padding: 0; }
body.rebellyous {
  background-color: #eee; }
  body.rebellyous p, body.rebellyous ol, body.rebellyous ul, body.rebellyous td {
    font-size: 14px;
    line-height: 19px; }
  body.rebellyous hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #000; }
  body.rebellyous #rol-user {
    padding-top: 20px;
    margin-top: 19px; }
  body.rebellyous #order_history {
    padding: 19px; }
  body.rebellyous .mt-3 {
    margin-top: 15px; }
  body.rebellyous .on-mobile {
    display: none; }
  body.rebellyous .one-off {
    padding: 30px; }
  body.rebellyous #site-container {
    background-color: #fff; }
  body.rebellyous .centered {
    display: flex;
    justify-content: center;
    align-items: center; }
  body.rebellyous .company_color {
    color: #d70e50 !important; }
  body.rebellyous .dark-blue-txt {
    color: #d70e50; }
  body.rebellyous .pagecard a:hover {
    color: #737373;
    text-decoration: none; }
  body.rebellyous a:hover {
    cursor: pointer; }
  body.rebellyous .icn-home {
    width: 30%;
    display: inline; }
  body.rebellyous .icn-top-pad {
    padding-top: 15px; }
  body.rebellyous .icn-bottom-pad {
    padding-bottom: 15px; }
  body.rebellyous .footer-logo {
    padding-top: 15px;
    width: 100px; }
  body.rebellyous .button-logo {
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center; }
  body.rebellyous img.button-logo {
    width: 50%; }
  body.rebellyous .img-fluid {
    max-width: 100%;
    height: auto; }
  body.rebellyous img.rebellyous-banner {
    max-height: 100%; }
  body.rebellyous img.tile {
    display: block;
    width: 100%; }
  body.rebellyous .circle-Img {
    border-radius: 50%; }
  body.rebellyous .logosm {
    display: block;
    height: 90px;
    margin: 5px auto; }
  body.rebellyous .white-hr {
    border-top: 1px solid #FFF;
    width: 92%;
    margin-left: 38px; }
  body.rebellyous .wrapper {
    padding: 16px 10px; }
  body.rebellyous button .glyphicon {
    padding-bottom: .25em; }
  body.rebellyous button .glyphicon:hover {
    text-decoration: none; }
  body.rebellyous .pad-4 {
    padding: 4em; }
  body.rebellyous button:hover {
    box-shadow: none;
    text-decoration: none; }
  body.rebellyous .rebellyous-140-btn:hover, body.rebellyous .rebellyous-140-btn:focus, body.rebellyous .rebellyous-140-btn.focus {
    text-decoration: none; }
  body.rebellyous .rebellyous-140-btn-lg, body.rebellyous .rebellyous-140-btn-group-lg > .rebellyous-140-btn {
    line-height: 1em; }
  body.rebellyous .rebellyous-140-btn {
    white-space: wrap;
    border-radius: 11px;
    box-shadow: 0px 9px 19px #D2D1D2;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    background: white;
    white-space: normal;
    line-height: 1em;
    min-height: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    max-width: 400px; }
  body.rebellyous .rebellyous-140-btnwrap {
    padding: 10px;
    margin-bottom: 19px; }
  body.rebellyous .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  body.rebellyous .text-ctr {
    text-align: center; }
  body.rebellyous img.center-block {
    max-width: 90%; }
  body.rebellyous .image-tout {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #e1e2cd; }
  body.rebellyous .toc-tout {
    width: 100%;
    background-color: #e0e0e6;
    padding: 2em;
    height: 12em;
    border-bottom: 10px solid #2195cb; }
  body.rebellyous .toc {
    width: 220px; }
  body.rebellyous .toc-button {
    width: 50%; }
  body.rebellyous .toc-nav {
    width: 190px; }
  body.rebellyous .toc-logo {
    width: 173px;
    float: left;
    padding: 1em;
    padding-right: 2em; }
  body.rebellyous .mf-button-logo {
    height: auto;
    width: 100px !important;
    padding-top: .5em; }
  body.rebellyous .spacer {
    height: 5em;
    clear: both; }
  @media (min-width: 320px) and (max-width: 650px) {
    body.rebellyous .buttons {
      width: 100%; }
    body.rebellyous .rebellyous-140-btn {
      min-height: 50px; } }
  body.rebellyous .homepod {
    border-radius: 11px;
    height: 416px;
    padding: 0;
    background-color: #fff; }
    body.rebellyous .homepod h2 {
      width: 100%;
      background: #fff;
      margin: 7px auto;
      font-size: 21px;
      font-weight: 700;
      padding: 3px 11px;
      text-align: center; }
    body.rebellyous .homepod p {
      padding: 3px 11px;
      color: #58595B;
      text-align: center;
      line-height: 1.5em;
      font-size: 16px; }
    body.rebellyous .homepod img {
      object-fit: cover;
      width: 100%;
      height: 300px;
      overflow: hidden;
      margin: 0; }
  body.rebellyous .homepodsmall {
    border-radius: 11px;
    height: 118px;
    padding: 0;
    background-color: #fff;
    width: 100%; }
    body.rebellyous .homepodsmall h2 {
      width: 100%;
      background: #fff;
      margin: 0 auto;
      font-size: 21px;
      font-weight: 700;
      padding: 3px 11px;
      text-align: left; }
    body.rebellyous .homepodsmall p {
      padding: 3px 11px;
      color: #58595B;
      text-align: left;
      line-height: 1.5em;
      font-size: 16px; }
    body.rebellyous .homepodsmall .center-vert {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 118px; }
    body.rebellyous .homepodsmall img {
      width: 100%;
      margin: 0; }
  body.rebellyous .homepodmed {
    border-radius: 11px;
    text-align: center;
    height: 191px;
    padding: 0;
    background-color: #fff;
    width: 100%; }
    body.rebellyous .homepodmed h2 {
      width: 100%;
      background: #fff;
      margin: 0 auto;
      font-size: 21px;
      font-weight: 700;
      padding: 3px 11px;
      text-align: center; }
    body.rebellyous .homepodmed p {
      padding: 3px 11px;
      color: #58595B;
      text-align: center;
      line-height: 1.5em;
      font-size: 16px; }
    body.rebellyous .homepodmed hr {
      margin-top: 14px;
      margin-bottom: 4px; }
    body.rebellyous .homepodmed .center-vert {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 118px; }
    body.rebellyous .homepodmed img {
      width: 100%;
      margin: 0 auto; }
  body.rebellyous .top-nav {
    font-weight: normal;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    padding-top: 15px; }
  body.rebellyous #client-nav {
    background-color: #fff; }
    body.rebellyous #client-nav .top-nav > li.active a {
      color: #737373;
      text-decoration: none; }
    body.rebellyous #client-nav .sub-nav > li.active a {
      color: #737373; }
  body.rebellyous #client-nav-submenu-container-v2 {
    background-color: #d70e50;
    color: #fff;
    border-bottom: 1px solid #000; }
  body.rebellyous #client-nav-submenu-container-v2 li a {
    font-weight: bold; }
  body.rebellyous #user-nav {
    background-color: #FFFFFF; }
  body.rebellyous #user-nav ul li:last-child {
    background-color: #d70e50;
    color: #FFFFFF; }
  body.rebellyous #login_button {
    background-color: #d70e50; }
  body.rebellyous ul#logo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    text-align: center; }
  body.rebellyous #logo-list {
    background-color: #fff;
    margin-left: 0px;
    margin-bottom: 0; }
  body.rebellyous .carousel {
    overflow: hidden; }
  body.rebellyous .carousel-btn {
    background-color: #f2e9c4;
    border: 1px solid #ffffff;
    padding-top: 4px;
    padding-bottom: 4px; }
  body.rebellyous h2 {
    font-weight: 700;
    font-size: 24px; }
  body.rebellyous h3 {
    font-weight: 900;
    text-transform: none;
    letter-spacing: -1px;
    font-size: 1.2em;
    line-height: .9em;
    margin-top: 0;
    margin-bottom: 0; }
  body.rebellyous .rebellyous-center {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%); }
  body.rebellyous .banner-subtext {
    font-weight: thin;
    letter-spacing: 4px;
    font-size: 20px;
    padding-bottom: 3px; }
  body.rebellyous .banner-text {
    margin-top: 7px;
    line-height: 20px; }
  body.rebellyous .rebellyous-shadow {
    box-shadow: 0px 9px 19px #D2D1D2;
    background: #fff; }
  body.rebellyous .rebellyous-shadow:hover {
    box-shadow: none;
    background: #fff; }
  body.rebellyous #faux_table_header {
    display: none; }
  body.rebellyous #rebellyous-footer {
    clear: both;
    width: 100%;
    background-color: #d70e50;
    padding: 2em 2em;
    text-align: center;
    font-size: 12px;
    color: #fff; }
    body.rebellyous #rebellyous-footer a {
      color: #fff; }
    body.rebellyous #rebellyous-footer #footer-url {
      color: #d70e50; }
    body.rebellyous #rebellyous-footer span {
      color: #fff;
      text-transform: none; }
    body.rebellyous #rebellyous-footer #powered-by-resco-white {
      opacity: 1; }
      body.rebellyous #rebellyous-footer #powered-by-resco-white img {
        width: 200px; }
  body.rebellyous .link_section {
    background-color: #f2e9c4; }
  body.rebellyous .on-mobile {
    display: none; }
  body.rebellyous nav.page-nav {
    clear: both;
    display: block;
    padding-top: 10px;
    margin: 10px auto;
    text-align: center;
    width: 50%; }
    body.rebellyous nav.page-nav a {
      font-weight: 700; }
  body.rebellyous .action_button {
    display: block;
    min-width: 250px;
    margin: 3px auto;
    border-radius: 21px;
    padding: 4px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
    font-weight: 700;
    white-space: normal;
    background-color: #d70e50; }
    body.rebellyous .action_button:visited {
      color: #fff; }
  body.rebellyous .page-nav {
    color: #d70e50; }
  @media only screen and (min-width: 1px) and (max-width: 769px) {
    body.rebellyous .banner-h2 {
      padding-top: 7px; }
    body.rebellyous .icn-mobile-pd {
      padding-top: 70px; }
    body.rebellyous .slick-list {
      overflow: inherit; }
    body.rebellyous .on-mobile {
      display: block; }
    body.rebellyous .not-on-mobile {
      display: none; }
    body.rebellyous .mobile-row-marg {
      margin-left: -8px;
      margin-right: 0px; }
    body.rebellyous #client-nav-mobile {
      z-index: 10;
      background-color: #eee; }
    body.rebellyous #client-nav-mobile #accordion a {
      text-decoration: none !important;
      padding: 20px;
      width: 100%;
      display: block; }
    body.rebellyous #client-nav-mobile #accordion i {
      float: right;
      margin-right: 20px;
      margin-top: 3px; }
    body.rebellyous .visible-xs {
      display: block !important; }
    body.rebellyous #side-menu-items .cosmetic-border-div {
      border-bottom: 1px solid #333; }
    body.rebellyous #client-nav-mobile-header {
      border-bottom: 1px solid #333; }
    body.rebellyous #client-nav-mobile #client-nav-mobile-header li {
      display: inline-block;
      width: 49%;
      padding: 20px;
      height: 60px; }
    body.rebellyous #accordion ul * {
      list-style: none; }
    body.rebellyous #accordion a * {
      text-decoration: underline; }
    body.rebellyous #accordion i {
      text-decoration: none; }
    body.rebellyous #client-nav-mobile-header ul {
      padding: 0; }
    body.rebellyous #side-menu-items {
      list-style: none;
      padding: 0; }
    body.rebellyous #resources-mobile ul {
      list-style: none; }
    body.rebellyous ul#logo-list {
      display: block;
      grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
    body.rebellyous .on-desktop {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body.rebellyous #banner-overlay {
      color: #FFFFFF;
      width: 100%;
      height: 66%;
      background-color: #2c316f;
      border: 1px solid #FFF;
      float: none;
      margin-top: 41px;
      margin-right: 47px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 0%;
      margin-top: 40%; }
    body.rebellyous #banner-overlay-2 {
      color: #FFFFFF;
      width: 100%;
      height: 26%;
      background-color: #2c316f;
      border: 1px solid #FFF;
      float: none;
      margin-top: 41px;
      margin-right: 47px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 0%;
      margin-top: 40%; }
    body.rebellyous .banner-h2 {
      padding-top: 14px; }
    body.rebellyous .icn-mobile-pd {
      padding-top: 125px; } }
  body.rebellyous .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #d70e50;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.rebellyous .hamburger:hover {
    cursor: pointer; }
  body.rebellyous #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.rebellyous #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.rebellyous #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.rebellyous #client-nav-mobile {
    background-color: #fff; }
    body.rebellyous #client-nav-mobile #accordion .panel-body li {
      background-color: #d70e50; }
  body.rebellyous #accordion li a.top-level {
    font-weight: 700;
    background-color: #fff;
    color: #000; }
  body.rebellyous #accordion li a {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.rebellyous img.center-block {
      width: auto;
      max-width: auto;
      height: 100%;
      max-height: 100%; }
    body.rebellyous .rebellyous-140-btn {
      height: 140px; }
    body.rebellyous #client-nav-submenu-container-v2 ul {
      min-height: 0px !important; } }
  body.rebellyous table.logo-nav {
    clear: both;
    width: 100%;
    border: 0; }
    body.rebellyous table.logo-nav td img {
      width: 100%; }
    body.rebellyous table.logo-nav td a {
      border: 0; }
.report-title {
  font-weight: 700; }

.report {
  margin-bottom: 1em;
  line-height: 1em; }

.file-info {
  color: #aaa;
  font-size: 80%; }
/*

 redband
    font-weight: bold;
    padding: 11px 16px;
    margin: 3px 11px;
    text-align: center;
    position: relative;
    border-radius: 5px;

*/
body.richs {
  background-color: #DFE5E8; }
  body.richs hr {
    border-bottom-color: #D31145; }
  body.richs .text-color-primary-client-sass {
    color: #000; }
  body.richs .text-color-secondary-client-sass {
    color: #000; }
  body.richs input:checked + label.switch-label {
    background: #D31145; }
  body.richs #xmpie_return_page div.xmpie_quantity_choice_button.active {
    background-color: #D31145;
    color: #fff; }
    body.richs #xmpie_return_page div.xmpie_quantity_choice_button.active input {
      color: #000; }
  body.richs .archive-link {
    color: #D31145; }
  body.richs .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #337ab7;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.richs .hamburger:hover {
    cursor: pointer; }
  body.richs .hamburger:hover > .line {
    background-color: #fff; }
  body.richs #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.richs #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.richs #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.richs .company_color {
    color: #D31145 !important; }
  body.richs p a {
    color: #D31145; }
  body.richs .video-link {
    font-weight: bold;
    color: #c9001f; }
  body.richs #download_link {
    text-align: center;
    width: 100%;
    background-color: #D31145;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.richs #user-nav {
    border-bottom: none;
    color: #fff;
    background-color: #e78f3d;
    background: linear-gradient(to right, #f68b1f 0%, #e02125 32%, #8b0027 101%);
    font-size: .8em;
    font-weight: 400; }
    body.richs #user-nav a {
      color: #fff; }
    body.richs #user-nav ul li:last-child {
      border-bottom: 1px solid #000;
      background-color: #fff; }
      body.richs #user-nav ul li:last-child a {
        color: #000; }
    body.richs #user-nav i.glyphicon {
      color: inherit; }
  body.richs .news {
    border-radius: 0;
    margin: 4%;
    border: 1px solid #ccc;
    height: 402px;
    margin-top: 15px; }
    body.richs .news h3 {
      width: 100%;
      background: #fff;
      margin: 0 auto;
      font-size: 21px;
      font-weight: 700; }
    body.richs .news p {
      padding: 3px 11px; }
    body.richs .news hr {
      margin-top: 14px;
      margin-bottom: 4px; }
  body.richs .center {
    text-align: center; }
  body.richs #site-container {
    background-color: #fff; }
  body.richs #client-nav {
    color: 000;
    background-color: #000;
    background-color: #FFF; }
    body.richs #client-nav .main-logo {
      max-height: 60px;
      width: auto;
      margin: 11px auto 12px;
      display: block; }
    body.richs #client-nav li {
      text-transform: uppercase; }
    body.richs #client-nav a {
      color: #000;
      text-transform: uppercase;
      font-weight: 700; }
    body.richs #client-nav .top-nav > li.active a {
      color: #D31145; }
  body.richs #client-nav-submenu-container-v2 ul {
    background-color: #D31145; }
  body.richs #client-nav-submenu-container-v2 li a {
    color: #FFF; }
  body.richs #client-nav-submenu-container-v2 ul li.selected {
    background-color: #000 !important; }
    body.richs #client-nav-submenu-container-v2 ul li.selected a {
      color: #D31145; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.richs .top-nav {
      padding-top: 15px; }
    body.richs #client-nav-submenu-container-v2 ul {
      background-color: #D31145; }
    body.richs #client-nav-submenu-container-v2 li {
      padding: 0 !important; } }
  body.richs #client-nav-mobile {
    background-color: #e78f3d;
    background: linear-gradient(to right, #f68b1f 0%, #e02125 32%, #8b0027 101%); }
    body.richs #client-nav-mobile ul.panel-body li {
      background-color: #D31145; }
    body.richs #client-nav-mobile #client-nav-mobile-header {
      color: white;
      border-bottom: 1px solid #eee; }
      body.richs #client-nav-mobile #client-nav-mobile-header a:hover {
        color: white; }
      body.richs #client-nav-mobile #client-nav-mobile-header i {
        color: #eee; }
    body.richs #client-nav-mobile #accordion li a {
      text-transform: uppercase;
      color: #fff;
      border-bottom: 1px solid #fff; }
      body.richs #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.richs #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #fff;
        color: #000; }
      body.richs #client-nav-mobile #accordion li a.collapsed {
        background-color: #fff;
        color: #000;
        border-bottom: 0; }
  body.richs footer {
    border-top: 1px solid #eee;
    background: #e78f3d;
    background: linear-gradient(to right, #f68b1f 0%, #e02125 32%, #8b0027 101%);
    color: #fff; }
  body.richs footer#site_footer nav ul li a {
    color: #fff; }
  body.richs #powered-by-resco-white {
    opacity: 1; }
    body.richs #powered-by-resco-white img {
      width: 200px; }
  body.richs footer#site_footer span {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff; }
  body.richs #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid #333; }
  body.richs #user-nav-mobile {
    background-color: #000;
    color: #fff; }
  body.richs .link_section {
    background-color: #eee; }
  body.richs .list_spacing {
    line-height: 30.5px; }
  body.richs .subnav_link a {
    color: #D31145; }
  body.richs .subnav_imglink a {
    color: #D31145; }
  body.richs .subnav_imglink img {
    width: 100%; }
  body.richs .subnav_imglink h3 {
    font-size: 14px;
    text-align: left; }
    body.richs .subnav_imglink h3 a {
      text-transform: none;
      text-align: left;
      line-height: .91em;
      font-weight: 700; }
    body.richs .subnav_imglink h3 .dateline {
      font-size: 80%;
      color: #565656; }
  body.richs .subnav_imglink h4 {
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333; }
  body.richs .subnav_imglink hr {
    border-top: 1px solid #ccc; }
  body.richs .tile_link a {
    display: inline-block;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 4px; }
  body.richs .old_rol_dynamic_content {
    padding: 12px; }
    body.richs .old_rol_dynamic_content h1, body.richs .old_rol_dynamic_content h2, body.richs .old_rol_dynamic_content h3, body.richs .old_rol_dynamic_content h4 {
      color: #D31145;
      font-weight: 700; }
  body.richs #address_book_toggle, body.richs #clone_data_from_old_order {
    color: #D31145; }
  body.richs .action_button {
    background-color: #D31145;
    border: 2px solid #b6021e; }
  body.richs .p-1 {
    padding: 1em; }
  body.richs .rich_button {
    background-color: #D31145;
    width: 100%;
    display: block;
    border-radius: 7px;
    padding: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    white-space: normal;
    min-height: 50px; }
    body.richs .rich_button:visited {
      color: #fff; }
  body.richs #order_history {
    padding: 30px; }
    body.richs #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.richs .btn-wrapper {
    padding-top: 3%; }
  body.richs .btn-view {
    background-color: #D31145;
    color: #FFFFFF;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 10px;
    padding-bottom: 10px; }
body.sandridge .hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #0d673b;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
body.sandridge .hamburger:hover {
  cursor: pointer; }
body.sandridge .hamburger:hover > .line {
  background-color: #231f20; }
body.sandridge #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }
body.sandridge #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }
body.sandridge #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }
body.sandridge #user-nav {
  color: #0d673b !important;
  background: #fff;
  font-size: .8em;
  font-weight: 400;
  padding: 10px;
  border-top-color: #141616;
  border-width: thin;
  border-bottom-color: #141616; }
  body.sandridge #user-nav a {
    color: #0d673b; }
  body.sandridge #user-nav ul li:last-child {
    background-color: #0d673b !important; }
    body.sandridge #user-nav ul li:last-child a {
      color: #fff; }
    body.sandridge #user-nav ul li:last-child i.glyphicon {
      color: #fff; }
  body.sandridge #user-nav i.glyphicon {
    color: #0d673b; }
body.sandridge #client-nav .main-logo {
  margin: 4rem auto 2rem auto; }
body.sandridge #client-nav-submenu-container-v2 ul {
  background-color: #0d673b; }
body.sandridge #client-nav-submenu-container-v2 li a {
  color: #FFF; }
body.sandridge .action_button {
  background-color: #8dc63f;
  border: 0; }
body.sandridge #site_footer {
  clear: both;
  width: 100%;
  background-color: #8dc63f;
  padding: 0;
  text-align: center;
  font-size: 10px;
  color: #FFF; }
body.sandridge .link_section {
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
body.sandridge .subnav_link {
  width: 30%;
  height: 7em;
  padding: 1em;
  border-radius: 1em;
  background: #0d673b;
  color: #fff;
  margin: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 300; }
body.sandridge .banner-responsive {
  max-height: 100%;
  width: auto; }
body {
  background-color: #fff;
  color: #333;
  font-size: 13px;
  line-height: 18px; }

p, ol, ul, td {
  font-size: 13px;
  line-height: 18px; }

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px; }

a {
  color: inherit;
  text-decoration: none; }
  a:active {
    background-color: inherit;
    color: inherit; }
td.td_icon span, td.td_icon a {
  text-align: center;
  width: 100%;
  display: block; }

.fa-2xs {
  font-size: 0.625em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }

.fa-lg {
  font-size: 1.25em; }

.fa-xl {
  font-size: 1.5em; }

.fa-2xl {
  font-size: 2em; }

input[type=add_search] {
  position: relative;
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 2px 10px;
  line-height: normal;
  color: #000; }
  input[type=add_search]:focus {
    outline: none; }

#popup_content {
  overflow-y: auto;
  overflow-x: hidden; }
  #popup_content section#address_book {
    width: 100%; }
    #popup_content section#address_book section.address_book_row {
      grid-template-columns: 1fr; }
  #popup_content article.address {
    width: 100%;
    margin-bottom: .8em;
    padding-bottom: 0; }

article.address {
  width: 18em;
  margin-bottom: 4em;
  margin-right: 2em; }
  article.address a {
    font-weight: 700; }
  article.address button.action_button {
    min-width: auto; }

article.default.address {
  background: #eaf0f0;
  border: 1px solid #dfe3e3;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px; }

.green-status i {
  color: green;
  cursor: auto; }

.yellow-status {
  color: #8B8000;
  cursor: auto; }

.lime-status {
  color: #99CB0E;
  cursor: auto; }

#address_book {
  margin-left: 1em;
  margin-right: 1em; }
  #address_book section.address_book_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
  #address_book article.address {
    float: left;
    width: auto; }

#address_book:after {
  content: '';
  display: block;
  clear: both; }

#profile_page_display article.address {
  float: none;
  margin: 0 auto; }

#address_book_toggle {
  text-align: center; }

table#tbl_addresses {
  width: 100%;
  margin-top: 1em; }
  table#tbl_addresses td.td_state {
    width: 5em; }
  table#tbl_addresses tr.default td, table#tbl_addresses tr.prefilled_address td {
    background: #eaf0f0;
    border: 1px solid #dfe3e3;
    font-weight: bold;
    text-shadow: none; }
  table#tbl_addresses tr {
    cursor: pointer;
    counter-increment: rowNumber; }
  table#tbl_addresses tbody {
    counter-reset: rowNumber; }
  table#tbl_addresses th {
    text-align: left;
    padding-right: 1em; }
  table#tbl_addresses td {
    text-align: left;
    padding: 0;
    padding-right: 0.4rem;
    padding-left: .5em;
    height: 4rem;
    max-width: 8rem;
    min-width: 2rem; }
  table#tbl_addresses span.number_span {
    padding-left: 25%; }
  table#tbl_addresses td:first-child::before {
    margin-left: -1.5em;
    margin-right: 1em; }
  table#tbl_addresses tbody tr:nth-child(odd) {
    background-color: rgba(226, 237, 253, 0.6); }
  table#tbl_addresses tbody tr:hover {
    background: #eaf0f0;
    text-shadow: 0px 0px 1px black; }

section#mobile_address_book {
  display: none; }

@media only screen and (max-width: 760px) {
  section#address_book {
    margin: 0; }
    section#address_book article.address {
      text-align: left;
      float: none;
      justify-self: center; }
      section#address_book article.address button.action_button {
        min-width: 200px;
        padding: 4px 20px; }
    section#address_book section.address_book_row {
      grid-template-columns: 1fr; }
    section#address_book h1 {
      text-align: center; }

  table#tbl_addresses {
    display: none; }

  section#mobile_address_book {
    margin-top: 1em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
    section#mobile_address_book article.address {
      margin-bottom: .4em;
      width: 100%;
      padding: 10px; }

  .delete_icon::after {
    content: " Delete"; }

  .validate_icon::after {
    content: " Validate"; } }
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format("embedded-opentype"), url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format("woff"), url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format("truetype"), url(/assets/slick-8ca11b5fcbff92ee6378017cf6832dddfa745253202d7c8d01f42d5d17c4cb5c.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
@media only screen and (max-width: 500px) {
  .slick-prev,
  .slick-next {
    display: none; } }
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 300px;
  width: 90px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 27px;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  z-index: 1;
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -50px; }
  .slick-prev:before {
    content: url(/assets/carousel_arrow_prev-04105e0bbaeafb56cce0b7c1d51da336833322604ca2d14bdb1b0df2c249f5fe.svg); }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: -50px;
    right: auto; }
  .slick-next:before {
    content: url(/assets/carousel_arrow_next-9f090c5a6501c20afb1ce0195795f4b22f3cb73672652c4f7391cdf8e06b3842.svg); }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  background: whitesmoke;
  bottom: -3px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 3px;
    padding: 0;
    margin-bottom: 5px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.carousel{    
    margin-top: 0px;
    height: 350px!important;
    padding-top: 30px!important;
    background-color: #fff;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    top: -30px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#social_media_feed article.social_media_post .social_metadata_column {
  padding: 2em 1em 0em;
  text-align: right; }
  #social_media_feed article.social_media_post .social_metadata_column ul {
    list-style-type: none; }
#social_media_feed article.social_media_post .social_content_column {
  padding: 1em; }
  #social_media_feed article.social_media_post .social_content_column p {
    max-width: 500px; }
#social_media_feed img.social_media_logo {
  width: 125px;
  display: absolute;
  margin-bottom: 1em;
  top: 0;
  right: 0;
  clear: all;
  opacity: 1; }

#smp-infinite-scrolling div.pagination {
  display: none; }
#faux_table_header {
  margin-top: 10px;
  background-color: #333;
  color: #fff;
  padding: .75em .5em;
  text-transform: uppercase;
  line-height: 1em; }
  #faux_table_header .description {
    margin-left: 60px; }
  #faux_table_header .action {
    display: inline-block;
    float: right; }

#product_list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #product_list ul li {
    display: inline-block;
    width: 100%;
    clear: both;
    height: 60px;
    padding: 0;
    margin: 0; }
    #product_list ul li .item {
      display: block;
      line-height: 1.1em;
      padding: 5px; }
      #product_list ul li .item span.description {
        font-weight: 700; }
      #product_list ul li .item span.item_no {
        font-weight: 400; }
      #product_list ul li .item div.thumb_container {
        width: 50px;
        text-align: center;
        float: left;
        margin-right: .75em; }
      #product_list ul li .item img.thumbnail {
        max-width: 50px;
        max-height: 50px;
        display: inline; }
      #product_list ul li .item i.fa {
        float: right;
        margin: .5em; }
      #product_list ul li .item span.out-of-stock {
        float: right;
        margin: 1.5em .5em 0; }
      #product_list ul li .item select.format_select {
        float: right;
        margin-top: 1em; }
    #product_list ul li:nth-of-type(even) {
      background-color: #ddd; }

#pf_spinner {
  display: none;
  text-align: center; }

p.no-items {
  text-align: center;
  margin: 5em; }

.flash-green {
  color: #5c5 !important; }

.flash-red {
  color: #f00 !important; }
@import url("https://use.typekit.net/eac7cji.css");
body.twc .almonds .col-md-4,
body.twc .corperate .col-md-4 {
  padding-left: 15px;
  padding-right: 15px; }
body.twc input[type="submit"],
body.twc button.submit {
  background-color: #006b36;
  color: white;
  cursor: pointer;
  border: none;
  margin: 5% auto;
  border-radius: 5px;
  padding: 6px 4px; }
body.twc .text-color-primary-client-sass {
  color: #006b36; }
body.twc .text-color-secondary-client-sass {
  color: #55ba47; }
body.twc p,
body.twc ol,
body.twc ul,
body.twc td {
  font-size: 15px;
  line-height: 21px; }
body.twc h1,
body.twc h2,
body.twc h3,
body.twc h4 {
  color: #006b36;
  font-family: "rival-sans", sans-serif;
  font-weight: 600;
  font-style: normal; }
body.twc .company_color {
  color: #006b36 !important; }
body.twc img.wonderful-banner {
  max-width: 100%;
  max-height: 100%; }
body.twc hr {
  border-bottom: 1px solid #55ba47; }
body.twc .arrow-border {
  position: relative;
  border-bottom: 1px solid #55ba47;
  padding-bottom: 10px;
  /* Adjust based on the desired space */ }
body.twc .arrow {
  position: absolute;
  bottom: -5px;
  /* Adjust based on arrow alignment */
  right: 0;
  fill: #55ba47;
  /* Color of the arrow */
  width: 10px;
  /* Adjust based on desired size */
  height: 10px;
  /* Adjust based on desired size */ }
body.twc #download_link {
  text-align: center;
  width: 100%;
  background-color: #006b36;
  padding: 1em;
  margin: 1em 0 0 0;
  border-radius: 40px;
  color: #fff;
  font-weight: bold; }
body.twc .wonderful-wrapper {
  padding-left: 30px; }
body.twc .p1 {
  padding: 2em; }
body.twc p a {
  color: #006b36; }
body.twc .pagecard p {
  font-size: 14px; }
body.twc .pagecard {
  padding: 0; }
body.twc h3 {
  font-size: 21px; }
body.twc h2 {
  font-size: 30px; }
body.twc h1 {
  font-size: 48px; }
body.twc img.icon {
  max-width: 133px; }
body.twc .center {
  text-align: center; }
body.twc .caption {
  width: 50%;
  padding: 5%; }
@media only screen and (max-width: 620px) {
  body.twc .caption {
    width: 100%;
    padding: 10%; } }
body.twc #user-nav {
  color: #444 !important;
  font-size: 0.8em;
  font-weight: 400;
  background: #fff; }
  body.twc #user-nav a {
    color: #000; }
  body.twc #user-nav ul li:last-child {
    background-color: #fff !important; }
    body.twc #user-nav ul li:last-child a {
      color: #444; }
  body.twc #user-nav i.glyphicon {
    color: #55ba47; }
body.twc #user-nav.hidden-xs ul li {
  color: #55ba47; }
body.twc #site-container {
  background-color: #fff; }
body.twc #client-nav {
  color: #444;
  padding-bottom: 0; }
  body.twc #client-nav a {
    color: #006b36; }
  body.twc #client-nav li {
    text-transform: uppercase; }
  body.twc #client-nav li.active {
    text-decoration: underline; }
  body.twc #client-nav a {
    color: #006b36;
    text-transform: uppercase;
    font-weight: 700; }
  body.twc #client-nav .top-nav > li.active a {
    color: #006b36; }
  body.twc #client-nav .top-nav {
    background-color: #fff;
    padding-top: 10px; }
body.twc #client-nav > ul ul li {
  background-color: #006b36; }
  body.twc #client-nav > ul ul li a {
    font-weight: 200;
    background-color: #006b36; }
body.twc #client-nav > ul li.selected {
  background-color: #000 !important; }
  body.twc #client-nav > ul li.selected a {
    color: #fff; }
body.twc #client-nav-submenu-container-v2 ul {
  background-color: #55ba47; }
  body.twc #client-nav-submenu-container-v2 ul li {
    color: #fff; }
  body.twc #client-nav-submenu-container-v2 ul a {
    font-weight: 400 !important;
    color: #fff; }
body.twc .panel-body {
  background: #55ba47; }
body.twc #client-nav-mobile #client-nav-mobile-header {
  color: white;
  border-bottom: 1px solid #55ba47; }
  body.twc #client-nav-mobile #client-nav-mobile-header a:hover {
    color: white; }
  body.twc #client-nav-mobile #client-nav-mobile-header i {
    color: #55ba47; }
body.twc #client-nav-mobile #accordion li a {
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #55ba47;
  width: 107%; }
  body.twc #client-nav-mobile #accordion li a :last-child {
    border-bottom: 0; }
  body.twc #client-nav-mobile #accordion li a.top-level {
    font-weight: 700;
    background-color: #55ba47;
    color: white; }
  body.twc #client-nav-mobile #accordion li a.collapsed {
    background-color: #55ba47;
    color: #fff;
    border-bottom: 0; }
body.twc .hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
body.twc .hamburger:hover {
  cursor: pointer; }
body.twc #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }
body.twc #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }
body.twc #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }
body.twc #side-menu-items .cosmetic-border-div {
  border-bottom: 1px solid #333; }
body.twc #client-nav-mobile-header {
  background: #006b36; }
body.twc #user-nav-mobile {
  background-color: #fff;
  color: #006b36;
  border-bottom: solid 1px #006b36;
  border-top: solid 1px #006b36; }
body.twc .subnav_link a {
  color: #006b36; }
body.twc .subnav_imglink a {
  color: #006b36; }
body.twc #address_book_toggle,
body.twc #fastfill_toggle,
body.twc #fastfill_clear,
body.twc #clone_data_from_old_order {
  color: #006b36; }
body.twc .action_button {
  background-color: #006b36;
  border: 2px solid #fff; }
body.twc #order_history {
  padding: 30px; }
  body.twc #order_history h2 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 19px;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 21px; }
body.twc .bottom-space {
  min-height: 3rem; }
body.twc footer#site_footer {
  background-color: #55ba47;
  margin: 2em auto;
  padding-bottom: 1em;
  color: #fff; }
  body.twc footer#site_footer nav ul li a {
    color: #fff; }
  body.twc footer#site_footer span {
    text-transform: none;
    font-weight: 400;
    color: #fff; }
  body.twc footer#site_footer p {
    margin: 3px auto; }
  body.twc footer#site_footer #powered-by-resco-white {
    opacity: 1; }
    body.twc footer#site_footer #powered-by-resco-white img {
      width: 200px; }
body.umpqua {
  background-color: #fff;
  font-family: brandon-grotesque, Arial, Verdana, sans-serif;
  /* BUTTONS */ }
  body.umpqua .company_color {
    color: #231f20 !important; }
  body.umpqua #download_link {
    text-align: center;
    width: 100%;
    background-color: #231f20;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.umpqua p a {
    color: #231f20;
    font-weight: 600; }
  body.umpqua .pagecard p {
    font-size: 16px; }
  body.umpqua h3 {
    color: #231f20;
    font-weight: 400;
    text-align: center; }
  body.umpqua h2 {
    color: #231f20;
    font-weight: 400; }
  body.umpqua img.cc-banner {
    max-width: 100%;
    max-height: 100%; }
  body.umpqua img.icon {
    max-width: 133px; }
  body.umpqua .center {
    text-align: center; }
  body.umpqua .umpButton {
    background-color: #231f20;
    border: 1px solid #000000;
    display: inline-block;
    color: #ffffff;
    padding: 14px;
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em; }
  body.umpqua .umpButton:hover {
    background-color: #d0202e;
    text-decoration: none; }
  body.umpqua .umpButton:active {
    background-color: #d0202e; }
  body.umpqua .center-block {
    width: 80%;
    height: 80px;
    vertical-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4em; }
  body.umpqua #user-nav {
    color: #fff !important;
    font-size: .8em;
    font-weight: 400;
    background: #231f20; }
    body.umpqua #user-nav a {
      color: #fff; }
    body.umpqua #user-nav ul li:first-child {
      margin-left: 5px; }
    body.umpqua #user-nav ul li:last-child {
      background-color: #d0202e !important; }
      body.umpqua #user-nav ul li:last-child a {
        color: #fff; }
    body.umpqua #user-nav i.glyphicon {
      color: #fff; }
  body.umpqua #user-nav.hidden-xs ul li {
    color: #d0202e; }
  body.umpqua #site-container {
    background-color: #fff; }
  body.umpqua #client-nav {
    padding-bottom: 16px; }
    body.umpqua #client-nav .main-logo {
      max-height: 100px; }
    body.umpqua #client-nav a {
      color: #fff; }
    body.umpqua #client-nav ul {
      border-top: none;
      border-bottom: none; }
    body.umpqua #client-nav li {
      text-transform: uppercase; }
    body.umpqua #client-nav a {
      color: #231f20;
      text-transform: uppercase;
      font-weight: 700; }
    body.umpqua #client-nav .top-nav > li.active a {
      color: #d0202e; }
    body.umpqua #client-nav .top-nav {
      padding-top: 10px; }
  body.umpqua #client-nav a {
    text-decoration: none; }
  body.umpqua #client-nav #client-nav-submenu-container-v2 ul {
    min-height: 60px;
    margin-bottom: 0; }
  body.umpqua #client-nav #client-nav-submenu-container-v2 li {
    padding-top: 10px;
    padding-bottom: 10px; }
    body.umpqua #client-nav #client-nav-submenu-container-v2 li a {
      font-weight: 500; }
  body.umpqua #client-nav > ul ul li {
    background-color: #000; }
    body.umpqua #client-nav > ul ul li a {
      font-weight: 300;
      color: #231f20; }
  body.umpqua #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.umpqua #client-nav > ul li.selected a {
      color: #d0202e; }
  body.umpqua #client-nav-submenu-container-v2 ul {
    background-color: #3d4246; }
    body.umpqua #client-nav-submenu-container-v2 ul li {
      color: #d0202e; }
    body.umpqua #client-nav-submenu-container-v2 ul a {
      font-weight: 700;
      text-transform: none;
      color: #fff; }
  body.umpqua .panel-body {
    background: #3d4246; }
  body.umpqua .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.umpqua .hamburger:hover {
    cursor: pointer; }
  body.umpqua #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.umpqua #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.umpqua #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.umpqua #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.umpqua #client-nav-mobile #client-nav-mobile-header {
      color: #d0202e;
      border-bottom: 1px solid white; }
      body.umpqua #client-nav-mobile #client-nav-mobile-header a:hover {
        color: #d0202e; }
      body.umpqua #client-nav-mobile #client-nav-mobile-header i {
        color: #d0202e; }
    body.umpqua #client-nav-mobile #accordion li a {
      text-transform: none;
      color: #d0202e;
      border-bottom: 1px solid white; }
      body.umpqua #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.umpqua #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #3d4246;
        color: #d0202e; }
      body.umpqua #client-nav-mobile #accordion li a.collapsed {
        background-color: #3d4246;
        color: #d0202e;
        border-bottom: 0; }
  body.umpqua #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid white; }
  body.umpqua #client-nav-mobile-header {
    background: #231f20; }
  body.umpqua #user-nav-mobile {
    background-color: #fff;
    color: #231f20;
    border-bottom: solid 1px #231f20;
    border-top: solid 1px #231f20; }
  body.umpqua .link_section {
    background-color: #3d4246;
    padding: 0px 30px; }
    body.umpqua .link_section p {
      text-align: center; }
  body.umpqua .subnav_link a {
    color: #231f20; }
  body.umpqua .subnav_imglink a {
    color: #231f20; }
  body.umpqua .gray_section {
    background-color: #3d4246;
    width: 100%;
    padding: 5px 30px; }
  body.umpqua .old_rol_dynamic_content {
    padding: 12px; }
    body.umpqua .old_rol_dynamic_content h1, body.umpqua .old_rol_dynamic_content h2, body.umpqua .old_rol_dynamic_content h3, body.umpqua .old_rol_dynamic_content h4 {
      color: #231f20;
      font-weight: 700; }
  body.umpqua #address_book_toggle, body.umpqua #clone_data_from_old_order {
    color: #231f20; }
  body.umpqua .action_button {
    background-color: #231f20;
    border: 2px solid #fff; }
  body.umpqua #order_history {
    padding: 30px; }
    body.umpqua #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.umpqua footer#site_footer {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 10px solid #d0202e;
    color: #231f20;
    font-size: 1em; }
    body.umpqua footer#site_footer a {
      color: #d0202e; }
    body.umpqua footer#site_footer nav ul li a {
      color: #231f20; }
    body.umpqua footer#site_footer span {
      text-transform: none;
      font-weight: 400; }
  body.umpqua .equal {
    overflow: hidden; }
  body.umpqua .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.umpqua .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.umpqua .image_pad {
    padding: 10%; }
#order_history table.order_history_table {
  border: 1px solid #333;
  width: 100%;
  margin-bottom: 2em; }
  #order_history table.order_history_table td,
  #order_history table.order_history_table th {
    margin: 0;
    padding: 2px 10px; }
  #order_history table.order_history_table thead span.shipped_to_address {
    line-height: 1.1;
    display: block;
    margin: 0.75em 0; }
  #order_history table.order_history_table .view_order_details {
    color: #0b56a4;
    cursor: pointer;
    padding-left: 4em; }
  #order_history table.order_history_table tbody {
    display: none;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999; }
  #order_history table.order_history_table tfoot {
    display: none; }

.field_captcha {
  padding: 0 1em; }
  .field_captcha .g-recaptcha {
    margin: 0 auto;
    width: 300px; }

input:not(:focus):not(:placeholder-shown):user-invalid {
  /* insert your own styles for invalid form input */
  border-color: red; }

input:not(:focus):not(:placeholder-shown):valid {
  border-color: #dadce0; }

.field {
  position: relative;
  height: 45px;
  margin-bottom: 17px; }
  .field .input {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid #dadce0;
    border-radius: 7px;
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    background: none;
    z-index: 1;
    text-align: left; }
  .field ::placeholder {
    color: transparent; }
  .field .label {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 4px;
    background-color: white;
    color: #dadce0;
    font-size: 16px;
    transition: 0.5s;
    z-index: 0; }
  .field .input:focus ~ .label {
    top: -7px;
    left: 3px;
    z-index: 10;
    font-size: 14px;
    font-weight: 600;
    color: purple; }
  .field .input:focus {
    border: 2px solid purple; }
  .field .input:read-only {
    border-color: gray; }
  .field .input:not(:placeholder-shown) + .label {
    top: -7px;
    left: 3px;
    z-index: 10;
    font-size: 14px;
    font-weight: 600; }
  .field div.field_with_errors label.label {
    top: -7px;
    left: 3px;
    z-index: 10;
    font-size: 14px;
    font-weight: 600;
    color: red; }
  .field #btnSubmit {
    visibility: hidden; }
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0; }
  .overlay.light {
    background: rgba(255, 255, 255, 0.5); }
  .overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default; }
  .overlay:target {
    visibility: visible;
    opacity: 1; }

.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 350px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10; }
  .light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
  .popup h2 {
    margin-top: 0;
    color: #666;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; }
  .popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666; }
    .popup .close:hover {
      opacity: 1; }
  .popup .content {
    max-height: 450px; }
  .popup p {
    margin: 0 0 1em; }
    .popup p:last-child {
      margin: 0; }
  .popup .field {
    margin-bottom: 0px;
    height: auto; }
  .popup .action_button {
    width: 100%;
    font-size: 1.35rem;
    line-height: 1.35rem;
    margin-top: 1em;
    margin-bottom: .5em;
    padding-bottom: .5em; }
  .popup .action_button:hover {
    border: 2px solid black;
    text-decoration: underline; }
body.ventura {
  background-color: #eee; }
  body.ventura p,
  body.ventura ol,
  body.ventura ul,
  body.ventura td {
    font-size: 14px;
    line-height: 19px; }
  body.ventura #rol-user {
    padding-top: 20px;
    margin-top: 19px; }
  body.ventura #order_history {
    padding: 19px; }
  body.ventura .col-md-3 {
    padding: 0px; }
  body.ventura .mt-3 {
    margin-top: 15px; }
  body.ventura .on-mobile {
    display: none; }
  body.ventura .one-off {
    padding: 30px; }
  body.ventura #site-container {
    background-color: #fff; }
  body.ventura .centered {
    display: flex;
    justify-content: center;
    align-items: center; }
  body.ventura .company_color {
    color: #2d3274 !important; }
  body.ventura .dark-blue-txt {
    color: #2d3274; }
  body.ventura .pagecard a:hover {
    color: #24ba91;
    text-decoration: none; }
  body.ventura a:hover {
    cursor: pointer; }
  body.ventura .icn-home {
    width: 30%;
    display: inline; }
  body.ventura .icn-top-pad {
    padding-top: 15px; }
  body.ventura .icn-bottom-pad {
    padding-bottom: 15px; }
  body.ventura .footer-logo {
    padding-top: 15px;
    width: 100px; }
  body.ventura .button-logo {
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center; }
  body.ventura img.button-logo {
    width: 50%; }
  body.ventura .img-fluid {
    max-width: 100%;
    height: auto; }
  body.ventura img.ventura-banner {
    max-height: 100%; }
  body.ventura img.tile {
    display: block;
    width: 100%; }
  body.ventura .circle-Img {
    border-radius: 50%; }
  body.ventura .logosm {
    display: block;
    height: 90px;
    margin: 5px auto; }
  body.ventura .white-hr {
    border-top: 1px solid #fff;
    width: 92%;
    margin-left: 38px; }
  body.ventura .wrapper {
    padding: 16px 10px; }
  body.ventura button .glyphicon {
    padding-bottom: 0.25em; }
  body.ventura button .glyphicon:hover {
    text-decoration: none; }
  body.ventura .pad-4 {
    padding: 4em; }
  body.ventura .centerlogo {
    margin: 2em auto; }
  body.ventura button:hover {
    box-shadow: none;
    text-decoration: none; }
  body.ventura .ventura-140-btn:hover,
  body.ventura .ventura-140-btn:focus,
  body.ventura .ventura-140-btn.focus {
    text-decoration: none !important; }
  body.ventura .ventura-140-btn-lg,
  body.ventura .ventura-140-btn-group-lg > .ventura-140-btn {
    line-height: 1em; }
  body.ventura .ventura-140-btn {
    white-space: wrap;
    border-radius: 1em;
    box-shadow: 0px 9px 19px #d2d1d2;
    font-weight: 700;
    color: #2a3074;
    text-transform: uppercase;
    background: white;
    white-space: normal;
    line-height: 1em;
    min-height: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    max-width: 400px; }
  body.ventura .consult {
    color: #fff;
    background: #65a7da; }
  body.ventura .train {
    color: #fff;
    background: #de6f44; }
  body.ventura .test {
    color: #fff;
    background: #2c5388; }
  body.ventura .maintain {
    color: #fff;
    background: #4a7f7b; }
  body.ventura .ventura-140-btnwrap {
    padding: 1em;
    margin-bottom: 19px; }
  body.ventura .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  body.ventura .text-ctr {
    text-align: center; }
  body.ventura img.center-block {
    max-width: 90%; }
  body.ventura .image-tout {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #e1e2cd; }
  body.ventura .toc-tout {
    width: 100%;
    background-color: #e0e0e6;
    padding: 2em;
    height: 12em;
    border-bottom: 10px solid #2195cb; }
  body.ventura .toc {
    width: 220px; }
  body.ventura .toc-button {
    width: 50%; }
  body.ventura .toc-nav {
    width: 190px; }
  body.ventura .toc-logo {
    width: 173px;
    float: left;
    padding: 1em;
    padding-right: 2em; }
  body.ventura .mf-button-logo {
    height: auto;
    width: 100px !important;
    padding-top: 0.5em; }
  body.ventura .spacer {
    height: 5em;
    clear: both; }
  @media (min-width: 320px) and (max-width: 650px) {
    body.ventura .buttons {
      width: 100%; }
    body.ventura .ventura-140-btn {
      min-height: 50px; } }
  body.ventura .homepod {
    border-radius: 11px;
    height: 416px;
    padding: 0;
    background-color: #fff; }
    body.ventura .homepod h2 {
      width: 100%;
      background: #fff;
      margin: 7px auto;
      font-size: 21px;
      font-weight: 700;
      padding: 3px 11px;
      text-align: center; }
    body.ventura .homepod p {
      padding: 3px 11px;
      color: #58595b;
      text-align: center;
      line-height: 1.5em;
      font-size: 16px; }
    body.ventura .homepod img {
      object-fit: cover;
      width: 100%;
      height: 300px;
      overflow: hidden;
      margin: 0; }
  body.ventura .homepodsmall {
    border-radius: 11px;
    height: 118px;
    padding: 0;
    background-color: #fff;
    width: 100%; }
    body.ventura .homepodsmall h2 {
      width: 100%;
      background: #fff;
      margin: 0 auto;
      font-size: 21px;
      font-weight: 700;
      padding: 3px 11px;
      text-align: left; }
    body.ventura .homepodsmall p {
      padding: 3px 11px;
      color: #58595b;
      text-align: left;
      line-height: 1.5em;
      font-size: 16px; }
    body.ventura .homepodsmall hr {
      margin-top: 14px;
      margin-bottom: 4px; }
    body.ventura .homepodsmall .center-vert {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 118px; }
    body.ventura .homepodsmall img {
      width: 100%;
      margin: 0; }
  body.ventura .homepodmed {
    border-radius: 11px;
    text-align: center;
    height: 191px;
    padding: 0;
    background-color: #fff;
    width: 100%; }
    body.ventura .homepodmed h2 {
      width: 100%;
      background: #fff;
      margin: 0 auto;
      font-size: 21px;
      font-weight: 700;
      padding: 3px 11px;
      text-align: center; }
    body.ventura .homepodmed p {
      padding: 3px 11px;
      color: #58595b;
      text-align: center;
      line-height: 1.5em;
      font-size: 16px; }
    body.ventura .homepodmed hr {
      margin-top: 14px;
      margin-bottom: 4px; }
    body.ventura .homepodmed .center-vert {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 118px; }
    body.ventura .homepodmed img {
      width: 100%;
      margin: 0 auto; }
  body.ventura .top-nav {
    font-weight: bold;
    background-color: #fff;
    color: #2c316f;
    padding-top: 15px; }
  body.ventura #client-nav {
    background-color: #fff; }
    body.ventura #client-nav .top-nav > li.active a {
      color: #24ba91;
      text-decoration: none; }
    body.ventura #client-nav .sub-nav > li.active a {
      color: #24ba91; }
  body.ventura #client-nav-submenu-container-v2 {
    background-color: #2c316f;
    color: #fff;
    border-bottom: 1px solid #2d3274; }
  body.ventura #client-nav-submenu-container-v2 li a {
    font-weight: bold; }
  body.ventura #user-nav {
    background-color: #ffffff; }
  body.ventura #user-nav ul li:last-child {
    background-color: #2c316f;
    color: #ffffff; }
  body.ventura #login_button {
    background-color: #2d3274; }
  body.ventura ul#logo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    text-align: center; }
  body.ventura #logo-list {
    background-color: #fff;
    margin-left: 0px;
    margin-bottom: 0; }
  body.ventura .carousel {
    overflow: hidden; }
  body.ventura .carousel-btn {
    background-color: #f2e9c4;
    border: 1px solid #ffffff;
    padding-top: 4px;
    padding-bottom: 4px; }
  body.ventura h2 {
    font-weight: 700;
    font-size: 24px;
    color: #2a3074; }
  body.ventura h3 {
    font-weight: 900;
    text-transform: none;
    letter-spacing: -1px;
    font-size: 1.2em;
    line-height: 0.9em;
    margin-top: 0;
    margin-bottom: 0; }
  body.ventura .ventura-center {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%); }
  body.ventura .banner-subtext {
    font-weight: thin;
    letter-spacing: 4px;
    font-size: 20px;
    padding-bottom: 3px; }
  body.ventura .banner-text {
    margin-top: 7px;
    line-height: 20px; }
  body.ventura .ventura-shadow {
    box-shadow: 0px 9px 19px #d2d1d2;
    background: #fff; }
  body.ventura .ventura-shadow:hover {
    box-shadow: none;
    background: #fff; }
  body.ventura #faux_table_header {
    display: none; }
  body.ventura #site_footer {
    clear: both;
    width: 100%;
    background-color: #2c316f;
    padding: 1em 0 2em;
    text-align: center;
    font-size: 10px;
    color: #fff; }
    body.ventura #site_footer a {
      color: #fff; }
    body.ventura #site_footer #footer-url {
      color: #2d3274; }
    body.ventura #site_footer span {
      color: #fff; }
    body.ventura #site_footer #powered-by-resco {
      opacity: 0.4; }
  body.ventura .link_section {
    background-color: #f2e9c4; }
  body.ventura .on-mobile {
    display: none; }
  body.ventura nav.page-nav {
    clear: both;
    display: block;
    padding-top: 10px;
    margin: 10px auto;
    text-align: center;
    width: 50%; }
    body.ventura nav.page-nav a {
      font-weight: 700; }
  body.ventura .action_button {
    display: block;
    min-width: 250px;
    margin: 3px auto;
    border-radius: 21px;
    padding: 4px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
    font-weight: 700;
    white-space: normal;
    background-color: #2d3274; }
    body.ventura .action_button:visited {
      color: #fff; }
  body.ventura .page-nav {
    color: #2d3274; }
  @media only screen and (min-width: 1px) and (max-width: 769px) {
    body.ventura .banner-h2 {
      padding-top: 7px; }
    body.ventura .icn-mobile-pd {
      padding-top: 70px; }
    body.ventura .slick-list {
      overflow: inherit; }
    body.ventura .on-mobile {
      display: block; }
    body.ventura .not-on-mobile {
      display: none; }
    body.ventura .mobile-row-marg {
      margin-left: -8px;
      margin-right: 0px; }
    body.ventura #client-nav-mobile {
      z-index: 10;
      background-color: #eee; }
    body.ventura #client-nav-mobile #accordion a {
      text-decoration: none !important;
      padding: 20px;
      width: 100%;
      display: block; }
    body.ventura #client-nav-mobile #accordion i {
      float: right;
      margin-right: 20px;
      margin-top: 3px; }
    body.ventura .visible-xs {
      display: block !important; }
    body.ventura #side-menu-items .cosmetic-border-div {
      border-bottom: 1px solid #333; }
    body.ventura #client-nav-mobile-header {
      border-bottom: 1px solid #333; }
    body.ventura #client-nav-mobile #client-nav-mobile-header li {
      display: inline-block;
      width: 49%;
      padding: 20px;
      height: 60px; }
    body.ventura #accordion ul * {
      list-style: none; }
    body.ventura #accordion a * {
      text-decoration: underline; }
    body.ventura #accordion i {
      text-decoration: none; }
    body.ventura #client-nav-mobile-header ul {
      padding: 0; }
    body.ventura #side-menu-items {
      list-style: none;
      padding: 0; }
    body.ventura #resources-mobile ul {
      list-style: none; }
    body.ventura ul#logo-list {
      display: block;
      grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
    body.ventura .on-desktop {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body.ventura #banner-overlay {
      color: #ffffff;
      width: 100%;
      height: 66%;
      background-color: #2c316f;
      border: 1px solid #fff;
      float: none;
      margin-top: 41px;
      margin-right: 47px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 0%;
      margin-top: 40%; }
    body.ventura #banner-overlay-2 {
      color: #ffffff;
      width: 100%;
      height: 26%;
      background-color: #2c316f;
      border: 1px solid #fff;
      float: none;
      margin-top: 41px;
      margin-right: 47px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 0%;
      margin-top: 40%; }
    body.ventura .banner-h2 {
      padding-top: 14px; }
    body.ventura .icn-mobile-pd {
      padding-top: 125px; } }
  body.ventura .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #2d3274;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.ventura .hamburger:hover {
    cursor: pointer; }
  body.ventura #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.ventura #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.ventura #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.ventura #client-nav-mobile {
    background-color: #fff; }
    body.ventura #client-nav-mobile #accordion .panel-body li {
      background-color: #2d3274; }
  body.ventura #accordion li a.top-level {
    font-weight: 700;
    background-color: #fff;
    color: #000; }
  body.ventura #accordion li a {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.ventura img.center-block {
      width: auto;
      max-width: auto;
      height: 100%;
      max-height: 100%; }
    body.ventura .ventura-140-btn {
      height: 140px; }
    body.ventura #client-nav-submenu-container-v2 ul {
      min-height: 0px !important; } }
  body.ventura table.logo-nav {
    clear: both;
    width: 100%;
    border: 0; }
    body.ventura table.logo-nav td img {
      width: 100%; }
    body.ventura table.logo-nav td a {
      border: 0; }
.carousel-img {
  min-height: 320px; }

.carousel {
  margin-top: 0px;
  height: 300px; }
  .carousel div {
    height: 100%; }

.richs_banner_caption img {
  display: block;
  margin: .5em;
  width: auto; }

.richs_banner_caption_new {
  background: rgba(211, 17, 69, 0.75) !important;
  position: absolute;
  bottom: 21px;
  padding: 10px;
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  height: auto !important;
  width: 100%;
  /* Webkit (Chrome 11+) */ }

.col-md-4 {
  padding: 0px; }

.news {
  border-radius: 11px;
  margin: 4%;
  border: 1px solid #ccc;
  height: 385px; }
  .news h3 {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    font-size: 21px;
    font-weight: 700; }
  .news p {
    padding: 3px 11px; }
  .news hr {
    margin-top: 14px;
    margin-bottom: 4px; }

.redband {
  font-weight: bold;
  padding: 11px 16px;
  margin: 3px 11px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  border: 2px solid #D31145;
  background: #fff;
  color: #D31145;
  font-weight: 700;
  padding: 11px 16px;
  margin: 3px 11px;
  text-align: center;
  position: relative; }
  .redband a, .redband a:visited, .redband a:hover, .redband a:link {
    color: #D31145; }

@media only screen and (min-width: 320px) {
  .news {
    height: auto; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .news {
    height: auto; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .news {
    height: auto; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .news {
    height: 385px; }

  .redband {
    position: absolute;
    bottom: 33px;
    width: 241px; } }
body.whole-earth {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  body.whole-earth p {
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  body.whole-earth header#site_header {
    margin-bottom: 3em; }
  body.whole-earth #user-nav {
    color: #fff !important;
    background: #275d38;
    font-size: 0.8em;
    font-weight: 400;
    padding: 10px;
    border-top: none;
    border-bottom-width: thin;
    border-bottom-color: #424242;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    body.whole-earth #user-nav a {
      color: #fff; }
    body.whole-earth #user-nav ul li:last-child {
      background-color: #6cc24a !important; }
      body.whole-earth #user-nav ul li:last-child a {
        color: #fff; }
      body.whole-earth #user-nav ul li:last-child i.glyphicon {
        color: #fff; }
    body.whole-earth #user-nav i.glyphicon {
      color: #fff; }
  body.whole-earth #client-nav li.active {
    font-weight: 700;
    text-decoration: underline;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  body.whole-earth #client-nav a {
    color: #275d38;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body.whole-earth #client-nav-submenu-container-v2 ul {
    min-height: 60px;
    font-size: 12px;
    background: #275d38; }
    body.whole-earth #client-nav-submenu-container-v2 ul a:hover {
      color: #fff;
      text-decoration: underline; }
  body.whole-earth #client-nav-submenu-container-v2 li {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #275d38; }
    body.whole-earth #client-nav-submenu-container-v2 li a {
      color: #fff;
      font-weight: 400;
      text-decoration: none; }
    body.whole-earth #client-nav-submenu-container-v2 li a:hover {
      font-weight: 700;
      text-decoration: underline; }
    body.whole-earth #client-nav-submenu-container-v2 li li.active {
      font-weight: 700;
      text-decoration: underline; }
  body.whole-earth .action_button {
    font-family: Roboto, sans-serif;
    font-size: 1.1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    line-height: 1.25rem;
    min-height: 3rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    background-color: #6cc24a;
    border: none;
    font-weight: 600;
    width: auto;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    min-width: 100px; }
    body.whole-earth .action_button a:hover {
      text-decoration: none; }
  body.whole-earth .action_button:hover {
    text-decoration: none; }
  body.whole-earth #site_footer {
    clear: both;
    width: 100%;
    background-color: #275d38;
    padding: 0;
    text-align: center;
    font-size: 10px;
    color: #fff; }

.we-140-btn-lg,
.we-140-btn-group-lg > .we-140-btn {
  line-height: 1em; }

.we-140-btn {
  white-space: wrap;
  border-radius: 7px;
  font-weight: 700;
  color: #fff;
  background: #6cc24a;
  white-space: normal;
  line-height: 1em;
  min-height: 91px;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #275d38;
  text-decoration: none; }

.we-140-btnwrap {
  padding: 10px;
  margin-bottom: 19px; }

.we-140-btn:hover,
.we-140-btn:focus,
.we-140-btn.focus {
  text-decoration: underline;
  color: #275d38; }

.button-logo {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center; }

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }
body.wonderful {
  background-color: #eee; }
  body.wonderful .almonds .col-md-4, body.wonderful .corperate .col-md-4 {
    padding-left: 15px;
    padding-right: 15px; }
  body.wonderful .company_color {
    color: #007741 !important; }
  body.wonderful img.wonderful-banner {
    max-width: 100%;
    max-height: 100%; }
  body.wonderful .btn-citrus {
    background-color: #F58229;
    color: #fff;
    border-color: #F58229; }
  body.wonderful .btn-citrus:hover {
    background-color: #dc7524;
    border-color: #dc7524; }
  body.wonderful .btn-fresh-arils {
    background-color: #d3252c;
    color: #fff;
    border-color: #d3252c; }
  body.wonderful .btn-fresh-arils:hover {
    background-color: #bd2127;
    border-color: #bd2127; }
  body.wonderful .btn-almonds {
    background-color: #b5651d;
    color: #fff;
    border-color: #b5651d; }
  body.wonderful .btn-almonds:hover {
    background-color: #a25a1a;
    border-color: #a25a1a; }
  body.wonderful .btn-corperate {
    background-color: #006937;
    color: #fff;
    border-color: #006937; }
  body.wonderful .btn-corperate:hover {
    background-color: #005e31;
    border-color: #005e31; }
  body.wonderful .btn-premium {
    background-color: #7cb94b;
    color: #fff;
    border-color: #7cb94b; }
  body.wonderful .btn-premium:hover {
    background-color: #87c455;
    border-color: #7cb94b; }
  body.wonderful .btn-lt-green {
    background-color: #7cb94b;
    color: #FFF;
    border-color: #7cb94b; }
  body.wonderful .btn-lt-green:hover {
    background-color: #70a942;
    border-color: #7cb94b; }
  body.wonderful #login_button {
    background-color: #7cb94b; }
  body.wonderful .pt-5 {
    padding-top: 20px; }
  body.wonderful .pb-5 {
    margin-bottom: 20px; }
  body.wonderful .left {
    float: left; }
  body.wonderful #download_link {
    text-align: center;
    width: 100%;
    background-color: #007741;
    padding: 1em;
    margin: 1em 0 0 0;
    border-radius: 40px;
    color: #fff;
    font-weight: bold; }
  body.wonderful .wonderful-wrapper {
    padding-left: 30px; }
  body.wonderful p a {
    color: #007741; }
  body.wonderful .pagecard p {
    font-size: 14px; }
  body.wonderful .pagecard {
    padding: 0; }
  body.wonderful h3 {
    color: #007741;
    font-weight: 400;
    text-align: center; }
  body.wonderful h2 {
    color: #007741;
    font-weight: 400; }
  body.wonderful img.cc-banner {
    max-width: 100%;
    max-height: 100%; }
  body.wonderful img.icon {
    max-width: 133px; }
  body.wonderful .center {
    text-align: center; }
  body.wonderful .caption {
    width: 50%;
    padding: 5%; }
  @media only screen and (max-width: 620px) {
    body.wonderful .caption {
      width: 100%;
      padding: 10%; } }
  body.wonderful #user-nav {
    color: #444 !important;
    font-size: .8em;
    font-weight: 400;
    background: #006937; }
    body.wonderful #user-nav a {
      color: #fff; }
    body.wonderful #user-nav ul li:last-child {
      background-color: #fff !important; }
      body.wonderful #user-nav ul li:last-child a {
        color: #444; }
    body.wonderful #user-nav i.glyphicon {
      color: #7cb94b; }
  body.wonderful #user-nav.hidden-xs ul li {
    color: #7cb94b; }
  body.wonderful #site-container {
    background-color: #fff; }
  body.wonderful #client-nav {
    color: #444;
    padding-bottom: 0; }
    body.wonderful #client-nav a {
      color: #007741; }
    body.wonderful #client-nav li {
      text-transform: uppercase; }
    body.wonderful #client-nav li.active {
      text-decoration: underline; }
    body.wonderful #client-nav a {
      color: #006937;
      text-transform: uppercase;
      font-weight: 700; }
    body.wonderful #client-nav .top-nav > li.active a {
      color: #007741; }
    body.wonderful #client-nav .top-nav {
      background-color: #fff;
      padding-top: 10px; }
  body.wonderful #client-nav > ul ul li {
    background-color: #007741; }
    body.wonderful #client-nav > ul ul li a {
      font-weight: 200;
      background-color: #007741; }
  body.wonderful #client-nav > ul li.selected {
    background-color: #000 !important; }
    body.wonderful #client-nav > ul li.selected a {
      color: #fff; }
  body.wonderful #client-nav-submenu-container-v2 ul {
    background-color: #7cb94b; }
    body.wonderful #client-nav-submenu-container-v2 ul li {
      color: #fff; }
    body.wonderful #client-nav-submenu-container-v2 ul a {
      font-weight: 400 !important;
      color: #fff; }
  body.wonderful #pom-wonderful {
    background-color: #d3252c !important; }
  body.wonderful #wonderful-citrus {
    background-color: #f58220 !important; }
  body.wonderful #wonderful-pistachios-almonds {
    background-color: #006937 !important; }
  body.wonderful #wonderful-sales {
    background-color: #7cb94b; }
  body.wonderful .panel-body {
    background: #7cb94b; }
  body.wonderful #client-nav-mobile {
    box-shadow: 3px 0 2px #666; }
    body.wonderful #client-nav-mobile #client-nav-mobile-header {
      color: white;
      border-bottom: 1px solid #7cb94b; }
      body.wonderful #client-nav-mobile #client-nav-mobile-header a:hover {
        color: white; }
      body.wonderful #client-nav-mobile #client-nav-mobile-header i {
        color: #7cb94b; }
    body.wonderful #client-nav-mobile #accordion li a {
      text-transform: uppercase;
      color: #fff;
      border-bottom: 1px solid #7cb94b;
      width: 107%; }
      body.wonderful #client-nav-mobile #accordion li a :last-child {
        border-bottom: 0; }
      body.wonderful #client-nav-mobile #accordion li a.top-level {
        font-weight: 700;
        background-color: #7cb94b;
        color: white; }
      body.wonderful #client-nav-mobile #accordion li a.collapsed {
        background-color: #7cb94b;
        color: #fff;
        border-bottom: 0; }
  body.wonderful .hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.wonderful .hamburger:hover {
    cursor: pointer; }
  body.wonderful #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  body.wonderful #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  body.wonderful #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }
  body.wonderful #side-menu-items .cosmetic-border-div {
    border-bottom: 1px solid #333; }
  body.wonderful #client-nav-mobile-header {
    background: #007741; }
  body.wonderful #user-nav-mobile {
    background-color: #fff;
    color: #007741;
    border-bottom: solid 1px #007741;
    border-top: solid 1px #007741; }
  body.wonderful .subnav_link a {
    color: #007741; }
  body.wonderful .subnav_imglink a {
    color: #007741; }
  body.wonderful #address_book_toggle, body.wonderful #fastfill_toggle, body.wonderful #fastfill_clear, body.wonderful #clone_data_from_old_order {
    color: #007741; }
  body.wonderful .action_button {
    background-color: #007741;
    border: 2px solid #fff; }
  body.wonderful #order_history {
    padding: 30px; }
    body.wonderful #order_history h2 {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 19px;
      margin-bottom: 14px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 21px; }
  body.wonderful .cc-footer {
    padding: 14px; }
  body.wonderful footer#site_footer {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0; }
    body.wonderful footer#site_footer nav ul li a {
      color: #444; }
    body.wonderful footer#site_footer span {
      text-transform: none;
      font-weight: 400; }
  body.wonderful .equal {
    overflow: hidden; }
  body.wonderful .equal-column {
    padding: 3%;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  body.wonderful .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  body.wonderful .image_pad {
    padding: 10%; }
#xmpie_return_page {
  text-align: center;
  margin: 5em 0 7em; }
  #xmpie_return_page #user-filled-description {
    font-size: 200%;
    width: 400pt;
    padding: 4px auto 6px;
    text-align: center;
    margin: 10px; }
  #xmpie_return_page #user-filled-quantity {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 10px auto 0;
    text-align: center;
    border-radius: 10px;
    font-size: 2em;
    border: 2px solid black; }
  #xmpie_return_page table {
    display: inline-block;
    margin: 0 auto 3em; }
  #xmpie_return_page div.xmpie_quantity_choice_button {
    width: 200px;
    height: 200px;
    margin: 0 10px;
    border-radius: 15px;
    padding: 10px 5px;
    border: 2px solid black;
    text-align: center;
    cursor: pointer;
    box-shadow: 5px 5px 7px #aaa; }
    #xmpie_return_page div.xmpie_quantity_choice_button.active {
      background-color: #99c355; }
    #xmpie_return_page div.xmpie_quantity_choice_button h1 {
      margin: 10px 0 0; }
