/********************************************
	All LEGO's
********************************************/
/********************************************
	Alert
********************************************/
.Alert,
.Alert--info,
.Alert--success,
.Alert--primary,
.Alert--warning,
.Alert--danger {
  border-color: #d8d8d8;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}
.Alert-header {
  padding-left: 20px;
  padding-right: 20px;
}
.Alert-heading {
  padding-left: 0;
  padding-right: 0;
}
.Alert-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.Alert-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.Alert-closeButton {
  top: 6px;
  right: 12px;
  color: #d8d8d8;
  position: absolute;
  cursor: pointer;
}
.Alert--info {
  border: 1px solid #D8ECF7;
  background-color: #D8ECF7;
  color: #31708f;
}
.Alert--success {
  border: 1px solid #6B904C;
  background-color: #D5ECC2;
  color: #3c763d;
}
.Alert--primary {
  border: 1px solid #06a3d5;
  background-color: #EDF7FC;
  color: inherit;
}
.Alert--warning {
  border: 1px solid #FFAE00;
  background-color: #fff5dc;
  color: #8a6d3b;
}
.Alert--warning .Alert-icon {
  color: #FFAE00;
}
.Alert--danger {
  border: 1px solid #d42020;
  background-color: #FFE2E2;
}
/********************************************
	Button
********************************************/
.Button,
.Button--primary,
.Button--secondary,
.Button--success,
.Button--warning,
.Button--danger,
.Button--cta,
.Button--xs,
.Button--sm,
.Button--lg,
.Button--xl,
.Button--loginProvider,
.Button--google,
.Button--microsoft,
.Button--facebook {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #ccc;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  min-width: 30px;
  width: auto;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -ms-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  padding-top: 0;
  padding-bottom: 0;
  color: #666666;
  background-color: #f5f5f5;
  border-color: #dadde3;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 6px;
}
.Button[disabled],
.Button.is-disabled,
.Button--xl[disabled],
.Button--xl.is-disabled,
.Button--loginProvider[disabled],
.Button--loginProvider.is-disabled,
.Button--google[disabled],
.Button--google.is-disabled,
.Button--microsoft[disabled],
.Button--microsoft.is-disabled,
.Button--facebook[disabled],
.Button--facebook.is-disabled {
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.Button:active,
.Button.is-active,
.Button--xl:active,
.Button--xl.is-active,
.Button--loginProvider:active,
.Button--loginProvider.is-active,
.Button--google:active,
.Button--google.is-active,
.Button--microsoft:active,
.Button--microsoft.is-active,
.Button--facebook:active,
.Button--facebook.is-active {
  background-color: #b8b8b8;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(204, 204, 204, 0.125);
}
.Button:focus,
.Button.is-focus,
.Button--xl:focus,
.Button--xl.is-focus,
.Button--loginProvider:focus,
.Button--loginProvider.is-focus,
.Button--google:focus,
.Button--google.is-focus,
.Button--microsoft:focus,
.Button--microsoft.is-focus,
.Button--facebook:focus,
.Button--facebook.is-focus {
  outline: blue solid 0px;
}
.Button:hover,
.Button:focus,
.Button--xl:hover,
.Button--xl:focus,
.Button--loginProvider:hover,
.Button--loginProvider:focus,
.Button--google:hover,
.Button--google:focus,
.Button--microsoft:hover,
.Button--microsoft:focus,
.Button--facebook:hover,
.Button--facebook:focus {
  background-color: #e1e1e1;
  border-color: #c3c8d1;
  color: #fff;
}
.Button:focus,
.Button--xl:focus,
.Button--loginProvider:focus,
.Button--google:focus,
.Button--microsoft:focus,
.Button--facebook:focus {
  outline: blue solid 0px;
}
.Button:active,
.Button.is-active,
.Button--xl:active,
.Button--xl.is-active,
.Button--loginProvider:active,
.Button--loginProvider.is-active,
.Button--google:active,
.Button--google.is-active,
.Button--microsoft:active,
.Button--microsoft.is-active,
.Button--facebook:active,
.Button--facebook.is-active {
  background-color: #e1e1e1;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(245, 245, 245, 0.125);
}
.Button:hover,
.Button:focus,
.Button:active,
.Button--xl:hover,
.Button--xl:focus,
.Button--xl:active,
.Button--loginProvider:hover,
.Button--loginProvider:focus,
.Button--loginProvider:active,
.Button--google:hover,
.Button--google:focus,
.Button--google:active,
.Button--microsoft:hover,
.Button--microsoft:focus,
.Button--microsoft:active,
.Button--facebook:hover,
.Button--facebook:focus,
.Button--facebook:active {
  color: #fff;
  background-color: #f5f5f5;
  box-shadow: 0 14px 26px -12px rgba(245, 245, 245, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(245, 245, 245, 0.2);
}
.Button:active,
.Button--xl:active,
.Button--loginProvider:active,
.Button--google:active,
.Button--microsoft:active,
.Button--facebook:active {
  transform: scale(0.95, 0.95);
  background-image: none;
}
.Button:hover,
.Button--xl:hover,
.Button--loginProvider:hover,
.Button--google:hover,
.Button--microsoft:hover,
.Button--facebook:hover {
  background-color: #6a981e;
}
.Button.is-active,
.Button:active,
.Button--xl.is-active,
.Button--xl:active,
.Button--loginProvider.is-active,
.Button--loginProvider:active,
.Button--google.is-active,
.Button--google:active,
.Button--microsoft.is-active,
.Button--microsoft:active,
.Button--facebook.is-active,
.Button--facebook:active {
  transform: scale(0.95, 0.95);
}
.Button--link {
  border: 0;
  background: none;
  color: inherit;
}
.Button--link:hover,
.Button--link:focus {
  color: inherit;
  background: none;
}
.Button.is-disabled,
.Button--xl.is-disabled,
.Button--loginProvider.is-disabled,
.Button--google.is-disabled,
.Button--microsoft.is-disabled,
.Button--facebook.is-disabled {
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.Button.is-active,
.Button--xl.is-active,
.Button--loginProvider.is-active,
.Button--google.is-active,
.Button--microsoft.is-active,
.Button--facebook.is-active {
  background-color: #e1e1e1;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(245, 245, 245, 0.125);
}
.Button.is-focus,
.Button--xl.is-focus,
.Button--loginProvider.is-focus,
.Button--google.is-focus,
.Button--microsoft.is-focus,
.Button--facebook.is-focus {
  outline: blue solid 0px;
}
.Button--primary {
  color: #fff;
  background-color: #06a3d5;
  border-color: transparent;
}
.Button--primary:hover,
.Button--primary:focus {
  background-color: #0585ad;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.Button--primary:focus {
  outline: blue solid 0px;
}
.Button--primary:active,
.Button--primary.is-active {
  background-color: #0585ad;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(6, 163, 213, 0.125);
}
.Button--secondary {
  color: #fff;
  background-color: #787878;
  border-color: transparent;
}
.Button--secondary:hover,
.Button--secondary:focus {
  background-color: #646464;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.Button--secondary:focus {
  outline: blue solid 0px;
}
.Button--secondary:active,
.Button--secondary.is-active {
  background-color: #646464;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(120, 120, 120, 0.125);
}
.Button--success {
  color: #fff;
  background-color: #57a62f;
  border-color: transparent;
}
.Button--success:hover,
.Button--success:focus {
  background-color: #468626;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.Button--success:focus {
  outline: blue solid 0px;
}
.Button--success:active,
.Button--success.is-active {
  background-color: #468626;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(87, 166, 47, 0.125);
}
.Button--warning {
  color: #fff;
  background-color: #f8c11c;
  border-color: transparent;
}
.Button--warning:hover,
.Button--warning:focus {
  background-color: #e4ad07;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.Button--warning:focus {
  outline: blue solid 0px;
}
.Button--warning:active,
.Button--warning.is-active {
  background-color: #e4ad07;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(248, 193, 28, 0.125);
}
.Button--danger {
  color: #fff;
  background-color: #d42020;
  border-color: transparent;
}
.Button--danger:hover,
.Button--danger:focus {
  background-color: #b11b1b;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.Button--danger:focus {
  outline: blue solid 0px;
}
.Button--danger:active,
.Button--danger.is-active {
  background-color: #b11b1b;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(212, 32, 32, 0.125);
}
.Button--cta {
  color: #fff;
  background-color: #e47010;
  border-color: transparent;
}
.Button--cta:hover,
.Button--cta:focus {
  background-color: #be5d0d;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.Button--cta:focus {
  outline: blue solid 0px;
}
.Button--cta:active,
.Button--cta.is-active {
  background-color: #be5d0d;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(228, 112, 16, 0.125);
}
.Button--block {
  display: block;
  width: 100%;
}
.Button--center {
  display: block;
  margin: 12px auto;
}
.Button--xs {
  font-size: 14px;
  line-height: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left: 6px;
  padding-right: 6px;
}
.Button--sm {
  font-size: 15px;
  line-height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left: 6px;
  padding-right: 6px;
}
.Button--lg {
  font-size: 18px;
  line-height: 34px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 36px;
}
.Button--xl,
.Button--loginProvider,
.Button--google,
.Button--microsoft,
.Button--facebook {
  font-size: 18px;
  line-height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  height: 54px;
  font-weight: 300;
}
a.Button--xl,
a.Button--loginProvider,
a.Button--google,
a.Button--microsoft,
a.Button--facebook {
  padding-top: 6px;
}
.Button--loginProvider,
.Button--google,
.Button--microsoft,
.Button--facebook {
  text-align: left;
  padding-left: 0;
  display: flex;
  align-content: stretch;
  line-height: 52px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .Button--loginProvider,
  .Button--google,
  .Button--microsoft,
  .Button--facebook {
    text-align: left;
    justify-content: flex-start;
  }
}
.Button--loginProvider .fn-providerLogo,
.Button--google .fn-providerLogo,
.Button--microsoft .fn-providerLogo,
.Button--facebook .fn-providerLogo {
  width: 0px;
  opacity: 0;
}
@media only screen and (min-width: 600px) {
  .Button--loginProvider .fn-providerLogo,
  .Button--google .fn-providerLogo,
  .Button--microsoft .fn-providerLogo,
  .Button--facebook .fn-providerLogo {
    opacity: 1;
    width: 54px;
    flex: 0 1 auto;
    align-self: stretch;
    margin-right: 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-repeat: no-repeat;
    background-position: 50%;
  }
}
.Button--loginProvider .fn-providerName,
.Button--google .fn-providerName,
.Button--microsoft .fn-providerName,
.Button--facebook .fn-providerName {
  flex: 1 1 auto;
  color: #fff;
}
.Button--google {
  color: #fff;
  background-color: #4285F4;
  border-color: transparent;
}
.Button--google:hover,
.Button--google:focus {
  background-color: #1b6cf2;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.Button--google:focus {
  outline: blue solid 0px;
}
.Button--google:active,
.Button--google.is-active {
  background-color: #1b6cf2;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(66, 133, 244, 0.125);
}
.Button--google .fn-providerLogo {
  background-color: #fff;
  background-image: url(/assets/img/google-button-logo.svg);
  border-radius: 4px;
  border-right-color: transparent;
}
.Button--microsoft {
  color: #fff;
  background-color: #EE3B00;
  border-color: transparent;
}
.Button--microsoft:hover,
.Button--microsoft:focus {
  background-color: #c53100;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.Button--microsoft:focus {
  outline: blue solid 0px;
}
.Button--microsoft:active,
.Button--microsoft.is-active {
  background-color: #c53100;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(238, 59, 0, 0.125);
}
.Button--microsoft .fn-providerLogo {
  background-image: url(/assets/img/office-logo-white.svg);
}
.Button--facebook {
  color: #fff;
  background-color: #3B579D;
  border-color: transparent;
  margin-bottom: 6px;
}
.Button--facebook:hover,
.Button--facebook:focus {
  background-color: #30477f;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.Button--facebook:focus {
  outline: blue solid 0px;
}
.Button--facebook:active,
.Button--facebook.is-active {
  background-color: #30477f;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(59, 87, 157, 0.125);
}
.Button--facebook .fn-providerLogo {
  background-image: url(/assets/img/facebook-logo-white.svg);
}
/********************************************
	Divider
********************************************/
.Divider,
.Divider--dotted {
  border: none;
  margin: 1em 0rem;
  border-bottom: 1px solid #d8d8d8;
  height: 0;
  font-size: 1em;
  border-top: none;
}
.Divider.Divider--horizontal {
  position: relative;
  top: 0%;
  left: 0%;
  border: 0px;
  margin-left: 1em;
  margin-right: 1em;
  height: auto;
  padding: 0em;
  text-align: center;
  line-height: 1;
}
.Divider.Divider--horizontal:before,
.Divider.Divider--horizontal:after {
  position: absolute;
  content: " ";
  width: 50%;
  top: 50%;
  height: 0%;
  border-bottom: 1px solid #d8d8d8;
}
.Divider.Divider--horizontal:before {
  left: 0%;
  margin-left: -1em;
}
.Divider.Divider--horizontal:after {
  left: auto;
  right: 0%;
  margin-right: -1em;
}
.Divider.Divider--vertical {
  float: left;
  width: 1em;
  height: 50%;
  border: 0px;
  line-height: 0;
  padding: 0em;
  text-align: center;
  position: relative;
  height: 100%;
  margin: 0;
}
.Divider.Divider--vertical .Divider-icon {
  margin-top: 0;
  margin-left: -1em;
}
.Divider.Divider--vertical:before,
.Divider.Divider--vertical:after {
  position: absolute;
  left: 0;
  content: " ";
  border-right: 1px solid #d8d8d8;
}
.Divider.Divider--vertical:before {
  top: 0;
  bottom: 50.5%;
  margin-bottom: 0.5em;
}
.Divider.Divider--vertical:after {
  top: 50.5%;
  bottom: 0;
  margin-top: 0.5em;
}
.Divider--dotted {
  border-bottom: 1px dotted #d8d8d8;
}
.Divider--simple,
.Divider--fittet {
  margin: 0;
}
.Divider--clearing {
  clear: both;
}
/********************************************
	Heading
********************************************/
.Heading,
.Heading--one,
.Heading--two,
.Heading--three,
.Heading--four,
.Heading--five,
.Heading--six,
.Heading--seven,
.Heading--fancy,
.Heading--one,
.Heading--two,
.Heading--three,
.Heading--four,
.Heading--five,
.Heading--six,
.App--modal .Page-heading,
.App--modal .Page-heading {
  font-size: 16px;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
  font-weight: normal;
}
.Heading--one,
.Heading--two,
.Heading--three,
.Heading--four,
.Heading--five,
.Heading--six,
.Heading--seven,
.Heading--fancy,
.App--modal .Page-heading {
  margin-top: 0;
}
.Heading--one {
  font-size: 32px;
  line-height: 36px;
  margin-top: 0;
}
.Heading--two {
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
}
.Heading--three,
.App--modal .Page-heading {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
}
.Heading--four {
  font-size: 21px;
  line-height: 24px;
  margin-top: 0;
}
.Heading--five {
  font-size: 18px;
  line-height: 18px;
  margin-top: 0;
}
.Heading--six {
  font-size: 16px;
  line-height: 18px;
  margin-top: 0;
}
.Heading--seven {
  font-size: 14px;
}
.HeadingGroup .HeadingGroup-heading--top + .HeadingGroup-heading--main {
  margin-top: 0;
}
.Heading--light {
  color: #7F7F7F;
}
.Heading--fancy {
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.Heading--fancy .Heading-text {
  display: inline-block;
  position: relative;
}
.Heading--fancy .Heading-text:before,
.Heading--fancy .Heading-text:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 2000px;
  top: calc(48%);
}
.Heading--fancy .Heading-text:before {
  left: 100%;
  margin-left: 15px;
}
.Heading--fancy .Heading-text:after {
  right: 100%;
  margin-right: 15px;
}
/********************************************
	Icon
********************************************/
.Icon {
  font-family: "Menicon";
  font-size: 16px;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  line-height: normal;
}
.Icon::before {
  font-weight: normal;
  content: " ";
  font-size: inherit;
  color: inherit;
}
.Icon::before {
  font-family: "Menicon";
}
@font-face {
  font-family: "Menicon";
  src: url(/assets/img/Menicon.eot);
  src: url(/assets/img/Menicon.eot?#iefix) format('embedded-opentype'), url(/assets/img/Menicon.woff) format('woff'), url(/assets/img/Menicon.ttf) format('truetype'), url(/assets/img/Menicon.svg#meniconregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.Icon--xs {
  font-size: 10px;
  line-height: normal;
}
.Icon--sm {
  font-size: 14px;
  line-height: normal;
}
.Icon--md {
  font-size: 24px;
  line-height: normal;
}
.Icon--lg {
  font-size: 36px;
  line-height: normal;
}
.Icon--xl {
  font-size: 48px;
  line-height: normal;
}
.Icon--caret-left::before {
  content: "\E602";
}
.Icon--caret-right::before {
  content: "\E603";
}
.Icon--caret-up::before {
  content: "\E604";
}
.Icon--caret-down::before {
  content: "\E605";
}
.Icon--angle-left::before {
  content: "\E639";
}
.Icon--angle-right::before {
  content: "\E63A";
}
.Icon--angle-up::before {
  content: "\E637";
}
.Icon--angle-down::before {
  content: "\E638";
}
.Icon--caret-bottom-left::before {
  content: "\E63B";
}
.Icon--caret-bottom-right::before {
  content: "\E63C";
}
.Icon--caret-bottom-up::before {
  content: "\E63D";
}
.Icon--caret-bottom-down::before {
  content: "\E63E";
}
.Icon--caret-circle-left::before {
  content: "\E63F";
}
.Icon--caret-circle-right::before {
  content: "\E640";
}
.Icon--caret-circle-up::before {
  content: "\E641";
}
.Icon--caret-circle-down::before {
  content: "\E642";
}
.Icon--caret-circle-left-f::before {
  content: "\E643";
}
.Icon--caret-circle-right-f::before {
  content: "\E644";
}
.Icon--caret-circle-up-f::before {
  content: "\E645";
}
.Icon--caret-circle-down-f::before {
  content: "\E645";
}
.Icon--caret-double-left::before {
  content: "\E661";
}
.Icon--caret-double-right::before {
  content: "\E662";
}
.Icon--top-left-arc::before {
  content: "\E605";
}
.Icon--top-right-arc::before {
  content: "\E606";
}
.Icon--bottom-left-arc::before {
  content: "\E607";
}
.Icon--bottom-right-arc::before {
  content: "\E608";
}
.Icon--round-arrow-up::before {
  content: "\E60A";
}
.Icon--round-arrow-down::before {
  content: "\E60B";
}
.Icon--top-left-corner::before {
  content: "\E60C";
}
.Icon--top-right-corner::before {
  content: "\E60D";
}
.Icon--bottom-left-corner::before {
  content: "\E60E";
}
.Icon--bottom-right-corner::before {
  content: "\E60F";
}
.Icon--settings::before {
  content: "\E647";
}
.Icon--settings-plus::before {
  content: "\E610";
}
.Icon--info::before {
  content: "\E61F";
}
.Icon--info-circle::before {
  content: "\E61E";
}
.Icon--info-circle-f::before {
  content: "\E61C";
}
.Icon--info-circle-b::before {
  content: "\E677";
}
.Icon--warning::before {
  content: "\E67C";
}
.Icon--danger::before {
  content: "\E611";
}
.Icon--wallet::before {
  content: "\E613";
}
.Icon--star::before {
  content: "\E678";
}
.Icon--coffee-cup::before {
  content: "\E64E";
}
.Icon--magnify-glass::before {
  content: "\E648";
}
.Icon--gift::before {
  content: "\E64B";
}
.Icon--price-tag::before {
  content: "\E626";
}
.Icon--clover::before {
  content: "\E66A";
}
.Icon--plane::before {
  content: "\E660";
}
.Icon--calendar::before {
  content: "\E657";
}
.Icon--picture::before {
  content: "\E658";
}
.Icon--ring-buoy::before {
  content: "\E659";
}
.Icon--graduation-cap::before {
  content: "\E65A";
}
.Icon--car-money::before {
  content: "\E65B";
}
.Icon--house-money::before {
  content: "\E65C";
}
.Icon--balloons::before {
  content: "\E65D";
}
.Icon--hammer::before {
  content: "\E65E";
}
.Icon--globe::before {
  content: "\E679";
}
.Icon--trash::before {
  content: "\E614";
}
.Icon--ok-thick::before {
  content: "\E62C";
}
.Icon--ok-thin::before {
  content: "\E62D";
}
.Icon--check-square::before {
  content: "\E62E";
}
.Icon--check-thick::before {
  content: "\E62F";
}
.Icon--check-thin::before {
  content: "\E630";
}
.Icon--plus::before {
  content: "\E621";
}
.Icon--plus-square::before {
  content: "\E624";
}
.Icon--plus-square-f::before {
  content: "\E617";
}
.Icon--minus::before {
  content: "\E616";
}
.Icon--minus-square::before {
  content: "\E625";
}
.Icon--minus-square-f::before {
  content: "\E623";
}
.Icon--times::before {
  content: "\E622";
}
.Icon--divide::before {
  content: "\E615";
}
.Icon--emoticon-smile::before {
  content: "\E663";
}
.Icon--emoticon-sad::before {
  content: "\E664";
}
.Icon--emoticon-surprised::before {
  content: "\E665";
}
.Icon--emoticon-happy::before {
  content: "\E666";
}
.Icon--mp::before {
  content: "\E67F";
}
.Icon--amex::before {
  content: "\E67B";
}
.Icon--facebook::before {
  content: "\E680";
}
.Icon--visa::before {
  content: "\E612";
}
.Icon--master-card::before {
  content: "\E674";
}
/********************************************
	Grid
********************************************/
.Grid {
  padding-right: 20px;
  padding-left: 20px;
}
.Grid--alignLeft,
.Grid--alignStart {
  justify-content: flex-start;
  text-align: start;
}
.Grid--alignCenter {
  justify-content: center;
  text-align: center;
}
.Grid--alignRight,
.Grid--alignEnd {
  justify-content: flex-end;
  text-align: end;
}
.Grid--alignTop {
  align-items: flex-start;
}
.Grid--alignMiddle {
  align-items: center;
}
.Grid--alignBottom {
  align-items: flex-end;
}
.Grid--distributeAround {
  justify-content: space-around;
}
.Grid--distributeBetween {
  justify-content: space-between;
}
.Grid--reverse {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.Grid-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.lt-ie9 .Grid-row:before,
.lt-ie9 .Grid-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.lt-ie9 .Grid-row:after {
  clear: both;
}
.Grid-row.Grid-row--alignLeft,
.Grid-row.Grid-row--alignStart {
  justify-content: flex-start;
  text-align: start;
}
.Grid-row.Grid-row--alignCenter {
  justify-content: center;
  text-align: center;
}
.Grid-row.Grid-row--alignRight,
.Grid-row.Grid-row--alignEnd {
  justify-content: flex-end;
  text-align: end;
}
.Grid-row.Grid-row--alignTop {
  align-items: flex-start;
}
.Grid-row.Grid-row--alignMiddle {
  align-items: center;
}
.Grid-row.Grid-row--alignBottom {
  align-items: flex-end;
}
.Grid-row.Grid-row--distributeAround {
  justify-content: space-around;
}
.Grid-row.Grid-row--distributeBetween {
  justify-content: space-between;
}
.Grid-row.Grid-row--reverse {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.Grid-col {
  box-sizing: border-box;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  padding-left: 8px;
}
.Grid-col, .Grid-col--auto, .Grid-col--25, .Grid-col--33, .Grid-col--50, .Grid-col--66, .Grid-col--75, .Grid-col--100, .Grid-col--1, .Grid-col--2, .Grid-col--3, .Grid-col--4, .Grid-col--5, .Grid-col--6, .Grid-col--7, .Grid-col--8, .Grid-col--9, .Grid-col--10, .Grid-col--11, .Grid-col--12 {
  box-sizing: border-box;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
  padding-left: 8px;
}
.lt-ie9.Grid-col, .lt-ie9.Grid-col--auto, .lt-ie9.Grid-col--25, .lt-ie9.Grid-col--33, .lt-ie9.Grid-col--50, .lt-ie9.Grid-col--66, .lt-ie9.Grid-col--75, .lt-ie9.Grid-col--100, .lt-ie9.Grid-col--1, .lt-ie9.Grid-col--2, .lt-ie9.Grid-col--3, .lt-ie9.Grid-col--4, .lt-ie9.Grid-col--5, .lt-ie9.Grid-col--6, .lt-ie9.Grid-col--7, .lt-ie9.Grid-col--8, .lt-ie9.Grid-col--9, .lt-ie9.Grid-col--10, .lt-ie9.Grid-col--11, .lt-ie9.Grid-col--12 {
  float: left;
}
.Grid-col--1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.lt-ie9.Grid-col--1 {
  width: 8.33333333%;
}
.Grid-col--2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.lt-ie9.Grid-col--2 {
  width: 16.66666667%;
}
.Grid-col--3 {
  flex-basis: 25%;
  max-width: 25%;
}
.lt-ie9.Grid-col--3 {
  width: 25%;
}
.Grid-col--4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.lt-ie9.Grid-col--4 {
  width: 33.33333333%;
}
.Grid-col--5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.lt-ie9.Grid-col--5 {
  width: 41.66666667%;
}
.Grid-col--6 {
  flex-basis: 50%;
  max-width: 50%;
}
.lt-ie9.Grid-col--6 {
  width: 50%;
}
.Grid-col--7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.lt-ie9.Grid-col--7 {
  width: 58.33333333%;
}
.Grid-col--8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.lt-ie9.Grid-col--8 {
  width: 66.66666667%;
}
.Grid-col--9 {
  flex-basis: 75%;
  max-width: 75%;
}
.lt-ie9.Grid-col--9 {
  width: 75%;
}
.Grid-col--10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.lt-ie9.Grid-col--10 {
  width: 83.33333333%;
}
.Grid-col--11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.lt-ie9.Grid-col--11 {
  width: 91.66666667%;
}
.Grid-col--12 {
  flex-basis: 100%;
  max-width: 100%;
}
.lt-ie9.Grid-col--12 {
  width: 100%;
}
.Grid-col--reverse {
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
}
.Grid-col--orderFirst {
  order: -1;
}
.Grid-col--orderLast {
  order: 1;
}
.Grid-col--auto {
  flex: auto;
}
.lt-ie9.Grid-col--auto {
  width: auto;
}
.Grid-col--25 {
  flex-basis: 25%;
  max-width: 25%;
}
.lt-ie9.Grid-col--25 {
  width: 25%;
}
.Grid-col--33 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.lt-ie9.Grid-col--33 {
  width: 33.33333333%;
}
.Grid-col--50 {
  flex-basis: 50%;
  max-width: 50%;
}
.lt-ie9.Grid-col--50 {
  width: 50%;
}
.Grid-col--66 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.lt-ie9.Grid-col--66 {
  width: 66.66666667%;
}
.Grid-col--75 {
  flex-basis: 75%;
  max-width: 75%;
}
.lt-ie9.Grid-col--75 {
  width: 75%;
}
.Grid-col--100 {
  flex-basis: 100%;
  max-width: 100%;
}
.lt-ie9.Grid-col--100 {
  width: 100%;
}
.Grid-offset--25 {
  margin-left: 25%;
}
.Grid-offset--33 {
  margin-left: 33.33333333%;
}
.Grid-offset--50 {
  margin-left: 50%;
}
.Grid-offset--66 {
  margin-left: 66.66666667%;
}
.Grid-offset--75 {
  margin-left: 75%;
}
.Grid-offset--100 {
  margin-left: 100%;
}
.Grid-offset--1 {
  margin-left: 8.33333333%;
}
.Grid-offset--2 {
  margin-left: 16.66666667%;
}
.Grid-offset--3 {
  margin-left: 25%;
}
.Grid-offset--4 {
  margin-left: 33.33333333%;
}
.Grid-offset--5 {
  margin-left: 41.66666667%;
}
.Grid-offset--6 {
  margin-left: 50%;
}
.Grid-offset--7 {
  margin-left: 58.33333333%;
}
.Grid-offset--8 {
  margin-left: 66.66666667%;
}
.Grid-offset--9 {
  margin-left: 75%;
}
.Grid-offset--10 {
  margin-left: 83.33333333%;
}
.Grid-offset--11 {
  margin-left: 91.66666667%;
}
.Grid-offset--12 {
  margin-left: 100%;
}
.Grid-col--orderFirst {
  order: -1;
}
.Grid-col--orderLast {
  order: 1;
}
@media only screen and (min-width: 480px) {
  .Grid-col--phablet, .Grid-col--auto--phablet, .Grid-col--25--phablet, .Grid-col--33--phablet, .Grid-col--50--phablet, .Grid-col--66--phablet, .Grid-col--75--phablet, .Grid-col--100--phablet, .Grid-col--1--phablet, .Grid-col--2--phablet, .Grid-col--3--phablet, .Grid-col--4--phablet, .Grid-col--5--phablet, .Grid-col--6--phablet, .Grid-col--7--phablet, .Grid-col--8--phablet, .Grid-col--9--phablet, .Grid-col--10--phablet, .Grid-col--11--phablet, .Grid-col--12--phablet {
    box-sizing: border-box;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 8px;
    padding-left: 8px;
  }
  .lt-ie9.Grid-col--phablet, .lt-ie9.Grid-col--auto--phablet, .lt-ie9.Grid-col--25--phablet, .lt-ie9.Grid-col--33--phablet, .lt-ie9.Grid-col--50--phablet, .lt-ie9.Grid-col--66--phablet, .lt-ie9.Grid-col--75--phablet, .lt-ie9.Grid-col--100--phablet, .lt-ie9.Grid-col--1--phablet, .lt-ie9.Grid-col--2--phablet, .lt-ie9.Grid-col--3--phablet, .lt-ie9.Grid-col--4--phablet, .lt-ie9.Grid-col--5--phablet, .lt-ie9.Grid-col--6--phablet, .lt-ie9.Grid-col--7--phablet, .lt-ie9.Grid-col--8--phablet, .lt-ie9.Grid-col--9--phablet, .lt-ie9.Grid-col--10--phablet, .lt-ie9.Grid-col--11--phablet, .lt-ie9.Grid-col--12--phablet {
    float: left;
  }
  .Grid-col--1--phablet {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .lt-ie9.Grid-col--1--phablet {
    width: 8.33333333%;
  }
  .Grid-col--2--phablet {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .lt-ie9.Grid-col--2--phablet {
    width: 16.66666667%;
  }
  .Grid-col--3--phablet {
    flex-basis: 25%;
    max-width: 25%;
  }
  .lt-ie9.Grid-col--3--phablet {
    width: 25%;
  }
  .Grid-col--4--phablet {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .lt-ie9.Grid-col--4--phablet {
    width: 33.33333333%;
  }
  .Grid-col--5--phablet {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .lt-ie9.Grid-col--5--phablet {
    width: 41.66666667%;
  }
  .Grid-col--6--phablet {
    flex-basis: 50%;
    max-width: 50%;
  }
  .lt-ie9.Grid-col--6--phablet {
    width: 50%;
  }
  .Grid-col--7--phablet {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .lt-ie9.Grid-col--7--phablet {
    width: 58.33333333%;
  }
  .Grid-col--8--phablet {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .lt-ie9.Grid-col--8--phablet {
    width: 66.66666667%;
  }
  .Grid-col--9--phablet {
    flex-basis: 75%;
    max-width: 75%;
  }
  .lt-ie9.Grid-col--9--phablet {
    width: 75%;
  }
  .Grid-col--10--phablet {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .lt-ie9.Grid-col--10--phablet {
    width: 83.33333333%;
  }
  .Grid-col--11--phablet {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .lt-ie9.Grid-col--11--phablet {
    width: 91.66666667%;
  }
  .Grid-col--12--phablet {
    flex-basis: 100%;
    max-width: 100%;
  }
  .lt-ie9.Grid-col--12--phablet {
    width: 100%;
  }
  .Grid-col--reverse {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
  .Grid-col--orderFirst {
    order: -1;
  }
  .Grid-col--orderLast {
    order: 1;
  }
  .Grid-col--auto--phablet {
    flex: auto;
  }
  .lt-ie9.Grid-col--auto--phablet {
    width: auto;
  }
  .Grid-col--25--phablet {
    flex-basis: 25%;
    max-width: 25%;
  }
  .lt-ie9.Grid-col--25--phablet {
    width: 25%;
  }
  .Grid-col--33--phablet {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .lt-ie9.Grid-col--33--phablet {
    width: 33.33333333%;
  }
  .Grid-col--50--phablet {
    flex-basis: 50%;
    max-width: 50%;
  }
  .lt-ie9.Grid-col--50--phablet {
    width: 50%;
  }
  .Grid-col--66--phablet {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .lt-ie9.Grid-col--66--phablet {
    width: 66.66666667%;
  }
  .Grid-col--75--phablet {
    flex-basis: 75%;
    max-width: 75%;
  }
  .lt-ie9.Grid-col--75--phablet {
    width: 75%;
  }
  .Grid-col--100--phablet {
    flex-basis: 100%;
    max-width: 100%;
  }
  .lt-ie9.Grid-col--100--phablet {
    width: 100%;
  }
  .Grid-offset--25--phablet {
    margin-left: 25%;
  }
  .Grid-offset--33--phablet {
    margin-left: 33.33333333%;
  }
  .Grid-offset--50--phablet {
    margin-left: 50%;
  }
  .Grid-offset--66--phablet {
    margin-left: 66.66666667%;
  }
  .Grid-offset--75--phablet {
    margin-left: 75%;
  }
  .Grid-offset--100--phablet {
    margin-left: 100%;
  }
  .Grid-offset--1--phablet {
    margin-left: 8.33333333%;
  }
  .Grid-offset--2--phablet {
    margin-left: 16.66666667%;
  }
  .Grid-offset--3--phablet {
    margin-left: 25%;
  }
  .Grid-offset--4--phablet {
    margin-left: 33.33333333%;
  }
  .Grid-offset--5--phablet {
    margin-left: 41.66666667%;
  }
  .Grid-offset--6--phablet {
    margin-left: 50%;
  }
  .Grid-offset--7--phablet {
    margin-left: 58.33333333%;
  }
  .Grid-offset--8--phablet {
    margin-left: 66.66666667%;
  }
  .Grid-offset--9--phablet {
    margin-left: 75%;
  }
  .Grid-offset--10--phablet {
    margin-left: 83.33333333%;
  }
  .Grid-offset--11--phablet {
    margin-left: 91.66666667%;
  }
  .Grid-offset--12--phablet {
    margin-left: 100%;
  }
  .Grid-col--orderFirst--phablet {
    order: -1;
  }
  .Grid-col--orderLast--phablet {
    order: 1;
  }
}
@media only screen and (min-width: 600px) {
  .Grid-col--tabletSmall, .Grid-col--auto--tabletSmall, .Grid-col--25--tabletSmall, .Grid-col--33--tabletSmall, .Grid-col--50--tabletSmall, .Grid-col--66--tabletSmall, .Grid-col--75--tabletSmall, .Grid-col--100--tabletSmall, .Grid-col--1--tabletSmall, .Grid-col--2--tabletSmall, .Grid-col--3--tabletSmall, .Grid-col--4--tabletSmall, .Grid-col--5--tabletSmall, .Grid-col--6--tabletSmall, .Grid-col--7--tabletSmall, .Grid-col--8--tabletSmall, .Grid-col--9--tabletSmall, .Grid-col--10--tabletSmall, .Grid-col--11--tabletSmall, .Grid-col--12--tabletSmall {
    box-sizing: border-box;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 8px;
    padding-left: 8px;
  }
  .lt-ie9.Grid-col--tabletSmall, .lt-ie9.Grid-col--auto--tabletSmall, .lt-ie9.Grid-col--25--tabletSmall, .lt-ie9.Grid-col--33--tabletSmall, .lt-ie9.Grid-col--50--tabletSmall, .lt-ie9.Grid-col--66--tabletSmall, .lt-ie9.Grid-col--75--tabletSmall, .lt-ie9.Grid-col--100--tabletSmall, .lt-ie9.Grid-col--1--tabletSmall, .lt-ie9.Grid-col--2--tabletSmall, .lt-ie9.Grid-col--3--tabletSmall, .lt-ie9.Grid-col--4--tabletSmall, .lt-ie9.Grid-col--5--tabletSmall, .lt-ie9.Grid-col--6--tabletSmall, .lt-ie9.Grid-col--7--tabletSmall, .lt-ie9.Grid-col--8--tabletSmall, .lt-ie9.Grid-col--9--tabletSmall, .lt-ie9.Grid-col--10--tabletSmall, .lt-ie9.Grid-col--11--tabletSmall, .lt-ie9.Grid-col--12--tabletSmall {
    float: left;
  }
  .Grid-col--1--tabletSmall {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .lt-ie9.Grid-col--1--tabletSmall {
    width: 8.33333333%;
  }
  .Grid-col--2--tabletSmall {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .lt-ie9.Grid-col--2--tabletSmall {
    width: 16.66666667%;
  }
  .Grid-col--3--tabletSmall {
    flex-basis: 25%;
    max-width: 25%;
  }
  .lt-ie9.Grid-col--3--tabletSmall {
    width: 25%;
  }
  .Grid-col--4--tabletSmall {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .lt-ie9.Grid-col--4--tabletSmall {
    width: 33.33333333%;
  }
  .Grid-col--5--tabletSmall {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .lt-ie9.Grid-col--5--tabletSmall {
    width: 41.66666667%;
  }
  .Grid-col--6--tabletSmall {
    flex-basis: 50%;
    max-width: 50%;
  }
  .lt-ie9.Grid-col--6--tabletSmall {
    width: 50%;
  }
  .Grid-col--7--tabletSmall {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .lt-ie9.Grid-col--7--tabletSmall {
    width: 58.33333333%;
  }
  .Grid-col--8--tabletSmall {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .lt-ie9.Grid-col--8--tabletSmall {
    width: 66.66666667%;
  }
  .Grid-col--9--tabletSmall {
    flex-basis: 75%;
    max-width: 75%;
  }
  .lt-ie9.Grid-col--9--tabletSmall {
    width: 75%;
  }
  .Grid-col--10--tabletSmall {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .lt-ie9.Grid-col--10--tabletSmall {
    width: 83.33333333%;
  }
  .Grid-col--11--tabletSmall {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .lt-ie9.Grid-col--11--tabletSmall {
    width: 91.66666667%;
  }
  .Grid-col--12--tabletSmall {
    flex-basis: 100%;
    max-width: 100%;
  }
  .lt-ie9.Grid-col--12--tabletSmall {
    width: 100%;
  }
  .Grid-col--reverse {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
  .Grid-col--orderFirst {
    order: -1;
  }
  .Grid-col--orderLast {
    order: 1;
  }
  .Grid-col--auto--tabletSmall {
    flex: auto;
  }
  .lt-ie9.Grid-col--auto--tabletSmall {
    width: auto;
  }
  .Grid-col--25--tabletSmall {
    flex-basis: 25%;
    max-width: 25%;
  }
  .lt-ie9.Grid-col--25--tabletSmall {
    width: 25%;
  }
  .Grid-col--33--tabletSmall {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .lt-ie9.Grid-col--33--tabletSmall {
    width: 33.33333333%;
  }
  .Grid-col--50--tabletSmall {
    flex-basis: 50%;
    max-width: 50%;
  }
  .lt-ie9.Grid-col--50--tabletSmall {
    width: 50%;
  }
  .Grid-col--66--tabletSmall {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .lt-ie9.Grid-col--66--tabletSmall {
    width: 66.66666667%;
  }
  .Grid-col--75--tabletSmall {
    flex-basis: 75%;
    max-width: 75%;
  }
  .lt-ie9.Grid-col--75--tabletSmall {
    width: 75%;
  }
  .Grid-col--100--tabletSmall {
    flex-basis: 100%;
    max-width: 100%;
  }
  .lt-ie9.Grid-col--100--tabletSmall {
    width: 100%;
  }
  .Grid-offset--25--tabletSmall {
    margin-left: 25%;
  }
  .Grid-offset--33--tabletSmall {
    margin-left: 33.33333333%;
  }
  .Grid-offset--50--tabletSmall {
    margin-left: 50%;
  }
  .Grid-offset--66--tabletSmall {
    margin-left: 66.66666667%;
  }
  .Grid-offset--75--tabletSmall {
    margin-left: 75%;
  }
  .Grid-offset--100--tabletSmall {
    margin-left: 100%;
  }
  .Grid-offset--1--tabletSmall {
    margin-left: 8.33333333%;
  }
  .Grid-offset--2--tabletSmall {
    margin-left: 16.66666667%;
  }
  .Grid-offset--3--tabletSmall {
    margin-left: 25%;
  }
  .Grid-offset--4--tabletSmall {
    margin-left: 33.33333333%;
  }
  .Grid-offset--5--tabletSmall {
    margin-left: 41.66666667%;
  }
  .Grid-offset--6--tabletSmall {
    margin-left: 50%;
  }
  .Grid-offset--7--tabletSmall {
    margin-left: 58.33333333%;
  }
  .Grid-offset--8--tabletSmall {
    margin-left: 66.66666667%;
  }
  .Grid-offset--9--tabletSmall {
    margin-left: 75%;
  }
  .Grid-offset--10--tabletSmall {
    margin-left: 83.33333333%;
  }
  .Grid-offset--11--tabletSmall {
    margin-left: 91.66666667%;
  }
  .Grid-offset--12--tabletSmall {
    margin-left: 100%;
  }
  .Grid-col--orderFirst--tabletSmall {
    order: -1;
  }
  .Grid-col--orderLast--tabletSmall {
    order: 1;
  }
  .Grid--alignLeft--tabletSmall,
  .Grid--alignStart--tabletSmall {
    justify-content: flex-start;
    text-align: start;
  }
  .Grid--alignCenter--tabletSmall {
    justify-content: center;
    text-align: center;
  }
  .Grid--alignRight--tabletSmall,
  .Grid--alignEnd--tabletSmall {
    justify-content: flex-end;
    text-align: end;
  }
}
@media only screen and (min-width: 768px) {
  .Grid-col--tablet, .Grid-col--auto--tablet, .Grid-col--25--tablet, .Grid-col--33--tablet, .Grid-col--50--tablet, .Grid-col--66--tablet, .Grid-col--75--tablet, .Grid-col--100--tablet, .Grid-col--1--tablet, .Grid-col--2--tablet, .Grid-col--3--tablet, .Grid-col--4--tablet, .Grid-col--5--tablet, .Grid-col--6--tablet, .Grid-col--7--tablet, .Grid-col--8--tablet, .Grid-col--9--tablet, .Grid-col--10--tablet, .Grid-col--11--tablet, .Grid-col--12--tablet {
    box-sizing: border-box;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 8px;
    padding-left: 8px;
  }
  .lt-ie9.Grid-col--tablet, .lt-ie9.Grid-col--auto--tablet, .lt-ie9.Grid-col--25--tablet, .lt-ie9.Grid-col--33--tablet, .lt-ie9.Grid-col--50--tablet, .lt-ie9.Grid-col--66--tablet, .lt-ie9.Grid-col--75--tablet, .lt-ie9.Grid-col--100--tablet, .lt-ie9.Grid-col--1--tablet, .lt-ie9.Grid-col--2--tablet, .lt-ie9.Grid-col--3--tablet, .lt-ie9.Grid-col--4--tablet, .lt-ie9.Grid-col--5--tablet, .lt-ie9.Grid-col--6--tablet, .lt-ie9.Grid-col--7--tablet, .lt-ie9.Grid-col--8--tablet, .lt-ie9.Grid-col--9--tablet, .lt-ie9.Grid-col--10--tablet, .lt-ie9.Grid-col--11--tablet, .lt-ie9.Grid-col--12--tablet {
    float: left;
  }
  .Grid-col--1--tablet {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .lt-ie9.Grid-col--1--tablet {
    width: 8.33333333%;
  }
  .Grid-col--2--tablet {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .lt-ie9.Grid-col--2--tablet {
    width: 16.66666667%;
  }
  .Grid-col--3--tablet {
    flex-basis: 25%;
    max-width: 25%;
  }
  .lt-ie9.Grid-col--3--tablet {
    width: 25%;
  }
  .Grid-col--4--tablet {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .lt-ie9.Grid-col--4--tablet {
    width: 33.33333333%;
  }
  .Grid-col--5--tablet {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .lt-ie9.Grid-col--5--tablet {
    width: 41.66666667%;
  }
  .Grid-col--6--tablet {
    flex-basis: 50%;
    max-width: 50%;
  }
  .lt-ie9.Grid-col--6--tablet {
    width: 50%;
  }
  .Grid-col--7--tablet {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .lt-ie9.Grid-col--7--tablet {
    width: 58.33333333%;
  }
  .Grid-col--8--tablet {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .lt-ie9.Grid-col--8--tablet {
    width: 66.66666667%;
  }
  .Grid-col--9--tablet {
    flex-basis: 75%;
    max-width: 75%;
  }
  .lt-ie9.Grid-col--9--tablet {
    width: 75%;
  }
  .Grid-col--10--tablet {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .lt-ie9.Grid-col--10--tablet {
    width: 83.33333333%;
  }
  .Grid-col--11--tablet {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .lt-ie9.Grid-col--11--tablet {
    width: 91.66666667%;
  }
  .Grid-col--12--tablet {
    flex-basis: 100%;
    max-width: 100%;
  }
  .lt-ie9.Grid-col--12--tablet {
    width: 100%;
  }
  .Grid-col--reverse {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
  .Grid-col--orderFirst {
    order: -1;
  }
  .Grid-col--orderLast {
    order: 1;
  }
  .Grid-col--auto--tablet {
    flex: auto;
  }
  .lt-ie9.Grid-col--auto--tablet {
    width: auto;
  }
  .Grid-col--25--tablet {
    flex-basis: 25%;
    max-width: 25%;
  }
  .lt-ie9.Grid-col--25--tablet {
    width: 25%;
  }
  .Grid-col--33--tablet {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .lt-ie9.Grid-col--33--tablet {
    width: 33.33333333%;
  }
  .Grid-col--50--tablet {
    flex-basis: 50%;
    max-width: 50%;
  }
  .lt-ie9.Grid-col--50--tablet {
    width: 50%;
  }
  .Grid-col--66--tablet {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .lt-ie9.Grid-col--66--tablet {
    width: 66.66666667%;
  }
  .Grid-col--75--tablet {
    flex-basis: 75%;
    max-width: 75%;
  }
  .lt-ie9.Grid-col--75--tablet {
    width: 75%;
  }
  .Grid-col--100--tablet {
    flex-basis: 100%;
    max-width: 100%;
  }
  .lt-ie9.Grid-col--100--tablet {
    width: 100%;
  }
  .Grid-offset--25--tablet {
    margin-left: 25%;
  }
  .Grid-offset--33--tablet {
    margin-left: 33.33333333%;
  }
  .Grid-offset--50--tablet {
    margin-left: 50%;
  }
  .Grid-offset--66--tablet {
    margin-left: 66.66666667%;
  }
  .Grid-offset--75--tablet {
    margin-left: 75%;
  }
  .Grid-offset--100--tablet {
    margin-left: 100%;
  }
  .Grid-offset--1--tablet {
    margin-left: 8.33333333%;
  }
  .Grid-offset--2--tablet {
    margin-left: 16.66666667%;
  }
  .Grid-offset--3--tablet {
    margin-left: 25%;
  }
  .Grid-offset--4--tablet {
    margin-left: 33.33333333%;
  }
  .Grid-offset--5--tablet {
    margin-left: 41.66666667%;
  }
  .Grid-offset--6--tablet {
    margin-left: 50%;
  }
  .Grid-offset--7--tablet {
    margin-left: 58.33333333%;
  }
  .Grid-offset--8--tablet {
    margin-left: 66.66666667%;
  }
  .Grid-offset--9--tablet {
    margin-left: 75%;
  }
  .Grid-offset--10--tablet {
    margin-left: 83.33333333%;
  }
  .Grid-offset--11--tablet {
    margin-left: 91.66666667%;
  }
  .Grid-offset--12--tablet {
    margin-left: 100%;
  }
  .Grid-col--orderFirst--tablet {
    order: -1;
  }
  .Grid-col--orderLast--tablet {
    order: 1;
  }
}
@media only screen and (min-width: 960px) {
  .Grid-col--desktop, .Grid-col--auto--desktop, .Grid-col--25--desktop, .Grid-col--33--desktop, .Grid-col--50--desktop, .Grid-col--66--desktop, .Grid-col--75--desktop, .Grid-col--100--desktop, .Grid-col--1--desktop, .Grid-col--2--desktop, .Grid-col--3--desktop, .Grid-col--4--desktop, .Grid-col--5--desktop, .Grid-col--6--desktop, .Grid-col--7--desktop, .Grid-col--8--desktop, .Grid-col--9--desktop, .Grid-col--10--desktop, .Grid-col--11--desktop, .Grid-col--12--desktop {
    box-sizing: border-box;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 8px;
    padding-left: 8px;
  }
  .lt-ie9.Grid-col--desktop, .lt-ie9.Grid-col--auto--desktop, .lt-ie9.Grid-col--25--desktop, .lt-ie9.Grid-col--33--desktop, .lt-ie9.Grid-col--50--desktop, .lt-ie9.Grid-col--66--desktop, .lt-ie9.Grid-col--75--desktop, .lt-ie9.Grid-col--100--desktop, .lt-ie9.Grid-col--1--desktop, .lt-ie9.Grid-col--2--desktop, .lt-ie9.Grid-col--3--desktop, .lt-ie9.Grid-col--4--desktop, .lt-ie9.Grid-col--5--desktop, .lt-ie9.Grid-col--6--desktop, .lt-ie9.Grid-col--7--desktop, .lt-ie9.Grid-col--8--desktop, .lt-ie9.Grid-col--9--desktop, .lt-ie9.Grid-col--10--desktop, .lt-ie9.Grid-col--11--desktop, .lt-ie9.Grid-col--12--desktop {
    float: left;
  }
  .Grid-col--1--desktop {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .lt-ie9.Grid-col--1--desktop {
    width: 8.33333333%;
  }
  .Grid-col--2--desktop {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .lt-ie9.Grid-col--2--desktop {
    width: 16.66666667%;
  }
  .Grid-col--3--desktop {
    flex-basis: 25%;
    max-width: 25%;
  }
  .lt-ie9.Grid-col--3--desktop {
    width: 25%;
  }
  .Grid-col--4--desktop {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .lt-ie9.Grid-col--4--desktop {
    width: 33.33333333%;
  }
  .Grid-col--5--desktop {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .lt-ie9.Grid-col--5--desktop {
    width: 41.66666667%;
  }
  .Grid-col--6--desktop {
    flex-basis: 50%;
    max-width: 50%;
  }
  .lt-ie9.Grid-col--6--desktop {
    width: 50%;
  }
  .Grid-col--7--desktop {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .lt-ie9.Grid-col--7--desktop {
    width: 58.33333333%;
  }
  .Grid-col--8--desktop {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .lt-ie9.Grid-col--8--desktop {
    width: 66.66666667%;
  }
  .Grid-col--9--desktop {
    flex-basis: 75%;
    max-width: 75%;
  }
  .lt-ie9.Grid-col--9--desktop {
    width: 75%;
  }
  .Grid-col--10--desktop {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .lt-ie9.Grid-col--10--desktop {
    width: 83.33333333%;
  }
  .Grid-col--11--desktop {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .lt-ie9.Grid-col--11--desktop {
    width: 91.66666667%;
  }
  .Grid-col--12--desktop {
    flex-basis: 100%;
    max-width: 100%;
  }
  .lt-ie9.Grid-col--12--desktop {
    width: 100%;
  }
  .Grid-col--reverse {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
  }
  .Grid-col--orderFirst {
    order: -1;
  }
  .Grid-col--orderLast {
    order: 1;
  }
  .Grid-col--auto--desktop {
    flex: auto;
  }
  .lt-ie9.Grid-col--auto--desktop {
    width: auto;
  }
  .Grid-col--25--desktop {
    flex-basis: 25%;
    max-width: 25%;
  }
  .lt-ie9.Grid-col--25--desktop {
    width: 25%;
  }
  .Grid-col--33--desktop {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .lt-ie9.Grid-col--33--desktop {
    width: 33.33333333%;
  }
  .Grid-col--50--desktop {
    flex-basis: 50%;
    max-width: 50%;
  }
  .lt-ie9.Grid-col--50--desktop {
    width: 50%;
  }
  .Grid-col--66--desktop {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .lt-ie9.Grid-col--66--desktop {
    width: 66.66666667%;
  }
  .Grid-col--75--desktop {
    flex-basis: 75%;
    max-width: 75%;
  }
  .lt-ie9.Grid-col--75--desktop {
    width: 75%;
  }
  .Grid-col--100--desktop {
    flex-basis: 100%;
    max-width: 100%;
  }
  .lt-ie9.Grid-col--100--desktop {
    width: 100%;
  }
  .Grid-offset--25--desktop {
    margin-left: 25%;
  }
  .Grid-offset--33--desktop {
    margin-left: 33.33333333%;
  }
  .Grid-offset--50--desktop {
    margin-left: 50%;
  }
  .Grid-offset--66--desktop {
    margin-left: 66.66666667%;
  }
  .Grid-offset--75--desktop {
    margin-left: 75%;
  }
  .Grid-offset--100--desktop {
    margin-left: 100%;
  }
  .Grid-offset--1--desktop {
    margin-left: 8.33333333%;
  }
  .Grid-offset--2--desktop {
    margin-left: 16.66666667%;
  }
  .Grid-offset--3--desktop {
    margin-left: 25%;
  }
  .Grid-offset--4--desktop {
    margin-left: 33.33333333%;
  }
  .Grid-offset--5--desktop {
    margin-left: 41.66666667%;
  }
  .Grid-offset--6--desktop {
    margin-left: 50%;
  }
  .Grid-offset--7--desktop {
    margin-left: 58.33333333%;
  }
  .Grid-offset--8--desktop {
    margin-left: 66.66666667%;
  }
  .Grid-offset--9--desktop {
    margin-left: 75%;
  }
  .Grid-offset--10--desktop {
    margin-left: 83.33333333%;
  }
  .Grid-offset--11--desktop {
    margin-left: 91.66666667%;
  }
  .Grid-offset--12--desktop {
    margin-left: 100%;
  }
  .Grid-col--orderFirst--desktop {
    order: -1;
  }
  .Grid-col--orderLast--desktop {
    order: 1;
  }
}
/********************************************
	Nav
********************************************/
.Nav {
  position: relative;
  margin: 0;
  padding: 0;
}
.Nav:before,
.Nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.Nav:after {
  clear: both;
}
.Nav-item {
  list-style: none;
}
.Nav-link {
  display: block;
  cursor: pointer;
}
.Nav--menu {
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
.Nav--menu .Nav-item {
  float: left;
  background: none;
  border: none;
}
.Nav--menu .Nav-item:hover {
  background: rgba(18, 18, 18, 0);
  border: none;
}
.Nav--menu .Nav-item:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.Nav--menu .Nav-item:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.Nav--menu .Nav-item:hover,
.Nav--menu .Nav-item.is-active {
  background: rgba(18, 18, 18, 0);
  border: none;
}
.Nav--menu .Nav-item:hover .Nav-link:focus,
.Nav--menu .Nav-item.is-active .Nav-link:focus {
  outline: transparent solid 1px;
}
.Nav--menu .Nav-link {
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  padding: 0 40px;
  display: block;
  height: 24px;
  line-height: 24px;
}
.Nav--menu .Nav-link:hover {
  color: inherit;
}
.Nav--menu .Nav-link:focus {
  outline: transparent solid 1px;
}
.Nav--menu .Nav-item.is-active .Nav-link {
  background-color: #0383c2;
}
.Nav--menu .Nav-link {
  text-decoration: none;
}
.Nav--menu .Nav-link:hover {
  background-color: #038acc;
}
.Nav--menu .Icon {
  vertical-align: sub;
  margin-right: 10px;
  font-size: 30px;
}
.Nav--vertical .Nav-item,
.Nav--vertical .Nav-link {
  float: none;
  display: block;
}
.Nav--vertical .Nav-item {
  border: 0 solid #919496;
  margin-top: 0;
}
.Nav--vertical .Nav-item.is-active > .Nav-link {
  color: #919496;
  background-color: rgba(0, 0, 0, 0.3);
}
.Nav--vertical .Nav-item.is-active > .Nav-link:focus {
  outline: transparent solid 1px;
}
.Nav--vertical .Nav-link {
  color: #919496;
  padding: 0 20px;
  line-height: 36px;
}
.Nav--vertical .Nav-link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.Nav--vertical .Nav-link:focus {
  outline: transparent solid 1px;
}
.Nav--vertical .Nav-link.is-active {
  color: #919496;
  background-color: rgba(0, 0, 0, 0.3);
}
.Nav--vertical .Nav-linkIcon {
  float: right;
  line-height: 36px;
}
.Nav--vertical .Nav-item {
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Nav--vertical .Nav-item.is-active:before,
.Nav--vertical .Nav-item:hover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #1ed760;
  content: '';
}
.Nav--vertical .Nav-link {
  text-decoration: none;
}
.Nav--tabs {
  margin-bottom: 0;
  border-bottom: none;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
  height: 48px;
}
.Nav--tabs .Nav-item {
  display: inline-block;
  margin-right: 0;
}
.Nav--tabs .Nav-item.is-active .Nav-link {
  background: transparent;
  border-bottom: 0 solid transparent;
  color: #8991a5;
}
.Nav--tabs .Nav-link,
.Nav--tabs .Nav-link:visited {
  background: transparent;
  border: none;
  padding: 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #8991a5;
  text-decoration: none;
}
.Nav--tabs .Nav-link:hover,
.Nav--tabs .Nav-link:visited:hover {
  border: none;
  color: #6d768e;
}
.Nav--tabs .Nav-link:focus,
.Nav--tabs .Nav-link:visited:focus {
  text-decoration: underline;
}
.Nav--tabs .Nav-item {
  padding: 0 20px;
}
.Nav--tabs .Nav-item.is-active .Nav-link {
  border-bottom: 5px solid #039be5;
}
.Nav--tabs .Nav-link,
.Nav--tabs .Nav-link:visited {
  font-weight: normal;
  line-height: 42px;
  border-bottom: 5px solid transparent;
}
.Nav--tabs .Nav-link:hover,
.Nav--tabs .Nav-link:visited:hover {
  border-bottom: 5px solid #10affc;
}
.Nav--justified .Nav-item {
  float: none;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.Nav--justified .Nav-item .Nav-link {
  width: 100%;
}
.Nav--pills {
  margin-top: 12px;
  margin-bottom: 12px;
}
.Nav--pills .Nav-item {
  display: inline-block;
}
.Nav--pills .Nav-item.is-active .Nav-link {
  background: #06a3d5;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.5);
}
.Nav--pills .Nav-item.is-hidden {
  display: none;
}
.Nav--pills .Nav-link {
  display: block;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  width: auto;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #999999;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
}
.Nav--pills .Nav-link:hover {
  background: #06a3d5;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.5);
}
.Nav--pills .Nav-link.is-active {
  background: #06a3d5;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.5);
}
.Nav--pills .Nav-link.is-hidden {
  display: none;
}
/********************************************
	Panel
********************************************/
.Panel {
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  background-color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.Panel-header {
  overflow: auto;
  background-color: #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}
.Panel-heading {
  font-family: inherit;
  color: #8991a5;
  padding-left: 0;
  padding-right: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
  margin-left: 20px;
  margin-right: 20px;
}
.Panel-heading.Heading--two {
  color: #666666;
}
.Panel-body {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.Panel-bodyHeading {
  margin-top: 6px;
  margin-bottom: 12px;
}
.Panel--simple {
  border: none;
  border-radius: 0;
  background: none;
}
.Panel-body--highlight {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background-color: #e6e6e6;
  border: 1px solid #cdcdcd;
  border-width: 1px 0;
  background-color: #f4f4f4;
}
.Panel-body--highlight:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.Panel--transparent {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.Panel--transparent .Panel-header {
  background-color: transparent;
}
.Panel-tabs {
  background-color: #fff;
  margin-top: 12px;
  padding-top: 6px;
}
.Panel-header--primary {
  background-color: #039be5;
  color: #fff;
}
.Panel-header--xl {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.Panel--warning {
  color: #fff;
  border: 1px solid #a98005;
  background-color: #f8c11c;
}
.Panel--warning .Panel-header {
  background-color: #daa507;
}
.Panel--warning .Panel-heading {
  color: inherit;
}
.Panel--info {
  color: #fff;
  border: 1px solid #025780;
  background-color: #039be5;
}
.Panel--info .Panel-header {
  background-color: #0279b3;
}
.Panel--info .Panel-heading {
  color: inherit;
}
.Panel--danger {
  color: #fff;
  border: 1px solid #c81a18;
  background-color: #eb5c5b;
}
.Panel--danger .Panel-header {
  background-color: #e52f2e;
}
.Panel--danger .Panel-heading {
  color: inherit;
}
.Panel--success {
  color: #fff;
  border: 1px solid #2f430d;
  background-color: #6a981e;
}
.Panel--success .Panel-header {
  background-color: #4c6d16;
}
.Panel--success .Panel-heading {
  color: inherit;
}
.Form {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.Form-item {
  display: block;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
}
.Form-itemLabel,
.Form-itemLabel--lg {
  display: block;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.Form-itemLabel--lg {
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}
/********************************************
	Label
********************************************/
.Checkbox {
  position: relative;
  display: block;
  cursor: pointer;
  vertical-align: middle;
}
.Checkbox-icon {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  top: -1px;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -ms-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  margin-top: 5px;
}
.Checkbox-icon:before {
  position: absolute;
  font-size: 17px;
  left: 0px;
  top: -3px;
}
.Checkbox-input {
  position: absolute;
  overflow: hidden;
  width: 0px;
  height: 0px;
  opacity: 0;
  outline: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
.Checkbox-input[type="checkbox"]:not(:checked) + .Checkbox-icon:before {
  content: "";
}
.Checkbox-input[type="checkbox"]:checked + .Checkbox-icon:before {
  content: "\E62C";
}
.Checkbox-input[type="checkbox"]:focus + .Checkbox-icon {
  border: 1px solid blue;
}
.Checkbox-input[type="checkbox"]:focus + .Checkbox-icon {
  border-color: #057da3;
}
.Checkbox--md .Checkbox-icon {
  width: 18px;
  height: 18px;
  font-size: 21px;
  margin-top: 0;
}
.Checkbox--inline {
  display: inline-block;
}
.Checkbox-icon--primary {
  color: #06a3d5;
}
.Checkbox-icon--success {
  color: #57A62F;
}
.Checkbox-icon--warning {
  color: #ffae00;
}
.Checkbox-icon--danger {
  color: #D42020;
}
.Checkbox--xs {
  font-size: 0.75em;
}
.Checkbox--sm {
  font-size: 0.75em;
}
.Checkbox--lg {
  font-size: 0.75em;
}
.Checkbox--xl {
  font-size: 0.75em;
}
.Checkbox.is-disabled {
  color: #aaa;
  cursor: not-allowed;
}
.Checkbox.is-disabled .Checkbox-icon {
  color: #aaa;
}
/********************************************
	FormField
********************************************/
.Textbox,
.Textbox--success,
.Textbox--warning,
.Textbox--danger,
.Textbox--xs,
.Textbox--sm,
.Textbox--lg,
.Textbox--xl,
.Textbox--tiny,
.Textbox--short,
.Textbox--long {
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: none;
  vertical-align: middle;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-color: #d8d8d8;
  color: #585858;
  height: 26px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 16px;
  line-height: 100%;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -ms-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  font-weight: normal;
  margin-top: 6px;
  margin-bottom: 6px;
  width: 100%;
}
.Textbox:active,
.Textbox:focus,
.Textbox.is-focus,
.Textbox--xl:active,
.Textbox--xl:focus,
.Textbox--xl.is-focus {
  border-color: #c4c4c4;
}
.Textbox .Textbox-icon,
.Textbox--xl .Textbox-icon {
  color: #585858;
}
.Textbox::-webkit-input-placeholder,
.Textbox--xl::-webkit-input-placeholder {
  color: #bbbbbb;
}
.Textbox::-moz-placeholder,
.Textbox--xl::-moz-placeholder {
  color: #bbbbbb;
}
.Textbox:active,
.Textbox:focus,
.Textbox.is-active,
.Textbox--xl:active,
.Textbox--xl:focus,
.Textbox--xl.is-active {
  border-color: #bfbfbf;
}
.Textbox.is-disabled,
.Textbox--xl.is-disabled {
  border-color: #cacaca;
  color: #888;
  cursor: not-allowed;
}
.Textbox:focus,
.Textbox--xl:focus {
  border-color: #57a62f;
}
@media only screen and (min-width: 480px) {
  .Textbox,
  .Textbox--success,
  .Textbox--warning,
  .Textbox--danger,
  .Textbox--xs,
  .Textbox--sm,
  .Textbox--lg,
  .Textbox--xl,
  .Textbox--tiny,
  .Textbox--short,
  .Textbox--long {
    width: auto;
  }
}
.Textbox--success {
  border-color: #57a62f;
  color: #57a62f;
}
.Textbox--success:active,
.Textbox--success:focus,
.Textbox--success.is-focus {
  border-color: #468626;
}
.Textbox--success .Textbox-icon {
  color: #57a62f;
}
.Textbox--warning {
  border-color: #ffae00;
  color: #ffae00;
}
.Textbox--warning:active,
.Textbox--warning:focus,
.Textbox--warning.is-focus {
  border-color: #d69200;
}
.Textbox--warning .Textbox-icon {
  color: #ffae00;
}
.Textbox--danger {
  border-color: #d42020;
  color: #d42020;
}
.Textbox--danger:active,
.Textbox--danger:focus,
.Textbox--danger.is-focus {
  border-color: #b11b1b;
}
.Textbox--danger .Textbox-icon {
  color: #d42020;
}
.Textbox--xs {
  height: 23px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  line-height: 100%;
}
.Textbox--sm {
  height: 25px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
  line-height: 100%;
}
.Textbox--lg {
  height: 29px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  line-height: 100%;
}
.Textbox--xl {
  height: 37px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 23px;
  line-height: 100%;
  height: 54px;
  border-radius: 8px;
}
.Textbox--tiny {
  max-width: 50px;
}
.Textbox--short {
  max-width: 130px;
}
.Textbox--long {
  max-width: 130px;
}
.Textbox--block {
  width: 100%;
}
/********************************************
	Selectbox Lego
********************************************/
.Selectbox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #585858;
  outline: none;
  background-color: #fff;
  max-width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 0;
  line-height: 24px;
  height: 26px;
  font-weight: normal;
}
.Selectbox:after {
  position: absolute;
  top: 2px;
  right: 5px;
  font-family: "Menicon";
  font-weight: normal;
  font-size: 10px;
  content: "\E63C";
  z-index: 0;
}
.lte9 .Selectbox:after {
  content: '';
}
.Selectbox:after {
  line-height: inherit;
}
.Selectbox .Selectbox-input {
  font-size: 16px;
}
.Selectbox-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 18px;
  padding-left: 3px;
  color: #585858;
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  z-index: 1;
  position: relative;
  text-indent: 0.1px;
  text-overflow: '';
}
.Selectbox-input:focus {
  outline: none;
}
.lte9 .Selectbox-input {
  border: none;
  overflow: hidden;
  padding-right: 0;
}
.Selectbox-input::-ms-expand {
  display: none;
}
/********************************************
	Table
********************************************/
.Table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  text-align: left;
}
.Table-cell {
  padding: 10px 5px;
  border-top: 1px solid #d8d8d8;
  line-height: normal;
  vertical-align: middle;
  display: table-cell;
}
.Table-row {
  display: table-row;
  width: 100%;
}
.Table-head {
  display: table-header-group;
}
.Table-head .Table-cell {
  border-bottom: 2px solid #d8d8d8;
  border-top: 0;
  font-weight: 700;
}
.Table--bordered .Table-head .Table-cell {
  border-top: 1px solid #d8d8d8;
}
.Table-body {
  width: 100%;
  display: table-row-group;
}
.Table--bordered .Table-body .Table-cell {
  border-bottom: 1px solid #d8d8d8;
}
.Table-footer {
  display: table-footer-group;
}
.Table-footer .Table-cell {
  border-top: 2px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
}
.Table-footer .Table-cell {
  border-bottom: 1px solid #d8d8d8;
}
.Table-cell--12 {
  width: 12%;
}
.Table-cell--24 {
  width: 24%;
}
.Table-cell--36 {
  width: 36%;
}
.Table-cell--50 {
  width: 50%;
}
.Table-cell--64 {
  width: 64%;
}
.Table-cell--76 {
  width: 76%;
}
.Table-cell--88 {
  width: 88%;
}
.Table-cell--100 {
  width: 100%;
}
.Table--striped .Table-body .Table-row:nth-child(odd) .Table-cell {
  background-color: #f9f9f9;
}
.Table--bordered .Table-cell {
  border-right: 1px solid #d8d8d8;
}
.Table--bordered .Table-cell:first-child {
  border-left: 1px solid #d8d8d8;
}
.Table--condensed .Table-cell {
  padding: 0px 5px;
  line-height: 2em;
}
.Table--condensed .Table-footer .Table-cell {
  padding: 0 5px;
}
.Table-row--highlight .Table-cell {
  background-color: #FAF9F9;
}
.Table-row--hover:hover .Table-cell {
  background-color: #FAF9F9;
}
.Table-row--noBorder .Table-cell {
  border: 0 !important;
}
.Table-row--full .Table-cell {
  padding: 0;
}
.Table-cell--primary-simple {
  background-color: #fff;
  color: inherit;
  cursor: pointer;
}
.Table-cell--primary-simple .Button,
.Table-cell--primary-simple .Button--xl,
.Table-cell--primary-simple .Button--loginProvider,
.Table-cell--primary-simple .Button--google,
.Table-cell--primary-simple .Button--microsoft,
.Table-cell--primary-simple .Button--facebook {
  background-color: #fff;
  color: #fff;
}
.Table-row--hover:hover .Table-cell--primary-simple,
.Table-cell--primary-simple.hover:hover {
  background-color: #039be5;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--primary-simple .Button,
.Table-cell--primary-simple.hover:hover .Button,
.Table-row--hover:hover .Table-cell--primary-simple .Button--xl,
.Table-cell--primary-simple.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--primary-simple .Button--loginProvider,
.Table-cell--primary-simple.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--primary-simple .Button--google,
.Table-cell--primary-simple.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--primary-simple .Button--microsoft,
.Table-cell--primary-simple.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--primary-simple .Button--facebook,
.Table-cell--primary-simple.hover:hover .Button--facebook {
  background-color: #fff;
  color: #039be5;
}
.Table-cell--secondary-simple {
  background-color: #fff;
  color: inherit;
  cursor: pointer;
}
.Table-cell--secondary-simple .Button,
.Table-cell--secondary-simple .Button--xl,
.Table-cell--secondary-simple .Button--loginProvider,
.Table-cell--secondary-simple .Button--google,
.Table-cell--secondary-simple .Button--microsoft,
.Table-cell--secondary-simple .Button--facebook {
  background-color: #fff;
  color: #fff;
}
.Table-row--hover:hover .Table-cell--secondary-simple,
.Table-cell--secondary-simple.hover:hover {
  background-color: #1a1f26;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--secondary-simple .Button,
.Table-cell--secondary-simple.hover:hover .Button,
.Table-row--hover:hover .Table-cell--secondary-simple .Button--xl,
.Table-cell--secondary-simple.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--secondary-simple .Button--loginProvider,
.Table-cell--secondary-simple.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--secondary-simple .Button--google,
.Table-cell--secondary-simple.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--secondary-simple .Button--microsoft,
.Table-cell--secondary-simple.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--secondary-simple .Button--facebook,
.Table-cell--secondary-simple.hover:hover .Button--facebook {
  background-color: #fff;
  color: #1a1f26;
}
.Table-cell--success-simple {
  background-color: #fff;
  color: inherit;
  cursor: pointer;
}
.Table-cell--success-simple .Button,
.Table-cell--success-simple .Button--xl,
.Table-cell--success-simple .Button--loginProvider,
.Table-cell--success-simple .Button--google,
.Table-cell--success-simple .Button--microsoft,
.Table-cell--success-simple .Button--facebook {
  background-color: #fff;
  color: #fff;
}
.Table-row--hover:hover .Table-cell--success-simple,
.Table-cell--success-simple.hover:hover {
  background-color: #6a981e;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--success-simple .Button,
.Table-cell--success-simple.hover:hover .Button,
.Table-row--hover:hover .Table-cell--success-simple .Button--xl,
.Table-cell--success-simple.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--success-simple .Button--loginProvider,
.Table-cell--success-simple.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--success-simple .Button--google,
.Table-cell--success-simple.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--success-simple .Button--microsoft,
.Table-cell--success-simple.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--success-simple .Button--facebook,
.Table-cell--success-simple.hover:hover .Button--facebook {
  background-color: #fff;
  color: #6a981e;
}
.Table-cell--warning-simple {
  background-color: #fff;
  color: inherit;
  cursor: pointer;
}
.Table-cell--warning-simple .Button,
.Table-cell--warning-simple .Button--xl,
.Table-cell--warning-simple .Button--loginProvider,
.Table-cell--warning-simple .Button--google,
.Table-cell--warning-simple .Button--microsoft,
.Table-cell--warning-simple .Button--facebook {
  background-color: #fff;
  color: #fff;
}
.Table-row--hover:hover .Table-cell--warning-simple,
.Table-cell--warning-simple.hover:hover {
  background-color: #f8c11c;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--warning-simple .Button,
.Table-cell--warning-simple.hover:hover .Button,
.Table-row--hover:hover .Table-cell--warning-simple .Button--xl,
.Table-cell--warning-simple.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--warning-simple .Button--loginProvider,
.Table-cell--warning-simple.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--warning-simple .Button--google,
.Table-cell--warning-simple.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--warning-simple .Button--microsoft,
.Table-cell--warning-simple.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--warning-simple .Button--facebook,
.Table-cell--warning-simple.hover:hover .Button--facebook {
  background-color: #fff;
  color: #f8c11c;
}
.Table-cell--danger-simple {
  background-color: #fff;
  color: inherit;
  cursor: pointer;
}
.Table-cell--danger-simple .Button,
.Table-cell--danger-simple .Button--xl,
.Table-cell--danger-simple .Button--loginProvider,
.Table-cell--danger-simple .Button--google,
.Table-cell--danger-simple .Button--microsoft,
.Table-cell--danger-simple .Button--facebook {
  background-color: #fff;
  color: #fff;
}
.Table-row--hover:hover .Table-cell--danger-simple,
.Table-cell--danger-simple.hover:hover {
  background-color: #eb5c5b;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--danger-simple .Button,
.Table-cell--danger-simple.hover:hover .Button,
.Table-row--hover:hover .Table-cell--danger-simple .Button--xl,
.Table-cell--danger-simple.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--danger-simple .Button--loginProvider,
.Table-cell--danger-simple.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--danger-simple .Button--google,
.Table-cell--danger-simple.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--danger-simple .Button--microsoft,
.Table-cell--danger-simple.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--danger-simple .Button--facebook,
.Table-cell--danger-simple.hover:hover .Button--facebook {
  background-color: #fff;
  color: #eb5c5b;
}
.Table-cell--primary {
  background-color: #039be5;
  color: #fff;
  cursor: pointer;
}
.Table-cell--primary .Button,
.Table-cell--primary .Button--xl,
.Table-cell--primary .Button--loginProvider,
.Table-cell--primary .Button--google,
.Table-cell--primary .Button--microsoft,
.Table-cell--primary .Button--facebook {
  background-color: #fff;
  color: #039be5;
}
.Table-row--hover:hover .Table-cell--primary,
.Table-cell--primary.hover:hover {
  background-color: #1fb4fc;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--primary .Button,
.Table-cell--primary.hover:hover .Button,
.Table-row--hover:hover .Table-cell--primary .Button--xl,
.Table-cell--primary.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--primary .Button--loginProvider,
.Table-cell--primary.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--primary .Button--google,
.Table-cell--primary.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--primary .Button--microsoft,
.Table-cell--primary.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--primary .Button--facebook,
.Table-cell--primary.hover:hover .Button--facebook {
  background-color: #fff;
  color: #1fb4fc;
}
.Table-cell--secondary {
  background-color: #1a1f26;
  color: #fff;
  cursor: pointer;
}
.Table-cell--secondary .Button,
.Table-cell--secondary .Button--xl,
.Table-cell--secondary .Button--loginProvider,
.Table-cell--secondary .Button--google,
.Table-cell--secondary .Button--microsoft,
.Table-cell--secondary .Button--facebook {
  background-color: #fff;
  color: #1a1f26;
}
.Table-row--hover:hover .Table-cell--secondary,
.Table-cell--secondary.hover:hover {
  background-color: #2f3844;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--secondary .Button,
.Table-cell--secondary.hover:hover .Button,
.Table-row--hover:hover .Table-cell--secondary .Button--xl,
.Table-cell--secondary.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--secondary .Button--loginProvider,
.Table-cell--secondary.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--secondary .Button--google,
.Table-cell--secondary.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--secondary .Button--microsoft,
.Table-cell--secondary.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--secondary .Button--facebook,
.Table-cell--secondary.hover:hover .Button--facebook {
  background-color: #fff;
  color: #2f3844;
}
.Table-cell--success {
  background-color: #6a981e;
  color: #fff;
  cursor: pointer;
}
.Table-cell--success .Button,
.Table-cell--success .Button--xl,
.Table-cell--success .Button--loginProvider,
.Table-cell--success .Button--google,
.Table-cell--success .Button--microsoft,
.Table-cell--success .Button--facebook {
  background-color: #fff;
  color: #6a981e;
}
.Table-row--hover:hover .Table-cell--success,
.Table-cell--success.hover:hover {
  background-color: #88c326;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--success .Button,
.Table-cell--success.hover:hover .Button,
.Table-row--hover:hover .Table-cell--success .Button--xl,
.Table-cell--success.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--success .Button--loginProvider,
.Table-cell--success.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--success .Button--google,
.Table-cell--success.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--success .Button--microsoft,
.Table-cell--success.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--success .Button--facebook,
.Table-cell--success.hover:hover .Button--facebook {
  background-color: #fff;
  color: #88c326;
}
.Table-cell--warning {
  background-color: #f8c11c;
  color: #fff;
  cursor: pointer;
}
.Table-cell--warning .Button,
.Table-cell--warning .Button--xl,
.Table-cell--warning .Button--loginProvider,
.Table-cell--warning .Button--google,
.Table-cell--warning .Button--microsoft,
.Table-cell--warning .Button--facebook {
  background-color: #fff;
  color: #f8c11c;
}
.Table-row--hover:hover .Table-cell--warning,
.Table-cell--warning.hover:hover {
  background-color: #facf4d;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--warning .Button,
.Table-cell--warning.hover:hover .Button,
.Table-row--hover:hover .Table-cell--warning .Button--xl,
.Table-cell--warning.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--warning .Button--loginProvider,
.Table-cell--warning.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--warning .Button--google,
.Table-cell--warning.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--warning .Button--microsoft,
.Table-cell--warning.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--warning .Button--facebook,
.Table-cell--warning.hover:hover .Button--facebook {
  background-color: #fff;
  color: #facf4d;
}
.Table-cell--danger {
  background-color: #eb5c5b;
  color: #fff;
  cursor: pointer;
}
.Table-cell--danger .Button,
.Table-cell--danger .Button--xl,
.Table-cell--danger .Button--loginProvider,
.Table-cell--danger .Button--google,
.Table-cell--danger .Button--microsoft,
.Table-cell--danger .Button--facebook {
  background-color: #fff;
  color: #eb5c5b;
}
.Table-row--hover:hover .Table-cell--danger,
.Table-cell--danger.hover:hover {
  background-color: #f18988;
  color: #fff;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--danger .Button,
.Table-cell--danger.hover:hover .Button,
.Table-row--hover:hover .Table-cell--danger .Button--xl,
.Table-cell--danger.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--danger .Button--loginProvider,
.Table-cell--danger.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--danger .Button--google,
.Table-cell--danger.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--danger .Button--microsoft,
.Table-cell--danger.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--danger .Button--facebook,
.Table-cell--danger.hover:hover .Button--facebook {
  background-color: #fff;
  color: #f18988;
}
.Table-cell--primary-light {
  background-color: #cdedf7;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-cell--primary-light .Button,
.Table-cell--primary-light .Button--xl,
.Table-cell--primary-light .Button--loginProvider,
.Table-cell--primary-light .Button--google,
.Table-cell--primary-light .Button--microsoft,
.Table-cell--primary-light .Button--facebook {
  background-color: #fff;
  color: #cdedf7;
}
.Table-row--hover:hover .Table-cell--primary-light,
.Table-cell--primary-light.hover:hover {
  background-color: #e3f5fb;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--primary-light .Button,
.Table-cell--primary-light.hover:hover .Button,
.Table-row--hover:hover .Table-cell--primary-light .Button--xl,
.Table-cell--primary-light.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--primary-light .Button--loginProvider,
.Table-cell--primary-light.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--primary-light .Button--google,
.Table-cell--primary-light.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--primary-light .Button--microsoft,
.Table-cell--primary-light.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--primary-light .Button--facebook,
.Table-cell--primary-light.hover:hover .Button--facebook {
  background-color: #fff;
  color: #e3f5fb;
}
.Table-cell--secondary-light {
  background-color: #4e5d72;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-cell--secondary-light .Button,
.Table-cell--secondary-light .Button--xl,
.Table-cell--secondary-light .Button--loginProvider,
.Table-cell--secondary-light .Button--google,
.Table-cell--secondary-light .Button--microsoft,
.Table-cell--secondary-light .Button--facebook {
  background-color: #fff;
  color: #4e5d72;
}
.Table-row--hover:hover .Table-cell--secondary-light,
.Table-cell--secondary-light.hover:hover {
  background-color: #637590;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--secondary-light .Button,
.Table-cell--secondary-light.hover:hover .Button,
.Table-row--hover:hover .Table-cell--secondary-light .Button--xl,
.Table-cell--secondary-light.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--secondary-light .Button--loginProvider,
.Table-cell--secondary-light.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--secondary-light .Button--google,
.Table-cell--secondary-light.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--secondary-light .Button--microsoft,
.Table-cell--secondary-light.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--secondary-light .Button--facebook,
.Table-cell--secondary-light.hover:hover .Button--facebook {
  background-color: #fff;
  color: #637590;
}
.Table-cell--success-light {
  background-color: #abde58;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-cell--success-light .Button,
.Table-cell--success-light .Button--xl,
.Table-cell--success-light .Button--loginProvider,
.Table-cell--success-light .Button--google,
.Table-cell--success-light .Button--microsoft,
.Table-cell--success-light .Button--facebook {
  background-color: #fff;
  color: #abde58;
}
.Table-row--hover:hover .Table-cell--success-light,
.Table-cell--success-light.hover:hover {
  background-color: #c1e682;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--success-light .Button,
.Table-cell--success-light.hover:hover .Button,
.Table-row--hover:hover .Table-cell--success-light .Button--xl,
.Table-cell--success-light.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--success-light .Button--loginProvider,
.Table-cell--success-light.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--success-light .Button--google,
.Table-cell--success-light.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--success-light .Button--microsoft,
.Table-cell--success-light.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--success-light .Button--facebook,
.Table-cell--success-light.hover:hover .Button--facebook {
  background-color: #fff;
  color: #c1e682;
}
.Table-cell--warning-light {
  background-color: #fce398;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-cell--warning-light .Button,
.Table-cell--warning-light .Button--xl,
.Table-cell--warning-light .Button--loginProvider,
.Table-cell--warning-light .Button--google,
.Table-cell--warning-light .Button--microsoft,
.Table-cell--warning-light .Button--facebook {
  background-color: #fff;
  color: #fce398;
}
.Table-row--hover:hover .Table-cell--warning-light,
.Table-cell--warning-light.hover:hover {
  background-color: #fdf0c9;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--warning-light .Button,
.Table-cell--warning-light.hover:hover .Button,
.Table-row--hover:hover .Table-cell--warning-light .Button--xl,
.Table-cell--warning-light.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--warning-light .Button--loginProvider,
.Table-cell--warning-light.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--warning-light .Button--google,
.Table-cell--warning-light.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--warning-light .Button--microsoft,
.Table-cell--warning-light.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--warning-light .Button--facebook,
.Table-cell--warning-light.hover:hover .Button--facebook {
  background-color: #fff;
  color: #fdf0c9;
}
.Table-cell--danger-light {
  background-color: #f9cdcd;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-cell--danger-light .Button,
.Table-cell--danger-light .Button--xl,
.Table-cell--danger-light .Button--loginProvider,
.Table-cell--danger-light .Button--google,
.Table-cell--danger-light .Button--microsoft,
.Table-cell--danger-light .Button--facebook {
  background-color: #fff;
  color: #f9cdcd;
}
.Table-row--hover:hover .Table-cell--danger-light,
.Table-cell--danger-light.hover:hover {
  background-color: #fefafa;
  color: #5B5B5B;
  cursor: pointer;
}
.Table-row--hover:hover .Table-cell--danger-light .Button,
.Table-cell--danger-light.hover:hover .Button,
.Table-row--hover:hover .Table-cell--danger-light .Button--xl,
.Table-cell--danger-light.hover:hover .Button--xl,
.Table-row--hover:hover .Table-cell--danger-light .Button--loginProvider,
.Table-cell--danger-light.hover:hover .Button--loginProvider,
.Table-row--hover:hover .Table-cell--danger-light .Button--google,
.Table-cell--danger-light.hover:hover .Button--google,
.Table-row--hover:hover .Table-cell--danger-light .Button--microsoft,
.Table-cell--danger-light.hover:hover .Button--microsoft,
.Table-row--hover:hover .Table-cell--danger-light .Button--facebook,
.Table-cell--danger-light.hover:hover .Button--facebook {
  background-color: #fff;
  color: #fefafa;
}
.Table-cell--indented {
  padding-left: 32px !important;
  position: relative;
}
.Table-cell--indented .Icon {
  position: absolute;
  left: 5px;
  top: 0;
}
.Table-cell--full {
  padding: 0;
}
/********************************************
	Base styles
********************************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
body a {
  color: #039be5;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body * {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  margin-bottom: 6px;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
[ng-cloak] {
  display: none;
}
/********************************************
	Layouts
********************************************/
.App {
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: url(/assets/img/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.App-header {
  display: flex;
  align-items: center;
  background-color: #039be5;
}
.App-header a {
  color: #fff;
}
.App-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}
.App-header-logo {
  margin-right: 30px;
}
.App-header-logo .Nav-link {
  height: 60px;
}
.App-logo {
  display: inline-block;
  width: 180px;
  min-height: 60px;
  background-image: url(/assets/img/logo-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.lang-is .App-logo {
  background-image: url(/assets/img/logo-white-is.svg);
}
.App-logo-text {
  display: none;
}
.App-header-loginStatus {
  align-self: stretch;
  display: flex;
}
.App-header-loginStatus .Nav {
  display: flex;
  align-self: stretch;
}
.App-header-loginStatus .Nav .Nav-item {
  display: flex;
  align-items: stretch;
}
.App-header-loginStatus .Nav .Nav-item .Nav-link {
  height: auto;
  color: #fff;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.App-header-loginStatus .Nav .Nav-item .Nav-link:hover {
  color: #fff;
}
.App-body {
  flex: 1;
  padding: 0 20px;
}
.App-footer {
  display: flex;
  align-items: center;
  height: 48px;
}
.Container {
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 480px) {
  .Container {
    width: 480px;
  }
}
@media only screen and (min-width: 600px) {
  .Container {
    width: 600px;
  }
}
@media only screen and (min-width: 960px) {
  .Container {
    width: 960px;
  }
}
.Page {
  display: flex;
  align-items: stretch;
  min-height: 600px;
}
.Page-aside--left {
  flex-basis: 240px;
  background: #1C1C1C;
  flex-shrink: 0;
}
.Page-main,
.App--modal .Page {
  flex-grow: 1;
  background: #fff;
  padding: 0 20px;
  border-radius: 6px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.App--modal .Page {
  flex-direction: column;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0 auto;
  min-height: 0;
}
@media only screen and (min-width: 960px) {
  .App--modal .Page {
    width: 768px;
  }
}
.App--modal .Page-main {
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .App--modal .Page-main {
    padding-bottom: 18px;
  }
}
.App--modal .fn-btnLogout {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin: 0;
}
.App--modal .Page-header {
  border-bottom: 1px solid #dadde3;
  margin-bottom: 12px;
}
.App--modal .Page-heading {
  text-align: center;
  margin-bottom: 18px;
}
.App--modal .App-body {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 600px) {
  .App--modal .App-body {
    margin-top: 10%;
  }
}
.App--modal .fn-usernameInput,
.App--modal .fn-passwordInput {
  background-position: 10px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-color: #fff;
}
.App--modal .fn-usernameInput {
  background-image: url(/assets/img/user.svg);
}
.App--modal .fn-passwordInput {
  background-image: url(/assets/img/password.svg);
}
.fn-headingLogo {
  background-image: url(/assets/img/logo-white.svg);
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-indent: -2000em;
  height: 90px;
  margin: 0;
  margin: 0 0 0 20px;
}
.lang-is .fn-headingLogo {
  background-image: url(/assets/img/logo-white-is.svg);
}
.LoginForm {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .LoginForm {
    flex-direction: row;
    padding-top: 30px;
  }
}
.LoginForm .Button--google,
.LoginForm .Textbox--xl:first-child {
  margin-top: 0;
}
.LoginForm p,
.LoginForm .Checkbox {
  font-size: 14px;
  line-height: 18px;
}
.LoginForm a {
  text-decoration: none;
}
.LoginForm a:hover {
  text-decoration: underline;
}
.LoginForm-loginCol {
  flex-basis: 45%;
}
.LoginForm-splitterCol {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-basis: 10%;
  border-top: 1px solid #dadde3;
  border-bottom: 1px solid #dadde3;
  padding: 0;
  margin: 18px 0;
}
.LoginForm-socialCol {
  flex-basis: 45%;
}
.LoginForm-splitterCol-heading {
  flex: 0 1 auto;
  align-self: center;
  width: 100%;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  color: #8991a5;
  margin: 0 1px 0 0;
  background: #fff;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
.LoginForm-splitterCol-line {
  width: 1px;
  background: #dadde3;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: calc(49%);
}
@media only screen and (min-width: 600px) {
  .LoginForm-splitterCol {
    padding-bottom: 36px;
    margin: 0;
    border: none;
  }
  .LoginForm-splitterCol-line {
    bottom: 36px;
  }
}
/*IS4 CSS*/
.validation-summary-valid {
  display: none;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
/********************************************
	Text utils
********************************************/
/**
 * Web accessibility
 *
 * For text that's rendered for Web Accessibility
 * (i.e. for buttons that are icons) but not visible in the UI.
 */
.u-waiText {
  display: none;
}
.u-textNoWrap {
  white-space: nowrap !important;
}
/**
 * Text layout
 */
.u-textUpper {
  text-transform: uppercase !important;
}
.u-textLower {
  text-transform: lowercase !important;
}
.u-textCenter {
  text-align: center !important;
}
.u-textLeft {
  text-align: left !important;
}
.u-textRight {
  text-align: right !important;
}
.u-textMiddle {
  vertical-align: middle;
}
.u-textStrikeThrough {
  text-decoration: line-through;
}
/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */
.u-textTruncate {
  max-width: 100%;
  /* 1 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  /* 2 */
}
/**
 * Word breaking
 *
 * Break strings when their length exceeds the width of their container.
 */
.u-textBreak {
  word-wrap: break-word !important;
}
/**
 * Text colors
 *
 */
.u-textPrimary {
  color: #039be5 !important;
}
.u-textSecondary {
  color: #1a1f26 !important;
}
.u-textSuccess {
  color: #6a981e !important;
}
.u-textWarning {
  color: #f8c11c !important;
}
.u-textDanger {
  color: #eb5c5b !important;
}
.u-textBase {
  color: #666666 !important;
}
.u-textNormal {
  font-weight: normal !important;
}
.u-bold {
  font-weight: bold;
}
.u-hide {
  display: none;
}
.u-pullLeft {
  float: left;
}
.u-pullRight {
  float: right;
}
.m--0 {
  margin: 0 !important;
}
.m--1 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.m--2 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.m--3 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.m--4 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mt--0 {
  margin-top: 0 !important;
}
.mt--1 {
  margin-top: 6px !important;
}
.mt--2 {
  margin-top: 12px !important;
}
.mt--3 {
  margin-top: 18px !important;
}
.mt--4 {
  margin-top: 24px !important;
}
.mt--5 {
  margin-top: 30px !important;
}
.mt--6 {
  margin-top: 36px !important;
}
.mt--7 {
  margin-top: 42px !important;
}
.mt--8 {
  margin-top: 48px !important;
}
.mt--9 {
  margin-top: 54px !important;
}
.mt--10 {
  margin-top: 60px !important;
}
.mb--0 {
  margin-bottom: 0 !important;
}
.mb--1 {
  margin-bottom: 6px !important;
}
.mb--2 {
  margin-bottom: 12px !important;
}
.mb--3 {
  margin-bottom: 18px !important;
}
.mb--4 {
  margin-bottom: 24px !important;
}
.mb--5 {
  margin-bottom: 30px !important;
}
.mb--6 {
  margin-bottom: 36px !important;
}
.mb--7 {
  margin-bottom: 42px !important;
}
.mb--8 {
  margin-bottom: 48px !important;
}
.mb--9 {
  margin-bottom: 54px !important;
}
.mb--10 {
  margin-bottom: 60px !important;
}
