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

/*






 */



/* Component containers
----------------------------------*/

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

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

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

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

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.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-9dab1725ee38e87989a48796505748157d0238ac72c25a072f5162aa61e2da06.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-6d81fc3fac3b17a25f4ef3eee1394642d38b1adba5c7442acef3b3c8b045cbe7.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-91e1ea5f253e72e2e9402cff2bb58fa98b5faa49f9ded999c760013b94ead7f8.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-6efc1db612130b63222e0f6bf54d37392c3f2bdb2c10ba50f5d0f1e14d63af61.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-943d9bc18134619d37406debd81636b63881363a019513c1d6e6cb13b5c5fb30.png)/*{iconsDefault}*/;
}

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


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

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

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

 */

/* Layout helpers
----------------------------------*/

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

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


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


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

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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/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;
}
/*!
 * jQuery UI Autocomplete 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

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

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/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 Dialog 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none!important;letter-spacing:normal;z-index:9000!important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all!important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc!important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* 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;
}
.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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
/*
This is the generated output of the original bass_css code
We removed bass_css to simplify things
*/


body { margin: 0 }
img { max-width: 100% }
svg { max-height: 100% }
/* Basscss Base Forms */

input,
select,
textarea,
fieldset {
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

input[type=text],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  height: 40px;
  height: 2.5rem;
  padding: 8px 8px;
  padding: .5rem .5rem;
  vertical-align: middle;
  -webkit-appearance: none;
}

select {
  line-height: 1.75;
  padding: 8px 8px;
  padding: .5rem .5rem;
}

select:not([multiple]) {
  height: 40px;
  height: 2.5rem;
  vertical-align: middle;
}

textarea {
  line-height: 1.75;
  padding: 8px 8px;
  padding: .5rem .5rem;
}

.fieldset-reset {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border: 0;
}
.fieldset-reset legend {
  padding: 0;
}

/* Basscss Defaults */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

:root {

  /* Cool */


  /* Warm */


  /* Gray scale */

}
/* Basscss Base Buttons */
/* This module has been deprecated in favor of basscss-btn */

button,
.button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 8px 16px;
  padding: 1rem 1.5rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
}

button,
button:after,
button:before,
.button,
.button:after,
.button:before {
  box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button:hover { text-decoration: none }
/* Basscss Base Tables */

table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

th {
  text-align: left;
  font-weight: bold;
}

th,
td {
  padding: 4px 16px;
  padding: .25rem 1rem;
  line-height: inherit;
}

th { vertical-align: bottom }
td { vertical-align: top }
/* Basscss Base Typography */

body {
  line-height: 1.5;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: .5em;
}

p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

dl, ol, ul {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

pre, code, samp {
  font-family: 'Source Code Pro', Consolas, monospace;
  font-size: inherit;
}

pre {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow-x: scroll;
}

hr {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

blockquote {
  margin: 32px 0;
  margin: 2rem 0;
  padding: 0 16px;
  padding: 0 1rem;
}

blockquote,
blockquote p {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
}

h1, .h1 { font-size: 32px; font-size: 2rem }
h2, .h2 { font-size: 24px; font-size: 1.5rem }
h3, .h3 { font-size: 20px; font-size: 1.25rem }
h4, .h4 { font-size: 16px; font-size: 1rem }
h5, .h5 { font-size: 14px; font-size: .875rem }
h6, .h6 { font-size: 12px; font-size: .75rem }

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

/* Basscss Utility Layout */

.inline       { display: inline }
.block        { display: block }
.inline-block { display: inline-block }
.table        { display: table }
.table-cell   { display: table-cell }

.overflow-hidden { overflow: hidden }
.overflow-scroll { overflow: scroll }
.overflow-auto   { overflow: auto }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}
.clearfix:after { clear: both }

.left  { float: left }
.right { float: right }

.fit { max-width: 100% }

.half-width { width: 50% }
.full-width { width: 100% }
/* Basscss Utility Typography */

.bold    { font-weight: bold; font-weight: bold }
.regular { font-weight: normal }
.italic  { font-style: italic }
.caps    { text-transform: uppercase; letter-spacing: .2em; }

.left-align   { text-align: left }
.center       { text-align: center }
.right-align  { text-align: right }
.justify      { text-align: justify }

.nowrap { white-space: nowrap }
.break-word { word-wrap: break-word }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Basscss Utility White Space */

.m-1  { margin: -8px; margin: -.5rem }
.mt-1 { margin-top: -8px; margin-top: -.5rem }
.mr-1 { margin-right: -8px; margin-right: -.5rem }
.mb-1 { margin-bottom: -8px; margin-bottom: -.5rem }
.ml-1 { margin-left: -8px; margin-left: -.5rem }

.m0  { margin:        0 }
.mt0 { margin-top:    0 }
.mr0 { margin-right:  0 }
.mb0 { margin-bottom: 0 }
.ml0 { margin-left:   0 }

.m1  { margin: 8px; margin: .5rem }
.mt1 { margin-top: 8px; margin-top: .5rem }
.mr1 { margin-right: 8px; margin-right: .5rem }
.mb1 { margin-bottom: 8px; margin-bottom: .5rem }
.ml1 { margin-left: 8px; margin-left: .5rem }

.m2  { margin: 16px; margin: 1rem }
.mt2 { margin-top: 16px; margin-top: 1rem }
.mr2 { margin-right: 16px; margin-right: 1rem }
.mb2 { margin-bottom: 16px; margin-bottom: 1rem }
.ml2 { margin-left: 16px; margin-left: 1rem }

.m3  { margin: 32px; margin: 2rem }
.mt3 { margin-top: 32px; margin-top: 2rem }
.mr3 { margin-right: 32px; margin-right: 2rem }
.mb3 { margin-bottom: 32px; margin-bottom: 2rem }
.ml3 { margin-left: 32px; margin-left: 2rem }

.m4  { margin: 64px; margin: 4rem }
.mt4 { margin-top: 64px; margin-top: 4rem }
.mr4 { margin-right: 64px; margin-right: 4rem }
.mb4 { margin-bottom: 64px; margin-bottom: 4rem }
.ml4 { margin-left: 64px; margin-left: 4rem }

.mxn1 { margin-left: -8px; margin-left: -.5rem; margin-right: -8px; margin-right: -.5rem; }
.mxn2 { margin-left: -16px; margin-left: -1rem; margin-right: -16px; margin-right: -1rem; }
.mxn3 { margin-left: -32px; margin-left: -2rem; margin-right: -32px; margin-right: -2rem; }
.mxn4 { margin-left: -64px; margin-left: -4rem; margin-right: -64px; margin-right: -4rem; }

.mx-auto { margin-left: auto; margin-right: auto; }
.p0 { padding: 0 }

.p1  { padding: 8px; padding: .5rem }
.py1 { padding-top: 8px; padding-top: .5rem; padding-bottom: 8px; padding-bottom: .5rem }
.px1 { padding-left: 8px; padding-left: .5rem; padding-right: 8px; padding-right: .5rem }

.p2  { padding: 16px; padding: 1rem }
.py2 { padding-top: 16px; padding-top: 1rem; padding-bottom: 16px; padding-bottom: 1rem }
.px2 { padding-left: 16px; padding-left: 1rem; padding-right: 16px; padding-right: 1rem }

.p3  { padding: 32px; padding: 2rem }
.py3 { padding-top: 32px; padding-top: 2rem; padding-bottom: 32px; padding-bottom: 2rem }
.px3 { padding-left: 32px; padding-left: 2rem; padding-right: 32px; padding-right: 2rem }

.p4  { padding: 64px; padding: 4rem }
.py4 { padding-top: 64px; padding-top: 4rem; padding-bottom: 64px; padding-bottom: 4rem }
.px4 { padding-left: 64px; padding-left: 4rem; padding-right: 64px; padding-right: 4rem }
/* Basscss Utility Responsive States */

.sm-show, .md-show, .lg-show {
  display: none !important
}

@media (min-width: 40em) {
  .sm-show { display: block !important }
}

@media (min-width: 52em) {
  .md-show { display: block !important }
}

@media (min-width: 64em) {
  .lg-show { display: block !important }
}


@media (min-width: 40em) {
  .sm-hide { display: none !important }
}

@media (min-width: 52em) {
  .md-hide { display: none !important }
}

@media (min-width: 64em) {
  .lg-hide { display: none !important }
}


@media (max-width: 60em){
  .sp100 .sec{padding: 100px !important}
}

@media (max-width: 60em){
  .sp60 .sec{padding: 60px !important}
}

.display-none { display: none !important }

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* Basscss Positions */

.relative { position: relative }
.absolute { position: absolute }
.fixed    { position: fixed }

.top-0    { top: 0 }
.right-0  { right: 0 }
.bottom-0 { bottom: 0 }
.left-0   { left: 0 }

.z1 { z-index: 1 }
.z2 { z-index: 2 }
.z3 { z-index: 3 }
.z4 { z-index: 4 }
/* Basscss UI Utility Button Sizes */

.btn-small {
  padding: 4px 8px;
  padding: .25rem .5rem;
}

.btn-big {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}

.btn-narrow {
  padding-left: 8px;
  padding-left: .5rem;
  padding-right: 8px;
  padding-right: .5rem;
}

/* Basscss Grid */

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.col {
  float: left;
  box-sizing: border-box;
}

.col-right {
  float: right;
  box-sizing: border-box;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

/* Moved col classes to SCSS file so we can use extend */
@media (min-width: 40em) {

  .sm-col {
    float: left;
    box-sizing: border-box;
  }

  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

}
@media (min-width: 52em) {

  .md-col {
    float: left;
    box-sizing: border-box;
  }

  .md-col-right {
    float: right;
    box-sizing: border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

}
@media (min-width: 64em) {

  .lg-col {
    float: left;
    box-sizing: border-box;
  }

  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

}
/* Flex Object */

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

.flex-column  { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column }
.flex-wrap    { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap }

.flex-center   { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center }
.flex-baseline { -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline }
.flex-stretch  { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch }
.flex-start    { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start }
.flex-end      { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end }

.flex-justify  { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between }
.flex-justify-end  { -webkit-box-pack: justify; -webkit-justify-content: flex-end; -ms-flex-pack: justify; justify-content: flex-end }

.flex-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 }
.flex-last  { -webkit-box-ordinal-group: 1025; -webkit-order: 1024; -ms-flex-order: 1024; order: 1024 }

.flex-auto { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto }
.flex-grow { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto }
.flex-none { -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none }

.flex > div { box-sizing: border-box }
@media (min-width: 40em) {
  .sm-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }
  .sm-flex > div { box-sizing: border-box }
}
@media (min-width: 52em) {
  .md-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }
  .md-flex > div { box-sizing: border-box }
}
@media (min-width: 64em) {
  .lg-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }
  .lg-flex > div { box-sizing: border-box }
}

/* Basscss Color Base */

body {
  color: #4A4A4A;
}

a {
  color: #4A90E2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

pre, code {
  background-color: transparent;
  border-radius: 3px;
}

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,.125);
}

.button {
  color: white;
  background-color: #4A90E2;
  border-radius: 3px;
}

.button:hover {
  box-shadow: inset 0 0 0 20rem rgba(0,0,0,.0625);
}

.button:focus {
  outline: none;
  border-color: #000000;
  border-color: rgba(0,0,0,.125);
  box-shadow: 0 0 0 3px rgba(0,0,0,.25);
}

.button:active,
.button.is-active {
  box-shadow: inset 0 0 0 20rem rgba(0,0,0,.125),
    inset 0 3px 4px 0 rgba(0,0,0,.25),
    0 0 1px rgba(0,0,0,.125);
}

.button:disabled,
.button.is-disabled {
  opacity: .5;
}
/* Basscss Color Forms */

.field-light {
  background-color: white;
  -webkit-transition: box-shadow .2s ease;
          transition: box-shadow .2s ease;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-color: rgba(0,0,0,.125);
  border-radius: 3px;
}

.field-light:focus,
.field-light.is-focused {
  outline: none;
  border-color: #4A90E2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.5);
}

.field-light:disabled,
.field-light.is-disabled {
  background-color: #000000;
  background-color: rgba(0,0,0,.125);
  opacity: .5;
}

.field-light:read-only:not(select):not(.selectize-control),
.field-light.is-read-only {
  background-color: #000000;
  background-color: rgba(0,0,0,.125);
}


