@charset "UTF-8";
.h5-like,
h5 {
	font-size: 1.2rem;
	font-weight: 500
}

@media (min-width:576px) {
	.h5-like,
	h5 {
		font-size: 1.2rem
	}
}

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

@media (min-width:576px) {
	.h6-like,
	h6 {
		font-size: 1rem
	}
}

/*
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 pre,
 code,
 kbd,
 samp {
   font-family: consolas, courier, monospace;
   font-size: 1em;
   white-space: pre-wrap;
   line-height: normal
 }

 pre {
   -moz-tab-size: 2;
 	-o-tab-size: 2;
 	tab-size: 2
   overflow: auto;
   -ms-overflow-style: scrollbar;
 }

dfn {
  font-style: italic
}

progress {
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

code,
kbd,
mark {
	border-radius: 2px
}

kbd {
	padding: 0 2px;
	border: 1px solid #999
}

code {
	padding: 2px 4px;
	background: rgba(0, 0, 0, .04);
	color: #b11
}

pre code {
	padding: 0;
	background: 0 0;
	color: inherit;
	border-radius: 0
}

mark {
	padding: 2px 4px
}

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

sup {
	bottom: 1ex
}

sub {
	top: .5ex
}

blockquote {
	position: relative;
	padding-left: 3em;
	min-height: 2em
}

blockquote::before {
	content: "\201C";
	position: absolute;
	left: 0;
	top: 0;
	font-family: georgia, serif;
	font-size: 5em;
	height: .4em;
	line-height: .9;
	color: #e7e9ed
}

blockquote>footer {
	margin-top: .75em;
	font-size: .9em;
	color: rgba(0, 0, 0, .7)
}

blockquote>footer::before {
	content: "\2014 \0020"
}

q {
	font-style: normal
}

.q,
q {
	quotes: "“" "”" "‘" "’"
}

.q:lang(fr),
q:lang(fr) {
	quotes: "«\00a0" "\00a0»" "“" "”"
}

blockquote,
figure {
	margin-left: 0;
	margin-right: 0
}

code,
kbd,
pre,
samp {

}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
	* {
		background: transparent !important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	body {
		width: auto;
		margin: auto;
		font-family: sans-serif;
		font-size: 12pt
	}
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  label,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
	.print {
		display: block
	}
	.no-print {
		display: none
	}
	.p-like,
	blockquote,
	p {
		orphans: 3;
		widows: 3
	}
	blockquote,
	ol,
	ul {
		page-break-inside: avoid
	}
	.h1-like,
	.h2-like,
	.h3-like,
	caption,
	h1,
	h2,
	h3 {
		page-break-after: avoid
	}
	a {
		color: #000
	}
	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: ""
	}
}

.flex-container--row,
.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

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

.flex-container--row-reverse,
.flex-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-column-reverse,
.flex-container--column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-item-first,
.item-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.flex-item-medium,
.item-medium {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.flex-item-last,
.item-last {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.flex-item-center,
.item-center,
.mr-auto {
	margin: auto
}

.bfc,
.mod,
.u-bfc,
.u-mod {
	overflow: hidden
}

img.fl,
img.u-fl {
	margin-right: 1rem
}

img.fr,
img.u-fr {
	margin-left: 1rem
}

img.fl,
img.fr,
img.u-fl,
img.u-fr {
	margin-bottom: .5rem
}

.is-disabled,
.is-disabled~label,
.js-disabled,
[disabled],
[disabled]~label {
	opacity: .5;
	cursor: not-allowed!important;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

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

.color--inverse {
	color: #fff
}

.w960p {
	width: 960px
}

.mw960p {
	max-width: 960px
}

.w1140p {
	width: 1140px
}

.mw1140p {
	max-width: 1140px
}

.w1000p {
	width: 1000px
}

.w950p {
	width: 950px
}

.w900p {
	width: 900px
}

.w850p {
	width: 850px
}

.w800p {
	width: 800px
}

.w750p {
	width: 750px
}

.w700p {
	width: 700px
}

.w650p {
	width: 650px
}

.w600p {
	width: 600px
}

.w550p {
	width: 550px
}

.w500p {
	width: 500px
}

.w450p {
	width: 450px
}

.w400p {
	width: 400px
}

.w350p {
	width: 350px
}

.w300p {
	width: 300px
}

.w250p {
	width: 250px
}

.w200p {
	width: 200px
}

.w150p {
	width: 150px
}

.w100p {
	width: 100px
}

.w50p {
	width: 50px
}

.ma0,
.man {
	margin: 0
}

.pa0,
.pan {
	padding: 0
}

.mal {
	margin: 4rem
}

.pal {
	padding: 4rem
}

.mt0,
.mtn {
	margin-top: 0
}

.mtl {
	margin-top: 4rem
}

.mr0,
.mrn {
	margin-right: 0
}

.mrl {
	margin-right: 4rem
}

.mb0,
.mbn {
	margin-bottom: 0
}

.mbl {
	margin-bottom: 4rem
}

.ml0,
.mln {
	margin-left: 0
}

.mll {
	margin-left: 4rem
}

.mauto {
	margin: auto
}

.mtauto {
	margin-top: auto
}

.mrauto {
	margin-right: auto
}

.mbauto {
	margin-bottom: auto
}

.mlauto {
	margin-left: auto
}

.pt0,
.ptn {
	padding-top: 0
}

.ptl {
	padding-top: 4rem
}

.pr0,
.prn {
	padding-right: 0
}

.prl {
	padding-right: 4rem
}

.pb0,
.pbn {
	padding-bottom: 0
}

.pbl {
	padding-bottom: 4rem
}

.pl0,
.pln {
	padding-left: 0
}

.pll {
	padding-left: 4rem
}

[class*=grid-5] {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr)
}

[class*=grid-6] {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr)
}

[class*=grid-7] {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr)
}

[class*=grid-8] {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr)
}

[class*=grid-9] {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr)
}

[class*=grid-10] {
	-ms-grid-columns: (1fr)[10];
	grid-template-columns: repeat(10, 1fr)
}

[class*=grid-11] {
	-ms-grid-columns: (1fr)[11];
	grid-template-columns: repeat(11, 1fr)
}

[class*=grid-12] {
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, 1fr)
}

[class*=col-5] {
	grid-column: auto/span 5
}

[class*=row-5] {
	grid-row: auto/span 5
}

[class*=col-6] {
	grid-column: auto/span 6
}

[class*=row-6] {
	grid-row: auto/span 6
}

[class*=col-7] {
	grid-column: auto/span 7
}

[class*=row-7] {
	grid-row: auto/span 7
}

[class*=col-8] {
	grid-column: auto/span 8
}

[class*=row-8] {
	grid-row: auto/span 8
}

[class*=col-9] {
	grid-column: auto/span 9
}

[class*=row-9] {
	grid-row: auto/span 9
}

[class*=col-10] {
	grid-column: auto/span 10
}

[class*=row-10] {
	grid-row: auto/span 10
}

[class*=col-11] {
	grid-column: auto/span 11
}

[class*=row-11] {
	grid-row: auto/span 11
}

[class*=col-12] {
	grid-column: auto/span 12
}

[class*=row-12] {
	grid-row: auto/span 12
}

.btn--primary,
.button--primary {
	background-color: #0275d8;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 10px;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
	background-color: #025aa5
}

.btn--info,
.button--info {
	background-color: #5bc0de;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn--info:active,
.btn--info:focus,
.btn--info:hover,
.button--info:active,
.button--info:focus,
.button--info:hover {
	background-color: #31b0d5
}

.btn--inverse,
.button--inverse {
	background-color: #333;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn--inverse:active,
.btn--inverse:focus,
.btn--inverse:hover,
.button--inverse:active,
.button--inverse:focus,
.button--inverse:hover {
	background-color: #1a1a1a
}

.btn--unstyled,
.button--unstyled {
	padding: 0;
	border: none;
	text-align: left;
	background: 0 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.btn--unstyled:focus,
.button--unstyled:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.switch {
	width: 4rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 70%;
	-webkit-box-shadow: inset -2rem 0 0 #126a8b, inset 0 0 0 1px #126a8b;
	box-shadow: inset -2rem 0 0 #126a8b, inset 0 0 0 1px #126a8b;
	-webkit-transition: -webkit-box-shadow .15s;
	transition: -webkit-box-shadow .15s;
	transition: box-shadow .15s;
	transition: box-shadow .15s, -webkit-box-shadow .15s;
	background-color: #fff
}

.switch::after,
.switch::before {
	font-weight: 700;
	color: #fff
}

.switch::before {
	content: "✕";
	float: right;
	margin-right: .66667rem
}

.switch:checked {
	-webkit-box-shadow: inset 2rem 0 0 #0da000, inset 0 0 0 1px #5cb85c;
	box-shadow: inset 2rem 0 0 #0da000, inset 0 0 0 1px #5cb85c
}

.switch:checked::before {
	content: "✓";
	float: left;
	margin-left: .66667rem
}

.tabs-menu {
	border-bottom: 2px solid #e7e9ed
}

.tabs-menu-link {
	display: block;
	margin-bottom: -2px;
	padding: .5rem 3rem;
	border-bottom: 4px solid transparent;
	color: #2d2d2d;
	background: 0 0;
	text-decoration: none;
	border-radius: 0;
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transition-property: color, border, background-color;
	transition-property: color, border, background-color
}

.tabs-menu-link.is-active {
	border-bottom-color: #333;
	color: #333;
	background: 0 0;
	outline: 0
}

.tabs-menu-link:focus {
	border-bottom-color: #333;
	color: #333;
	outline: 0
}

@media (min-width:576px) {
	.tabs-menu-link {
		display: inline-block
	}
}

.tabs-content-item {
	padding-top: 1rem
}

.tabs-content-item[aria-hidden=true] {
	visibility: hidden
}

.tabs-content-item[aria-hidden=false] {
	visibility: visible
}

[class*=icon-arrow--] {
	vertical-align: middle
}

[class*=icon-arrow--]::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #000;
	line-height: 1
}

.icon-arrow--down::after {
	-webkit-mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);
	mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)
}

.icon-arrow--up::after {
	-webkit-mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);
	mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)
}

.icon-arrow--right::after {
	-webkit-mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);
	mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)
}

.icon-arrow--left::after {
	-webkit-mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E);
	mask-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E)
}

.tag--ghost {
	background-color: transparent;
	color: #fff;
	-webkit-box-shadow: 0 0 0 1px #fff inset;
	box-shadow: 0 0 0 1px #fff inset
}

.badge--primary {
	background-color: #0275d8;
	color: #fff
}

.badge--success {
	background-color: #0da000;
	color: #fff
}

.badge--info {
	background-color: #5bc0de;
	color: #000
}

.badge--warning {
	background-color: #ffbf5f;
	color: #000
}

.badge--inverse {
	background-color: #333;
	color: #fff
}

.badge--ghost {
	background-color: transparent;
	color: #fff
}

.badge--small {
	font-size: 1.2rem
}

.badge--big {
	font-size: 2rem
}

.badge--disabled,
.badge.disabled,
.disabled.badge--danger,
.disabled.badge--ghost,
.disabled.badge--info,
.disabled.badge--inverse,
.disabled.badge--primary,
.disabled.badge--success,
.disabled.badge--warning {
	opacity: .5;
	cursor: not-allowed
}

.alert,
.alert--danger,
.alert--ghost,
.alert--info,
.alert--inverse,
.alert--primary,
.alert--success,
.alert--warning {
	padding: 1rem 1rem;
	margin-top: .75em;
	margin-bottom: 0;
	color: #2d2d2d;
	border-radius: .5rem;
	background-color: #e7e9ed
}

.alert a,
.alert--danger a,
.alert--ghost a,
.alert--info a,
.alert--inverse a,
.alert--primary a,
.alert--success a,
.alert--warning a {
	color: inherit;
	text-decoration: underline
}

.alert--primary {
	background-color: #0275d8;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.alert--success {
	background-color: #0da000;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.alert--info {
	background-color: #5bc0de;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none
}

.alert--warning {
	background-color: #ffbf5f;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none
}

.alert--danger {
	background-color: #c91111;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.alert--inverse {
	background-color: #333;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.alert--ghost {
	background-color: transparent;
	color: #fff;
	-webkit-box-shadow: 0 0 0 1px #fff inset;
	box-shadow: 0 0 0 1px #fff inset
}

.alert--small {
	font-size: 1.2rem
}

.alert--big {
	font-size: 2rem
}

.alert--block {
	width: 100%!important;
	display: block
}

.alert--disabled,
.alert.disabled,
.disabled.alert--danger,
.disabled.alert--ghost,
.disabled.alert--info,
.disabled.alert--inverse,
.disabled.alert--primary,
.disabled.alert--success,
.disabled.alert--warning {
	opacity: .5;
	cursor: not-allowed
}
