/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* 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;
	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%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* 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;
}
.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;
}
.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;
}

.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;
}
.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;
}
.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;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* 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;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: 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;
}
.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;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.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;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* 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;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.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;
	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;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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;
	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;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@charset "UTF-8";
@font-face {
  font-family: 'kepler-std-display';
  src: url("../fonts/kepler/Kepler-Std_26214.eot");
  src: local("☺"), url("../fonts/kepler/Kepler-Std_26214.woff2") format("woff2"), url("../fonts/kepler/Kepler-Std_26214.woff") format("woff"), url("../fonts/kepler/Kepler-Std_26214.ttf") format("truetype"), url("../fonts/kepler/Kepler-Std_26214.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

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

body {
  margin: 0; }

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

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

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

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

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

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

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

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .tag {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: white; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #004994;
  text-decoration: none; }
  a:focus, a:hover {
    color: #002348;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #999999;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #e8eae2; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #999999; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #e8eae2;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

dl.row > dd + dt {
  clear: left; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #999999; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #333333; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 496px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1150px) {
    .container {
      max-width: 1120px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1250px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e8eae2; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e8eae2; }
  .table tbody + tbody {
    border-top: 2px solid #e8eae2; }
  .table .table {
    background-color: white; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e8eae2; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e8eae2; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #fff;
  background-color: #333333; }

.thead-default th {
  color: #666666;
  background-color: #e8eae2; }

.table-inverse {
  color: #e8eae2;
  background-color: #333333; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #666666; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #e8eae2;
  border-left: 1px solid #e8eae2; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #e8eae2; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #e8eae2; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #e8eae2; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #666666;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #666666;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e8eae2;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: 2.25rem; }

select.form-control:focus::-ms-value {
  color: #666666;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.275rem;
  padding-bottom: 0.275rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem; }

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

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8625rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #999999;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .custom-control {
  color: #69be28; }

.has-success .form-control {
  border-color: #69be28; }

.has-success .input-group-addon {
  color: #69be28;
  border-color: #69be28;
  background-color: #d6f2c0; }

.has-success .form-control-feedback {
  color: #69be28; }

.has-success .form-control-success {
  background-image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  background-image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .custom-control {
  color: #ff1821; }

.has-danger .form-control {
  border-color: #ff1821; }

.has-danger .input-group-addon {
  color: #ff1821;
  border-color: #ff1821;
  background-color: #ffe4e5; }

.has-danger .form-control-feedback {
  color: #ff1821; }

.has-danger .form-control-danger {
  background-image: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; }

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

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #004994;
  border-color: #004994; }
  .btn-primary:hover {
    color: #fff;
    background-color: #003061;
    border-color: #002b57; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #003061;
    border-color: #002b57; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003061;
    border-color: #002b57;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #001e3d;
      border-color: #000a15; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #004994;
    border-color: #004994; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #004994;
    border-color: #004994; }

.btn-secondary {
  color: #fff;
  background-color: #69be28;
  border-color: transparent; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #52941f;
    border-color: transparent; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #52941f;
    border-color: transparent; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #52941f;
    border-color: transparent;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #417619;
      border-color: transparent; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #69be28;
    border-color: transparent; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #69be28;
    border-color: transparent; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #69be28;
  border-color: #69be28; }
  .btn-success:hover {
    color: #fff;
    background-color: #52941f;
    border-color: #4d8b1d; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #52941f;
    border-color: #4d8b1d; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #52941f;
    border-color: #4d8b1d;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #417619;
      border-color: #2f5512; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #69be28;
    border-color: #69be28; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #69be28;
    border-color: #69be28; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #ff1821;
  border-color: #ff1821; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e40009;
    border-color: #da0008; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #e40009;
    border-color: #da0008; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e40009;
    border-color: #da0008;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #c00007;
      border-color: #980006; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #ff1821;
    border-color: #ff1821; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #ff1821;
    border-color: #ff1821; }

.btn-outline-primary {
  color: #004994;
  background-image: none;
  background-color: transparent;
  border-color: #004994; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #004994;
    border-color: #004994; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #004994;
    border-color: #004994; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #004994;
    border-color: #004994; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #001e3d;
      border-color: #000a15; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #007bfa; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #007bfa; }

.btn-outline-secondary {
  color: transparent;
  background-image: none;
  background-color: transparent;
  border-color: transparent; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: transparent;
      border-color: transparent; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: rgba(51, 51, 51, 0); }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0); }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #69be28;
  background-image: none;
  background-color: transparent;
  border-color: #69be28; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #69be28;
    border-color: #69be28; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #69be28;
    border-color: #69be28; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #69be28;
    border-color: #69be28; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #417619;
      border-color: #2f5512; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #9ee06c; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #9ee06c; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn-outline-danger {
  color: #ff1821;
  background-image: none;
  background-color: transparent;
  border-color: #ff1821; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff1821;
    border-color: #ff1821; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #ff1821;
    border-color: #ff1821; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1821;
    border-color: #ff1821; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #c00007;
      border-color: #980006; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #ff7e83; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #ff7e83; }

.btn-link {
  font-weight: normal;
  color: #004994;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #002348;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

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

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #333333;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004994;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #999999; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #999999;
  white-space: nowrap; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

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

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

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

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

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

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

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

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

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

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

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

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

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

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

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #666666;
  text-align: center;
  background-color: #e8eae2;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:not(:last-child) {
  border-right: 0; }

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

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

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  display: inline; }
  .custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: 0.25rem;
    content: ""; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #666666;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #666666;
      background-color: #fff; }
  .custom-select:disabled {
    color: #999999;
    cursor: not-allowed;
    background-color: #e8eae2; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #999999; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #999999;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #e8eae2 #e8eae2 #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #999999;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #666666;
    background-color: white;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #004994; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

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

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

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

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

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5; }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #004994;
  border-color: #004994; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #69be28;
  border-color: #69be28; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #ff1821;
  border-color: #ff1821; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #004994; }

.card-outline-secondary {
  background-color: transparent;
  border-color: transparent; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #69be28; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #ff1821; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      margin-bottom: 0;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e8eae2;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #999999;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #004994;
    border-color: #004994; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #999999;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #004994;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #002348;
    background-color: #e8eae2;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .tag:empty {
    display: none; }

.btn .tag {
  position: relative;
  top: -1px; }

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

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.tag-default {
  background-color: #999999; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: gray; }

.tag-primary {
  background-color: #004994; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #003061; }

.tag-success {
  background-color: #69be28; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #52941f; }

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

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

.tag-danger {
  background-color: #ff1821; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #e40009; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e8eae2;
  border-radius: 0.3rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d1d5c4; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #ff1821; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #e40009; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  background-color: #f5f5f5;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem; }

.progress[value]::-ms-fill {
  background-color: #fff;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #fff;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value]::-webkit-progress-value {
  background-color: #fff;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value]::-webkit-progress-bar {
  background-color: #f5f5f5;
  border-radius: 0.25rem; }

base::-moz-progress-bar,
.progress[value] {
  background-color: #f5f5f5;
  border-radius: 0.25rem; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #f5f5f5;
    border-radius: 0.25rem; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #69be28; }

.progress-success[value]::-moz-progress-bar {
  background-color: #69be28; }

.progress-success[value]::-ms-fill {
  background-color: #69be28; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #69be28; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

.progress-info[value]::-ms-fill {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #ff1821; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff1821; }

.progress-danger[value]::-ms-fill {
  background-color: #ff1821; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #ff1821; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #999999;
    cursor: not-allowed;
    background-color: #e8eae2; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #999999; }
  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #004994;
    border-color: #004994; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #61afff; }

.list-group-flush .list-group-item {
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #ff1821;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ff1821; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #ff1821;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #ff1821;
    border-color: #ff1821; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

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

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.bg-inverse {
  background-color: #333333; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  color: #fff !important;
  background-color: #004994 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #003061 !important; }

.bg-success {
  color: #fff !important;
  background-color: #69be28 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #52941f !important; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  color: #fff !important;
  background-color: #ff1821 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e40009 !important; }

.clearfix::after, header .header::after, header .header > div > div.col-mx ul::after, header .header > div > div.col-mx ul.services::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1150px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .pull-xxl-left {
    float: left !important; }
  .pull-xxl-right {
    float: right !important; }
  .pull-xxl-none {
    float: none !important; } }

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

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1150px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #999999 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: gray; }

.text-primary {
  color: #004994 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #003061; }

.text-success {
  color: #69be28 !important; }

a.text-success:focus, a.text-success:hover {
  color: #52941f; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #ff1821 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #e40009; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1149px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1150px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1279px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

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

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

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

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

/*!
 *  Font Awesome 4.6.3 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("../../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 16px/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.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 1.875em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -1.875em;
  width: 1.875em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.5892857143em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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 {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/slick/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

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

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

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

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

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

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

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

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

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

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

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

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

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

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

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

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

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

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

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

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Create margin/padding class. example space-m-y-5px
*/
.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/*
  Vertical Align
*/
/*
  Vertical align without height - Parent MUST be set with "position:relative"
*/
.space-m-y-0px {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.space-p-y-0px {
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem; }

.space-m-y-1px {
  margin-top: 1px;
  margin-top: 0.0625rem;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem; }

.space-p-y-1px {
  padding-top: 1px;
  padding-top: 0.0625rem;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem; }

.space-m-y-2px {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem; }

.space-p-y-2px {
  padding-top: 2px;
  padding-top: 0.125rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem; }

.space-m-y-3px {
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem; }

.space-p-y-3px {
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem; }

.space-m-y-4px {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.space-p-y-4px {
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem; }

.space-m-y-5px {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }

.space-p-y-5px {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem; }

.space-m-y-6px {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem; }

.space-p-y-6px {
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem; }

.space-m-y-8px {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.space-p-y-8px {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem; }

.space-m-y-10px {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.space-p-y-10px {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }

.space-m-y-15px {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.space-p-y-15px {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.space-m-y-20px {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.space-p-y-20px {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }

.space-m-y-25px {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }

.space-p-y-25px {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem; }

.space-m-y-30px {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.space-p-y-30px {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }

.space-m-y-35px {
  margin-top: 35px;
  margin-top: 2.1875rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }

.space-p-y-35px {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem; }

.space-m-y-40px {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.space-p-y-40px {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }

.space-m-y-45px {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }

.space-p-y-45px {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem; }

.space-m-y-50px {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

.space-p-y-50px {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem; }

.space-m-y-60px {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }

.space-p-y-60px {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem; }

.space-m-y-100px {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem; }

.space-p-y-100px {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem; }

.space-m-y-150px {
  margin-top: 150px;
  margin-top: 9.375rem;
  margin-bottom: 150px;
  margin-bottom: 9.375rem; }

.space-p-y-150px {
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem; }

.space-m-y-200px {
  margin-top: 200px;
  margin-top: 12.5rem;
  margin-bottom: 200px;
  margin-bottom: 12.5rem; }

.space-p-y-200px {
  padding-top: 200px;
  padding-top: 12.5rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem; }

.space-m-y-250px {
  margin-top: 250px;
  margin-top: 15.625rem;
  margin-bottom: 250px;
  margin-bottom: 15.625rem; }

.space-p-y-250px {
  padding-top: 250px;
  padding-top: 15.625rem;
  padding-bottom: 250px;
  padding-bottom: 15.625rem; }

.space-m-y-300px {
  margin-top: 300px;
  margin-top: 18.75rem;
  margin-bottom: 300px;
  margin-bottom: 18.75rem; }

.space-p-y-300px {
  padding-top: 300px;
  padding-top: 18.75rem;
  padding-bottom: 300px;
  padding-bottom: 18.75rem; }

.space-m-y-400px {
  margin-top: 400px;
  margin-top: 25rem;
  margin-bottom: 400px;
  margin-bottom: 25rem; }

.space-p-y-400px {
  padding-top: 400px;
  padding-top: 25rem;
  padding-bottom: 400px;
  padding-bottom: 25rem; }

.space-m-y-500px {
  margin-top: 500px;
  margin-top: 31.25rem;
  margin-bottom: 500px;
  margin-bottom: 31.25rem; }

.space-p-y-500px {
  padding-top: 500px;
  padding-top: 31.25rem;
  padding-bottom: 500px;
  padding-bottom: 31.25rem; }

.space-m-x-0px {
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem; }

.space-p-x-0px {
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem; }

.space-m-x-1px {
  margin-left: 1px;
  margin-left: 0.0625rem;
  margin-right: 1px;
  margin-right: 0.0625rem; }

.space-p-x-1px {
  padding-left: 1px;
  padding-left: 0.0625rem;
  padding-right: 1px;
  padding-right: 0.0625rem; }

.space-m-x-2px {
  margin-left: 2px;
  margin-left: 0.125rem;
  margin-right: 2px;
  margin-right: 0.125rem; }

.space-p-x-2px {
  padding-left: 2px;
  padding-left: 0.125rem;
  padding-right: 2px;
  padding-right: 0.125rem; }

.space-m-x-3px {
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-right: 3px;
  margin-right: 0.1875rem; }

.space-p-x-3px {
  padding-left: 3px;
  padding-left: 0.1875rem;
  padding-right: 3px;
  padding-right: 0.1875rem; }

.space-m-x-4px {
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem; }

.space-p-x-4px {
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem; }

.space-m-x-5px {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem; }

.space-p-x-5px {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem; }

.space-m-x-6px {
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-right: 6px;
  margin-right: 0.375rem; }

.space-p-x-6px {
  padding-left: 6px;
  padding-left: 0.375rem;
  padding-right: 6px;
  padding-right: 0.375rem; }

.space-m-x-8px {
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem; }

.space-p-x-8px {
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem; }

.space-m-x-10px {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem; }

.space-p-x-10px {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem; }

.space-m-x-15px {
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-right: 15px;
  margin-right: 0.9375rem; }

.space-p-x-15px {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }

.space-m-x-20px {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem; }

.space-p-x-20px {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem; }

.space-m-x-25px {
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-right: 25px;
  margin-right: 1.5625rem; }

.space-p-x-25px {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem; }

.space-m-x-30px {
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem; }

.space-p-x-30px {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem; }

.space-m-x-35px {
  margin-left: 35px;
  margin-left: 2.1875rem;
  margin-right: 35px;
  margin-right: 2.1875rem; }

.space-p-x-35px {
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem; }

.space-m-x-40px {
  margin-left: 40px;
  margin-left: 2.5rem;
  margin-right: 40px;
  margin-right: 2.5rem; }

.space-p-x-40px {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem; }

.space-m-x-45px {
  margin-left: 45px;
  margin-left: 2.8125rem;
  margin-right: 45px;
  margin-right: 2.8125rem; }

.space-p-x-45px {
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 45px;
  padding-right: 2.8125rem; }

.space-m-x-50px {
  margin-left: 50px;
  margin-left: 3.125rem;
  margin-right: 50px;
  margin-right: 3.125rem; }

.space-p-x-50px {
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem; }

.space-m-x-60px {
  margin-left: 60px;
  margin-left: 3.75rem;
  margin-right: 60px;
  margin-right: 3.75rem; }

.space-p-x-60px {
  padding-left: 60px;
  padding-left: 3.75rem;
  padding-right: 60px;
  padding-right: 3.75rem; }

.space-m-x-100px {
  margin-left: 100px;
  margin-left: 6.25rem;
  margin-right: 100px;
  margin-right: 6.25rem; }

.space-p-x-100px {
  padding-left: 100px;
  padding-left: 6.25rem;
  padding-right: 100px;
  padding-right: 6.25rem; }

.space-m-x-150px {
  margin-left: 150px;
  margin-left: 9.375rem;
  margin-right: 150px;
  margin-right: 9.375rem; }

.space-p-x-150px {
  padding-left: 150px;
  padding-left: 9.375rem;
  padding-right: 150px;
  padding-right: 9.375rem; }

.space-m-x-200px {
  margin-left: 200px;
  margin-left: 12.5rem;
  margin-right: 200px;
  margin-right: 12.5rem; }

.space-p-x-200px {
  padding-left: 200px;
  padding-left: 12.5rem;
  padding-right: 200px;
  padding-right: 12.5rem; }

.space-m-x-250px {
  margin-left: 250px;
  margin-left: 15.625rem;
  margin-right: 250px;
  margin-right: 15.625rem; }

.space-p-x-250px {
  padding-left: 250px;
  padding-left: 15.625rem;
  padding-right: 250px;
  padding-right: 15.625rem; }

.space-m-x-300px {
  margin-left: 300px;
  margin-left: 18.75rem;
  margin-right: 300px;
  margin-right: 18.75rem; }

.space-p-x-300px {
  padding-left: 300px;
  padding-left: 18.75rem;
  padding-right: 300px;
  padding-right: 18.75rem; }

.space-m-x-400px {
  margin-left: 400px;
  margin-left: 25rem;
  margin-right: 400px;
  margin-right: 25rem; }

.space-p-x-400px {
  padding-left: 400px;
  padding-left: 25rem;
  padding-right: 400px;
  padding-right: 25rem; }

.space-m-x-500px {
  margin-left: 500px;
  margin-left: 31.25rem;
  margin-right: 500px;
  margin-right: 31.25rem; }

.space-p-x-500px {
  padding-left: 500px;
  padding-left: 31.25rem;
  padding-right: 500px;
  padding-right: 31.25rem; }

.space-m-top-0px {
  margin-top: 0px;
  margin-top: 0rem; }

.space-p-top-0px {
  padding-top: 0px;
  padding-top: 0rem; }

.space-m-top-1px {
  margin-top: 1px;
  margin-top: 0.0625rem; }

.space-p-top-1px {
  padding-top: 1px;
  padding-top: 0.0625rem; }

.space-m-top-2px {
  margin-top: 2px;
  margin-top: 0.125rem; }

.space-p-top-2px {
  padding-top: 2px;
  padding-top: 0.125rem; }

.space-m-top-3px {
  margin-top: 3px;
  margin-top: 0.1875rem; }

.space-p-top-3px {
  padding-top: 3px;
  padding-top: 0.1875rem; }

.space-m-top-4px {
  margin-top: 4px;
  margin-top: 0.25rem; }

.space-p-top-4px {
  padding-top: 4px;
  padding-top: 0.25rem; }

.space-m-top-5px {
  margin-top: 5px;
  margin-top: 0.3125rem; }

.space-p-top-5px {
  padding-top: 5px;
  padding-top: 0.3125rem; }

.space-m-top-6px {
  margin-top: 6px;
  margin-top: 0.375rem; }

.space-p-top-6px {
  padding-top: 6px;
  padding-top: 0.375rem; }

.space-m-top-8px {
  margin-top: 8px;
  margin-top: 0.5rem; }

.space-p-top-8px {
  padding-top: 8px;
  padding-top: 0.5rem; }

.space-m-top-10px {
  margin-top: 10px;
  margin-top: 0.625rem; }

.space-p-top-10px {
  padding-top: 10px;
  padding-top: 0.625rem; }

.space-m-top-15px {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.space-p-top-15px {
  padding-top: 15px;
  padding-top: 0.9375rem; }

.space-m-top-20px {
  margin-top: 20px;
  margin-top: 1.25rem; }

.space-p-top-20px {
  padding-top: 20px;
  padding-top: 1.25rem; }

.space-m-top-25px {
  margin-top: 25px;
  margin-top: 1.5625rem; }

.space-p-top-25px {
  padding-top: 25px;
  padding-top: 1.5625rem; }

.space-m-top-30px {
  margin-top: 30px;
  margin-top: 1.875rem; }

.space-p-top-30px {
  padding-top: 30px;
  padding-top: 1.875rem; }

.space-m-top-35px {
  margin-top: 35px;
  margin-top: 2.1875rem; }

.space-p-top-35px {
  padding-top: 35px;
  padding-top: 2.1875rem; }

.space-m-top-40px {
  margin-top: 40px;
  margin-top: 2.5rem; }

.space-p-top-40px {
  padding-top: 40px;
  padding-top: 2.5rem; }

.space-m-top-45px {
  margin-top: 45px;
  margin-top: 2.8125rem; }

.space-p-top-45px {
  padding-top: 45px;
  padding-top: 2.8125rem; }

.space-m-top-50px {
  margin-top: 50px;
  margin-top: 3.125rem; }

.space-p-top-50px {
  padding-top: 50px;
  padding-top: 3.125rem; }

.space-m-top-60px {
  margin-top: 60px;
  margin-top: 3.75rem; }

.space-p-top-60px {
  padding-top: 60px;
  padding-top: 3.75rem; }

.space-m-top-100px {
  margin-top: 100px;
  margin-top: 6.25rem; }

.space-p-top-100px {
  padding-top: 100px;
  padding-top: 6.25rem; }

.space-m-top-150px {
  margin-top: 150px;
  margin-top: 9.375rem; }

.space-p-top-150px {
  padding-top: 150px;
  padding-top: 9.375rem; }

.space-m-top-200px {
  margin-top: 200px;
  margin-top: 12.5rem; }

.space-p-top-200px {
  padding-top: 200px;
  padding-top: 12.5rem; }

.space-m-top-250px {
  margin-top: 250px;
  margin-top: 15.625rem; }

.space-p-top-250px {
  padding-top: 250px;
  padding-top: 15.625rem; }

.space-m-top-300px {
  margin-top: 300px;
  margin-top: 18.75rem; }

.space-p-top-300px {
  padding-top: 300px;
  padding-top: 18.75rem; }

.space-m-top-400px {
  margin-top: 400px;
  margin-top: 25rem; }

.space-p-top-400px {
  padding-top: 400px;
  padding-top: 25rem; }

.space-m-top-500px {
  margin-top: 500px;
  margin-top: 31.25rem; }

.space-p-top-500px {
  padding-top: 500px;
  padding-top: 31.25rem; }

.space-m-bottom-0px {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.space-p-bottom-0px {
  padding-bottom: 0px;
  padding-bottom: 0rem; }

.space-m-bottom-1px {
  margin-bottom: 1px;
  margin-bottom: 0.0625rem; }

.space-p-bottom-1px {
  padding-bottom: 1px;
  padding-bottom: 0.0625rem; }

.space-m-bottom-2px {
  margin-bottom: 2px;
  margin-bottom: 0.125rem; }

.space-p-bottom-2px {
  padding-bottom: 2px;
  padding-bottom: 0.125rem; }

.space-m-bottom-3px {
  margin-bottom: 3px;
  margin-bottom: 0.1875rem; }

.space-p-bottom-3px {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem; }

.space-m-bottom-4px {
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.space-p-bottom-4px {
  padding-bottom: 4px;
  padding-bottom: 0.25rem; }

.space-m-bottom-5px {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }

.space-p-bottom-5px {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem; }

.space-m-bottom-6px {
  margin-bottom: 6px;
  margin-bottom: 0.375rem; }

.space-p-bottom-6px {
  padding-bottom: 6px;
  padding-bottom: 0.375rem; }

.space-m-bottom-8px {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.space-p-bottom-8px {
  padding-bottom: 8px;
  padding-bottom: 0.5rem; }

.space-m-bottom-10px {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.space-p-bottom-10px {
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }

.space-m-bottom-15px {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.space-p-bottom-15px {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.space-m-bottom-20px {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.space-p-bottom-20px {
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }

.space-m-bottom-25px {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }

.space-p-bottom-25px {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem; }

.space-m-bottom-30px {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.space-p-bottom-30px {
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }

.space-m-bottom-35px {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }

.space-p-bottom-35px {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem; }

.space-m-bottom-40px {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.space-p-bottom-40px {
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }

.space-m-bottom-45px {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }

.space-p-bottom-45px {
  padding-bottom: 45px;
  padding-bottom: 2.8125rem; }

.space-m-bottom-50px {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

.space-p-bottom-50px {
  padding-bottom: 50px;
  padding-bottom: 3.125rem; }

.space-m-bottom-60px {
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }

.space-p-bottom-60px {
  padding-bottom: 60px;
  padding-bottom: 3.75rem; }

.space-m-bottom-100px {
  margin-bottom: 100px;
  margin-bottom: 6.25rem; }

.space-p-bottom-100px {
  padding-bottom: 100px;
  padding-bottom: 6.25rem; }

.space-m-bottom-150px {
  margin-bottom: 150px;
  margin-bottom: 9.375rem; }

.space-p-bottom-150px {
  padding-bottom: 150px;
  padding-bottom: 9.375rem; }

.space-m-bottom-200px {
  margin-bottom: 200px;
  margin-bottom: 12.5rem; }

.space-p-bottom-200px {
  padding-bottom: 200px;
  padding-bottom: 12.5rem; }

.space-m-bottom-250px {
  margin-bottom: 250px;
  margin-bottom: 15.625rem; }

.space-p-bottom-250px {
  padding-bottom: 250px;
  padding-bottom: 15.625rem; }

.space-m-bottom-300px {
  margin-bottom: 300px;
  margin-bottom: 18.75rem; }

.space-p-bottom-300px {
  padding-bottom: 300px;
  padding-bottom: 18.75rem; }

.space-m-bottom-400px {
  margin-bottom: 400px;
  margin-bottom: 25rem; }

.space-p-bottom-400px {
  padding-bottom: 400px;
  padding-bottom: 25rem; }

.space-m-bottom-500px {
  margin-bottom: 500px;
  margin-bottom: 31.25rem; }

.space-p-bottom-500px {
  padding-bottom: 500px;
  padding-bottom: 31.25rem; }

.space-m-left-0px {
  margin-left: 0px;
  margin-left: 0rem; }

.space-p-left-0px {
  padding-left: 0px;
  padding-left: 0rem; }

.space-m-left-1px {
  margin-left: 1px;
  margin-left: 0.0625rem; }

.space-p-left-1px {
  padding-left: 1px;
  padding-left: 0.0625rem; }

.space-m-left-2px {
  margin-left: 2px;
  margin-left: 0.125rem; }

.space-p-left-2px {
  padding-left: 2px;
  padding-left: 0.125rem; }

.space-m-left-3px {
  margin-left: 3px;
  margin-left: 0.1875rem; }

.space-p-left-3px {
  padding-left: 3px;
  padding-left: 0.1875rem; }

.space-m-left-4px {
  margin-left: 4px;
  margin-left: 0.25rem; }

.space-p-left-4px {
  padding-left: 4px;
  padding-left: 0.25rem; }

.space-m-left-5px {
  margin-left: 5px;
  margin-left: 0.3125rem; }

.space-p-left-5px {
  padding-left: 5px;
  padding-left: 0.3125rem; }

.space-m-left-6px {
  margin-left: 6px;
  margin-left: 0.375rem; }

.space-p-left-6px {
  padding-left: 6px;
  padding-left: 0.375rem; }

.space-m-left-8px {
  margin-left: 8px;
  margin-left: 0.5rem; }

.space-p-left-8px {
  padding-left: 8px;
  padding-left: 0.5rem; }

.space-m-left-10px {
  margin-left: 10px;
  margin-left: 0.625rem; }

.space-p-left-10px {
  padding-left: 10px;
  padding-left: 0.625rem; }

.space-m-left-15px {
  margin-left: 15px;
  margin-left: 0.9375rem; }

.space-p-left-15px {
  padding-left: 15px;
  padding-left: 0.9375rem; }

.space-m-left-20px {
  margin-left: 20px;
  margin-left: 1.25rem; }

.space-p-left-20px {
  padding-left: 20px;
  padding-left: 1.25rem; }

.space-m-left-25px {
  margin-left: 25px;
  margin-left: 1.5625rem; }

.space-p-left-25px {
  padding-left: 25px;
  padding-left: 1.5625rem; }

.space-m-left-30px {
  margin-left: 30px;
  margin-left: 1.875rem; }

.space-p-left-30px {
  padding-left: 30px;
  padding-left: 1.875rem; }

.space-m-left-35px {
  margin-left: 35px;
  margin-left: 2.1875rem; }

.space-p-left-35px {
  padding-left: 35px;
  padding-left: 2.1875rem; }

.space-m-left-40px {
  margin-left: 40px;
  margin-left: 2.5rem; }

.space-p-left-40px {
  padding-left: 40px;
  padding-left: 2.5rem; }

.space-m-left-45px {
  margin-left: 45px;
  margin-left: 2.8125rem; }

.space-p-left-45px {
  padding-left: 45px;
  padding-left: 2.8125rem; }

.space-m-left-50px {
  margin-left: 50px;
  margin-left: 3.125rem; }

.space-p-left-50px {
  padding-left: 50px;
  padding-left: 3.125rem; }

.space-m-left-60px {
  margin-left: 60px;
  margin-left: 3.75rem; }

.space-p-left-60px {
  padding-left: 60px;
  padding-left: 3.75rem; }

.space-m-left-100px {
  margin-left: 100px;
  margin-left: 6.25rem; }

.space-p-left-100px {
  padding-left: 100px;
  padding-left: 6.25rem; }

.space-m-left-150px {
  margin-left: 150px;
  margin-left: 9.375rem; }

.space-p-left-150px {
  padding-left: 150px;
  padding-left: 9.375rem; }

.space-m-left-200px {
  margin-left: 200px;
  margin-left: 12.5rem; }

.space-p-left-200px {
  padding-left: 200px;
  padding-left: 12.5rem; }

.space-m-left-250px {
  margin-left: 250px;
  margin-left: 15.625rem; }

.space-p-left-250px {
  padding-left: 250px;
  padding-left: 15.625rem; }

.space-m-left-300px {
  margin-left: 300px;
  margin-left: 18.75rem; }

.space-p-left-300px {
  padding-left: 300px;
  padding-left: 18.75rem; }

.space-m-left-400px {
  margin-left: 400px;
  margin-left: 25rem; }

.space-p-left-400px {
  padding-left: 400px;
  padding-left: 25rem; }

.space-m-left-500px {
  margin-left: 500px;
  margin-left: 31.25rem; }

.space-p-left-500px {
  padding-left: 500px;
  padding-left: 31.25rem; }

.space-m-right-0px {
  margin-right: 0px;
  margin-right: 0rem; }

.space-p-right-0px {
  padding-right: 0px;
  padding-right: 0rem; }

.space-m-right-1px {
  margin-right: 1px;
  margin-right: 0.0625rem; }

.space-p-right-1px {
  padding-right: 1px;
  padding-right: 0.0625rem; }

.space-m-right-2px {
  margin-right: 2px;
  margin-right: 0.125rem; }

.space-p-right-2px {
  padding-right: 2px;
  padding-right: 0.125rem; }

.space-m-right-3px {
  margin-right: 3px;
  margin-right: 0.1875rem; }

.space-p-right-3px {
  padding-right: 3px;
  padding-right: 0.1875rem; }

.space-m-right-4px {
  margin-right: 4px;
  margin-right: 0.25rem; }

.space-p-right-4px {
  padding-right: 4px;
  padding-right: 0.25rem; }

.space-m-right-5px {
  margin-right: 5px;
  margin-right: 0.3125rem; }

.space-p-right-5px {
  padding-right: 5px;
  padding-right: 0.3125rem; }

.space-m-right-6px {
  margin-right: 6px;
  margin-right: 0.375rem; }

.space-p-right-6px {
  padding-right: 6px;
  padding-right: 0.375rem; }

.space-m-right-8px {
  margin-right: 8px;
  margin-right: 0.5rem; }

.space-p-right-8px {
  padding-right: 8px;
  padding-right: 0.5rem; }

.space-m-right-10px {
  margin-right: 10px;
  margin-right: 0.625rem; }

.space-p-right-10px {
  padding-right: 10px;
  padding-right: 0.625rem; }

.space-m-right-15px {
  margin-right: 15px;
  margin-right: 0.9375rem; }

.space-p-right-15px {
  padding-right: 15px;
  padding-right: 0.9375rem; }

.space-m-right-20px {
  margin-right: 20px;
  margin-right: 1.25rem; }

.space-p-right-20px {
  padding-right: 20px;
  padding-right: 1.25rem; }

.space-m-right-25px {
  margin-right: 25px;
  margin-right: 1.5625rem; }

.space-p-right-25px {
  padding-right: 25px;
  padding-right: 1.5625rem; }

.space-m-right-30px {
  margin-right: 30px;
  margin-right: 1.875rem; }

.space-p-right-30px {
  padding-right: 30px;
  padding-right: 1.875rem; }

.space-m-right-35px {
  margin-right: 35px;
  margin-right: 2.1875rem; }

.space-p-right-35px {
  padding-right: 35px;
  padding-right: 2.1875rem; }

.space-m-right-40px {
  margin-right: 40px;
  margin-right: 2.5rem; }

.space-p-right-40px {
  padding-right: 40px;
  padding-right: 2.5rem; }

.space-m-right-45px {
  margin-right: 45px;
  margin-right: 2.8125rem; }

.space-p-right-45px {
  padding-right: 45px;
  padding-right: 2.8125rem; }

.space-m-right-50px {
  margin-right: 50px;
  margin-right: 3.125rem; }

.space-p-right-50px {
  padding-right: 50px;
  padding-right: 3.125rem; }

.space-m-right-60px {
  margin-right: 60px;
  margin-right: 3.75rem; }

.space-p-right-60px {
  padding-right: 60px;
  padding-right: 3.75rem; }

.space-m-right-100px {
  margin-right: 100px;
  margin-right: 6.25rem; }

.space-p-right-100px {
  padding-right: 100px;
  padding-right: 6.25rem; }

.space-m-right-150px {
  margin-right: 150px;
  margin-right: 9.375rem; }

.space-p-right-150px {
  padding-right: 150px;
  padding-right: 9.375rem; }

.space-m-right-200px {
  margin-right: 200px;
  margin-right: 12.5rem; }

.space-p-right-200px {
  padding-right: 200px;
  padding-right: 12.5rem; }

.space-m-right-250px {
  margin-right: 250px;
  margin-right: 15.625rem; }

.space-p-right-250px {
  padding-right: 250px;
  padding-right: 15.625rem; }

.space-m-right-300px {
  margin-right: 300px;
  margin-right: 18.75rem; }

.space-p-right-300px {
  padding-right: 300px;
  padding-right: 18.75rem; }

.space-m-right-400px {
  margin-right: 400px;
  margin-right: 25rem; }

.space-p-right-400px {
  padding-right: 400px;
  padding-right: 25rem; }

.space-m-right-500px {
  margin-right: 500px;
  margin-right: 31.25rem; }

.space-p-right-500px {
  padding-right: 500px;
  padding-right: 31.25rem; }

body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px; }

p, ul, li {
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }
  p.font-18px, ul.font-18px, li.font-18px {
    font-size: 18px;
    font-size: 1.125rem; }

h1 {
  font-size: 24px;
  font-size: 1.5rem; }

h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }

h4, h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.push-by-mobile-nav {
  position: relative; }

.box-grey {
  background-color: #f5f5f5; }

.box-white {
  background-color: white; }

.box-darkgrey {
  background-color: #e9e7e7; }

.box-blue {
  background-color: #337ab7;
  color: white; }

.box-darkblue {
  background-color: #004994;
  color: white; }

.box-darkbluegrey {
  color: white; }
  @media (min-width: 992px) {
    .box-darkbluegrey {
      /* FF3.6+ */
      /* Chrome, Safari4+ */
      /* Chrome10+, Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(90deg, #004994 70%, #f5f5f5 70%, #f5f5f5);
      /* W3C */ } }
  @media (max-width: 991px) {
    .box-darkbluegrey {
      background-color: #004994; } }

.box-darkbluetransparent {
  color: white;
  background: repeating-linear-gradient(180deg, transparent, transparent 50px, #004994 50px, #004994 100%), repeating-linear-gradient(90deg, #004994, #004994 30%, transparent 30%, transparent 100%); }
  @media (max-width: 991px) {
    .box-darkbluetransparent {
      background-color: #004994; } }

.box-red {
  background-color: #ff1821;
  color: white; }

.box-green {
  background-color: #69be28;
  color: white; }

.box-whitedarkblue {
  background: linear-gradient(90deg, white 40%, #004994 40%, #004994); }

@media (min-width: 768px) and (max-width: 991px) {
  .box-whitedarkblue {
    background: linear-gradient(180deg, white 110px, #004994 110px, #004994); } }
  @media (max-width: 767px) {
    .box-whitedarkblue {
      background: linear-gradient(180deg, white 64px, #004994 64px, #004994); } }

.box-greywhite {
  background: repeating-linear-gradient(180deg, transparent, transparent 416px, white 416px, white 100%), repeating-linear-gradient(90deg, #f5f5f5, #f5f5f5 50%, white 50%, white 100%); }
  @media (max-width: 991px) {
    .box-greywhite {
      background: linear-gradient(180deg, white 491px, #f5f5f5 491px, #f5f5f5); } }
  @media (max-width: 991px) and (max-width: 543px) {
    .box-greywhite {
      background: linear-gradient(180deg, white 558px, #f5f5f5 558px, #f5f5f5); } }

@media (max-width: 767px) {
  .box-redwhite {
    background: linear-gradient(180deg, #ff1821 40px, white 40px, white); } }

@media (min-width: 768px) {
  .box-whitered {
    background: url("../images/default/bg-white-red.svg");
    /* IE9 */
    background-size: cover;
    /* FF3.6+ */
    /* Chrome, Safari4+ */
    /* Chrome10+, Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(90deg, white 80%, #ff1821 80%, #ff1821);
    /* W3C */ }
    .box-whitered.has-error {
      background: #ff1821; } }

@media (max-width: 767px) {
  .box-whitered {
    background: linear-gradient(90deg, white 80%, #ff1821 80%, #ff1821); }
    .box-whitered.has-error {
      background: repeating-linear-gradient(180deg, white, white 50%, transparent 50%, transparent 100%), repeating-linear-gradient(90deg, white, white 50%, #ff1821 50%, #ff1821 100%); } }
    @media (max-width: 767px) and (max-width: 767px) {
      .box-whitered.has-error {
        background: repeating-linear-gradient(180deg, white, white 60%, transparent 60%, transparent 100%), repeating-linear-gradient(90deg, white, white 50%, #ff1821 50%, #ff1821 100%); } }

.row-with-separator {
  border-bottom: 1px solid #e9e7e7;
  border-bottom: 0.0625rem solid #e9e7e7; }

.row-without-separator {
  border-bottom: 0px; }

.text-blue {
  color: #004994; }

.text-red {
  color: #ff1821; }

.text-white {
  color: white; }

.break-word {
  word-break: break-all; }

.link {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 18px;
  line-height: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem; }
  .link:hover, .link:focus {
    text-decoration: none; }
  .link--ligthblue {
    color: #0088ce; }
    .link--ligthblue:hover, .link--ligthblue:focus {
      color: #0088ce; }
  .link--blue {
    color: #004994; }
    .link--blue:hover, .link--blue:focus {
      color: #004994; }

.lightLink {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  line-height: 18px;
  line-height: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem; }
  .lightLink:hover, .lightLink:focus {
    text-decoration: none; }
  .lightLink--ligthblue {
    color: #0088ce; }
    .lightLink--ligthblue:hover, .lightLink--ligthblue:focus {
      color: #0088ce; }
  .lightLink--blue {
    color: #004994; }
    .lightLink--blue:hover, .lightLink--blue:focus {
      color: #004994; }
    .lightLink--blue:before {
      color: #004994; }
  .lightLink--white {
    color: white; }
    .lightLink--white:hover, .lightLink--white:focus {
      color: white; }
    .lightLink--white:before {
      color: white; }
  .lightLink--arrow {
    position: relative; }
    .lightLink--arrow:before {
      content: '<';
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%); }
    .lightLink--arrow span {
      padding-left: 12px;
      padding-left: 0.75rem; }
  .lightLink--strong {
    font-weight: 700; }

.btn {
  color: #0088ce;
  white-space: normal;
  border: 1px solid #0088ce;
  border: 0.0625rem solid #0088ce;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 15px 35px;
  padding: 0.9375rem 2.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  background: #ffffff;
  text-transform: uppercase;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: bold; }
  .btn--red {
    border: 1px solid #ff1821;
    border: 0.0625rem solid #ff1821;
    font-size: 18px;
    font-size: 1.125rem;
    background-color: #ff1821;
    color: #ffffff;
    transition: background 0.5s; }
    .btn--red:hover {
      background-color: #fe5e64;
      color: #ffffff; }
    .btn--redNotHover:hover {
      background-color: #ff1821;
      color: #ffffff; }
    .btn--redTriangle {
      border-radius: 0;
      border: 0;
      height: 66px;
      position: relative;
      padding: 0;
      transition: background 0.5s;
      text-align: left;
      background: linear-gradient(128deg, white 40px, #ff1821 41px, #ff1821); }
      .btn--redTriangle span {
        position: absolute;
        top: 50%;
        left: 60px;
        right: 50px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
      .btn--redTriangle:after {
        content: " ";
        background: url("../images/default/ico-arrow.png") scroll no-repeat center left transparent;
        height: 100%;
        display: block;
        width: 50px;
        float: right; }
      .btn--redTriangle:hover {
        background: linear-gradient(128deg, white 40px, #fe5e64 41px, #fe5e64); }
      .btn--redTriangle.btn--redNotHover:hover {
        background: linear-gradient(128deg, white 40px, #ff1821 41px, #ff1821); }
      .btn--redTriangleNoArrow {
        background: linear-gradient(128deg, transparent 40px, #ff1821 41px, #ff1821); }
        .btn--redTriangleNoArrow:hover {
          background: linear-gradient(128deg, transparent 40px, #fe5e64 41px, #fe5e64); }
        .btn--redTriangleNoArrow span {
          left: calc(50% + 10px);
          right: auto;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%); }
        .btn--redTriangleNoArrow:after {
          display: none; }
  .btn--blue {
    border: 1px solid #004994;
    border: 0.0625rem solid #004994;
    font-size: 18px;
    font-size: 1.125rem;
    background-color: #004994;
    color: #ffffff;
    transition: background 0.5s; }
    .btn--blue:hover {
      background-color: #0088ce;
      color: #ffffff; }
    .btn--blueTriangle {
      border-radius: 0;
      border: 0;
      height: 66px;
      position: relative;
      padding: 0;
      transition: background 0.5s;
      text-align: left;
      background: linear-gradient(128deg, white 40px, #004994 41px, #004994); }
      .btn--blueTriangle span {
        position: absolute;
        top: 50%;
        left: 60px;
        right: 60px;
        color: #ffffff;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
      .btn--blueTriangle:after {
        content: " ";
        background: url("../images/default/ico-arrow.png") scroll no-repeat center left transparent;
        height: 100%;
        display: block;
        width: 50px;
        float: right; }
      .btn--blueTriangle:hover {
        background: linear-gradient(128deg, white 40px, #0088ce 41px, #0088ce); }
  .btn--white-blue {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    outline: none;
    z-index: 2;
    color: #0088ce;
    font-weight: 700;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    border: 1px solid #0088ce;
    border: 0.0625rem solid #0088ce;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem; }
    .btn--white-blue:visited {
      text-decoration: none;
      color: #0088ce; }
    .btn--white-blue:focus {
      text-decoration: none;
      outline: none; }
    .btn--white-blue:hover {
      text-decoration: none;
      color: white; }
      .btn--white-blue:hover:after {
        background: #0088ce;
        height: 650%;
        opacity: 1; }
    .btn--white-blue:after {
      content: '';
      position: absolute;
      z-index: -1;
      transition: all 0.5s;
      width: 100%;
      height: 0;
      top: 50%;
      left: 50%;
      opacity: 0;
      transform: translateX(-50%) translateY(-50%) rotate(128deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(128deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(128deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(128deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(128deg); }
  .btn--blue-white {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    outline: none;
    z-index: 1;
    background-color: #004994;
    color: white;
    font-weight: 700;
    border-radius: 0;
    padding: 13px 15px;
    padding: 0.8125rem 0.9375rem;
    border: 2px solid white;
    border: 0.125rem solid white;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem; }
    .btn--blue-white:visited {
      text-decoration: none;
      color: white; }
    .btn--blue-white:focus {
      text-decoration: none;
      outline: none; }
    .btn--blue-white:hover {
      text-decoration: none;
      color: #004994; }
      .btn--blue-white:hover:after {
        background: white;
        height: 1000%;
        opacity: 1; }
    .btn--blue-white:after {
      content: '';
      position: absolute;
      z-index: -1;
      transition: all 0.5s;
      width: 100%;
      height: 0;
      top: 50%;
      left: 50%;
      opacity: 0;
      transform: translateX(-50%) translateY(-50%) rotate(128deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(128deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(128deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(128deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(128deg); }
  .btn--white-red {
    font-weight: 700;
    color: #ff1821;
    height: 66px;
    border: 0;
    border: 0;
    border-radius: 0;
    border-radius: 0;
    padding: 15px 35px;
    padding: 0.9375rem 2.1875rem;
    font-size: 18px;
    font-size: 1.125rem; }
    .btn--white-red:after {
      content: '';
      position: absolute;
      border: 3px solid #ff1821;
      border: 0.1875rem solid #ff1821;
      right: -26px;
      top: 0;
      transform: skew(-38deg);
      -ms-transform: skew(-38deg);
      -o-transform: skew(-38deg);
      -moz-transform: skew(-38deg);
      -webkit-transform: skew(-38deg);
      width: calc(100% - 52px);
      height: 100%;
      transition: all 0.5s; }
      @media (max-width: 543px) {
        .btn--white-red:after {
          width: 100%; } }
    .btn--white-red span {
      z-index: 1;
      position: absolute;
      top: 50%;
      left: calc(50% + 46px);
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
      @media (max-width: 543px) {
        .btn--white-red span {
          left: calc(50% + 26px); } }
    .btn--white-red:visited {
      text-decoration: none;
      color: #ff1821; }
    .btn--white-red:focus {
      text-decoration: none;
      outline: none; }
    .btn--white-red:hover {
      text-decoration: none;
      color: white; }
      .btn--white-red:hover:after {
        background-color: #fe5e64;
        border-color: #fe5e64;
        border-right-color: white; }
  .btn--auto {
    width: 100%;
    padding: 15px 5px;
    padding: 0.9375rem 0.3125rem; }

.modal-dialog {
  max-width: 900px; }
  .modal-dialog .modal-content {
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative; }
    .modal-dialog .modal-content .modal__close {
      position: absolute;
      right: 15px;
      top: 15px;
      display: block;
      width: 24px;
      z-index: 1;
      height: 24px;
      background: url("../images/modals/ico-close.png") scroll no-repeat top right transparent;
      background-size: 24px auto; }
    .modal-dialog .modal-content .modal-body {
      padding: 0; }
      .modal-dialog .modal-content .modal-body img {
        width: 100%; }
      .modal-dialog .modal-content .modal-body .modal__title {
        font-weight: 700;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem;
        color: #004994;
        margin-bottom: 24px;
        margin-bottom: 1.5rem; }
        .modal-dialog .modal-content .modal-body .modal__title span {
          font-weight: 400;
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 28px;
          line-height: 1.75rem; }
      .modal-dialog .modal-content .modal-body .modal__list {
        padding: 0;
        list-style: none;
        margin: 0; }
        .modal-dialog .modal-content .modal-body .modal__list .modal__listitem {
          position: relative;
          min-height: 65px;
          margin-bottom: 20px;
          margin-bottom: 1.25rem;
          padding-left: 70px;
          padding-left: 4.375rem; }
          .modal-dialog .modal-content .modal-body .modal__list .modal__listitem span {
            font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 22px;
            line-height: 1.375rem;
            display: block; }
          .modal-dialog .modal-content .modal-body .modal__list .modal__listitem:before {
            height: 100%;
            min-height: 61px;
            width: 60px;
            display: block;
            position: absolute;
            top: 0;
            left: 0; }
          .modal-dialog .modal-content .modal-body .modal__list .modal__listitem:last-child {
            margin-bottom: 0; }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--rcplus .modal__listitem--bicchiere:before {
          content: url("../images/modals/ico-bicchiere.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--rcplus .modal__listitem--coccarda:before {
          content: url("../images/modals/ico-coccarda.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--rcplus .modal__listitem--museruola:before {
          content: url("../images/modals/ico-museruola.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--rcplus .modal__listitem--ditorotto:before {
          content: url("../images/modals/ico-ditorotto.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--tutelamedica .modal__listitem--ospedale:before {
          content: url("../images/modals/ico-ospedale.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--tutelamedica .modal__listitem--cerotto:before {
          content: url("../images/modals/ico-cerotto.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--tutelamedica .modal__listitem--stetoscopio:before {
          content: url("../images/modals/ico-stetoscopio.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--tutelalegale .modal__listitem--telefono:before {
          content: url("../images/modals/ico-telefono.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--tutelalegale .modal__listitem--ue:before {
          content: url("../images/modals/ico-ue.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--tutelalegale .modal__listitem--martello:before {
          content: url("../images/modals/ico-martello.png"); }
        .modal-dialog .modal-content .modal-body .modal__list.modal__list--tutelalegale .modal__listitem--collare:before {
          content: url("../images/modals/ico-collare.png"); }
    .modal-dialog .modal-content .modal-footer {
      padding: 0;
      border: none; }

.radio .radio__input {
  opacity: 0;
  position: absolute; }

.radio .radio__text {
  position: relative;
  margin-right: 5px;
  margin-right: 0.3125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #004994; }
  @media (max-width: 543px) {
    .radio .radio__text {
      font-size: 16px;
      font-size: 1rem; } }
  .radio .radio__text:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 22px;
    width: 22px;
    left: 0;
    content: "";
    background: white;
    border: 2px solid #0088ce;
    border-radius: 50%; }
  .radio .radio__text--img {
    width: 90px;
    text-align: center;
    height: 55px;
    display: block;
    margin-right: 30px;
    margin-right: 1.875rem; }
    @media (max-width: 543px) {
      .radio .radio__text--img {
        width: 75px;
        margin-right: 0; } }
    .radio .radio__text--img img {
      position: absolute;
      top: 10%;
      left: calc(10% + 25px);
      transition: all 0.35s ease; }
      @media (max-width: 543px) {
        .radio .radio__text--img img {
          left: 25px;
          top: 50%;
          transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%); } }
      .radio .radio__text--img img.ico-radioOn {
        display: none;
        width: calc(100% - 25px);
        top: 0;
        left: 25px; }
        @media (max-width: 543px) {
          .radio .radio__text--img img.ico-radioOn {
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%); } }
      .radio .radio__text--img img.ico-radioOff {
        width: calc(80% - 25px);
        display: block; }
        @media (max-width: 543px) {
          .radio .radio__text--img img.ico-radioOff {
            width: calc(100% - 25px); } }
    .radio .radio__text--img:hover .ico-radioOff {
      width: calc(100% - 25px);
      left: 25px;
      top: 0; }
      @media (max-width: 543px) {
        .radio .radio__text--img:hover .ico-radioOff {
          top: 50%;
          transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%); } }
  .radio .radio__text--btn {
    width: 180px;
    height: 80px;
    text-align: center;
    display: block;
    position: relative;
    padding-left: 75px;
    padding-left: 4.6875rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 80px;
    line-height: 5rem;
    border-radius: 5px;
    border-radius: 0.3125rem;
    border: 1px solid #0088ce;
    border: 0.0625rem solid #0088ce;
    margin-right: 10px;
    margin-right: 0.625rem;
    color: #0088ce;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .radio .radio__text--btn img.ico-radioOff {
      width: 52px;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      @media (max-width: 543px) {
        .radio .radio__text--btn img.ico-radioOff {
          left: 7px;
          width: 62px; } }
    .radio .radio__text--btn img.ico-radioOn {
      width: 62px;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 7px; }
    .radio .radio__text--btn:hover img.ico-radioOff {
      width: 62px;
      left: 7px;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }

.radio :focus + .radio__text {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.radio :checked + .radio__text:before {
  border: 2px solid #69be28;
  border-radius: 50%; }

.radio :checked + .radio__text:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 12px;
  width: 12px;
  left: 5px;
  content: "";
  background: #69be28;
  border-radius: 50%; }

.radio :checked + .radio__text--img .ico-radioOff {
  display: none; }

.radio :checked + .radio__text--img .ico-radioOn {
  display: block; }

.radio :checked + .radio__text--btn {
  color: white;
  background-color: #69be28;
  border-color: #69be28; }

.radio :disabled + .radio__text {
  color: #999999; }
  .radio :disabled + .radio__text:after {
    content: "";
    display: none; }
  .radio :disabled + .radio__text:before {
    border: 2px solid #999999;
    border-radius: 50%; }

.input-check label {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 2px solid #0088ce; }
  .input-check label:after {
    content: '';
    width: 26px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 5px;
    border: 5px solid #69be28;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg); }
  .input-check label:hover::after {
    opacity: 0.4; }

.input-check input[type=checkbox] {
  opacity: 0;
  position: absolute; }

.input-check input[type=checkbox]:checked + label {
  border: 2px solid #69be28; }

.input-check input[type=checkbox]:focus + label {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.input-check input[type=checkbox]:checked + label:after {
  opacity: 1; }

.input-check--circle label {
  border-radius: 50%;
  border: 2px solid #0088ce; }

input[type="text"], input[type="search"] {
  display: block;
  width: 100%;
  padding: 8px 10px 6px;
  padding: 0.5rem 0.625rem 0.375rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  border: 1px solid #c0c0c0;
  border: 0.0625rem solid #c0c0c0;
  color: #004994;
  background-color: white;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  input[type="text"]:focus, input[type="search"]:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

textarea {
  border-radius: 0 !important;
  font-weight: 700; }

.select2-container--default {
  margin-bottom: 10px; }
  .select2-container--default .select2-selection--single {
    height: 38px;
    border: none;
    position: relative; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 36px;
      line-height: 2.25rem;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem;
      border: 1px solid #c0c0c0;
      border: 0.0625rem solid #c0c0c0;
      color: #004994;
      background-color: white;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: 700; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 50%;
      right: 4px;
      width: 32px;
      height: 32px;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      background: url("../images/default/bg-select-arrow.png") scroll no-repeat top right transparent; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }

.select2-dropdown li {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #004994;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }

label {
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #004994; }

.has-error .radio .radio__text {
  color: #ff1821; }
  .has-error .radio .radio__text:before {
    content: url("../images/default/ico-radioError.png"); }
  .has-error .radio .radio__text--btn {
    border-color: #ff1821;
    color: #ff1821; }

.has-error input[type="text"] {
  border-color: #ff1821;
  color: #ff1821; }

.has-error textarea {
  border-color: #ff1821;
  color: #ff1821; }

.has-error .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-color: #ff1821; }

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  text-align: center;
  padding: 15px; }
  .tooltipster-sidetip.tooltipster-light .tooltipster-content ul {
    list-style-position: inside;
    padding: 0;
    margin: 10px 0 0;
    margin: 0.625rem 0 0; }
    .tooltipster-sidetip.tooltipster-light .tooltipster-content ul li {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 18px;
      line-height: 1.125rem; }

.tooltipContainer {
  display: none; }

.tooltipContainer__content .tooltipContainer__image {
  width: 50px;
  float: left;
  margin-right: 10px; }

.tooltipContainer__content .tooltipContainer__text {
  width: calc(100% - 60px);
  float: left;
  text-align: left; }

.step .error__title {
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
  color: #004994;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem; }

@media (min-width: 992px) {
  .step .error__text {
    margin-bottom: 100px;
    margin-bottom: 6.25rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .step .error__text {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; } }

@media (max-width: 767px) {
  .step .error__text {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; } }

.step .error__text p {
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
  color: #004994;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 45px;
  line-height: 2.8125rem; }

.ghostHeader {
  display: block;
  width: 100%;
  height: 64px; }
  @media (max-width: 991px) {
    .ghostHeader {
      height: 98px; }
      .ghostHeader.ghostHeader__small {
        height: 64px; } }

.mobile-nav {
  background-color: white;
  z-index: 10;
  position: fixed;
  right: -100%; }
  .mobile-nav ul {
    list-style: none;
    padding: 0;
    background-color: white; }
    .mobile-nav ul li {
      border-bottom: 0.0625rem solid #e9e7e7;
      padding: 0 0 0 0.625rem;
      width: 100%;
      height: 40px; }
      .mobile-nav ul li a {
        display: block;
        height: 100%;
        width: 100%;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        padding: 0 0 0 0.625rem;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 40px;
        line-height: 2.5rem;
        color: #337ab7;
        font-weight: 600;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        position: relative; }
        .mobile-nav ul li a img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 10px; }
      .mobile-nav ul li.active, .mobile-nav ul li:hover {
        background-color: #004994; }
        .mobile-nav ul li.active a, .mobile-nav ul li:hover a {
          color: white;
          text-decoration: none; }
      .mobile-nav ul li.grey {
        background-color: #f5f5f5; }
        .mobile-nav ul li.grey.active, .mobile-nav ul li.grey:hover {
          background-color: #f5f5f5; }

header {
  z-index: 10;
  background-color: white;
  box-shadow: 0 20px 16px -16px rgba(0, 0, 0, 0.08);
  position: fixed !important;
  top: 0;
  right: 0;
  width: 100%;
  height: 64px; }
  @media (max-width: 991px) {
    header {
      height: 98px; }
      header.header__small {
        height: 64px; } }
  header .header > div > div {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    height: 64px;
    height: 4rem; }
    header .header > div > div.col-lx {
      float: left;
      width: 160px; }
    header .header > div > div.col-rx {
      float: right; }
      @media (max-width: 991px) {
        header .header > div > div.col-rx {
          width: 32px; } }
      @media (min-width: 992px) {
        header .header > div > div.col-rx {
          width: 32px; } }
    header .header > div > div.col-mx {
      position: relative;
      float: left;
      width: calc(100% - (160px + 32px + 15px)); }
      header .header > div > div.col-mx ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: 30px;
        margin-left: 1.875rem; }
        header .header > div > div.col-mx ul li {
          float: left;
          margin: 0;
          padding: 0; }
          header .header > div > div.col-mx ul li a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            color: #337ab7;
            text-transform: uppercase;
            text-decoration: none;
            font-family: "Raleway", Helvetica, Arial, sans-serif;
            font-weight: bold;
            padding-left: 30px;
            padding-left: 1.875rem;
            padding-right: 30px;
            padding-right: 1.875rem;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 32px;
            line-height: 2rem; }
            header .header > div > div.col-mx ul li a:hover {
              color: white;
              text-decoration: none; }
              header .header > div > div.col-mx ul li a:hover:before {
                position: absolute;
                z-index: -1;
                top: -16px;
                left: 0;
                width: 100%;
                height: 64px;
                content: " ";
                background-color: #004994;
                transform: skew(-20deg);
                -ms-transform: skew(-20deg);
                -o-transform: skew(-20deg);
                -moz-transform: skew(-20deg);
                -webkit-transform: skew(-20deg); }
          header .header > div > div.col-mx ul li.active a {
            color: white;
            text-decoration: none; }
            header .header > div > div.col-mx ul li.active a:before {
              position: absolute;
              z-index: -1;
              top: -16px;
              left: 0;
              width: 100%;
              height: 64px;
              content: " ";
              background-color: #004994;
              transform: skew(-20deg);
              -ms-transform: skew(-20deg);
              -o-transform: skew(-20deg);
              -moz-transform: skew(-20deg);
              -webkit-transform: skew(-20deg); }
      header .header > div > div.col-mx ul.services {
        margin: 0;
        padding: 0;
        border: 0;
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
        height: 64px;
        padding: 0 20px;
        padding: 0 1.25rem; }
        header .header > div > div.col-mx ul.services li.services__elem {
          list-style: none;
          margin: 0;
          border: 0;
          padding: 0;
          display: block;
          float: left;
          padding-right: 15px;
          padding-right: 0.9375rem; }
          header .header > div > div.col-mx ul.services li.services__elem img {
            cursor: pointer; }
          header .header > div > div.col-mx ul.services li.services__elem a {
            margin: 0;
            padding: 0;
            text-decoration: none; }
            header .header > div > div.col-mx ul.services li.services__elem a:hover:before {
              display: none; }
            header .header > div > div.col-mx ul.services li.services__elem a img {
              border: 0; }
          header .header > div > div.col-mx ul.services li.services__elem:last-child {
            padding-right: 0; }
        header .header > div > div.col-mx ul.services:before {
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          width: 100%;
          height: 64px;
          content: "";
          background-color: #f5f5f5;
          transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -moz-transform: skew(-20deg);
          -webkit-transform: skew(-20deg); }
      header .header > div > div.col-mx .promoaxa {
        position: absolute;
        right: 15px;
        top: 16px;
        display: block;
        width: 130px;
        height: 32px;
        color: white;
        text-transform: uppercase;
        text-align: center;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
        line-height: 1rem; }
        header .header > div > div.col-mx .promoaxa:before {
          position: absolute;
          z-index: -1;
          top: -16px;
          left: 0;
          width: 100%;
          height: 64px;
          content: " ";
          background-color: #69be28;
          transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -moz-transform: skew(-20deg);
          -webkit-transform: skew(-20deg); }
    header .header > div > div > a > img {
      display: block;
      max-height: 2rem;
      width: auto; }
  header .header .promoaxa-mobile {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #69be28;
    height: 34px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 34px;
    line-height: 2.125rem; }

footer {
  background-color: #c6d7e4;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  border-top: 10px solid #eff2f4; }
  @media (min-width: 992px) {
    footer {
      border-top: 35px solid #eff2f4;
      background: linear-gradient(90deg, #c6d7e4 50%, #d2dbe3 50%, #d2dbe3); } }
  footer .footer-container {
    position: relative;
    background-color: #c6d7e4;
    color: #000000;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 15px;
    line-height: 0.9375rem; }
    @media (max-width: 991px) {
      footer .footer-container {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 19px;
        line-height: 1.1875rem; } }
    @media (min-width: 992px) {
      footer .footer-container {
        background: linear-gradient(128deg, #c6d7e4 60%, #d2dbe3 60%, #d2dbe3);
        height: 300px; }
        footer .footer-container:after {
          content: " ";
          background-color: #ff1821;
          transform: skew(-218deg);
          -ms-transform: skew(-218deg);
          -o-transform: skew(-218deg);
          -moz-transform: skew(-218deg);
          -webkit-transform: skew(-218deg);
          height: 180px;
          width: 30px;
          position: absolute;
          top: -25px;
          left: 67.1%; } }
    @media (min-width: 992px) and (max-width: 1279px) {
      footer .footer-container:after {
        left: 67.8%; } }
    @media (min-width: 992px) and (max-width: 1149px) {
      footer .footer-container:after {
        left: 69.5%; } }
    footer .footer-container img {
      max-width: 100%; }
    footer .footer-container ul {
      list-style: none;
      padding: 0;
      overflow: hidden; }
      @media (min-width: 544px) {
        footer .footer-container ul li {
          float: left;
          font-family: "Raleway", Helvetica, Arial, sans-serif; } }
    footer .footer-container .footer-nav {
      padding-top: 10px;
      padding-top: 0.625rem; }
      footer .footer-container .footer-nav li {
        padding: 10px 20px 10px 0;
        padding: 0.625rem 1.25rem 0.625rem 0; }
        @media (max-width: 543px) {
          footer .footer-container .footer-nav li {
            padding: 5px 0;
            padding: 0.3125rem 0; } }
        footer .footer-container .footer-nav li a {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 20px;
          line-height: 1.25rem;
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
          color: #337ab7; }
          @media (max-width: 991px) {
            footer .footer-container .footer-nav li a {
              font-size: 20px;
              font-size: 1.25rem;
              line-height: 24px;
              line-height: 1.5rem; } }
    @media (min-width: 992px) {
      footer .footer-container .social {
        position: absolute;
        top: 15px;
        right: 15px; } }
    footer .footer-container .social li {
      padding: 0;
      padding: 0;
      float: left; }
      footer .footer-container .social li a {
        display: block; }
    @media (min-width: 992px) {
      footer .footer-container .relatedLinks {
        position: absolute;
        right: 15px;
        bottom: 15px;
        margin: 0; } }
    footer .footer-container .relatedLinks li {
      padding: 0 5px;
      padding: 0 0.3125rem; }
      @media (min-width: 544px) {
        footer .footer-container .relatedLinks li {
          border-left: 1px solid #0088ce;
          border-left: 0.0625rem solid #0088ce; } }
      @media (max-width: 543px) {
        footer .footer-container .relatedLinks li {
          padding: 5px 0;
          padding: 0.3125rem 0; } }
      footer .footer-container .relatedLinks li a {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        line-height: 1.25rem;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        color: #0088ce; }
        @media (max-width: 991px) {
          footer .footer-container .relatedLinks li a {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 24px;
            line-height: 1.5rem; } }
      footer .footer-container .relatedLinks li:first-child {
        padding-left: 0; }
        @media (min-width: 544px) {
          footer .footer-container .relatedLinks li:first-child {
            border-left: none; } }
    footer .footer-container .infoText {
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
      @media (min-width: 992px) {
        footer .footer-container .infoText {
          width: 55%; } }
    footer .footer-container .promoLink {
      padding: 10px 0;
      padding: 0.625rem 0;
      text-transform: uppercase; }
      footer .footer-container .promoLink a {
        color: #000000; }

#cookiesdirective div {
  padding: 10px 100px 10px 10px !important; }
  @media (max-width: 1149px) {
    #cookiesdirective div {
      padding: 10px 10px 10px 10px !important; } }
  #cookiesdirective div .cookiebtn {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0 !important; }
    @media (max-width: 1149px) {
      #cookiesdirective div .cookiebtn {
        position: relative;
        left: -2px;
        top: 5px; } }
    #cookiesdirective div .cookiebtn button {
      border: 1px solid #0088ce;
      border-radius: 5px;
      text-transform: uppercase;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: 700;
      background-color: #0088ce;
      color: white;
      padding: 5px 10px;
      font-size: 12px; }
      #cookiesdirective div .cookiebtn button:hover {
        border: 1px solid transparent;
        color: white; }

.inputAutocomplete {
  position: relative; }
  .inputAutocomplete__input {
    padding-right: 30px; }
  .inputAutocomplete__reset {
    position: absolute;
    top: 2px;
    right: 6px;
    color: #999;
    font-size: 20px; }

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  padding-bottom: 1px; }
  .ui-autocomplete .ui-menu-item {
    padding: 5px 10px;
    line-height: 20px;
    font-size: 16px;
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif; }
  .ui-autocomplete.ui-catcomplete .ui-autocomplete-category {
    font-weight: bold;
    padding: 0 10px;
    line-height: 20px;
    font-size: 16px;
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif; }
  .ui-autocomplete.ui-catcomplete .ui-menu-item {
    padding: 0 15px;
    line-height: 20px;
    font-size: 16px;
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif; }

.makeQuotation {
  font-family: "Raleway", Helvetica, Arial, sans-serif; }
  .makeQuotation .makeQuotation__text {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 58px;
    line-height: 3.625rem;
    margin: 0; }
    @media (max-width: 767px) {
      .makeQuotation .makeQuotation__text {
        line-height: 28px;
        line-height: 1.75rem;
        padding-bottom: 10px;
        padding-bottom: 0.625rem; } }
    @media (max-width: 543px) {
      .makeQuotation .makeQuotation__text {
        font-size: 22px;
        font-size: 1.375rem; } }

.wizard-box {
  background: url("../images/wizard/bg-wizard.jpg") scroll no-repeat center center #385dab;
  background-size: auto 100%; }
  .wizard-box .wizard .wizard__steps {
    position: relative;
    padding-top: 35px;
    padding-top: 2.1875rem;
    padding-bottom: 35px;
    padding-bottom: 2.1875rem; }
    .wizard-box .wizard .wizard__steps .wizard__step {
      text-align: center;
      float: left; }
      @media (max-width: 767px) {
        .wizard-box .wizard .wizard__steps .wizard__step {
          width: calc((100% / 6) - 1px); } }
      @media (min-width: 768px) {
        .wizard-box .wizard .wizard__steps .wizard__step {
          width: calc((100% / 3) - 1px); } }
      .wizard-box .wizard .wizard__steps .wizard__step .wizard__text {
        display: inline-block;
        color: white;
        font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 40px;
        line-height: 2.5rem; }
        @media (min-width: 768px) {
          .wizard-box .wizard .wizard__steps .wizard__step .wizard__text {
            position: relative;
            height: 40px;
            padding: 8px 0 8px 50px;
            padding: 0.5rem 0 0.5rem 3.125rem;
            line-height: 24px;
            line-height: 1.5rem; }
            .wizard-box .wizard .wizard__steps .wizard__step .wizard__text:before {
              height: 40px;
              width: 40px;
              content: url("../images/wizard/ico-step-1.png");
              position: absolute;
              top: 0;
              left: 0; } }
        @media (max-width: 767px) {
          .wizard-box .wizard .wizard__steps .wizard__step .wizard__text {
            position: absolute;
            right: 5px;
            top: 35px;
            display: none; } }
      @media (max-width: 767px) {
        .wizard-box .wizard .wizard__steps .wizard__step:before {
          height: 40px;
          width: 40px;
          content: url("../images/wizard/ico-step-1.png"); } }
      @media (min-width: 768px) {
        .wizard-box .wizard .wizard__steps .wizard__step--1 .wizard__text:before {
          content: url("../images/wizard/ico-step-1.png"); } }
      @media (max-width: 767px) {
        .wizard-box .wizard .wizard__steps .wizard__step--1:before {
          content: url("../images/wizard/ico-step-1.png"); } }
      @media (min-width: 768px) {
        .wizard-box .wizard .wizard__steps .wizard__step--2 .wizard__text:before {
          content: url("../images/wizard/ico-step-2.png"); } }
      @media (max-width: 767px) {
        .wizard-box .wizard .wizard__steps .wizard__step--2:before {
          content: url("../images/wizard/ico-step-2.png"); } }
      @media (min-width: 768px) {
        .wizard-box .wizard .wizard__steps .wizard__step--3 .wizard__text:before {
          content: url("../images/wizard/ico-step-3.png"); } }
      @media (max-width: 767px) {
        .wizard-box .wizard .wizard__steps .wizard__step--3:before {
          content: url("../images/wizard/ico-step-3.png"); } }
      @media (min-width: 768px) {
        .wizard-box .wizard .wizard__steps .wizard__step--done .wizard__text:before {
          content: url("../images/wizard/ico-step-check.png");
          background-color: #69be28;
          border-radius: 50%;
          padding-top: 10px;
          padding-top: 0.625rem; } }
      @media (max-width: 767px) {
        .wizard-box .wizard .wizard__steps .wizard__step--done:before {
          content: url("../images/wizard/ico-step-check.png");
          background-color: #69be28;
          border-radius: 50%;
          display: inline-block;
          padding-top: 10px;
          padding-top: 0.625rem; } }
      @media (max-width: 767px) {
        .wizard-box .wizard .wizard__steps .wizard__step--active .wizard__text {
          display: block; } }
  .wizard-box .wizard .wizard__bars .wizard__bar {
    background-color: #f5f5f5;
    height: 10px;
    border-right: 3px solid white; }
    .wizard-box .wizard .wizard__bars .wizard__bar--active {
      background-color: #337ab7; }
    .wizard-box .wizard .wizard__bars .wizard__bar:last-child {
      border-right: none; }

/* _assets/sass/partials/modules/_accordionGrey.scss */
/* _partials/modules/accordionGrey.php */
.accordionGrey {
  display: block;
  overflow: hidden; }
  .accordionGrey__title {
    display: block; }
    .accordionGrey__title .material-icons {
      float: right; }
    .accordionGrey__title .minus {
      display: block; }
    .accordionGrey__title .plus {
      display: none; }
    .accordionGrey__title.collapsed .plus {
      display: block; }
    .accordionGrey__title.collapsed .minus {
      display: none; }
  .accordionGrey__content {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 15px;
    padding: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

/* _assets/sass/partials/modules/_error-messages.scss */
/* _partials/modules/error-messages.blade.php */
.errorLabelContainer {
  background-color: #ffe8e8;
  margin: 10px 0;
  margin: 0.625rem 0; }
  @media (max-width: 767px) {
    .errorLabelContainer {
      min-height: 0; } }
  @media (min-width: 768px) {
    .errorLabelContainer {
      position: relative; } }
  .errorLabelContainer .errorLabelContent .ico-paw {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-right: 10px;
    margin-right: 0.625rem; }
  .errorLabelContainer .errorLabelContent .errorLabel {
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #ff1821;
    display: block;
    padding: 10px 0; }
    @media (max-width: 767px) {
      .errorLabelContainer .errorLabelContent .errorLabel {
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    @media (max-width: 543px) {
      .errorLabelContainer .errorLabelContent .errorLabel {
        text-align: center;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem; } }

.landing h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #0088ce;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  @media (max-width: 767px) {
    .landing h4 {
      margin-top: 10px;
      margin-top: 0.625rem; } }

.landing p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }

.landing .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-transform: uppercase; }
  .landing .title--icon {
    background: url("../images/landing/ciak.png") scroll no-repeat center left transparent;
    min-height: 40px;
    padding: 7px 0 0 50px;
    padding: 0.4375rem 0 0 3.125rem; }
    @media (max-width: 767px) {
      .landing .title--icon {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem; } }
    @media (max-width: 543px) {
      .landing .title--icon {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    .landing .title--icon.title--ciak {
      background-image: url("../images/landing/ciak.png");
      background-size: 40px auto; }
    .landing .title--icon.title--home {
      background-image: url("../images/landing/home.png");
      background-size: 40px auto; }
      @media (max-width: 767px) {
        .landing .title--icon.title--home {
          margin-top: 10px;
          margin-top: 0.625rem;
          line-height: 46px;
          line-height: 2.875rem; } }

.landing .sliders {
  position: relative; }
  .landing .sliders .pet .pet__slider {
    margin: 0;
    width: 100%; }
    .landing .sliders .pet .pet__slider .slick-arrow {
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 1;
      height: 50px;
      width: 50px;
      left: 0; }
      .landing .sliders .pet .pet__slider .slick-arrow:hover {
        background-color: white; }
      .landing .sliders .pet .pet__slider .slick-arrow:before {
        font-size: 70px;
        font-size: 4.375rem;
        line-height: 12px;
        line-height: 0.75rem;
        color: #0088ce;
        opacity: 1;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        margin: auto;
        width: 50px;
        text-align: center;
        display: block;
        height: 25px; }
      .landing .sliders .pet .pet__slider .slick-arrow.slick-prev {
        top: calc(25% + 170px); }
        .landing .sliders .pet .pet__slider .slick-arrow.slick-prev:before {
          content: "‹"; }
        @media (max-width: 767px) {
          .landing .sliders .pet .pet__slider .slick-arrow.slick-prev {
            left: 0;
            top: 50%; } }
      .landing .sliders .pet .pet__slider .slick-arrow.slick-next {
        top: 25%; }
        .landing .sliders .pet .pet__slider .slick-arrow.slick-next:before {
          content: "›"; }
        @media (max-width: 767px) {
          .landing .sliders .pet .pet__slider .slick-arrow.slick-next {
            left: auto;
            right: 0;
            top: 50%; } }
    .landing .sliders .pet .pet__slider .slick-dots {
      background-color: rgba(255, 255, 255, 0.6);
      height: 118px;
      width: 50px;
      left: 0;
      top: calc(25% + 26px);
      margin: 0;
      padding: 16px 17px;
      padding: 1rem 1.0625rem; }
      .landing .sliders .pet .pet__slider .slick-dots li {
        height: 16px;
        width: 16px;
        margin: 0;
        border: 1px solid #0088ce;
        border: 0.0625rem solid #0088ce;
        border-radius: 16px;
        border-radius: 1rem; }
        .landing .sliders .pet .pet__slider .slick-dots li button {
          display: none; }
        .landing .sliders .pet .pet__slider .slick-dots li.slick-active, .landing .sliders .pet .pet__slider .slick-dots li:hover {
          background-color: #0088ce; }
    .landing .sliders .pet .pet__slider .pet__item {
      height: 100%; }
      @media (max-width: 1279px) {
        .landing .sliders .pet .pet__slider .pet__item {
          max-height: 510px; } }
      @media (max-width: 543px) {
        .landing .sliders .pet .pet__slider .pet__item {
          max-height: 205px; } }
      .landing .sliders .pet .pet__slider .pet__item img {
        max-width: 100%; }

@media (min-width: 1150px) and (max-width: 1279px) {
  .landing .sliders .pet .pet__slider .pet__item img {
    max-width: none;
    max-height: 550px; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .landing .sliders .pet .pet__slider .pet__item img {
    transform: translateX(-172px) scale(1.15);
    -ms-transform: translateX(-172px) scale(1.15);
    -o-transform: translateX(-172px) scale(1.15);
    -moz-transform: translateX(-172px) scale(1.15);
    -webkit-transform: translateX(-172px) scale(1.15);
    max-width: none;
    max-height: 553px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .landing .sliders .pet .pet__slider .pet__item img {
    transform: translateX(-196px) scale(1.2);
    -ms-transform: translateX(-196px) scale(1.2);
    -o-transform: translateX(-196px) scale(1.2);
    -moz-transform: translateX(-196px) scale(1.2);
    -webkit-transform: translateX(-196px) scale(1.2);
    max-width: none;
    max-height: 510px; } }

@media (min-width: 544px) and (max-width: 767px) {
  .landing .sliders .pet .pet__slider .pet__item img {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 205px; } }
        @media (max-width: 543px) {
          .landing .sliders .pet .pet__slider .pet__item img {
            max-width: 100%; } }
  .landing .sliders .arrow {
    position: absolute;
    top: 48px;
    right: 470px;
    z-index: 1; }
  .landing .sliders .owner-quotation-container {
    width: 100%; }
    @media (min-width: 768px) {
      .landing .sliders .owner-quotation-container {
        position: absolute;
        top: 45px; } }

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .landing .sliders .owner-quotation-container {
    width: 720px;
    left: calc((100% - 720px) / 2); } }

@media (min-width: 768px) and (min-width: 992px) and (max-width: 1149px) {
  .landing .sliders .owner-quotation-container {
    width: 940px;
    left: calc((100% - 940px) / 2); } }

@media (min-width: 768px) and (min-width: 1150px) and (max-width: 1279px) {
  .landing .sliders .owner-quotation-container {
    width: 1120px;
    left: calc((100% - 1120px) / 2); } }
  @media (min-width: 768px) and (min-width: 1280px) {
    .landing .sliders .owner-quotation-container {
      width: 1250px;
      left: calc((100% - 1250px) / 2); } }
    @media (min-width: 768px) {
      .landing .sliders .owner-quotation-container .owner-quotation-box {
        width: 420px;
        height: 434px;
        margin-right: 70px;
        float: right; } }

@media (min-width: 768px) and (max-width: 1149px) {
  .landing .sliders .owner-quotation-container .owner-quotation-box {
    margin-right: 10px; } }
  .landing .sliders .owner .owner__slider .slick-list {
    padding-top: 18px;
    margin-top: -18px; }
  @media (min-width: 768px) {
    .landing .sliders .owner .owner__item {
      margin-right: 20px; } }
  .landing .sliders .owner .owner__item .owner__title {
    position: relative;
    height: 40px;
    display: block; }
    .landing .sliders .owner .owner__item .owner__title img {
      position: absolute;
      top: -18px;
      left: 15px;
      width: 80px;
      height: 80px;
      border: 2px solid #fff;
      box-shadow: -2px 2px 13px #888888;
      z-index: 1; }
    .landing .sliders .owner .owner__item .owner__title span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 105px;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; }
  @media (min-width: 768px) {
    .landing .sliders .owner .owner__item .owner__content {
      padding-top: 20px;
      margin-top: -20px;
      position: relative; } }
  @media (min-width: 1280px) {
    .landing .sliders .owner .owner__item .owner__content {
      padding-top: 35px; } }
  .landing .sliders .owner .owner__item .owner__content .owner__text {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 45px;
    padding-top: 2.8125rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .landing .sliders .owner .owner__item .owner__content .owner__text {
        min-height: 200px; } }
    @media (max-width: 767px) {
      .landing .sliders .owner .owner__item .owner__content .owner__text {
        padding-top: 25px;
        padding-top: 1.5625rem;
        padding-bottom: 15px;
        padding-bottom: 0.9375rem; } }
  .landing .sliders .owner .owner__item .owner__content .owner_compensation {
    background-color: #0088ce;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    padding: 35px 10px;
    padding: 2.1875rem 0.625rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    line-height: 32px;
    line-height: 2rem;
    font-size: 28px;
    font-size: 1.75rem; }
    @media (min-width: 768px) {
      .landing .sliders .owner .owner__item .owner__content .owner_compensation {
        position: absolute;
        right: -20px;
        top: 40px;
        padding: 50px 10px;
        padding: 3.125rem 0.625rem; } }

@media (min-width: 544px) and (max-width: 767px) {
  .landing .sliders .owner .owner__item .owner__content .owner_compensation {
    width: 130px;
    height: 130px;
    margin-top: 8px;
    margin-top: 0.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 22px;
    font-size: 1.375rem; } }
    @media (max-width: 543px) {
      .landing .sliders .owner .owner__item .owner__content .owner_compensation {
        width: 110px;
        height: 110px;
        margin-top: 15px;
        margin-top: 0.9375rem;
        line-height: 22px;
        line-height: 1.375rem;
        font-size: 18px;
        font-size: 1.125rem; } }
    .landing .sliders .owner .owner__item .owner__content .owner_compensation span {
      line-height: 26px;
      line-height: 1.625rem;
      font-size: 22px;
      font-size: 1.375rem; }

@media (min-width: 544px) and (max-width: 767px) {
  .landing .sliders .owner .owner__item .owner__content .owner_compensation span {
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 18px;
    font-size: 1.125rem; } }
      @media (max-width: 543px) {
        .landing .sliders .owner .owner__item .owner__content .owner_compensation span {
          line-height: 18px;
          line-height: 1.125rem;
          font-size: 14px;
          font-size: 0.875rem; } }
  @media (min-width: 768px) {
    .landing .sliders .quotationForm form {
      margin-right: 20px; } }
  .landing .sliders .quotationForm form .quotatonForm__title {
    height: 40px;
    display: block;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 40px;
    line-height: 2.5rem; }
  .landing .sliders .quotationForm form .quotatonForm__content {
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #004994; }
    @media (max-width: 543px) {
      .landing .sliders .quotationForm form .quotatonForm__content {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  @media (min-width: 768px) {
    .landing .sliders .quotationForm form .quotatonForm__submit {
      border-top: 1px solid #c0c0c0;
      border-top: 0.0625rem solid #c0c0c0; } }

.landing .info {
  height: 80px; }
  @media (max-width: 991px) {
    .landing .info {
      height: 180px; } }
  .landing .info .info__navigator {
    height: 80px;
    position: relative; }
    @media (max-width: 991px) {
      .landing .info .info__navigator {
        height: 44px; } }
    .landing .info .info__navigator .slick-dots {
      position: absolute;
      margin: 0;
      left: 15px;
      bottom: 0;
      text-align: left; }
      @media (max-width: 991px) {
        .landing .info .info__navigator .slick-dots {
          width: initial;
          left: auto;
          right: 15px;
          top: 0; } }
      .landing .info .info__navigator .slick-dots li {
        height: 16px;
        width: 16px;
        padding: 4px;
        padding: 0.25rem;
        border: 1px solid #e9e7e7;
        border: 0.0625rem solid #e9e7e7;
        margin: 0 5px 0 0;
        margin: 0 0.3125rem 0 0;
        border-radius: 16px;
        border-radius: 1rem; }
        @media (max-width: 991px) {
          .landing .info .info__navigator .slick-dots li {
            height: 20px;
            width: 20px;
            border-radius: 20px;
            border-radius: 1.25rem; } }
        .landing .info .info__navigator .slick-dots li button {
          display: none; }
        .landing .info .info__navigator .slick-dots li.slick-active, .landing .info .info__navigator .slick-dots li:hover {
          background-color: #e9e7e7; }
        .landing .info .info__navigator .slick-dots li:last-child {
          margin: 0; }
  .landing .info .info__slider {
    height: 80px; }
    @media (min-width: 992px) {
      .landing .info .info__slider {
        border-left: 3px solid #ff1821;
        border-left: 0.1875rem solid #ff1821; } }
    @media (max-width: 991px) {
      .landing .info .info__slider:before {
        width: 80px;
        content: " ";
        background-color: #ff1821;
        height: 7px;
        display: block;
        margin-bottom: 20px; } }
    .landing .info .info__slider .info__item p {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      line-height: 1.375rem; }

.landing .promo {
  height: 120px;
  position: relative;
  text-transform: uppercase;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  @media (min-width: 992px) {
    .landing .promo:before {
      content: " ";
      background: url("../images/default/bg-darkblue-green-128.svg");
      /* IE9 */
      background-size: cover;
      /* FF3.6+ */
      /* Chrome, Safari4+ */
      /* Chrome10+, Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(128deg, #004994 50%, transparent 51%, transparent);
      /* W3C */
      height: 100%;
      display: block;
      width: 94px;
      float: left; } }
  .landing .promo .promo__text {
    width: 250px;
    position: absolute;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px; }
    @media (max-width: 991px) {
      .landing .promo .promo__text {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); } }
    .landing .promo .promo__text .promo__upperline {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 34px;
      line-height: 2.125rem;
      border-top: 5px solid white;
      border-top: 0.3125rem solid white; }
    .landing .promo .promo__text .promo__big {
      font-size: 44px;
      font-size: 2.75rem;
      line-height: 48px;
      line-height: 3rem; }
    .landing .promo .promo__text .promo__underline {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 34px;
      line-height: 2.125rem;
      border-bottom: 5px solid white;
      border-bottom: 0.3125rem solid white; }

@media (min-width: 768px) {
  .landing .intro {
    padding-right: 30px;
    padding-right: 1.875rem; } }

@media (max-width: 767px) {
  .landing .intro {
    padding-bottom: 20px;
    padding-bottom: 1.25rem; } }

.landing .intro .intro__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  .landing .vantaggi {
    padding-left: 30px;
    padding-left: 1.875rem; } }

@media (min-width: 768px) and (max-width: 1149px) {
  .landing .vantaggi .vantaggi__title {
    height: 56px; } }

.landing .vantaggi .vantaggi__list {
  padding: 0;
  list-style: none; }
  .landing .vantaggi .vantaggi__list .vantaggi__listitem {
    position: relative;
    height: 60px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    display: block; }
    .landing .vantaggi .vantaggi__list .vantaggi__listitem span {
      position: absolute;
      left: 50px;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .landing .vantaggi .vantaggi__list .vantaggi__listitem:before {
      content: url("../images/landing/ico-vantaggi.png");
      height: 40px;
      width: 40px;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }

.landing .details__moreAnimails {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }
  @media (max-width: 767px) {
    .landing .details__moreAnimails {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  .landing .details__moreAnimails .text-blue {
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: normal; }
    @media (max-width: 767px) {
      .landing .details__moreAnimails .text-blue {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 34px;
        line-height: 2.125rem;
        margin-bottom: 20px;
        margin-bottom: 1.25rem; } }

.landing .details__navigator ul {
  position: relative;
  bottom: inherit; }
  .landing .details__navigator ul li {
    margin: 0 0.3125rem 0 0;
    height: 15px;
    width: calc((100% - (0.3125rem * 2)) / 3);
    background-color: #c6d7e4; }
    .landing .details__navigator ul li:last-child {
      margin: 0; }
    .landing .details__navigator ul li.slick-active {
      background-color: #0088ce; }
    .landing .details__navigator ul li button {
      display: none; }

.landing .detail .detail__title {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #004994; }

@media (min-width: 768px) and (max-width: 991px) {
  .landing .detail .detail__title {
    min-height: 44px; } }

.landing .detail .detail__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
  min-height: 74px; }

@media (min-width: 1150px) and (max-width: 1279px) {
  .landing .detail .detail__text {
    min-height: 96px; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .landing .detail .detail__text {
    min-height: 120px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .landing .detail .detail__text {
    min-height: 170px; } }
  @media (max-width: 543px) {
    .landing .detail .detail__text {
      min-height: 120px; } }

#razze h3 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #004994;
  font-size: 24px;
  font-size: 1.5rem; }

#razze p {
  font-size: 18px;
  font-size: 1.125rem; }

#modify .radio .radio__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem; }

.step {
  /*
    VECCHIA VISUALIZZAZIONE MESSAGGIO DI ERRORE
    .errorLabelContainer{
        @include media-breakpoint-down(sm){
            min-height: 0;
        }
        @include media-breakpoint-up(md){
            position: relative;
        }
        .errorLabelContent{
            display: none;
            height: 66px;
            .ico-paw{
                @include rem((
                    font-size: 22px,
                    line-height: 26px,
                    margin-right: 10px
                ));
            }
            @include media-breakpoint-up(md){
                background-color: $axa-font-red;
                &:after{
                    position: absolute;
                    top: 0;
                    right: -62px;
                    background: linear-gradient(128deg, $axa-font-red 50%, transparent 51%, transparent);
                    content: "";
                    height: 66px;
                    width: 51px;
                    z-index: 2;
                }
                &:before{
                    position: absolute;
                    top: 0;
                    right: -15px;
                    background-color: white;
                    content: "";
                    height: 66px;
                    width: 4px;
                    z-index: 1;
                }
            }
            @include media-breakpoint-down(sm){
                height: 97px;
            }
            .errorLabel{
                color: white;
                font-family: $font-family-kepler;
                font-weight: bold;
                @include rem((
                        font-size: 18px,
                        line-height: 22px
                ));
                @include media-breakpoint-up(md) {
                    position: absolute;
                    transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    top: 50%;
                }
                @include media-breakpoint-down(sm){
                    color: $axa-font-red;
                    display: block;
                    text-align: center;
                    @include rem((
                            border: 1px solid $axa-font-red,
                            border-radius: 5px,
                            padding: 10px
                    ));
                }
            }
            &.has-error{
                display: block;
            }
        }
    }
    */ }
  .step .razze__scroll {
    width: calc(100% - 30px);
    float: left;
    margin-top: -12px; }
    .step .razze__scroll .razze__scroll-scrollbar {
      margin-left: 20px;
      margin-right: 20px; }
      .step .razze__scroll .razze__scroll-scrollbar .scrollbar {
        background: url("../images/wizard/bg-custom-scroll-orizzontale.png") scroll repeat-X center left transparent;
        width: calc(100% - 40px);
        height: 42px;
        margin: 15px auto 0; }
        .step .razze__scroll .razze__scroll-scrollbar .scrollbar .scrollbar-icon {
          height: 100%;
          width: 42px;
          background: url("../images/wizard/ico-custom-scroll.png") scroll no-repeat top center transparent; }
    .step .razze__scroll .razze__scroll-content {
      height: 194px; }
      .step .razze__scroll .razze__scroll-content .razze__list {
        text-align: center;
        margin: 0 auto;
        padding: 0 10px 0 0;
        height: calc(100% - 16px);
        list-style: none;
        width: 100%; }
        .step .razze__scroll .razze__scroll-content .razze__list .razze__item {
          height: 178px;
          float: left;
          width: 188px;
          font-size: 0;
          display: inline;
          margin: 14px 5px 0 0;
          padding: 0; }
          .step .razze__scroll .razze__scroll-content .razze__list .razze__item img {
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer; }
          .step .razze__scroll .razze__scroll-content .razze__list .razze__item.active {
            position: relative;
            border: 2px solid #69be28;
            border: 0.125rem solid #69be28;
            margin-top: 14px; }
            .step .razze__scroll .razze__scroll-content .razze__list .razze__item.active:before {
              content: url("../images/wizard/ico-step-check.png");
              background-color: #69be28;
              border-radius: 50%;
              padding-top: 6px;
              padding-top: 0.375rem;
              position: absolute;
              right: -10px;
              top: -10px;
              width: 34px;
              height: 34px;
              display: block; }
  .step .razze__select {
    display: none; }
    @media (max-width: 991px) {
      .step .razze__select {
        display: block; }
        .step .razze__select select {
          height: 60px !important;
          color: #004994;
          font-weight: 700;
          border-radius: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          text-indent: 1px;
          text-overflow: '';
          background: url("../images/default/bg-select-arrow.jpg") scroll no-repeat center right #fff; } }
  .step .razze__nav {
    float: left;
    font-size: 70px;
    line-height: 170px;
    color: #ababab;
    width: 30px;
    text-align: left; }
    .step .razze__nav--prev {
      margin-left: -30px; }
    .step .razze__nav--next {
      text-align: right; }
    .step .razze__nav:hover {
      color: #555555;
      cursor: pointer; }
    .step .razze__nav.disabled {
      color: #c0c0c0; }
      .step .razze__nav.disabled:hover {
        color: #c0c0c0;
        cursor: default; }
  .step .visible-dog-only {
    display: none; }
  .step p {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #004994;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .step .petData {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #004994; }
    .step .petData span {
      text-transform: none;
      font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
      color: white;
      background-color: #004994;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      line-height: 1.125rem;
      padding: 3px 6px;
      padding: 0.1875rem 0.375rem;
      margin-right: 5px;
      margin-right: 0.3125rem;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem;
      white-space: nowrap;
      display: inline-block; }
      .step .petData span:last-child {
        margin-right: 0; }
  @media (min-width: 768px) {
    .step .moreAnimals .moreAnimals__image {
      height: 80px; }
      .step .moreAnimals .moreAnimals__image img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); } }
  .step .moreAnimals .moreAnimals__text {
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem; }
    .step .moreAnimals .moreAnimals__text .text-blue {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem; }
      @media (max-width: 767px) {
        .step .moreAnimals .moreAnimals__text .text-blue {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 26px;
          line-height: 1.625rem;
          margin-bottom: 20px;
          margin-bottom: 1.25rem;
          margin-top: 20px;
          margin-top: 1.25rem;
          display: block; } }
    @media (min-width: 768px) {
      .step .moreAnimals .moreAnimals__text {
        height: 80px; }
        .step .moreAnimals .moreAnimals__text div {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%); } }
  .step #agencySearch h3 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: uppercase; }
  .step #agencySearch .mapText {
    margin: 2rem 0;
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: left; }
    .step #agencySearch .mapText ol {
      padding: 0 2rem; }
      .step #agencySearch .mapText ol li {
        position: relative;
        margin: 1rem 0;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem; }
        .step #agencySearch .mapText ol li span {
          position: relative;
          display: inline-block;
          width: 32px;
          height: 22px; }
          .step #agencySearch .mapText ol li span:after {
            content: "";
            position: absolute;
            display: block;
            width: 32px;
            height: 48px;
            background: url("/gmap/locator/img/icon_axa.png") 0 0 no-repeat;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }

@media (min-width: 992px) and (max-width: 1149px) {
  .step #agencySearch .mapText ol li span {
    position: static;
    height: 20px;
    width: 0; }
    .step #agencySearch .mapText ol li span:after {
      right: -32px; } }
        @media (max-width: 991px) {
          .step #agencySearch .mapText ol li {
            font-size: 16px;
            font-size: 1rem;
            line-height: 20px;
            line-height: 1.25rem; }
            .step #agencySearch .mapText ol li span {
              height: 20px; } }
        @media (max-width: 543px) {
          .step #agencySearch .mapText ol li {
            font-size: 15px;
            font-size: 0.9375rem;
            line-height: 20px;
            line-height: 1.25rem; }
            .step #agencySearch .mapText ol li span {
              position: static;
              height: 20px;
              width: 0; }
              .step #agencySearch .mapText ol li span:after {
                right: -32px; } }
  .step #appointmentSaveForm p {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem; }
  .step .iconLink {
    height: 35px;
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 10px; }
    .step .iconLink:before {
      width: 40px;
      height: 35px;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .step .iconLink span {
      position: absolute;
      top: 50%;
      left: 50px;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      text-decoration: underline; }
    .step .iconLink--modify:before {
      content: url("../images/wizard/ico-modify.png"); }
    .step .iconLink--restart:before {
      content: url("../images/wizard/ico-restart.png"); }
    .step .iconLink--save {
      width: 190px; }
      .step .iconLink--save:before {
        content: url("../images/wizard/ico-save.png"); }
    .step .iconLink:hover span {
      text-decoration: none; }
  .step .btn__icon {
    height: 76px;
    position: relative;
    display: table; }
    @media (max-width: 543px) {
      .step .btn__icon {
        padding: 5px;
        padding: 0.3125rem; } }
    .step .btn__icon span {
      text-align: left;
      display: table-cell;
      position: relative;
      padding-left: 60px;
      padding-left: 3.75rem;
      vertical-align: middle; }
      @media (max-width: 543px) {
        .step .btn__icon span {
          padding-left: 55px;
          padding-left: 3.4375rem; } }
      .step .btn__icon span:before {
        width: 45px;
        height: 45px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
    .step .btn__icon--appointment span:before {
      content: url("../images/wizard/ico-calendar.png"); }
  @media (min-width: 992px) {
    .step .quotation {
      padding-left: 30px;
      padding-left: 1.875rem; } }
  .step .quotation .quotation__data {
    position: relative;
    height: 274px; }
    .step .quotation .quotation__data .quotation__title {
      font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 30px;
      line-height: 1.875rem; }
      .step .quotation .quotation__data .quotation__title span {
        text-transform: capitalize; }
    .step .quotation .quotation__data .quotation__price {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-decoration: line-through;
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px;
      line-height: 2.5rem; }
    .step .quotation .quotation__data .quotation__halfPrice {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 56px;
      font-size: 3.5rem;
      line-height: 60px;
      line-height: 3.75rem; }
    .step .quotation .quotation__data .quotation__priceTime {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem; }
    .step .quotation .quotation__data .quotation__promo {
      height: 82px;
      width: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: -5px;
      background: #69be28;
      background: linear-gradient(116deg, transparent 41px, #69be28 42px, #69be28);
      color: white;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem;
      padding: 11px 0 11px 30px;
      padding: 0.6875rem 0 0.6875rem 1.875rem; }
      .step .quotation .quotation__data .quotation__promo span {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem;
        font-weight: 700; }

@media (min-width: 992px) and (max-width: 1149px) {
  .step .quotation .quotation__data .quotation__promo {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 7px 15px 7px 30px;
    padding: 0.4375rem 0.9375rem 0.4375rem 1.875rem; }
    .step .quotation .quotation__data .quotation__promo span {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 30px;
      line-height: 1.875rem;
      white-space: nowrap; } }
      @media (max-width: 543px) {
        .step .quotation .quotation__data .quotation__promo {
          right: 0;
          display: table;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 18px;
          line-height: 1.125rem;
          padding: 6px 4px 6px 35px;
          padding: 0.375rem 0.25rem 0.375rem 2.1875rem; }
          .step .quotation .quotation__data .quotation__promo .quotation__promoText {
            display: table-cell;
            vertical-align: middle; }
            .step .quotation .quotation__data .quotation__promo .quotation__promoText span {
              font-size: 26px;
              font-size: 1.625rem;
              line-height: 28px;
              line-height: 1.75rem;
              white-space: nowrap; } }
  @media (min-width: 992px) {
    .step .garancies {
      padding-right: 30px;
      padding-right: 1.875rem; } }
  @media (min-width: 768px) {
    .step .garancies .garancies__garancy {
      height: 360px;
      border-left: 1px solid white; } }

@media (min-width: 768px) and (max-width: 991px) {
  .step .garancies .garancies__garancy:last-child {
    border-right: 1px solid white; } }
  @media (max-width: 767px) {
    .step .garancies .garancies__garancy {
      border-bottom: 1px solid white; }
      .step .garancies .garancies__garancy:last-child {
        border-bottom: none; } }
  .step .garancies .garancies__title {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #004994;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-right: 50px;
    padding-right: 3.125rem; }
    .step .garancies .garancies__title:after {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      content: url("../images/wizard/ico-garancy-check.png");
      height: 26px;
      width: 26px; }
    @media (min-width: 768px) {
      .step .garancies .garancies__title {
        height: 50px; }
        .step .garancies .garancies__title span {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          max-width: calc(100% - 50px); } }
    .step .garancies .garancies__title--subtitle {
      height: auto;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; }
      .step .garancies .garancies__title--subtitle:after {
        display: none; }
  .step .garancies .garancies__text {
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media (min-width: 768px) {
      .step .garancies .garancies__text {
        min-height: 80px; } }
  .step .garancies .radio .radio__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem; }
  .step .thankyou__title {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #0088ce;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    text-transform: uppercase; }
  .step .thankyou__text p {
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
    color: #004994;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .step .showAppointment, .step .showSave {
    display: none; }
  .step--2 .errorMsg {
    display: none; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  background-color: white;
  right: 1px;
  width: 30px;
  height: 100%;
  position: absolute;
  z-index: 9; }

.whyIntro {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif; }
  @media (max-width: 991px) {
    .whyIntro {
      padding-top: 20px;
      padding-top: 1.25rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem; } }
  .whyIntro__text {
    font-size: 48px;
    font-size: 3rem;
    margin: 0; }

@media (min-width: 1150px) and (max-width: 1279px) {
  .whyIntro__text {
    font-size: 44px;
    font-size: 2.75rem; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .whyIntro__text {
    font-size: 38px;
    font-size: 2.375rem; } }
    @media (max-width: 991px) {
      .whyIntro__text {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media (max-width: 543px) {
      .whyIntro__text {
        font-size: 22px;
        font-size: 1.375rem; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .why__image {
    margin-top: 100px;
    margin-top: 6.25rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .why__image {
    margin-top: 95px;
    margin-top: 5.9375rem; } }

.why__ico {
  border: 3px solid #004994;
  border: 0.1875rem solid #004994;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 10px;
  padding: 0.625rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

@media (min-width: 1150px) and (max-width: 1279px) {
  .why__ico {
    margin-top: 30px;
    margin-top: 1.875rem; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .why__ico {
    margin-top: 20px;
    margin-top: 1.25rem; } }
  @media (max-width: 991px) {
    .why__ico {
      padding: 5px;
      padding: 0.3125rem;
      margin-top: 15px;
      margin-top: 0.9375rem;
      width: 50px; } }
  .why__ico--nopadding {
    padding: 0; }

.why__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #004994; }

@media (min-width: 1150px) and (max-width: 1279px) {
  .why__subtitle {
    margin-top: 30px;
    margin-top: 1.875rem; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .why__subtitle {
    margin-top: 20px;
    margin-top: 1.25rem; } }
  @media (max-width: 991px) {
    .why__subtitle {
      font-size: 18px;
      font-size: 1.125rem;
      margin-top: 10px;
      margin-top: 0.625rem;
      line-height: 22px;
      line-height: 1.375rem; } }

.why__text {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }

@media (min-width: 992px) and (max-width: 1149px) {
  .why__text {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; } }
  @media (max-width: 991px) {
    .why__text {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      line-height: 20px;
      line-height: 1.25rem; } }

@media (max-width: 991px) {
  .why .btn--red {
    font-size: 16px;
    font-size: 1rem; } }

/* /source/_assets/sass/partials/modules/_faqTabs.scss */
/* /source/_partials/faq/faqTabs.blade.php */
.faq {
  /* /source/_assets/sass/partials/modules/_introBox.scss */
  /* /source/_partials/faq/intro-box.blade.php */
  /* /source/_assets/sass/partials/modules/_faqTabs.scss */
  /* /source/_partials/faq/faqTabs.blade.php */
  color: #004994;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem; }
  .faq .faqIntro {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif; }
    @media (max-width: 991px) {
      .faq .faqIntro {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem; } }
    .faq .faqIntro__text {
      font-size: 48px;
      font-size: 3rem;
      margin: 0; }

@media (min-width: 1150px) and (max-width: 1279px) {
  .faq .faqIntro__text {
    font-size: 44px;
    font-size: 2.75rem; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .faq .faqIntro__text {
    font-size: 38px;
    font-size: 2.375rem; } }
      @media (max-width: 991px) {
        .faq .faqIntro__text {
          font-size: 28px;
          font-size: 1.75rem; } }
      @media (max-width: 543px) {
        .faq .faqIntro__text {
          font-size: 22px;
          font-size: 1.375rem; } }
  .faq .faqTabs__intro {
    font-weight: 700; }

@media (min-width: 768px) and (max-width: 991px) {
  .faq .faqTabs__intro {
    line-height: 38px;
    line-height: 2.375rem; } }
    @media (max-width: 767px) {
      .faq .faqTabs__intro {
        padding-bottom: 10px;
        padding-bottom: 0.625rem; } }
  .faq .faqTabs__navigator {
    border: none;
    margin: 0;
    padding: 20px 0;
    padding: 1.25rem 0; }
    .faq .faqTabs__navigator__item {
      padding: 0;
      border: 2px solid #0088ce;
      border: 0.125rem solid #0088ce;
      margin: 0 10px 0 0;
      margin: 0 0.625rem 0 0; }
      @media (max-width: 1279px) {
        .faq .faqTabs__navigator__item {
          margin: 0 3px 0 0;
          margin: 0 0.1875rem 0 0; } }
      .faq .faqTabs__navigator__item:last-child {
        margin: 0;
        float: right; }
      .faq .faqTabs__navigator__item a {
        border: none;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #0088ce;
        border-radius: 0;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem;
        padding: 10px 20px;
        padding: 0.625rem 1.25rem;
        text-decoration: none;
        overflow: hidden;
        transition: color 0.5s;
        position: relative;
        outline: none;
        z-index: 2; }

@media (min-width: 1150px) and (max-width: 1279px) {
  .faq .faqTabs__navigator__item a {
    padding: 10px;
    padding: 0.625rem; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .faq .faqTabs__navigator__item a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
    padding: 10px 8px;
    padding: 0.625rem 0.5rem; } }
        .faq .faqTabs__navigator__item a:hover {
          text-decoration: none;
          color: white; }
          .faq .faqTabs__navigator__item a:hover:after {
            background: #0088ce;
            height: 650%;
            opacity: 1; }
        .faq .faqTabs__navigator__item a:after {
          content: '';
          position: absolute;
          z-index: -1;
          transition: all 0.5s;
          width: 100%;
          height: 0;
          top: 50%;
          left: 50%;
          opacity: 0;
          transform: translateX(-50%) translateY(-50%) rotate(128deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(128deg);
          -o-transform: translateX(-50%) translateY(-50%) rotate(128deg);
          -moz-transform: translateX(-50%) translateY(-50%) rotate(128deg);
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(128deg); }
        .faq .faqTabs__navigator__item a.active, .faq .faqTabs__navigator__item a.active:focus {
          color: white;
          background-color: #0088ce; }
          .faq .faqTabs__navigator__item a.active:hover, .faq .faqTabs__navigator__item a.active:focus:hover {
            color: white;
            background-color: #0088ce; }
            .faq .faqTabs__navigator__item a.active:hover:after, .faq .faqTabs__navigator__item a.active:focus:hover:after {
              content: none; }
    .faq .faqTabs__navigator .nav-item + .nav-item {
      margin-left: 0; }
  .faq .faqTabs__content__item .accordionGrey {
    border: 0;
    border-radius: 0; }
    .faq .faqTabs__content__item .accordionGrey .accordionGrey__title {
      font-weight: 700;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      border: 0;
      line-height: 30px;
      line-height: 1.875rem;
      font-size: 20px;
      font-size: 1.25rem; }
      .faq .faqTabs__content__item .accordionGrey .accordionGrey__title .ico-paw {
        position: relative;
        padding-right: 14px;
        padding-right: 0.875rem;
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 30px;
        line-height: 1.875rem;
        top: 2px;
        top: 0.125rem; }
      .faq .faqTabs__content__item .accordionGrey .accordionGrey__title:hover, .faq .faqTabs__content__item .accordionGrey .accordionGrey__title:focus {
        color: #004994;
        text-decoration: none; }
      .faq .faqTabs__content__item .accordionGrey .accordionGrey__title .plus, .faq .faqTabs__content__item .accordionGrey .accordionGrey__title .minus {
        line-height: 30px;
        line-height: 1.875rem;
        font-size: 30px;
        font-size: 1.875rem; }
    .faq .faqTabs__content__item .accordionGrey .card-block {
      padding: 0; }
      .faq .faqTabs__content__item .accordionGrey .card-block .accordionGrey__content, .faq .faqTabs__content__item .accordionGrey .card-block li {
        font-weight: 400;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        color: #333333;
        line-height: 24px;
        line-height: 1.5rem;
        font-size: 18px;
        font-size: 1.125rem; }
  @media (max-width: 991px) {
    .faq__search {
      padding-bottom: 10px;
      padding-bottom: 0.625rem; } }
  .faq__search input[type="text"] {
    width: calc(100% - 50px);
    color: #ababab;
    padding: 8px 10px 6px;
    padding: 0.5rem 0.625rem 0.375rem; }
  .faq__search button {
    width: 50px;
    height: 38px;
    background: #0088ce;
    border: none;
    cursor: pointer; }
    .faq__search button:hover {
      background: #004994; }
  .faq__search span {
    position: absolute;
    top: 45%;
    right: 25px;
    transform: translateY(-50%);
    color: #ababab; }
  .faq__search .fa-search {
    color: white; }
  .faq__links {
    margin-top: 20px;
    margin-top: 1.25rem; }
    .faq__links__list {
      list-style: none;
      margin: 0;
      padding: 25px 0 40px;
      padding: 1.5625rem 0 2.5rem;
      border-top: 1px solid #c0c0c0;
      border-top: 0.0625rem solid #c0c0c0; }
      .faq__links__list__item {
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem;
        padding: 5px 0;
        padding: 0.3125rem 0; }
        .faq__links__list__item a {
          color: #0088ce;
          text-decoration: underline;
          text-transform: uppercase;
          font-weight: 700; }
          .faq__links__list__item a:hover {
            text-decoration: none; }
        .faq__links__list__item__icon {
          padding-right: 10px;
          padding-right: 0.625rem; }

.videoIntro {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  font-family: "kepler-std-display", Helvetica, Arial, sans-serif; }
  @media (max-width: 991px) {
    .videoIntro {
      padding-top: 20px;
      padding-top: 1.25rem;
      padding-bottom: 20 px;
      padding-bottom: 20 px; } }
  .videoIntro .videoIntro__text {
    font-size: 48px;
    font-size: 3rem;
    margin: 0; }

@media (min-width: 1150px) and (max-width: 1279px) {
  .videoIntro .videoIntro__text {
    font-size: 44px;
    font-size: 2.75rem; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .videoIntro .videoIntro__text {
    font-size: 38px;
    font-size: 2.375rem; } }
    @media (max-width: 991px) {
      .videoIntro .videoIntro__text {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media (max-width: 543px) {
      .videoIntro .videoIntro__text {
        font-size: 22px;
        font-size: 1.375rem; } }

.video .video__scroll .video__scroll-scrollbar {
  margin-top: 80px;
  margin-bottom: 80px; }
  .video .video__scroll .video__scroll-scrollbar .scrollbar {
    background: url("../images/video/bg-custom-scroll.png") scroll repeat-y top center transparent;
    width: 42px;
    margin: 0 auto;
    height: 340px; }
    .video .video__scroll .video__scroll-scrollbar .scrollbar .scrollbar-icon {
      height: 42px;
      width: 100%;
      background: url("../images/video/ico-custom-scroll.png") scroll no-repeat top center transparent; }

.video .video__scroll .video__scroll-content {
  height: 500px; }
  .video .video__scroll .video__scroll-content .video__list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
    .video .video__scroll .video__scroll-content .video__list .video__item {
      background-size: cover;
      background-position: center center;
      height: 150px;
      float: left;
      width: 100%; }
      .video .video__scroll .video__scroll-content .video__list .video__item a {
        display: block;
        height: 100%;
        width: 100%;
        cursor: pointer;
        padding: 15px;
        padding: 0.9375rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem;
        color: white;
        background-color: rgba(0, 73, 148, 0.4);
        transition: all 0.5s ease-out;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-weight: 600; }
        .video .video__scroll .video__scroll-content .video__list .video__item a:hover {
          text-decoration: none;
          color: #004994;
          background-color: rgba(255, 255, 255, 0.7); }
      .video .video__scroll .video__scroll-content .video__list .video__item.active {
        position: relative; }
        .video .video__scroll .video__scroll-content .video__list .video__item.active a {
          display: none;
          cursor: default; }
        .video .video__scroll .video__scroll-content .video__list .video__item.active:before {
          content: ' ';
          width: 0;
          height: 0;
          border-top: 15px solid transparent;
          border-right: 15px solid white;
          border-bottom: 15px solid transparent;
          position: absolute;
          right: 0;
          top: 55px; }
      .video .video__scroll .video__scroll-content .video__list .video__item.first {
        position: relative; }
        .video .video__scroll .video__scroll-content .video__list .video__item.first:after {
          content: ' ';
          background: url("../images/video/ico-coccarda-small.png") scroll no-repeat top center transparent;
          position: absolute;
          height: 31px;
          width: 21px;
          right: 5px;
          top: 5px; }

.video .videos__player .slick-arrow {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  height: 50px;
  width: 50px;
  bottom: 190px;
  top: inherit; }
  .video .videos__player .slick-arrow:hover {
    background-color: white; }
  .video .videos__player .slick-arrow:before {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 12px;
    line-height: 0.75rem;
    color: #0088ce;
    opacity: 1;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin: auto;
    width: 50px;
    text-align: center;
    display: block;
    height: 25px; }
  .video .videos__player .slick-arrow.slick-prev {
    left: 15px; }
    .video .videos__player .slick-arrow.slick-prev:before {
      content: "‹"; }
  .video .videos__player .slick-arrow.slick-next {
    right: 15px; }
    .video .videos__player .slick-arrow.slick-next:before {
      content: "›"; }

.video .video__player {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  .video .video__player--first {
    color: #e43516;
    text-transform: uppercase;
    line-height: 31px;
    line-height: 1.9375rem;
    font-size: 18px;
    font-size: 1.125rem; }

@media (min-width: 992px) and (max-width: 1149px) {
  .video .video__player--first {
    font-size: 15px;
    font-size: 0.9375rem; } }
    .video .video__player--first span {
      float: left; }
    .video .video__player--first:before {
      content: ' ';
      float: left;
      display: block;
      background: url("../images/video/ico-coccarda-small.png") scroll no-repeat top center transparent;
      height: 31px;
      width: 21px;
      margin-right: 5px;
      margin-right: 0.3125rem; }
  .video .video__player--view {
    color: #ababab;
    font-weight: 400;
    line-height: 31px;
    line-height: 1.9375rem;
    font-size: 16px;
    font-size: 1rem; }

@media (min-width: 992px) and (max-width: 1149px) {
  .video .video__player--view {
    font-size: 15px;
    font-size: 0.9375rem; } }
    .video .video__player--view span {
      float: right; }
    .video .video__player--view:after {
      content: ' ';
      float: right;
      display: block;
      background: url("../images/video/ico-view.png") scroll no-repeat center center transparent;
      height: 31px;
      width: 26px;
      margin-right: 5px;
      margin-right: 0.3125rem; }
  .video .video__player--title h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 31px;
    line-height: 1.9375rem;
    color: #e43516;
    margin: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .video .video__player--description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #004994; }
  @media (max-width: 991px) {
    .video .video__player--share {
      margin-top: 15px;
      margin-top: 0.9375rem; } }
  .video .video__player--share h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #004994;
    font-weight: 600; }
    @media (max-width: 991px) {
      .video .video__player--share h3 {
        margin-right: 10px;
        margin-right: 0.625rem;
        float: left;
        line-height: 44px;
        line-height: 2.75rem; } }
  .video .video__player--share .shares {
    padding: 0;
    list-style: none; }
    .video .video__player--share .shares .shares__share {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
      @media (max-width: 991px) {
        .video .video__player--share .shares .shares__share {
          margin-right: 10px;
          margin-right: 0.625rem;
          margin-bottom: 15px;
          margin-bottom: 0.9375rem;
          float: left; } }
      .video .video__player--share .shares .shares__share a {
        height: 44px;
        width: 44px;
        display: block;
        background: url("../images/video/icons-share.png") scroll no-repeat 0 0 transparent; }
      .video .video__player--share .shares .shares__share--fb a {
        background-position: 0 0; }
      .video .video__player--share .shares .shares__share--tw a {
        background-position: 0 -288px; }
      .video .video__player--share .shares .shares__share--ln a {
        background-position: 0 -144px; }

/* /source/_assets/sass/partials/_scrivici.scss */
/* /source/_partials/faq/scrivici.blade.php */
.scrivici {
  color: #004994; }
  .scriviciIntro {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif; }
    @media (max-width: 991px) {
      .scriviciIntro {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 20px;
        padding-bottom: 1.25rem; } }
    .scriviciIntro__text {
      font-size: 48px;
      font-size: 3rem;
      margin: 0; }

@media (min-width: 1150px) and (max-width: 1279px) {
  .scriviciIntro__text {
    font-size: 44px;
    font-size: 2.75rem; } }

@media (min-width: 992px) and (max-width: 1149px) {
  .scriviciIntro__text {
    font-size: 38px;
    font-size: 2.375rem; } }
      @media (max-width: 991px) {
        .scriviciIntro__text {
          font-size: 28px;
          font-size: 1.75rem; } }
      @media (max-width: 543px) {
        .scriviciIntro__text {
          font-size: 22px;
          font-size: 1.375rem; } }
  .scrivici__title {
    font-family: "kepler-std-display", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem; }
    .scrivici__title__icon {
      position: relative;
      top: 4px;
      border-radius: 50%;
      border: 3px solid #004994;
      border: 0.1875rem solid #004994;
      padding: 4px;
      padding: 0.25rem; }
  .scrivici__links {
    margin-top: 20px;
    margin-top: 1.25rem; }
    .scrivici__links__list {
      list-style: none;
      margin: 0;
      padding: 25px 0 40px;
      padding: 1.5625rem 0 2.5rem;
      border-top: 1px solid #c0c0c0;
      border-top: 0.0625rem solid #c0c0c0; }
      .scrivici__links__list__item {
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem;
        padding: 5px 0;
        padding: 0.3125rem 0; }
        .scrivici__links__list__item a {
          color: #0088ce;
          text-decoration: underline;
          text-transform: uppercase;
          font-weight: 700; }
          .scrivici__links__list__item a:hover {
            text-decoration: none; }
        .scrivici__links__list__item__icon {
          padding-right: 10px;
          padding-right: 0.625rem; }
          .scrivici__links__list__item__icon--big {
            font-size: 20px;
            font-size: 1.25rem; }
  .scrivici .privacy_link a {
    text-decoration: underline;
    font-weight: 600; }

.has-error .g-recaptcha > div {
  border: 1px solid #ff1821; }

/* _assets/sass/partials/modules/_axa-first-brand-box.scss */
/* _partials/modules/axa-first-brand-box.blade.php */
.firstBrand {
  font-family: "Raleway", Helvetica, Arial, sans-serif; }
  .firstBrand__title {
    padding: 20px 40px 20px 180px;
    padding: 1.25rem 2.5rem 1.25rem 11.25rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    text-transform: uppercase;
    position: relative; }
    .firstBrand__title:before {
      content: " ";
      width: 96px;
      height: 96px;
      background-image: url("../images/default/logo-first-brand.png");
      display: block;
      position: absolute;
      top: 4px;
      left: 15px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center left; }
      @media (max-width: 767px) {
        .firstBrand__title:before {
          top: 0;
          width: 40px;
          height: 100%;
          background-position: 0 7px; } }
    @media (min-width: 992px) {
      .firstBrand__title:after {
        content: " ";
        background-color: #ff1821;
        transform: skew(-218deg);
        -ms-transform: skew(-218deg);
        -o-transform: skew(-218deg);
        -moz-transform: skew(-218deg);
        -webkit-transform: skew(-218deg);
        height: 82px;
        width: 12px;
        position: absolute;
        right: 30px;
        bottom: 0; } }
    @media (min-width: 992px) {
      .firstBrand__title {
        color: white;
        background: linear-gradient(128deg, transparent 145px, #004994 146px, #004994); } }

@media (min-width: 992px) and (max-width: 1149px) {
  .firstBrand__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem; } }
    @media (max-width: 991px) {
      .firstBrand__title {
        color: #004994;
        padding-top: 15px; } }
    @media (max-width: 767px) {
      .firstBrand__title {
        background-color: white;
        color: #004994;
        padding: 5px 15px 5px 65px;
        padding: 0.3125rem 0.9375rem 0.3125rem 4.0625rem;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  .firstBrand__description {
    position: relative;
    color: white;
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem; }

@media (min-width: 992px) and (max-width: 1149px) {
  .firstBrand__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem; } }
    @media (max-width: 991px) {
      .firstBrand__description {
        border-top: 6px solid #ff1821;
        border-top: 0.375rem solid #ff1821; } }

@media (min-width: 768px) and (max-width: 991px) {
  .firstBrand__description {
    margin-top: 3px;
    margin-top: 0.1875rem; } }

@media (min-width: 544px) and (max-width: 767px) {
  .firstBrand__description {
    margin-top: 2px;
    margin-top: 0.125rem; } }

.ie.ie9 .pet .pet__slider .slick-dots {
  top: calc(25% + 51px); }

/*# sourceMappingURL=new-main.css.map */

/*# sourceMappingURL=new-main.css.map */