.field-light.is-success {
  border-color: #2ecc40;
}

.field-light.is-success:focus,
.field-light.is-success.is-focused {
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.5);
}

.field-light.is-warning {
  border-color: #ffdc00;
}

.field-light.is-warning:focus,
.field-light.is-warning.is-focused {
  box-shadow: 0 0 0 2px rgba(255, 220, 0, 0.5);
}

.field-light:invalid,
.field-light.is-error {
  border-color: #ff4136;
}

.field-light.is-error:focus,
.field-light.is-error.is-focused {
  box-shadow: 0 0 0 2px rgba(255, 65, 54, 0.5);
}
/* Basscss Color Forms Dark */

.field-dark {
  color: white;
  background-color: #000000;
  background-color: rgba(0,0,0,.25);
  border: 1px solid #000000;
  border: 1px solid rgba(0,0,0,.0625);
  border-radius: 3px;
  border-radius: 3px;
}

.field-dark::-webkit-input-placeholder {
  color: #FFFFFF;
  color: rgba(255,255,255,.75);
}

.field-dark::-moz-placeholder {
  color: #FFFFFF;
  color: rgba(255,255,255,.75);
}

.field-dark:-ms-input-placeholder {
  color: #FFFFFF;
  color: rgba(255,255,255,.75);
}

.field-dark::placeholder {
  color: #FFFFFF;
  color: rgba(255,255,255,.75);
}

.field-dark:focus {
  outline: 0;
  border: 1px solid #FFFFFF;
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 0 0 2px rgba(255,255,255,.25);
}

.field-dark:read-only:not(select) {
  background-color: #FFFFFF;
  background-color: rgba(255,255,255,.25);
}

.field-dark.is-success {
  border-color: #2ecc40;
}

.field-dark.is-success:focus {
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.5);
}

.field-dark.is-warning {
  border-color: #ffdc00;
}

.field-dark.is-warning:focus {
  box-shadow: 0 0 0 2px rgba(255, 220, 0, 0.5);
}

.field-dark:invalid,
.field-dark.is-error {
  border-color: #ff4136;
}

.field-dark.is-error:focus {
  box-shadow: 0 0 0 2px rgba(255, 65, 54, 0.5);
}
/* Basscss Input Range */

input[type=range] {
  vertical-align: middle;
  background-color: transparent;
}

.range-light {
  color: inherit;
  -webkit-appearance: none;
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
}

.range-light::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  width: 8px;
  width: .5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 3px;
  background-color: currentcolor;
  cursor: pointer;
  margin-top: -10px;
  margin-top: -0.625rem;
}

/* Touch screen friendly pseudo element */
.range-light::-webkit-slider-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  top: -0.5rem;
  left: -16px;
  left: -1rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  opacity: 0;
}

.range-light::-moz-range-thumb {
  width: 8px;
  width: .5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 3px;
  border-color: transparent;
  border-width: 0;
  background-color: currentcolor;
  cursor: pointer;
}

.range-light::-webkit-slider-runnable-track {
  height: 4px;
  height: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: #000000;
  background-color: rgba(0,0,0,.25);
}

.range-light::-moz-range-track {
  height: 4px;
  height: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: #000000;
  background-color: rgba(0,0,0,.25);
}

.range-light:focus {
  outline: none;
}

.range-light:focus::-webkit-slider-thumb {
  outline: none;
  border: 0;
  box-shadow: 0 0 1px 2px currentcolor;
}

.range-light:focus::-moz-range-thumb {
  outline: none;
  border: 0;
  box-shadow: 0 0 0 3px rgba(0,0,0,.25);
}
/* Basscss Progress */

.progress {
  display: block;
  width: 100%;
  height: 10px;
  height: 0.625rem;
  margin: 8px 0;
  margin: .5rem 0;
  background-color: #000000;
  background-color: rgba(0,0,0,.125);
  border: 0;
  border-radius: 10000px;
  overflow: hidden;
  -webkit-appearance: none;
}

.progress::-webkit-progress-bar {
  -webkit-appearance: none;
  background-color: #000000;
  background-color: rgba(0,0,0,.125)
}

.progress::-webkit-progress-value {
  -webkit-appearance: none;
  background-color: currentColor;
}

.progress::-moz-progress-bar {
  background-color: currentColor;
}
/* Basscss Color Tables */

.table-light th,
.table-light td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0,0,0,.125);
}

.table-light tr:last-child td {
  border-bottom: 0;
}
/* Basscss Button Outline */
/* This module has been deprecated in favor of basscss-btn-outline */

.button-outline {
  position: relative;
  z-index: 2;
  color: inherit;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid currentcolor;
}

.button-outline:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid transparent;
  background-color: currentcolor;
  border-radius: 3px;
  opacity: 0;
}

.button-outline:hover {
  box-shadow: none;
}

.button-outline:hover:before,
.button-outline:focus:before {
  opacity: .125;
}

.button-outline:focus {
  outline: none;
  border: 1px solid currentcolor;
  box-shadow: 0 0 0 2px;
}

.button-outline:active,
.button-outline.is-active {
  box-shadow: inset 0 1px 5px 0, 0 0 1px;
}

.button-outline:disabled,
.button-outline.is-disabled {
  opacity: .5;
}
/* Basscss Button Transparent */
/* This module has been deprecated in favor of basscss-btn */

.button-transparent {
  position: relative;
  z-index: 2;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid transparent;
}

.button-transparent:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid transparent;
  background-color: currentcolor;
  opacity: 0;
}

.button-transparent:hover {
  box-shadow: none;
}

.button-transparent:hover:before,
.button-transparent:focus:before {
  opacity: .09375;
}

.button-transparent:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px;
}

.button-transparent:active,
.button-transparent.is-active {
  box-shadow: none;
}

.button-transparent:active:before,
.button-transparent.is-active:before {
  opacity: .0625;
}

.button-transparent:disabled,
.button-transparent.is-disabled {
  opacity: .5;
}
/* Basscss Background Images */

.bg-cover   { background-size: cover }
.bg-contain { background-size: contain }

.bg-center  { background-position: center }
.bg-top     { background-position: top }
.bg-right   { background-position: right }
.bg-bottom  { background-position: bottom }
.bg-left    { background-position: left }
/* Basscss Color Borders */

.border {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-color: rgba(0,0,0,.125);
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,.125);
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(0,0,0,.125);
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,.125);
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(0,0,0,.125);
}

.no-border { border: 0 }

.rounded { border-radius: 3px }
.circle  { border-radius: 50% }

.rounded-top    { border-radius: 3px 3px 0 0 }
.rounded-right  { border-radius: 0 3px 3px 0 }
.rounded-bottom { border-radius: 0 0 3px 3px }
.rounded-left   { border-radius: 3px 0 0 3px }

.not-rounded { border-radius: 0 }
/* Basscss Colors */

.black, .dark-gray   { color: #4A4A4A }
.gray, .mid-gray     { color: #aaa }
.silver, .light-gray { color: #ddd }
.white { color: #fff }

.aqua  { color: #7fdbff }
.dark-aqua { color: #0C7982 }
.blue  { color: #4A90E2 }
.navy  { color: #326295 }
.teal  { color: #39cccc }
.green { color: #2ecc40 }
.olive { color: #3d9970 }
.lime  { color: #01ff70 }
.light-blue{ color: #47C5CA}
.wellness-blue { color: #71D0D6}
.yellow  { color: #ffdc00 }
.orange  { color: #FF8200 }
.red     { color: #ff4136 }
.fuchsia { color: #f012be }
.purple  { color: #b10dc9 }
.maroon  { color: #85144b }
.navbar-color { color: #6BCFD4 }
.bg-black, .bg-dark-gray   { background-color: #4A4A4A }
.bg-gray, .bg-mid-gray     { background-color: #aaa }
.bg-silver, .bg-light-gray { background-color: #ddd }
.bg-white  { background-color: #fff }

.bg-aqua  { background-color: #7fdbff }
.bg-dark-aqua { background-color: #0C7982 }
.bg-blue  { background-color: #4A90E2 }
.bg-navy  { background-color: #326295 }
.bg-teal  { background-color: #39cccc }
.bg-green { background-color: #2ecc40 }
.bg-olive { background-color: #3d9970 }
.bg-lime  { background-color: #01ff70 }
.bg-sblue {background-color: rgb(34, 84, 93)}
.bg-yellow  { background-color: #ffdc00 }
.bg-orange  { background-color: #FF8200 }
.bg-red     { background-color: #ff4136 }
.bg-fuchsia { background-color: #f012be }
.bg-purple  { background-color: #b10dc9 }
.bg-maroon  { background-color: #85144b }
.bg-navbar { background-color: #6BCFD4 }
.bg-wellness-blue { background-color: #71D0D6 }

.bg-darken-1 { background-color: #000000; background-color: rgba(0,0,0,.0625) }
.bg-darken-2 { background-color: #000000; background-color: rgba(0,0,0,.125) }
.bg-darken-3 { background-color: #000000; background-color: rgba(0,0,0,.25) }
.bg-darken-4 { background-color: #000000; background-color: rgba(0,0,0,.5) }
.border-black  { border-color: #4A4A4A }
.border-gray   { border-color: #aaa }
.border-silver { border-color: #ddd }
.border-white  { border-color: #fff }

.border-aqua  { border-color: #7fdbff }
.border-blue  { border-color: #4A90E2 }
.border-navy  { border-color: #326295 }
.border-teal  { border-color: #39cccc }
.border-green { border-color: #2ecc40 }
.border-olive { border-color: #3d9970 }
.border-lime  { border-color: #01ff70 }

.border-yellow  { border-color: #ffdc00 }
.border-orange  { border-color: #FF8200 }
.border-red     { border-color: #ff4136 }
.border-fuchsia { border-color: #f012be }
.border-purple  { border-color: #b10dc9 }
.border-maroon  { border-color: #85144b }

.border-darken-1 { border-color: #000000; border-color: rgba(0,0,0,.0625) }
.border-darken-2 { border-color: #000000; border-color: rgba(0,0,0,.125) }
.border-darken-3 { border-color: #000000; border-color: rgba(0,0,0,.25) }
.border-darken-4 { border-color: #000000; border-color: rgba(0,0,0,.5) }
.muted { opacity: .5 }
.color-inherit { color: inherit }
/* Basscss Hide */

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide { display: none !important }
}

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide { display: none !important }
}

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide { display: none !important }
}

@media (min-width: 64em) {
  .lg-hide { display: none !important }
}

.display-none { display: none !important }

/* overrides */

.overflow-scroll { -webkit-overflow-scrolling: touch }

.button-transparent:active:before,
.button-transparent.is-active:before {
  opacity: .125; /* twice default */
}

/* optional */

/* Basscss UI Utility Groups */

.x-group-item { margin-left: -1px }
.x-group-item:first-of-type { margin-left: 0 }

.y-group-item { margin-top: -1px }
.y-group-item:first-of-type { margin-top: 0 }

.x-group-item:focus,
.y-group-item:focus {
  position: relative;
  z-index: 1;
}

/* custom styles */

/* Inspired by Tachyons fonts */
.p0 { padding: 0 }
.px0 { padding-left: 0; padding-right: 0; }
.py0 { padding-top: 0; padding-bottom: 0; }

.my1 { margin-top: 8px; margin-top: .5rem; margin-bottom: 8px; margin-bottom: .5rem }
.my2 { margin-top: 16px; margin-top: 1rem; margin-bottom: 16px; margin-bottom: 1rem }
.my3 { margin-top: 32px; margin-top: 2rem; margin-bottom: 32px; margin-bottom: 2rem }
.my4 { margin-top: 64px; margin-top: 4rem; margin-bottom: 64px; margin-bottom: 4rem }

.mx1 { margin-left: 8px; margin-left: .5rem; margin-right: 8px; margin-right: .5rem }
.mx2 { margin-left: 16px; margin-left: 1rem; margin-right: 16px; margin-right: 1rem }
.mx3 { margin-left: 32px; margin-left: 2rem; margin-right: 32px; margin-right: 2rem }
.mx4 { margin-left: 64px; margin-left: 4rem; margin-right: 64px; margin-right: 4rem }


.mtn1 { margin-top: -8px; margin-top: -.5rem; }
.mtn2 { margin-top: -16px; margin-top: -1rem; }
.mtn3 { margin-top: -32px; margin-top: -2rem; }
.mtn4 { margin-top: -64px; margin-top: -4rem; }

.mbn1 { margin-bottom: -8px; margin-bottom: -.5rem; }
.mbn2 { margin-bottom: -16px; margin-bottom: -1rem; }
.mbn3 { margin-bottom: -32px; margin-bottom: -2rem; }
.mbn4 { margin-bottom: -64px; margin-bottom: -4rem; }
.m-auto{ margin: auto; }
.mr1 { margin-right: var(--space-1); }
.wd1 { width: 1.5em !important; }
.wd2 { width: 3em !important; }
.wd3 { width: 4.5em !important; }
.wd4 { width: 6em !important; }

.ht1 { height: 1.5em !important; }
.ht2 { height: 3em !important; }
.ht3 { height: 4.5em !important; }
.ht4 { height: 6em !important; }

.max-ht1 { max-height: 1.5em !important; }
.max-ht2 { max-height: 3em !important; }
.max-ht3 { max-height: 4.5em !important; }
.max-ht4 { max-height: 6em !important; }

.min-ht1 { min-height: 1.5em !important; }
.min-ht2 { min-height: 3em !important; }
.min-ht3 { min-height: 4.5em !important; }
.min-ht4 { min-height: 6em !important; }

@media (min-width: 52em) {
  .md-relative { position: relative; }
  .md-fixed    { position: fixed; }
}

.slate           { color: #7A99AC }
.bg-slate        { background-color: #7A99AC }
.bg-mid-slate    { background-color: #CBDFEC }
.bg-light-slate  { background-color: #E9F1F7 }

.bg-mint         { background-color: #86C8BC }
.bg-mid-mint     { background-color: #B3EEE4 }
.bg-light-mint   { background-color: #D7F7F1 }

.bg-mid-navy     { background-color: #71A1D4 }
.bg-light-navy   { background-color: #ADCEF1 }
.border-slate    { border-color: #7A99AC }
.border-mint     { border-color: #86C8BC }

.mauve           { color: #9c6877 }
.bg-mauve        { background-color: #9c6877 }

.button-inline {
  vertical-align: baseline;
  line-height: 1;
}
.light-source-near-n {
  box-shadow: 0 1px 1px 1px rgba(0,0,0, 0.125);
}

@media print {
  .light-source-near-n { box-shadow: none; }
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #CBDFEC;
  background-color: #E9F1F7;
}

.slick-dots > li {
  display: inline-block;
  margin-right: 8px;
  margin-right: .5rem;
}

.slick-dots > li.slick-active {
  color: #7A99AC;
}

/* remove blue focus border on carousel cards from slick */
.slick-slide {
  outline: none;
}
.slick-track .slick-slide {
  padding: 0.5rem;
}

table.attribute-table, table.regular-table {
  border-collapse: collapse;
}

table.attribute-table td, table.attribute-table th {
  vertical-align: top;
  border: 1px solid #ccc;
}

table.regular-table td, table.regular-table th {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

table.regular-table td:first-of-type, table.regular-table th:first-of-type {
  border-left: 1px solid #ccc;
}

table.regular-table td:last-of-type, table.regular-table th:last-of-type {
  border-right: 1px solid #ccc;
}

table.regular-table thead tr th {
  border-top: 1px solid #ccc;
}

table.attribute-table th, table.regular-table th {
  background-color: #efefef;
}

table.regular-table .heading th, table.attribute-table .heading th {
  background-color: white;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

/* custom vars */

:root {

  /* WARNING: changes here need to be reflected in Views::Base::Look::ColorsHex, for the charts */

  /*--form-field-height: 2.25rem; */
  /*--form-field-padding-y: .1rem;*/
  /*--form-field-padding-x: .5rem;*/
}

/*
@custom-media --breakpoint-sm (min-width: 40em);
@custom-media --breakpoint-md (min-width: 52em);
@custom-media --breakpoint-lg (min-width: 64em);
*/

:root {
  /*--aqua:   #7fdbff;*/
  /*--blue:   #0074d9;*/
  /*--navy:   #001f3f;*/
  /*--teal:   #39cccc;*/
  /*--green:  #2ecc40;*/
  /*--olive:  #3d9970;*/
  /*--lime:   #01ff70;*/

  /*--yellow: #ffdc00;*/
  /*--orange: #ff851b;*/
  /*--red:    #ff4136;*/
  /*--fuchsia:#f012be;*/
  /*--purple: #b10dc9;*/
  /*--maroon: #85144b;*/

  /*--white:  #fff;*/
  /*--silver: #ddd;*/
  /*--gray:   #aaa;*/
  /*--black:  #111;*/

  /*--font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
  /*--line-height: 1.5;*/
  /*--heading-font-family: var(--font-family);*/
  /*--heading-font-weight: bold;*/
  /*--heading-line-height: 1.25;*/
  /*--monospace-font-family: 'Source Code Pro', Consolas, monospace;*/
  /*--h1: 2rem;*/
  /*--h2: 1.5rem;*/
  /*--h3: 1.25rem;*/
  /*--h4: 1rem;*/
  /*--h5: .875rem;*/
  /*--h6: .75rem;*/
  /*--bold-font-weight: bold;*/
  /*--space-1: .5rem;*/
  /*--space-2: 1rem;*/
  /*--space-3: 2rem;*/
  /*--space-4: 4rem;*/
  /*--form-field-font-size: 1rem;*/
  /*--form-field-padding-y: .5rem;*/
  /*--form-field-padding-x: .5rem;*/
  /*--button-font-size: inherit;*/
  /*--button-font-weight: bold;*/
  /*--button-line-height: 1.125rem;*/
  /*--button-padding-y: .5rem;*/
  /*--button-padding-x: 1rem;*/
  /*--container-width: 64em;*/

  /*--darken-1: rgba(0,0,0,.0625);*/
  /*--darken-2: rgba(0,0,0,.125);*/
  /*--darken-3: rgba(0,0,0,.25);*/
  /*--darken-4: rgba(0,0,0,.5);*/

  /*--border-width: 1px;*/
  /*--border-radius: 3px;*/
  /*--border-color: var(--darken-2);*/
}
/* Unfortunately named. Custom styles that we don't want to dump into application.css. */

.download-link {
    color: black;
    font-size: 10pt;
}

/* pages */

html.documents table.document-table {
  table-layout: fixed;
}

html.documents tr td a {
  display: table-cell;
}

html.documents tr.mobile-document-actions td a {
  text-align: right;
}

tbody tr {
  font-size: 14px;
}

/*
tbody tr:nth-child(odd) {
  background: #fafafa;
}
*/

.truncated-string {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
}

.border-1 {
  border-radius: 4px;
  border: 1px solid #E7E7E7;
}
﻿@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");.font-weight-bold,.projected-costs-title,.year-filter,.spend-history-breakdown,.total-spend-history,.historical-data-subnav,.percentage,.info-text,.dashboard-bold-number,.dashboard-label,.view-all-renewals,.renewal-dashboard-title{font-weight:bold}.font-size-normal-v2,.year-filter,.percentage,.info-text,.dashboard-label,.view-all-renewals{font-size:14px}.font-size-large-v2,.projected-costs-title,.spend-history-breakdown,.total-spend-history,.historical-data-subnav,.renewal-dashboard-title{font-size:18px}.font-size-extra-large,.dashboard-percentage{font-size:20px}.font-size-big-number,.dashboard-bold-number{font-size:30px}.h-50px,.compare-to-select{height:50px}.h-500{max-height:500px}.h-100{height:100%}.width-1160{width:1160px}.w-10px{width:10px}.w-100{width:100%}.w-15{width:15%}.w-20{width:20%}.w-25{width:25%}.w-48{width:48%}.min-w-50{min-width:50%}.w-30,.historical-data-values,.historical-dropdown{width:30%}.w-33,.year-filter{width:33%}.w-40{width:40%}.w-47{width:47%}.w-50,.benefit-type,.year-filter-tab,.spend-history-breakdown,.total-spend-history,.total-spend-history-year,.n-of-employees,.cost-per-employee{width:50%}.w-55{width:55%}.w-70,.historical-data-subnav-items{width:70%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}.border-left-1{border-left:1px solid #ECECEC}.border-1,.projected-costs,.renewal-overview,.table-toggle,.minimize,.see-all,.total-country-summary,.benefit-summary-n-of-employees,.benefit-summary-total-cost,.bulk-actions-dropdown-card .benefit-dropdown-content-card,.benefit-dropdown-card .benefit-dropdown-content-card,.benefit-dropdown .benefit-dropdown-content,.benefit-historical-summary,.benefit-country-summary,.renewal-dashboard,.historical-dropdown .historical-dropdown-content,.dashboard-renewal-dropdown{border-radius:4px;border:1px solid #E7E7E7}.box-shadow-1{box-shadow:0 4px 4px 0 rgba(122,122,122,0.23)}.border-top-1{border-top:1px solid #E7E7E7}.clickable,.table-toggle,.minimize,.see-all,.year-filter-container,.spend-history-breakdown,.total-spend-history,.n-of-employees,.cost-per-employee,.historical-dropdown .historical-data-type,.dashboard-navbar-items,.dashboard-renewal-dropdown,.tab-toggle-button,.group-by-country-tab,.group-by-region-tab,.cost-per-employee-historical-tab,.total-cost-historical-tab{cursor:pointer}.highcharts-text-outline{display:none}.d-none,.renewal-dashboard.no-table .dashboard-table{display:none !important}.mr-none{margin-right:none}.mx-1530{margin:15px 30px}.d-flex,.group-by-tabs,.projected-costs-title,.projected-costs-header,.renewal-overview-title,.renewal-overview-header,.country-summary-country-select,.total-cost-historical-tabs,.compare-to-select,.total-country-summary,.benefit-summary-n-of-employees,.benefit-summary-total-cost,.benefit-summary-content,.benefit-summary-sub-col,.benefit-summary,.year-filter-container,.year-filter-tab,.spend-history-breakdown,.total-spend-history,.total-spend-history-year,.section-header,.total-cost-of-insured-benefit,.historical-data-values,.historical-data-container,.historical-data-subnav-items,.historical-data-subnav,.historical-dropdown,.dashboard-percentage,.dashboard-big-icon,.dashboard-main-icon,.dashboard-n-of-employees-icon,.dashboard-dollar-icon,.dashboard-renewal-dropdown,.dashboard-country,.renewal-dashboard-title,.renewal-dashboard-header,.tab-toggle-button,.group-by-country-tab,.group-by-region-tab,.cost-per-employee-historical-tab,.total-cost-historical-tab,.flex-column,.benefit-type,.historical-dropdown.active .historical-dropdown-content{display:flex}.d-inline{display:inline}.d-inline-block{display:inline-block}.flex-col,.country-summary-country-select{flex-direction:column}.flex-wrap-wrap,.renewal-overview-title{flex-wrap:wrap}.text-align-center,.year-filter-tab,.n-of-employees,.cost-per-employee,.percentage{text-align:center}.text-align-left{text-align:left}.align-items-center,.projected-costs-title,.projected-costs-header,.renewal-overview-title,.compare-to-select,.total-country-summary,.benefit-summary-n-of-employees,.benefit-summary-total-cost,.benefit-summary-content,.spend-history-breakdown,.total-spend-history,.total-spend-history-year,.section-header,.dashboard-percentage,.dashboard-big-icon,.dashboard-main-icon,.dashboard-n-of-employees-icon,.dashboard-dollar-icon,.dashboard-renewal-dropdown,.dashboard-country,.renewal-dashboard-title,.renewal-dashboard-header,.tab-toggle-button,.group-by-country-tab,.group-by-region-tab,.cost-per-employee-historical-tab,.total-cost-historical-tab{align-items:center}.justify-content-center,.benefit-summary-sub-col,.year-filter-container,.spend-history-breakdown,.total-spend-history,.dashboard-big-icon,.dashboard-main-icon,.dashboard-n-of-employees-icon,.dashboard-dollar-icon,.dashboard-renewal-dropdown,.tab-toggle-button,.group-by-country-tab,.group-by-region-tab,.cost-per-employee-historical-tab,.total-cost-historical-tab{justify-content:center}.justify-content-flex-end{justify-content:flex-end}.justify-content-between,.group-by-tabs,.projected-costs-header,.renewal-overview-title,.total-cost-historical-tabs,.benefit-summary,.year-filter-tab,.total-cost-of-insured-benefit,.historical-data-subnav-items,.renewal-dashboard-header{justify-content:space-between}.justify-content-around{justify-content:space-around}.flex-direction-column,.historical-data-values,.flex-column,.benefit-summary-sub-col,.benefit-type,.historical-dropdown.active .historical-dropdown-content{flex-direction:column}.text-align-right,.info-text{text-align:right}.inline-block{display:inline-block}.round-button{border-radius:30px;border-color:transparent}.d-none,.renewal-dashboard.no-table .dashboard-table{display:none}.dropdown-arrow-down,.historical-dropdown .historical-data-type:after,.dashboard-renewal-dropdown:before{font-family:'FontAwesome';content:"";font-size:16px;font-weight:inherit}.dropdown-arrow-up,.historical-dropdown .historical-data-type.active:after,.dashboard-renewal-dropdown.active:before{font-family:'FontAwesome';content:"";font-size:16px;font-weight:inherit}.renewal-table-arrow-right:before{font-family:'FontAwesome';content:"";font-size:14px;font-weight:bold;color:#71D0D6;line-height:14px}.circle-v2,.dashboard-big-icon,.dashboard-main-icon,.dashboard-n-of-employees-icon,.dashboard-dollar-icon{height:50px;width:50px;border-radius:50%}.circle-v2-sm{height:22px;width:22px;border-radius:50%}.mint,.legend-item:before{color:#86C8BC}.bg-mint-v2,.dashboard-main-icon{background:#71D0D6}.bg-white{background-color:white}.medical{background-color:#3EC4C8}.accident{background-color:#B8D547}.dental{background-color:#586AA0}.life{background-color:#F27B23}.disability{background-color:#EFE039}.critical_illness{background-color:#6EA5AF}.other{background-color:#E1F6F7}.p-green,.dashboard-percentage,.percentage{color:#96B32F}.orange{color:#EF5A00}.bg-p-green{background-color:#96B32F}.bg-mint-2{background-color:#71D0D6}.bg-light-orange,.dashboard-dollar-icon{background-color:#FFE6CC}.bg-light-blue,.dashboard-n-of-employees-icon{background-color:#E1F6F7}.bg-light-greyblue,.benefit-dropdown-card .benefit-dropbtn-card{background-color:#E9F1F7}.dark-blue{color:#6BCFD4}.bg-grey{background-color:#fafafa}.bg-grey-v2{background-color:#EBEBEB}.darker-grey{color:#797979}.bg-save-grey{background-color:#8198AB}.black{color:#000}.mint-v2,.view-all-renewals{color:#71D0D6}.label-color,.dashboard-slim-number,.dashboard-bold-number,.dashboard-label{color:#605A5A}.grey-v2,.legend-item{color:#B3B5B5}.mp-left-renewal{margin:0px;padding:0px 25px}.main-navbar-links{padding:27.5px 1.5rem}.mt-0,.dashboard-country{margin-top:0px}.mt-1{margin-top:1px}.m-0{margin:0}.mb-3,.dashboard-country{margin-bottom:3px}.mb-10{margin-bottom:10px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-25{margin-right:25px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.mb-15{margin-bottom:15px}.mt-40,.total-cost-of-insured-benefit{margin-top:40px}.mt-60{margin-top:60px}.ml-17{margin-left:17px}.mb-10{margin-bottom:10px}.mb-20,.section-header{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-45{margin-bottom:45px}.mt-10{margin-top:10px}.mr-40{margin-right:40px}.mr-20{margin-right:20px}.top-60{margin-top:60px}.mr-40{margin-right:40px}.pb-10,.year-filter{padding-bottom:10px}.p-20,.projected-costs-header,.renewal-overview-header,.spend-history-breakdown,.total-spend-history,.renewal-dashboard-header{padding:20px}.pb-16{padding-bottom:16px}.pr-10,.bulk-actions-dropdown-card,.benefit-dropdown-card{padding-right:10px}.pr-25{padding-right:25px}.p-35,.n-of-employees,.cost-per-employee{padding:35px}.pt-40{padding-top:40px}.px-15{padding-left:15px;padding-right:15px}.py-15{padding-top:15px;padding-bottom:15px}.py-35,.historical-data-container,.historical-dropdown .historical-data-type{padding-top:35px;padding-bottom:35px}.py-50,.total-spend-history-year{padding-top:50px;padding-bottom:50px}.py-75{padding-top:75px;padding-bottom:75px}.pr-30{padding-right:30px}.pl-10{padding-left:10px}.pl-30,.total-spend-history-year{padding-left:30px}.px-10{padding-left:10px;padding-right:10px}.px-45{padding-left:45px;padding-right:45px}.px-55,.historical-data-container,.historical-dropdown .historical-data-type{padding-left:55px;padding-right:55px}.auto-renew{margin:28px 0px 10px 0px;text-align:right}.delete-red{color:#DE2702;text-decoration-color:#DE2702;text-decoration:underline}.border-cancel{border:2px solid #E2E2E2}.rounded-button-outline{position:relative;z-index:2;border-radius:30px 30px 30px 30px;border:1px solid currentcolor}.unselectable{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.selectable{-moz-user-select:-moz-text;-khtml-user-select:text;-webkit-user-select:text;-o-user-select:text;user-select:text}.tab-toggle-button,.group-by-country-tab,.group-by-region-tab,.cost-per-employee-historical-tab,.total-cost-historical-tab{border:1px solid #E7E7E7;box-sizing:border-box;border-radius:4px;font-size:14px;padding:10px 15px;background:#71D0D6;color:#FFFFFF}.tab-toggle-button.deactivate,.deactivate.group-by-country-tab,.deactivate.group-by-region-tab,.deactivate.cost-per-employee-historical-tab,.deactivate.total-cost-historical-tab{background:#FFFFFF;color:#767070}.bg-orange{background-color:#ef7b02}.bg-mint{background-color:#bbd531}.bg-blue{background-color:#586ba4}.bg-lighter-blue{background-color:#71d0d6}.non-setting-body{background-color:#F9F9F9}.bg-old-mint{background-color:#86C8BC}@media (max-width: 500px){.d-flex,.group-by-tabs,.projected-costs-title,.projected-costs-header,.renewal-overview-title,.renewal-overview-header,.country-summary-country-select,.total-cost-historical-tabs,.compare-to-select,.total-country-summary,.benefit-summary-n-of-employees,.benefit-summary-total-cost,.benefit-summary-content,.benefit-summary-sub-col,.benefit-summary,.year-filter-container,.year-filter-tab,.spend-history-breakdown,.total-spend-history,.total-spend-history-year,.section-header,.total-cost-of-insured-benefit,.historical-data-values,.historical-data-container,.historical-data-subnav-items,.historical-data-subnav,.historical-dropdown,.dashboard-percentage,.dashboard-big-icon,.dashboard-main-icon,.dashboard-n-of-employees-icon,.dashboard-dollar-icon,.dashboard-renewal-dropdown,.dashboard-country,.renewal-dashboard-title,.renewal-dashboard-header,.flex-column,.benefit-type,.historical-dropdown.active .historical-dropdown-content,.tab-toggle-button,.group-by-country-tab,.group-by-region-tab,.cost-per-employee-historical-tab,.total-cost-historical-tab{flex-flow:wrap}}body{overflow:hidden;font-family:"Raleway",sans-serif}.main{clear:both;display:flex;height:calc(100vh - 56px);overflow:hidden}.main .sidenav{flex:0 0 210px;overflow-x:hidden;overflow-y:auto}.main .sidenav.collapsed{flex-basis:50px}.main .content{width:100%;overflow:auto}.main .content .container{position:relative}@media screen and (max-height: 600px){.main .sidenav{flex-basis:225px}.main .sidenav.collapsed{flex-basis:65px}}@media (max-width: 500px){.main .sidenav{display:none;position:absolute;width:100%;height:100%;z-index:10}body.nav-visible .main .sidenav{display:block}body.nav-visible .main .content{display:none}}.field{margin:0 0 1em 0}.field input,.field select,.field textarea,.field .selectize-input{border-radius:0.5rem;border:solid 1px #E3E3E3;box-shadow:none;display:block;font-size:inherit;height:auto;padding:0.5em;width:100%}.field input:focus,.field select:focus,.field textarea:focus,.field .selectize-input:focus{outline:#002E42 solid 1px}.field input[type=checkbox],.field input[type=radio],.field select[type=checkbox],.field select[type=radio],.field textarea[type=checkbox],.field textarea[type=radio],.field .selectize-input[type=checkbox],.field .selectize-input[type=radio]{accent-color:#0C7982;display:inline;width:auto}.field select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'></path></svg>");background-position:97.8% 50%;background-repeat:no-repeat;background-size:1.2em;padding:0.2em 1.2em 0.2em 0.5em}.field.has-error input,.field.has-error select,.field.has-error textarea,.field.has-error .selectize-input{border-color:#D90829}.field.has-inline-tooltip{position:relative}.field label{font-weight:600;margin:0 0 0.25em 0;display:block}.field label.inline{display:inline}.field.required label:after{content:'\2731';font-size:0.75em;margin-left:0.25em;vertical-align:top;color:#656D70}.field .error{color:#002E42;font-size:0.75em}.field .error:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;color:#D90829;margin:0 0.25em 0 0}.field.date{float:left;width:100%;clear:both}.field.date select{text-align:center;float:left}.field.date .day,.field.date .month{width:30%;text-align:center}.field.date .year{width:40%;text-align:center}.field.date.horizontal label,.field.date.horizontal select,.field.date.horizontal div{width:50%;float:left}.field.date.horizontal .day,.field.date.horizontal .month{width:15%}.field.date.horizontal .year{width:20%}.field.date.horizontal .error{width:50%;float:right}.field.radios label label{display:inline;margin:0 0.25em 0 0.75em}.field.legend{margin-bottom:0}.field.legend div{float:left}.checkbox-list .item,.radio-button-list .item{font-size:0.9em}.checkbox-list .item label,.radio-button-list .item label{font-weight:400;display:inline-block}.checkbox-list .item .text,.radio-button-list .item .text{margin-left:0.5em}.checkbox-list .item .sublist,.radio-button-list .item .sublist{margin-left:1em}.checkbox-list .item .decorator,.radio-button-list .item .decorator{display:inline-block}.checkbox-list .item .decorator label,.radio-button-list .item .decorator label{display:none}.checkbox-list .item .decorator *,.radio-button-list .item .decorator *{display:inline-block;font-size:1em;height:auto;margin:0;width:auto}.fill-in-the-blanks{font-size:0.9em}.fill-in-the-blanks>*{display:inline-block;font-size:1em;height:auto;margin:0;width:auto}.fill-in-the-blanks input,.fill-in-the-blanks select{display:inline-block;margin:0 0.5em;width:auto}.aligned-line{display:table-row}.aligned-line>*{display:table-cell}.form-subheader{font-weight:600;font-size:1em;padding-top:0.5em;margin-bottom:0.5em}.form-subsection{border-top:solid 1px #E3E3E3}.form-subsection-header{font-weight:600;font-size:1em;padding-top:0.5em;margin-bottom:0.5em;cursor:pointer}.form-subsection-header:after{float:right;content:'\25BC';font-weight:700;color:#656D70}.form-subsection-header.closed:after{content:'\25B2'}.tooltip:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;color:#002E42;font-size:1em;vertical-align:top;margin-left:0.25em}.has-inline-tooltip .tooltip{position:absolute;top:-0.5em;right:-0.5em}.nested-form{margin-bottom:0.5em}.nested-form .add,.nested-form .remove{font-size:0;text-decoration:none;display:block;text-align:right}.nested-form .add:after{font-family:'FontAwesome';content:"";font-size:1rem;font-weight:inherit;color:#002E42}.nested-form .remove:after{color:#D90829;margin-top:0.25rem;display:block;font-family:'FontAwesome';content:"";font-size:1rem;font-weight:inherit}.nested-form .header label{font-weight:600}.nested-form .error{color:#002E42;font-size:0.75em}.nested-form .error:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;color:#D90829;margin:0 0.25em 0 0}.multiple-nested-forms{margin-bottom:1em}.multiple-nested-forms .nested-form{margin-left:1em}.multiple-nested-forms .nested-form .header label{font-weight:400}.document-uploader a.remove{margin-left:11px}.document-uploader .remove:after{color:#D90829;margin-top:0.25rem;display:block;font-family:'FontAwesome';content:"";font-size:1rem;font-weight:inherit}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,0.06) !important;border:0 none !important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 2px 5px rgba(0,0,0,0.2)}.selectize-control{position:relative}.selectize-control .selectize-input.disabled{opacity:0.5;background-color:white}.selectize-dropdown{color:#303030;font-size:14px;line-height:18px;-webkit-font-smoothing:inherit;position:absolute;z-index:10;border:1px solid #d0d0d0;background:#e6eced;margin:-1px 0 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,0.2);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.selectize-dropdown .option{padding:5px 8px;cursor:inherit;background:#fff;opacity:0.5;min-height:1em}.selectize-dropdown .optgroup-header{padding:5px 8px;color:#303030;background:#fff;cursor:default}.selectize-dropdown [data-disabled]{cursor:inherit;opacity:0.5}.selectize-dropdown [data-disabled] .option[data-selectable]{cursor:inherit;opacity:0.5}.selectize-dropdown .option[data-selectable]{opacity:1}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .active{background-color:rgba(88,88,90,0.07);color:#030303}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,0.5)}.selectize-input{color:#303030;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit;background:#fff;cursor:text;display:inline-block;border:1px solid #d0d0d0;padding:15px 13px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);border-radius:3px}.selectize-input input{color:#303030;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 2px 0 0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;-webkit-user-select:auto !important;-webkit-box-shadow:none !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;cursor:text}.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input{cursor:pointer}.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:32%;right:27px;margin-top:-3px;width:0;height:0;font-family:'FontAwesome';content:'\f078';font-size:11px}.selectize-control.single .selectize-input.dropdown-active:after{font-family:'FontAwesome';content:'\f077'}.selectize-input.full{background-color:#fff}.selectize-input.disabled{cursor:default !important}.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.15)}.selectize-input.dropdown-active{-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-bottom-left-radius:0;-moz-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;background:#fff;-webkit-overflow-scrolling:touch}.benefit-card .selectize-dropdown{border:none;box-shadow:none}.benefit-card .selectize-input{border:none !important;box-shadow:none !important}.select-types.country-dropdown{height:42px;width:236px}@media screen and (max-width: 500px){.select-types.country-dropdown{max-height:42px;max-width:200px}}.select-types.company-dropdown{height:42px;width:236px;border:1px solid #dfdfdf;border-radius:5px;background-color:#fff}.select-types .selectize-dropdown{box-shadow:none}.select-types .selectize-input{box-shadow:none !important}.select-types{width:100px;height:50px}.item{font-size:14px}.benefit-card .selectize-input{height:50px;padding:13px 10px}.select-types .selectize-input.items.full.has-options.has-items{background:#fff;height:42px}.select-types .selectize-dropdown{background:#fff}.select-types .select-benefit-types{width:200px}.simple_form.new_exchange_rate .selectize-input.items.not-full.has-options,.simple_form.edit_exchange_rate .selectize-input.items.not-full.has-options,.country-select-box .selectize-input.items.not-full.has-options{background:#fff}.simple_form.new_exchange_rate .selectize-input.items,.simple_form.edit_exchange_rate .selectize-input.items,.country-select-box .selectize-input.items{line-height:12px;background:#fff;border:none;box-shadow:none;margin-top:-5px;left:-10px}.simple_form.new_exchange_rate .selectize-dropdown.single,.simple_form.edit_exchange_rate .selectize-dropdown.single,.country-select-box .selectize-dropdown.single{background:transparent;border:none;box-shadow:none;left:-10px !important}.simple_form.new_exchange_rate .selectize-dropdown,.simple_form.edit_exchange_rate .selectize-dropdown,.country-select-box .selectize-dropdown{background:#fff}.simple_form.new_exchange_rate .selectize-dropdown-content,.simple_form.edit_exchange_rate .selectize-dropdown-content,.country-select-box .selectize-dropdown-content{width:110%;background:#fff}.simple_form.new_exchange_rate .select-benefit-types,.simple_form.edit_exchange_rate .select-benefit-types,.country-select-box .select-benefit-types{width:200px}.benefits-content{width:360px}@media screen and (max-width: 500px){.benefits-content{max-width:350px}}.attachable-benefit-selector .selectize-input.items.not-full.has-options{background:#fff}.attachable-benefit-selector .selectize-input.items{background:#fff;border:1px solid rgba(51,51,51,0.1);box-shadow:none}.attachable-benefit-selector .selectize-dropdown.single{background:transparent;border:1px solid rgba(51,51,51,0.1);box-shadow:none}.attachable-benefit-selector .selectize-dropdown{background:#fff}.attachable-benefit-selector .selectize-dropdown-content{background:#fff}.select-beast .option{font-weight:300 !important}@media screen and (max-width: 500px){.renewal-benefit-type-selector{max-width:150px}}.subnav-select{color:#979797;margin-top:5px}.subnav-select .selectize-input{color:#979797;border:1px solid #979797}.subnav-select .selectize-dropdown{border:1px solid #979797;margin-top:-5px}.subnav-select .selectize-control .selectize-input.disabled{background-color:#F9F9F9}.subnav-select .selectize-dropdown .option{background:#F9F9F9}.subnav-select .selectize-dropdown .optgroup-header{background:#F9F9F9}.subnav-select .selectize-input{background:#F9F9F9}.subnav-select .selectize-input.full{background-color:#F9F9F9}.subnav-select .selectize-dropdown-content{background:#F9F9F9}.subnav-select .select-types.company-dropdown{background-color:#F9F9F9}.subnav-select .select-types .selectize-input.items.full.has-options.has-items{background:#F9F9F9}.subnav-select .select-types .selectize-dropdown{background:#F9F9F9}.subnav-select .attachable-benefit-selector .selectize-input.items.not-full.has-options{background:#F9F9F9}.subnav-select .attachable-benefit-selector .selectize-input.items{background:#F9F9F9}.subnav-select .attachable-benefit-selector .selectize-dropdown{background:#F9F9F9}.subnav-select .attachable-benefit-selector .selectize-dropdown-content{background:#F9F9F9}.searchable.selectize-control{border:none}.selectize-multiple{background-color:inherit !important}.selectize-multiple .selectize-input{display:block}.selectize-multiple .selectize-input .item{background-color:#E7F5F8;border:solid 1px #002E42;color:#002E42;border-radius:1em;margin-right:1em;padding:0.5em 1em}.selectize-multiple .selectize-input .item a{color:#002E42;font-size:1.25em;font-weight:bold;margin-left:0.5em;text-decoration:none}.sec{max-width:500px}.hm-main-logo{background:#245962;text-align:right}.hm-main-logo img{width:198px;height:35px;padding:20px 25px 10px 0}.hm-main-logo .cmargins{margin-right:50px;margin-top:30px;background-color:#EF5A00}.sec1,.sec2,.sec3{overflow:hidden}.d-flex,.group-by-tabs,.projected-costs-title,.projected-costs-header,.renewal-overview-title,.renewal-overview-header,.country-summary-country-select,.total-cost-historical-tabs,.compare-to-select,.total-country-summary,.benefit-summary-n-of-employees,.benefit-summary-total-cost,.benefit-summary-content,.benefit-summary-sub-col,.benefit-summary,.year-filter-container,.year-filter-tab,.spend-history-breakdown,.total-spend-history,.total-spend-history-year,.section-header,.total-cost-of-insured-benefit,.historical-data-values,.historical-data-container,.historical-data-subnav-items,.historical-data-subnav,.historical-dropdown,.dashboard-percentage,.dashboard-big-icon,.dashboard-main-icon,.dashboard-n-of-employees-icon,.dashboard-dollar-icon,.dashboard-renewal-dropdown,.dashboard-country,.renewal-dashboard-title,.renewal-dashboard-header,.flex-column,.benefit-type,.historical-dropdown.active .historical-dropdown-content,.tab-toggle-button,.group-by-country-tab,.group-by-region-tab,.cost-per-employee-historical-tab,.total-cost-historical-tab{display:flex}.sec1-left{float:left;background-image:url(/assets/home_sec1-3b14070938b99e3f39058edf774007fb88461bd9efd752437e78faf93a344dfa.png);background-size:cover}.sec1-left img{margin:auto}.sec1-right .sec{padding:110px}@media (max-width: 42em){.sec1-right .sec{padding:45px}}.sec1-right h1{font-size:38px;margin-top:3px}.sec1-right text{margin-bottom:22px;font-weight:100}.sec1-right label{font-size:12px;font-weight:bold}.sec1-right #email,.sec1-right #password{font-size:12px;font-weight:bold}.sec1-right .buttons{display:-webkit-box;float:right;margin-top:30px}.sec1-right .buttons .light-blue{margin-right:15px;padding-top:10px;font-weight:bold}.sec1-right .buttons .bg-sblue{padding-left:30px;padding-right:30px;padding-top:12px;padding-bottom:12px;font-size:18px;font-weight:900;letter-spacing:1px}@media (min-width: 52em){.sec2 .sec2-left,.sec3 .sec3-right{padding:135px}}@media (min-width: 40em){.sec3 .md-max-height{height:650px}}.sec2-left .image,.sec3-right .image{display:block;margin-left:auto;margin-right:auto}.sec2-left h1,.sec3-right h1{font-size:36px;font-weight:bold;line-height:48px;text-align:center}.sec2-left p,.sec3-right p{font-size:18px;font-weight:100;text-align:center;line-height:24px}.sec2-right{background-image:url(/assets/home_sec2-2ead13b2f4ca54e9d51c98dc9825816b6d7555cf0214e84798e0a2064892c801.png);background-size:cover;height:100%}.sec2-right .sec{padding:200px;padding-left:125px;padding-right:75px}.sec2-right .sec h1,.sec3-left .sec h1{font-size:36px;font-weight:bold;line-height:48px;color:white;margin-top:11px}.sec2-right .sec p,.sec3-left .sec p{font-size:20px;font-weight:500;line-height:25px;color:white;letter-spacing:1px}.sec3-left{background-image:url(/assets/home_sec3-3febbb66e9ba6eb4ea0f16bbe8378b2011ff39cac17292aef7526da41b165590.png);background-size:cover;height:100%}.sec3-left .sec{padding:200px;padding-left:125px;padding-right:75px}.video-sec{margin-bottom:-6px}.video-sec video{width:100%}.contact-sec{background-color:#47C5CA;width:100%;position:relative;text-align:center;padding-top:15px}.contact-sec h1{color:#FFFFFF;font-size:42px;font-weight:bold;line-height:48px}.contact-sec .wrapper{width:350px;margin:auto;position:relative;z-index:1}.contact-sec .wrapper .button{height:45px;width:170px;font-size:19px;font-weight:bold;border-radius:3px;background:white;color:black;padding-top:12px}.contact-sec p{font-size:20px;font-weight:100;color:#FFFFFF}.contact-sec img{position:absolute;bottom:-4px;left:0}.h650{height:650px}.hf{background-color:#EF5A00;height:100px;width:100%;position:relative;text-align:center}.hf img{height:21px;width:65.55px;margin-top:40px}.logosvg{height:30px;width:auto}.optgroup-header{font-weight:bold}.financials-title{margin:50px 0px 50px -75px;color:#000;font-size:24px;line-height:28px;font-style:normal;font-weight:bold}.total-bg{width:250px;background:#fff}.bg-text{padding:2px 6px;text-align:justify;font-weight:bold;font-size:12px;height:20px}.bg-Premium{background:#1CBECA;color:#fff}.bg-Premium2{background:#002E42;color:#fff}.bg-Retirement{background:#BACC54;color:#000}.bg-Insured{background:#D3783E;color:#000}.bg-Fringe{background:#0C7982;color:#000}.bg-Wellness{background:#71D0D6;color:#000}.breadcrumbs a{text-decoration:underline;font-weight:bold;color:#002E42}.breadcrumbs a:hover{color:#8fb9c1}.breadcrumbs i{color:#8fb9c1;font-size:1.6em;padding-left:0.4em;padding-right:0.4em;font-weight:bold}.breadcrumbs span{font-weight:bold;color:#538c97}.trademark{font-size:15px;vertical-align:text-top}.sidenav{border-right:solid 4px #D3783E;background-color:#002E42}.sidenav ul{list-style:none;padding:1em 0;margin:0}.sidenav ul:first{padding-top:0.5em}.sidenav ul li{display:block}.sidenav ul a{padding:1.35em 1.75em;color:#fff;cursor:pointer;display:block;font-size:0.8em;font-weight:bold;text-decoration:none}.sidenav ul a .icon{margin-right:0.25em;vertical-align:middle}.sidenav ul a .icon svg{max-height:1.5em}.sidenav ul a .icon svg path[fill]{fill:#fff}.sidenav ul a .icon svg path[stroke]{stroke:#fff}.sidenav ul a .title{vertical-align:middle}.sidenav ul a.current{background-color:#fff;color:#002E42}.sidenav ul a.current .icon svg path[fill]{fill:#002E42}.sidenav ul a.current .icon svg path[stroke]{stroke:#002E42}.sidenav ul.primary{background-color:#6EA5AF}.sidenav ul.primary a{color:#002E42}.sidenav ul.primary a .icon svg path[fill]{fill:#002E42}.sidenav ul.primary a .icon svg path[stroke]{stroke:#002E42}@media (min-width: 500px){.sidenav.collapsed ul li a{padding:1.35em 1.15em;text-align:center}.sidenav.collapsed ul li a .title{display:none}.sidenav.collapsed ul li a .icon{margin-right:0}.sidenav.collapsed ul li a.collapse .icon svg{transform:rotate(180deg)}}@media screen and (max-height: 950px){.sidenav ul li a,.sidenav.collapsed ul li a{padding-top:0.85em;padding-bottom:0.85em}}@media screen and (max-height: 750px){.sidenav ul li a,.sidenav.collapsed ul li a{padding-top:0.5em;padding-bottom:0.5em}}@media (max-width: 500px){.sidenav ul li a{font-size:1em}.sidenav ul li a.collapse{display:none}}.topnav{background-color:#002E42;clear:both;height:56px;text-align:right}.topnav .nav-toggle{display:none}.topnav .company{box-sizing:border-box;color:#fff;display:inline-block;height:100%;padding:1em 2em;max-width:30vw;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.topnav .logo{box-sizing:border-box;float:left;height:100%;padding:0.8em}.topnav .logo svg{height:3em}.topnav .dropdown{box-sizing:border-box;color:#fff;text-align:left;height:100%;padding-right:1em}.topnav #account-dropdown-container.dropdown{text-align:center}.topnav .dropdown .title{box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;max-width:27vw;overflow:hidden;padding:1em 2em 1em 1em;position:relative;text-overflow:ellipsis;white-space:nowrap}.topnav .dropdown .title svg{vertical-align:middle}.topnav .dropdown .title:after{color:#1CBECA;content:"\25BC";margin-left:0.5em;position:absolute;right:0}.topnav .dropdown .title.open:after{content:"\25B2"}.topnav .dropdown .content{max-height:calc(100vh - 56px);overflow-y:auto;top:100%;z-index:500}@media (max-width: 500px){.topnav .nav-toggle{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;float:left;height:100%;margin:0 0 0 0.8em;padding:0.8em 0;position:relative;width:32px}.topnav .nav-toggle span,.topnav .nav-toggle span:before,.topnav .nav-toggle span:after{background-color:#6EA5AF;display:block;font-size:0;height:2px;position:absolute;top:50%;transition:all 0.5s;width:100%}.topnav .nav-toggle span{top:50%}body.nav-visible .topnav .nav-toggle span{transform:rotate(45deg);width:80%}.topnav .nav-toggle span:before{content:'';top:-10px}body.nav-visible .topnav .nav-toggle span:before{top:0;transform:rotate(0deg)}.topnav .nav-toggle span:after{content:'';top:10px}body.nav-visible .topnav .nav-toggle span:after{top:0;transform:rotate(90deg)}.topnav .logo{margin-right:0}.topnav .dropdown .title{max-width:21vw;padding-left:0;padding-right:1em}.topnav .dropdown .title .name{display:none}.topnav .dropdown .content{left:auto;right:0}}.mt-country-summary,.projected-costs,.renewal-overview,.benefit-historical-summary,.benefit-country-summary,.renewal-dashboard{margin-top:20px}.calender{font-family:'FontAwesome';content:"";font-size:15px;font-weight:inherit}.dashboard-renewal-dropdown{width:50px;height:36px}.dashboard-table{padding:0px 0px 0px 15px}.dashboard-table th{padding:15px 0px 15px 15px;height:25px;width:25%}.dashboard-table td{padding:15px 0px 15px 15px;width:25%}.dashboard-label{height:16px;opacity:0.6;margin-bottom:5px}.dashboard-bold-number{line-height:34px;word-spacing:10px}.dashboard-slim-number{font-size:30px;color:#605A5A;line-height:34px;word-spacing:10px}.info-text{opacity:0.6;color:#FF7B00;padding-bottom:1px}.info-text:after{background-color:#FF7B00;bottom:0;content:'';display:block;height:1px;width:142px;margin-left:26px}.height-summary,.benefit-summary-content,.benefit-summary-sub-col{min-height:87px}.percentage{margin-left:5px;position:relative}.dashboard-navbar-items{height:50px;padding:3px 25px 3px 25px;border-radius:5px;background-color:#EAF9FA;margin-right:48px;margin-top:13px}.dashboard-dollar-icon{margin-right:25px}.dashboard-n-of-employees-icon{margin-right:25px}.historical-dropdown{position:relative;display:inline-block}.historical-dropdown .historical-data-type:after{margin-left:26px}.historical-dropdown .historical-data-type.active:after{margin-left:26px}.historical-dropdown .historical-dropdown-content{margin-left:43px;display:none;position:absolute;background-color:#fff;margin-top:3px;min-width:214px;z-index:1;padding-top:15px;padding-bottom:15px}.historical-dropdown .historical-dropdown-content a{padding:0rem 0.5rem 0rem 0.5rem;text-decoration:none;color:#000;font-size:1.25rem;text-shadow:0 2px 4px 0 rgba(0,0,0,0);margin-bottom:10px;font-weight:bold}.historical-data-subnav{padding-bottom:40px}.year-select.dashboard .selectize-input{padding:7px 11px;top:5px}.year-filter{color:#485465;letter-spacing:0.17px;line-height:16px;text-align:center}.year-filter.active{border-bottom:3px solid #71D0D6}.year-filter-container{margin-bottom:-10px;position:relative;z-index:5}.total-graph{margin-left:30px;margin-right:15em}@media (min-width: 64em){.total-graph{margin-right:17em}}.total-graph .graph-block{margin:15px 0}@media (min-width: 64em){.exclude-us{margin-right:17em}}.exclude-us .checkbox{margin-right:0}.exclude-us .text{margin-left:0.25em}.additional-information h1{color:#000;padding-left:2.5em}.additional-information .lists{display:flex;flex-wrap:wrap}.additional-information .lists .list{box-shadow:0px 5px 5px #E3E3E3;display:flex;flex:1;flex-direction:column;margin:0.5em;min-width:300px;padding:0 0 4em 0}.additional-information .lists .list h2{color:#000;margin:1em 0.5em}.additional-information .lists .list .contents{flex-grow:1}.additional-information .lists .list .contents table th,.additional-information .lists .list .contents table td{text-align:center;vertical-align:middle}.additional-information .lists .list .contents table th:first-child,.additional-information .lists .list .contents table td:first-child{padding-left:3em;text-align:left}.additional-information .lists .list .contents table thead th{background-color:#E7F5F8;color:#002E42;font-size:0.8em;font-weight:400;text-transform:uppercase}.additional-information .lists .list .contents table tbody td{text-transform:uppercase}.additional-information .lists .list .contents table tbody td a{margin:0 0.5em}.additional-information .lists .list .contents table tbody td:first-child{width:60%;word-break:break-word}.additional-information .lists .list .links .link{padding:0.5em 0;display:block;text-align:center}.additional-information .lists .list .links .link a{border:solid 1px #000;color:#000;font-weight:700;display:inline-block;text-decoration:none;padding:0.25em 0.5em}.required-field{color:#D90829;font-style:italic;font-size:14px}.renewal-dashboard{display:none;background-color:#FFFFFF;box-shadow:0px 4px 4px rgba(0,0,0,0.25);max-height:370px;overflow:hidden}.renewal-dashboard.show-more{max-height:inherit}.benefit-country-summary{background-color:#FFFFFF;box-shadow:0px 4px 4px rgba(0,0,0,0.25)}.benefit-historical-summary{padding:20px;background-color:#FFFFFF;box-shadow:0px 4px 4px rgba(0,0,0,0.25)}.benefit-dropdown{position:relative;display:inline-block;background-color:#7798AA}.benefit-dropdown .benefit-dropbtn{margin-left:43px;padding:1.25rem 0.5rem 1.25rem 0.5rem;font-size:1.25rem;border:none;color:#ffffff;text-shadow:0 2px 4px 0 rgba(0,0,0,0);background-color:#7798AA}.benefit-dropdown .benefit-dropbtn:after{font-family:'FontAwesome';content:"";font-size:11px;font-weight:inherit;margin-right:5px;margin-left:5px;top:-2px;position:relative}.benefit-dropdown .benefit-dropdown-content{margin-left:43px;display:none;position:absolute;background-color:#fff;margin-top:3px;min-width:214px;z-index:1;padding-top:15px;padding-bottom:15px}.benefit-dropdown .benefit-dropdown-content a{padding:0rem 0.5rem 0rem 0.5rem;text-decoration:none;color:#000;font-size:1.25rem;text-shadow:0 2px 4px 0 rgba(0,0,0,0);margin-bottom:10px;font-weight:bold}.benefit-dropdown.active .benefit-dropdown-content{display:block}.benefit-dropdown.active .benefit-dropbtn:after{font-family:'FontAwesome';content:"";font-size:11px;font-weight:inherit;margin-right:5px;padding-bottom:10px;top:-3px;position:relative}.benefit-dropdown-card{position:relative;display:inline-block}.benefit-dropdown-card .benefit-dropbtn-card{margin-left:43px;padding:1.25rem 0.5rem 1.25rem 0.5rem;font-size:1.25rem;border:none;color:#000;text-shadow:0 2px 4px 0 rgba(0,0,0,0)}.benefit-dropdown-card .benefit-dropdown-content-card{display:none;position:absolute;background-color:#fff;z-index:1;left:-108px;top:54px}.benefit-dropdown-card .benefit-dropdown-content-card a{padding:10px 15px;color:rgba(51,51,51,0.9);font-size:16px;text-decoration:none;color:#000;text-shadow:0 2px 4px 0 rgba(0,0,0,0);min-width:150px;margin-bottom:10px}.benefit-dropdown-card.active .benefit-dropdown-content-card{display:flex}.bulk-actions-dropdown-card{position:relative;display:flex;align-items:flex-end;margin-bottom:6px}.bulk-actions-dropdown-card .bulk-actions-dropbtn-card{display:flex;align-items:center;margin-left:22px;padding:1rem;border:1px solid #d0d0d0;color:#000;text-shadow:0 2px 4px 0 rgba(0,0,0,0)}.bulk-actions-dropdown-card .bulk-actions-dropbtn-card:hover{cursor:pointer}.bulk-actions-dropdown-card .benefit-dropdown-content-card{display:none;position:absolute;background-color:#fff;z-index:1;left:-3px;top:78px}.bulk-actions-dropdown-card .benefit-dropdown-content-card a{padding:10px 15px;color:rgba(51,51,51,0.9);font-size:16px;text-decoration:none;color:#000;text-shadow:0 2px 4px 0 rgba(0,0,0,0);min-width:150px}.bulk-actions-dropdown-card.active .benefit-dropdown-content-card{display:flex}.bulk-actions-chevron-down{font-size:12px}.bulk-actions-text{font-size:13px;line-height:18px;white-space:nowrap;margin-right:1rem}.bulk_benefit_imports:hover{cursor:pointer;background-color:#ddd}#benefit-group-dropdown-container .m0.h3:after{font-family:'FontAwesome';content:"";font-size:11px;font-weight:inherit;margin-right:5px;margin-left:5px;top:-2px;position:relative}.country-label{font-size:14px;color:#605A5A;margin-bottom:5px}@media screen and (max-width: 500px){.country-label{margin-right:1rem}}.benefit-type{padding:0px 40px 60px 40px}@media screen and (max-width: 500px){.benefit-type{padding:0px}}.benefit-summary{width:85%}@media screen and (max-width: 500px){.benefit-summary{padding:0px;width:100%}}.total-country-summary,.benefit-summary-n-of-employees,.benefit-summary-total-cost{padding:45px 0px 35px 35px}.benefit-summary-total-cost{background-color:#FFFFFF;box-shadow:0px 4px 4px rgba(0,0,0,0.25);background-size:100% 10%;background-position:top;background-repeat:no-repeat;background-image:linear-gradient(#EF7B02, #EF7B02);width:35%}@media screen and (max-width: 500px){.benefit-summary-total-cost{width:100%;margin-right:0px;margin-bottom:20px}}.benefit-summary-n-of-employees{background-color:#FFFFFF;box-shadow:0px 4px 4px rgba(0,0,0,0.25);background-size:100% 10%;background-position:top;background-repeat:no-repeat;background-image:linear-gradient(#71D0D6, #71D0D6);width:35%}@media screen and (max-width: 500px){.benefit-summary-n-of-employees{width:100%}}.benefit-summary-flex-row{display:flex;flex-direction:row}.cost-per-employee-historical-tab.deactivate,.total-cost-historical-tab.deactivate{background:#FFFFFF;color:#767070}.historical-comparison-label{font-size:16px;line-height:32px;font-weight:900;color:#000000;margin-top:20px;margin-bottom:20px}.compare-to-select{margin-bottom:20px}.total-cost-historical-tabs{padding-left:67px;width:270px}@media screen and (max-width: 500px){.total-cost-historical-tabs{width:100%;padding:0px}}.benefit-type,.year-by-year-chart-container,.comparison-bar-chart-container,.total-cost-pie-chart-container{width:45%;height:100%}@media screen and (max-width: 500px){.benefit-type,.year-by-year-chart-container,.comparison-bar-chart-container,.total-cost-pie-chart-container{width:100%}}.comparison-bar-chart-container{margin-right:40px}@media screen and (max-width: 500px){.comparison-bar-chart-container{margin-right:0px}}.table-toggle,.minimize,.see-all{width:100%;position:relative;text-align:center;font-size:16px;color:#000000;background:white;height:46px;padding-top:20px;border-top:none;width:99.9%}.see-all{display:none;bottom:35px;box-shadow:0px 4px 4px rgba(0,0,0,0.25)}.see-all.active{display:none}.see-all:after{margin-left:5px;font-family:'FontAwesome';content:'\f078'}.minimize{bottom:2px;box-shadow:0px 4px 4px rgba(0,0,0,0.25);border-top:none;display:none}.minimize.active{display:inherit}.minimize:after{margin-left:5px;font-family:'FontAwesome';content:'\f077'}.country-summary-country-select{width:30%}@media screen and (max-width: 500px){.country-summary-country-select{width:100%;align-items:center}}@media (max-width: 500px){.country-summary-country-select .dashboard-country-select{flex:1}}.js-card-section{background:#FFFFFF}.benefit-at-glance-title{padding-top:13px;font-weight:600;font-size:30px;margin-left:130px}@media (min-width: 500px) and (max-width: 1024px){.pc-icon *{display:none}}.ui-tooltip{background:#666;color:white;border:none;padding:0;opacity:1;border-radius:10px;box-shadow:none}.ui-tooltip-content{position:relative;padding:1em;font-size:12px}.ui-tooltip::after{content:" ";position:absolute;top:100%;left:50%;margin-left:-7px;border-width:7px;border-style:solid;border-color:#666 transparent transparent transparent}.view_changes__col-1{min-width:300px}.view_changes__col-2{min-width:150px}.import_status_tag{display:inline-block;border:1px solid;background-color:white;padding:2px 16px;border-radius:11px;font-size:14px;line-height:16px;text-align:center;text-decoration:none}.import_status_tag--not_started,.import_status_tag--not_uploaded,.import_status_tag--upload_failed{border-color:#D90829;color:#D90829}.import_status_tag--processing,.import_status_tag--uploading{border-color:#D3783E;color:#D3783E}.import_status_tag--processed,.import_status_tag--uploaded{border-color:#0C7982;color:#0C7982}.view-changes__btn{padding:10px;text-align:center;display:inline-block;font-size:16px;margin:4px 2px;border-radius:5px}.view-changes__btn:link,.view-changes__btn a:link{text-decoration:none}.view-changes__btn:link:hover,.view-changes__btn a:link:hover{text-decoration:none}.info-outline{border-color:#2196F3;color:#1e90ff}.info-outline:hover{border-color:#2196F3;background-color:#053D69;text-decoration:none;color:#fff}.btn{background-color:#ffffff;border:1px solid #2196F3;border-radius:5px;color:#2196F3;padding:12px 20px;font-size:15px}.add-benefit-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px;width:120px;height:32px;border:1px solid #002E42;box-sizing:border-box;color:#002E42;background-color:#fff;margin-top:20px;font-weight:bold}.add-benefit-btn:hover{background-color:#E3E3E3;text-decoration:none}.add-benefit-btn:focus,.add-benefit-btn:active{background-color:#fff;text-decoration:underline}.notification{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:absolute;width:100%;background:#fff;z-index:2}.notification .flash-close-button{padding:1em 2em}.notification .flash-text{padding:1em 0 1em 1em}.notification.benefit,.notification.terms_accepted{background-color:#D3783E}.notification.benefit .flash-close-button,.notification.terms_accepted .flash-close-button{color:#fff}.notification.benefit .flash-text,.notification.terms_accepted .flash-text{font-weight:bold;color:#fff;padding:1em 0 1em 2em}.benefit-details .title{background-color:#E7F5F8;font-size:1.4em;font-weight:bold;margin:1em 0;padding:1em 1.5em;display:flex;justify-content:space-between;align-self:center}.benefit-details .card{column-gap:2em;display:flex}.benefit-details .card>*{flex-basis:100%}.benefit-details .card .wrapped-text{overflow-wrap:break-word}.attention-required-flag:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;color:#D90829;margin:0 0.5em}.renewal-list .filters,.renewal-calendar .filters{flex:1;text-align:right}.renewal-list .filters .filter,.renewal-calendar .filters .filter{display:inline-block;margin:0 0 0 1em;min-width:15em;text-align:left}.renewal-list .filters .filter label,.renewal-calendar .filters .filter label{font-weight:bold}.renewal-list .filters .filter select,.renewal-list .filters .filter .selectize-input,.renewal-calendar .filters .filter select,.renewal-calendar .filters .filter .selectize-input{padding:0.75em}@media (max-width: 500px){.renewal-list .filters .filter,.renewal-calendar .filters .filter{min-width:100%;margin-left:0}}.renewal-table th{padding:15px 0px 15px 30px}.renewal-table td{padding:15px 30px}.legend-item{margin-right:5px}.legend-item:before{font-family:'FontAwesome';content:"";font-size:"10px";font-weight:"inherent";margin-right:1px}.renewal-dropbtn:before{font-family:'FontAwesome';content:'\f078';font-size:12px;margin-right:5px;top:-3px;position:relative;font-weight:lighter;padding:10px}.renewal-dropbtn{font-weight:normal;background-color:#fafafa;padding:16px;border:none;color:#605A5A;font-size:18px;line-height:32px;text-shadow:0 2px 4px 0 rgba(0,0,0,0)}.renewal-dropdown{position:relative;display:inline-block}.renewal-dropdown-content{font-weight:normal;display:none;position:absolute;background-color:#fafafa;text-align:center;margin-top:-4px;min-width:214px;z-index:1}.renewal-dropdown-content a{color:black;padding:12px 16px;text-decoration:none;display:block;color:#605A5A;font-size:18px;text-shadow:0 2px 4px 0 rgba(0,0,0,0)}.renewal-dropdown-content a:hover{background-color:#ddd}.renewal-dropdown.active .renewal-dropdown-content{display:block}.renewal-dropdown.active .renewal-dropbtn:before{font-family:'FontAwesome';content:'\f077';font-size:11px;margin-right:5px;padding-bottom:10px;top:-3px;position:relative}.renewal-dropdown.active .renewal-dropbtn{background-color:#fafafa}.upcoming-renewal-banner{align-items:center;background-color:#E3E3E3;display:flex;gap:1em;margin:1em 0;padding:0.75em}.upcoming-renewal-banner h3{font-size:1em;font-weight:200;margin:0;padding:0;text-transform:uppercase}.upcoming-renewal-banner .details{flex:1;text-align:right}.upcoming-renewal-banner .details .detail{color:#000;display:inline-block;font-weight:700;margin:0 0.5em;text-decoration:none}.upcoming-renewal-banner .details .detail:hover .count{text-decoration:underline;color:#000}.upcoming-renewal-banner .details .detail .count{background-color:#6EA5AF;border-radius:0.5em;color:#fff;display:inline-block;margin-left:0.25em;min-width:2em;text-align:center}.renewal-calendar .header{display:flex;margin:0 0 3em 0}.renewal-calendar .header .legends{font-size:0.8em}.renewal-calendar .header .legends>div>span{margin:0 0.75em}.renewal-calendar .header .legends .heatmap{margin:0 0 1em 0;text-transform:uppercase}.renewal-calendar .header .filters{flex:1}@media (max-width: 500px){.renewal-calendar .header{flex-direction:column}}.renewal-calendar .calendars{display:flex;gap:1em}.renewal-calendar .calendars .monthly-calendar{flex-basis:33.3%}@media (max-width: 500px){.renewal-calendar .calendars{flex-direction:column}}.renewal-calendar .links{text-align:right}.renewal-calendar .links .link{color:#002E42;display:inline-block;margin:1em 0 0 1em;text-decoration:none}.renewal-calendar .links .link .icon.previous svg{transform:rotate(90deg)}.renewal-calendar .links .link .icon.next svg{transform:rotate(-90deg)}.renewal-calendar .links .link .title{display:inline-block;font-size:0.8em;text-align:left;text-transform:uppercase}.renewal-calendar .links .link .title span{display:block}.renewal-cards{display:flex;gap:1em;flex-flow:row wrap}.renewal-cards section{background-color:#F2F0EB;padding:0.5em;flex-basis:31%}.renewal-cards section hr{display:none}.renewal-overview{display:none;background-color:#FFFFFF;box-shadow:0px 4px 4px rgba(0,0,0,0.25);max-height:370px;overflow:hidden}.renewal-overview.show-more{max-height:inherit}.renewal-overview-title{width:100%}.renewal-overview-title .title{width:50%;font-style:normal;font-weight:bold;font-size:18px;color:#767070;margin-left:17px}@media screen and (max-width: 500px){.renewal-overview-title .title{width:100%}}.renewal-overview-title .view-more{width:40%;text-align:right}@media screen and (max-width: 500px){.renewal-overview-title .view-more{width:100%;text-align:left;margin-left:17px}}.button__transparent{border:solid 1px black;padding:7.5px;margin-bottom:5px;color:black;background-color:white;border-radius:3px}.button__solid{border:solid 1px black;padding:7.5px;margin-bottom:5px;color:white;background-color:black;border-radius:3px;text-align:center}.show-accounts--all.active,.show-accounts--first_three.active,.see-all-accounts.active,.minimize-accounts.active{display:none}.see-all-accounts,.minimize-accounts{font-weight:bold;font-size:15px;color:black;text-decoration:underline;text-align:center}.see-all-accounts:hover,.minimize-accounts:hover{cursor:pointer}.box-container,.information-container,.WellnessContainer,.FringeContainer,.RetirementContainer,.InsuredContainer{width:189px;padding:18px 0px 20px 0px;background:#FFFFFF;border:1px solid #E7E7E7;box-sizing:border-box;border-radius:5px;background-size:100% 10%;background-position:top;background-repeat:no-repeat;text-align:center}@media screen and (max-width: 500px){.box-container,.information-container,.WellnessContainer,.FringeContainer,.RetirementContainer,.InsuredContainer{width:45%;margin-bottom:17px}}.InsuredContainer{background-image:linear-gradient(#EF7B02, #EF7B02)}.RetirementContainer{background-image:linear-gradient(#BBD531, #BBD531)}.FringeContainer{background-image:linear-gradient(#586BA4, #586BA4)}.WellnessContainer{background-image:linear-gradient(#71D0D6, #71D0D6)}.information-container{background-image:linear-gradient(#6495ed, #6495ed);width:250px}.total-costs-fonts{font-size:18px;line-height:21px;margin-top:5px;font-weight:900}.costs-font{font-size:12px;color:#767070}@media screen and (max-width: 500px){.chart-for-pc{display:none}}.mobile-table{display:none}@media screen and (max-width: 500px){.mobile-table{display:block}}@media screen and (max-width: 500px){.pc-table{display:none}}.table-label{font-size:10px;color:#767070}.table-value{font-size:12px;color:#000000;font-weight:900}.projected-costs{background-color:#FFFFFF;box-shadow:0px 4px 4px rgba(0,0,0,0.25)}.group-by-country-tab.deactivate,.group-by-region-tab.deactivate{background:#FFFFFF;color:#767070}.group-by-tabs{width:300px;margin-left:30px}.total-premium-cost{padding-top:20px;padding-bottom:20px}.report-table{padding:10px 40px;border-collapse:collapse}.report-table th{padding:10px 0;vertical-align:inherit;text-align:center}.report-table td{padding:20px 0;vertical-align:inherit;text-align:center;color:#000}.report-table td.column-report-description{text-align:left}.report-table .column-report-reportname{width:20%}.report-table .column-report-description{width:60%}@media (max-width: 64em){.report-table .column-report-description{width:50%}}.report-table .column-report-action{width:20%;text-align:center}@media (max-width: 64em){.report-table .column-report-action{width:30%}}.report-table .column-report-action a{text-decoration:none}.report-table .column-report-action a.normal-link{text-decoration:underline;font-weight:bold;color:#002E42}.report-table .column-report-name{width:20%}.report-table .column-report-date{width:20%}.report-table .column-report-parameters{width:40%}.report-table .column-report-status{width:20%}.table-thead-bg{background-color:#cde4e8;color:#000;font-size:16px;font-weight:bold}.table-th-60{width:60%}.table-td-btn{background-color:#6EA5AF;padding:10px 20px;text-align:center;font-size:14px;color:#002E42;font-weight:800;border-radius:20px;margin-top:5px;margin-bottom:5px;border:2px solid transparent}.table-td-btn:hover{text-decoration:underline}.table-td-btn:focus,.table-td-btn:hover{border:2px solid #0C7982}.table-td-desc{text-align:left}.table-export-report{display:block;background-color:#BACC54;font-weight:800;font-size:16px;color:#000;margin-top:30px;padding:10px}.table-td-action{display:flex;justify-content:center;align-items:center}.export-btn{color:#1CBECA;border:1px solid #1CBECA;font-weight:800;padding:4px 16px;border-radius:20px}.table-foot-link{display:flex;justify-content:flex-end;align-items:center;font-weight:800;margin:10px 0}.table-foot-link a{color:#64abb8;text-decoration:none}.table-foot-link a span{text-decoration:underline;margin-right:0.5em}.table-foot-link a:after{font-family:'FontAwesome';content:"";font-size:1em;font-weight:normal}.monthly-calendar{border-radius:1em;border:solid 1px #6EA5AF;padding:1em;text-align:center}.monthly-calendar h3{background-color:#E3E3E3;color:#000;font-size:1em;font-weight:300;margin:0;padding:0.25em}.monthly-calendar table thead th{color:#002E42;font-size:0.8em;font-weight:300;height:3em;padding:0.25em;text-align:center;text-transform:uppercase;vertical-align:middle;width:14.2%}.monthly-calendar table tbody td{color:#002E42;height:3em;padding:0.25em;position:relative;vertical-align:middle}.monthly-calendar table tbody td.c0{background-color:#fff;border-color:#E7F5F8}.monthly-calendar table tbody td.c1{background-color:#E7F5F8}.monthly-calendar table tbody td.c2{background-color:#abcdd4}.monthly-calendar table tbody td.c3{background-color:#6EA5AF}.monthly-calendar table tbody td.c4{background-color:#376a79;color:#fff}.monthly-calendar table tbody td.c5{background-color:#002E42;color:#fff}.monthly-calendar table tbody td a{color:inherit;text-decoration:none}.monthly-calendar table tbody td.padding{color:#E3E3E3}.monthly-calendar table tbody td .badge{position:absolute;right:-1em;top:-1em;z-index:1;background-color:#D90829;border-radius:50%;color:#fff;height:2em;line-height:1.8em;text-align:center;width:2em}.monthly-calendar-heatmap-legend{display:inline-flex;vertical-align:middle}.monthly-calendar-heatmap-legend .color{width:3em;height:1.75em}.monthly-calendar-heatmap-legend .color.c0{background-color:#fff;border-color:#E7F5F8}.monthly-calendar-heatmap-legend .color.c1{background-color:#E7F5F8}.monthly-calendar-heatmap-legend .color.c2{background-color:#abcdd4}.monthly-calendar-heatmap-legend .color.c3{background-color:#6EA5AF}.monthly-calendar-heatmap-legend .color.c4{background-color:#376a79;color:#fff}.monthly-calendar-heatmap-legend .color.c5{background-color:#002E42;color:#fff}.monthly-calendar-badge-sample{display:inline-block;background-color:#D90829;border-radius:50%;color:#fff;height:2em;line-height:1.8em;text-align:center;width:2em}.report-table{padding:10px 40px;border-collapse:collapse}.report-table th{padding:10px 0;vertical-align:inherit;text-align:center}.report-table td{padding:20px 0;vertical-align:inherit;text-align:center;color:#000}.report-table td.column-report-description{text-align:left}.report-table .column-report-reportname{width:20%}.report-table .column-report-description{width:60%}@media (max-width: 64em){.report-table .column-report-description{width:50%}}.report-table .column-report-action{width:20%;text-align:center}@media (max-width: 64em){.report-table .column-report-action{width:30%}}.report-table .column-report-action a{text-decoration:none}.report-table .column-report-action a.normal-link{text-decoration:underline;font-weight:bold;color:#002E42}.report-table .column-report-name{width:20%}.report-table .column-report-date{width:20%}.report-table .column-report-parameters{width:40%}.report-table .column-report-status{width:20%}.table-thead-bg{background-color:#cde4e8;color:#000;font-size:16px;font-weight:bold}.table-th-60{width:60%}.table-td-btn{background-color:#6EA5AF;padding:10px 20px;text-align:center;font-size:14px;color:#002E42;font-weight:800;border-radius:20px;margin-top:5px;margin-bottom:5px;border:2px solid transparent}.table-td-btn:hover{text-decoration:underline}.table-td-btn:focus,.table-td-btn:hover{border:2px solid #0C7982}.table-td-desc{text-align:left}.table-export-report{display:block;background-color:#BACC54;font-weight:800;font-size:16px;color:#000;margin-top:30px;padding:10px}.table-td-action{display:flex;justify-content:center;align-items:center}.export-btn{color:#1CBECA;border:1px solid #1CBECA;font-weight:800;padding:4px 16px;border-radius:20px}.table-foot-link{display:flex;justify-content:flex-end;align-items:center;font-weight:800;margin:10px 0}.table-foot-link a{color:#64abb8;text-decoration:none}.table-foot-link a span{text-decoration:underline;margin-right:0.5em}.table-foot-link a:after{font-family:'FontAwesome';content:"";font-size:1em;font-weight:normal}.table{border-collapse:collapse}.table th,.table td{padding:0.5em 1em;border-top:solid 1px #E3E3E3;border-bottom:solid 1px #E3E3E3;vertical-align:middle}.table th.actions,.table td.actions{text-align:center}.table th:first-child,.table td:first-child{border-left:solid 1px #E3E3E3}.table th:last-child,.table td:last-child{border-right:solid 1px #E3E3E3}.table th{background-color:#cde4e8;color:#000;font-size:1em;font-weight:bold;text-align:center}.table th.left-align{text-align:left}.table td{color:#000}.table .heading th,.table .heading td{border:none;background-color:transparent;text-align:left;padding:0}.table .status-column{display:flex;justify-content:space-between;align-items:center}.table .status-indicator{width:10px;height:10px;border:1px solid #002E42;background-color:white;border-radius:100%;margin-right:1em}.table .status-indicator.active{background-color:#002E42}.buttons{display:block;margin:1em 0}.iq-button{display:inline-block;border-radius:20px;font-style:normal;font-weight:bold;font-size:14px;line-height:16px;margin-left:0.25em;margin-right:0.25em;text-align:center}.iq-button-primary{background:#fff;color:#002E42;padding:8px 16px;border:2px solid #002E42}.iq-button-primary:focus,.iq-button-primary:hover{background:#E7F5F8}.iq-button-secondary{background:#002E42;color:#fff;padding:8px 16px;border:2px solid #002E42}.iq-button-secondary:focus,.iq-button-secondary:hover{border:2px solid #6EA5AF}.iq-button-tertiary{background:#6EA5AF;color:#002E42;padding:8px 16px;border:2px solid #6EA5AF}.iq-button-tertiary:focus,.iq-button-tertiary:hover{border:2px solid #0C7982}.iq-button-cancel,.iq-button-back{background:#fff;color:#656D70;padding:8px 16px}.iq-button-cancel:focus,.iq-button-cancel:hover,.iq-button-back:focus,.iq-button-back:hover{background:#E3E3E3;border:2px solid #656D70}.iq-button-new:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;margin-right:0.5em;text-decoration:none;display:inline-block}.iq-button-back:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;margin-right:0.5em;text-decoration:none;display:inline-block}.iq-button-clone:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;margin-right:0.5em;text-decoration:none;display:inline-block}.iq-button-delete:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;margin-right:0.5em;text-decoration:none;display:inline-block}.iq-button-edit:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;margin-right:0.5em;text-decoration:none;display:inline-block}.iq-button-view:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;margin-right:0.5em;text-decoration:none;display:inline-block}.iq-button-upload:before{font-family:'FontAwesome';content:"";font-size:1em;font-weight:inherit;margin-right:0.5em;text-decoration:none;display:inline-block}.iq-button-icon{vertical-align:middle}.iq-button:hover{text-decoration:underline}.button-group{display:flex;gap:1px}.button-group .iq-button{border-radius:0;margin:0;flex:1}.button-group .iq-button:first-child{border-radius:20px 0 0 20px}.button-group .iq-button:last-child{border-radius:0 20px 20px 0}.vertical-buttons{display:block}.vertical-buttons .iq-button,.vertical-buttons .button-group{margin:0.25em 0 0.25em 0}.vertical-buttons .button-group{display:flex;align-items:center;justify-content:space-between}.vertical-buttons .iq-button{display:block}.page-title{font-style:normal;font-weight:bold;font-size:24px;line-height:28px;color:#656D70;margin:10px 0}.font-light{font-family:200}.font-normal{font-family:400}.font-bold{font-family:600}.font-bolder{font-family:800}
.invisible{visibility:hidden}.pointer{cursor:pointer}.no-wrap{white-space:nowrap}.group-circle{width:1em;height:1em}.panel{margin-bottom:1.5em}.underline{text-decoration:underline}.bold{font-weight:bold}input::-webkit-calendar-picker-indicator{display:none}.unstyled-link{text-decoration:none;color:inherit}.unstyled-link:hover{text-decoration:none}.unstyled-link:focus{outline:none}.half-hide-group.half-hide-individual{display:none}.js-slick{min-height:181px}.js-slick::after{opacity:0;display:block;content:"";left:0;z-index:-1;width:100%;height:100%;position:absolute;background:#fff url(/assets/loading-db26be7be78bd42df821af24d1f689b0dfec7fb295372ef292ca7e5229960451.gif) center 249px no-repeat;top:0;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease}.js-slick.loading::after{z-index:2;opacity:1;-webkit-transition:all 0.75s ease;-moz-transition:all 0.75s ease;-o-transition:all 0.75s ease;transition:all 0.75s ease}#region_name{width:322px}.no-pointer-events{pointer-events:none}#cards-container .benefit-card{overflow:hidden;max-height:75vh}#cards-container .benefit-card-scroll{overflow:auto;max-height:calc(75vh - 60px)}#cards-container .card-subtitle{position:sticky;top:0;background-clip:padding-box;border-bottom:1px solid rgba(255,255,255,0.5)}textarea.tinymce{background:transparent;border:none;box-shadow:none;display:block !important;height:0;left:10px;margin-top:-15px;position:relative;resize:none;top:100px;width:0;visibility:visible}
