@charset "UTF-8";
/* Embla variables:

// settings/_settings.defaults.scss
$font-family-sans-serif:  'Roboto', Helvetica, Arial, sans-serif !default;
$font-family-base:        $font-family-sans-serif !default;
$font-family-headings:    $font-family-sans-serif !default;
*/
/*
$font-size-root:          16px !default;

$font-size-base:          $font-size-root * 0.875 !default;


$font-weight-thin:        100 !default;
$font-weight-light:       300 !default;
$font-weight-regular:     400 !default;
$font-weight-medium:      500 !default;
$font-weight-bold:        700 !default;

$box-shadow-color:          rgba(0, 0, 0, .1) !default;
$default-box-shadow:        0 1px 4px 0 $box-shadow-color !default;

$default-border-color:      $color-gray-85 !default;
$default-border:            1px solid $default-border-color !default;
$input-border:              $color-gray-70 !default;
$focus-border:              $color-gray-45 !default;

$border-radius-base:        2px !default;
$border-radius-large:       2px !default;
$border-radius-small:       2px !default;

$base-icon-path:            "/assets/dist/icons/" !default;

$disabled-opacity:          .65 !default;
$disabled-text-opacity:     .5 !default;
$disabled-background-color:  $color-gray-95 !default;

$outline-border-opacity: .35 !default;
$outline-box-shadow: 0 0 0 3px !default;
*/
/*
// settings/_settings.colors.scss
$color-primary:           #eeaf1a !default;
$color-primary-dark:      #b78100 !default;
$color-primary-light:     #ffc954 !default;

$color-secondary:         #3d35aa !default;
$color-secondary-dark:    #000d7a !default;
$color-secondary-light:   #7360dd !default;

$color-tertiary:          #61d2d3 !default;
$color-tertiary-dark:     #21a0a2 !default;
$color-tertiary-light:    #97ffff !default;
*/
/*$color-primary-10: #E5F6FD !default;*/
/*

$color-gray-15:         #333 !default;
$color-gray-45:         #555 !default;
$color-gray-60:         #999 !default;
$color-gray-70:         #b8b8b8 !default;
$color-gray-85:         #dcdcdc !default;
$color-gray-95:         #f2f2f2 !default;

$color-white:           #fff !default;

$color-success:         #71DC9C !default;
$color-success-dark:    darken($color-success, 10%) !default;
$color-success-light:   #C6F1D7 !default;

$color-warning:         #F3D15D !default;
$color-warning-dark:    darken($color-warning, 10%) !default;
$color-warning-light:   #FAECBE !default;

$color-danger:          #FC7E7A !default;
$color-danger-dark:     darken($color-danger, 10%) !default;
$color-danger-light:    #FDCBC9 !default;

$color-info:            #aac9de !default;
$color-info-dark:       darken($color-info, 10%) !default;
$color-info-light:      #dde9f2 !default;
 */
/*

$text-color:            $color-gray-45 !default;
$text-color-subtle:     rgba($text-color, 0.65) !default;
$text-color-disabled:   rgba($text-color, 0.35) !default;

$text-heading-color:          $color-gray-15 !default;
$text-heading-color-subtle:   rgba($text-heading-color, 0.65) !default;

//Bootstrap overrides
$gray-base:             $color-gray-70 !default;
$gray-darker:           $color-gray-15 !default;
$gray-dark:             $color-gray-45 !default;
$gray:                  $color-gray-70 !default;
$gray-light:            $color-gray-85 !default;
$gray-lighter:          $color-gray-95 !default;

$brand-primary:         $color-primary !default;
$brand-success:         $color-success !default;
$brand-info:            $color-info !default;
$brand-warning:         $color-warning !default;
$brand-danger:          $color-danger !default;

$state-danger-text:     $color-danger !default;

$validation-error:      $color-danger !default;
*/
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-main-content, .cd-main-header {
  position: relative;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (max-width: 1199px) {
    .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
      -webkit-transform: translateX(-260px);
      transform: translateX(-260px); }
    .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
      -webkit-transform: translateX(260px);
      transform: translateX(260px); } }

.cd-main-content {
  background: #B8B8B8;
  min-height: 100vh;
  z-index: 2; }

.cd-main-header {
  height: 83px;
  background: #ffffff;
  z-index: 3; }
  .nav-is-fixed .cd-main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  @media only screen and (min-width: 1200px) {
    .cd-main-header {
      height: 83px; }
      .cd-main-header::after {
        clear: both;
        content: "";
        display: table; } }

.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%; }
  .cd-logo img {
    display: block; }
  @media only screen and (max-width: 1199px) {
    .nav-on-left .cd-logo {
      left: auto;
      right: 5%; } }
  @media only screen and (min-width: 1200px) {
    .cd-logo {
      top: 26px;
      left: 4em; } }

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 16px;
  right: 15px; }
  .cd-header-buttons li {
    display: inline-block; }
  @media only screen and (max-width: 1199px) {
    .nav-on-left .cd-header-buttons {
      right: auto;
      left: 5%; }
      .nav-on-left .cd-header-buttons li {
        float: right; } }
  @media only screen and (min-width: 1200px) {
    .cd-header-buttons {
      top: 18px;
      right: 4em; } }

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff; }

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #fff;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #333333;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-nav-trigger {
  height: 48px;
  width: 48px;
  border-radius: 28px;
  background-color: #4048E8;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.1), 0 27px 25px 0 rgba(0, 0, 0, 0.15); }
  .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 16px;
    background: #fff; }
  .cd-nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    transition: background 0.3s 0.3s; }
  .cd-nav-trigger span::before, .cd-nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s; }
  .cd-nav-trigger span::before {
    /* menu icon top line */
    top: -5px; }
  .cd-nav-trigger span::after {
    /* menu icon bottom line */
    top: 5px; }
  .cd-nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(255, 255, 255, 0); }
  .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: white; }
  .cd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(2px) translateY(0) rotate(45deg);
    transform: translateX(2px) translateY(0) rotate(45deg); }
  .cd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(2px) translateY(1px) rotate(-45deg);
    transform: translateX(2px) translateY(1px) rotate(-45deg); }
  @media only screen and (min-width: 1200px) {
    .cd-nav-trigger {
      display: none; } }

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #fff;
  list-style: none;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  /*@include transform(translateZ(0));

	@include transform(translateX(0));*/
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }
  .cd-primary-nav a, .cd-primary-nav ul a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    color: #333333;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
  .cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

@media only screen and (max-width: 1199px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0; } }

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #4048E8; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 40px;
  line-height: 40px; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    overflow: hidden;
    text-overflow: ellipsis; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #333333;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none; }

@media only screen and (max-width: 1199px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    transition: visibility 0s 0.3s; }
    .cd-primary-nav.nav-is-visible {
      visibility: visible;
      transition: visibility 0s 0s; } }

@media only screen and (min-width: 1200px) {
  .cd-primary-nav {
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent; }
    .cd-primary-nav::after {
      clear: both;
      content: "";
      display: table; }
    .cd-primary-nav.moves-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .cd-primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 3; }
      .cd-primary-nav ul.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      .cd-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    .cd-primary-nav > li {
      float: left;
      margin-left: 20px; }
    .cd-primary-nav > li > a {
      /* main navigation buttons style */
      position: relative;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      padding: 0 10px;
      color: #333333;
      overflow: visible;
      border-bottom: none;
      transition: color 0.3s, box-shadow 0.3s;
      text-decoration: none; }
      .cd-primary-nav > li > a:hover {
        color: #4048E8; }
      .cd-primary-nav > li > a.selected {
        color: #4048E8;
        box-shadow: inset 0 -2px 0 #4048E8; }
    .cd-primary-nav .go-back, .cd-primary-nav .see-all {
      display: none; }
    .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
      /* dropdown menu style */
      position: absolute;
      top: 80px;
      width: 100vw;
      background: #ffffff;
      padding: 30px 15px 110px;
      box-shadow: inset 0 1px 0 #B8B8B8, 0 3px 6px rgba(0, 0, 0, 0.05);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      transition: opacity .3s 0s, visibility 0s 0s; }
      .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
        clear: both;
        content: "";
        display: table; }
      .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s 0s, visibility 0s .3s; }
      .cd-primary-nav .cd-secondary-nav > li > ul > .see-all, .cd-primary-nav .cd-nav-gallery > li > ul > .see-all, .cd-primary-nav .cd-nav-icons > li > ul > .see-all {
        /* this is the BIG See all button at the bottom of the dropdown menu */
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 62px;
        width: 100%;
        overflow: hidden;
        /* reset some inherited style */
        margin: 0;
        padding: 0;
        border-top: 1px solid #CCE4FE;
        /*a {
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					text-align: left;
					line-height: 80px;
					border-top: 1px solid #CCE4FE;
					

					border-bottom: none;
					margin: 0;
					padding: 0;
					@include transition(color .2s, background .2s, border .2s);

					&:hover {
						
						color:#4048E8
					}
				}*/ }
        .cd-primary-nav .cd-secondary-nav > li > ul > .see-all a, .cd-primary-nav .cd-nav-gallery > li > ul > .see-all a, .cd-primary-nav .cd-nav-icons > li > ul > .see-all a {
          margin: 0 auto;
          padding: 0 15px;
          line-height: 62px;
          height: 62px;
          font-size: 20px; }
    .cd-primary-nav .cd-secondary-nav > li {
      /* change the height according to your needs - you can even set height: auto */
      height: 340px;
      /* here you set the number of columns - use width percentage */
      width: 23%;
      float: left;
      margin-right: 2.66%;
      border-right: 1px solid #B8B8B8;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
        /* +2 because we have 2 list items with display:none */
        margin-right: 0;
        border-right: none; }
      .cd-primary-nav .cd-secondary-nav > li > a {
        /* secondary nav title */
        color: #4048E8;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: .6em; }
    .cd-primary-nav .cd-secondary-nav a {
      height: 30px;
      line-height: 30px;
      padding: 0 18% 0 0;
      color: #333333;
      border-bottom: none;
      font-size: 1.4rem; }
      .cd-primary-nav .cd-secondary-nav a:hover {
        color: #4048E8; }
    .cd-primary-nav .cd-secondary-nav ul {
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .cd-primary-nav .cd-secondary-nav ul ul {
      /* tertiary navigation */
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
      .cd-primary-nav .cd-secondary-nav ul ul .go-back {
        display: block; }
        .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
          color: transparent; }
      .cd-primary-nav .cd-secondary-nav ul ul .see-all {
        display: block; }
    .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
      /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    .cd-primary-nav .cd-nav-gallery {
      list-style: none; }
      .cd-primary-nav .cd-nav-gallery > li > ul > li {
        /* set here number of columns - use width percentage */
        width: 16%;
        float: left;
        margin: 0 4% 40px 0; }
        .cd-primary-nav .cd-nav-gallery > li > ul > li.headline {
          width: 100%;
          display: block; }
          .cd-primary-nav .cd-nav-gallery > li > ul > li.headline > span {
            padding: 0;
            margin: 0;
            font-size: 24px; }
        .cd-primary-nav .cd-nav-gallery > li > ul > li:nth-of-type(5n+3) {
          /* +2 because we have three additional list items with display:none */
          margin-right: 0; }
      .cd-primary-nav .cd-nav-gallery .cd-nav-item {
        border-bottom: none;
        padding: 0;
        height: auto;
        line-height: 1.2;
        border-bottom: 1px solid #CCE4FE;
        padding-bottom: 15px; }
        .cd-primary-nav .cd-nav-gallery .cd-nav-item:hover {
          border-bottom: 1px solid #4048E8;
          box-shadow: 0 1px 0 0 #4048E8;
          color: #4048E8; }
        .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
          position: static;
          margin-top: 0;
          height: auto;
          width: 100%;
          margin-bottom: .6em; }
        .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
          color: #4048E8;
          font-weight: bold;
          padding: 0 .4em; }
    .cd-primary-nav .cd-nav-icons li {
      /* set here number of columns - use width percentage */
      width: 32%;
      float: left;
      margin: 0 2% 20px 0; }
      .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
    .cd-primary-nav .cd-nav-icons .cd-nav-item {
      border-bottom: none;
      height: 80px;
      line-height: 1.2;
      padding: 24px 0 0 85px;
      position: relative; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
        background: #cccccc; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
        color: #4048E8;
        font-weight: bold; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item p {
        display: block; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
        left: 25px; } }

.has-children > a, .go-back a {
  position: relative; }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 0;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #4048E8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (min-width: 1200px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #9f9e9e; }
    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
      background: #4048E8; } }

.has-children > a {
  padding-right: 40px; }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }

.cd-primary-nav .go-back a {
  padding-left: 40px;
  height: 80px;
  line-height: 80px; }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }

@media only screen and (min-width: 1200px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%; }
  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 25px !important;
    padding-left: 0; }
    .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
      width: 7px;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: #9f9e9e;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: width 0.3s, -webkit-transform 0.3s;
      transition: width 0.3s, transform 0.3s; }
    .cd-primary-nav > .has-children > a::before {
      right: 12px; }
    .cd-primary-nav > .has-children > a::after {
      right: 7px; }
    .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
      width: 14px; }
    .cd-primary-nav > .has-children > a.selected::before {
      -webkit-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg); }
    .cd-primary-nav > .has-children > a.selected::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }
  .cd-primary-nav .go-back a {
    padding-left: 20px; }
    .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
      left: 1px; } }

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-search form {
    height: 100%;
    width: 100%; }
  .cd-search input {
    border-radius: 0;
    border: none;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #B8B8B8, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .cd-search input::-webkit-input-placeholder {
      color: #9f9e9e; }
    .cd-search input::-moz-placeholder {
      color: #9f9e9e; }
    .cd-search input:-moz-placeholder {
      color: #9f9e9e; }
    .cd-search input:-ms-input-placeholder {
      color: #9f9e9e; }
    .cd-search input:focus {
      outline: none; }
  .cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .nav-is-fixed .cd-search {
    position: fixed; }
  @media only screen and (min-width: 1200px) {
    .cd-search {
      height: 120px;
      top: 80px; }
      .cd-search input {
        padding: 0 2em;
        font-size: 3.2rem;
        font-weight: 300; } }

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  /*@include MQ(maxL) {
		&.is-visible {
			@include transform(translateX(-$nav-width-S));
		}
		.nav-on-left &.is-visible {
			@include transform(translateX($nav-width-S));
		}
		&.is-visible.search-is-visible, .nav-on-left &.is-visible.search-is-visible {
			@include transform(translateX(0));
		}
	}*/ }
  .cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1200px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Embla variables:

// settings/_settings.defaults.scss
$font-family-sans-serif:  'Roboto', Helvetica, Arial, sans-serif !default;
$font-family-base:        $font-family-sans-serif !default;
$font-family-headings:    $font-family-sans-serif !default;
*/
/*
$font-size-root:          16px !default;

$font-size-base:          $font-size-root * 0.875 !default;


$font-weight-thin:        100 !default;
$font-weight-light:       300 !default;
$font-weight-regular:     400 !default;
$font-weight-medium:      500 !default;
$font-weight-bold:        700 !default;

$box-shadow-color:          rgba(0, 0, 0, .1) !default;
$default-box-shadow:        0 1px 4px 0 $box-shadow-color !default;

$default-border-color:      $color-gray-85 !default;
$default-border:            1px solid $default-border-color !default;
$input-border:              $color-gray-70 !default;
$focus-border:              $color-gray-45 !default;

$border-radius-base:        2px !default;
$border-radius-large:       2px !default;
$border-radius-small:       2px !default;

$base-icon-path:            "/assets/dist/icons/" !default;

$disabled-opacity:          .65 !default;
$disabled-text-opacity:     .5 !default;
$disabled-background-color:  $color-gray-95 !default;

$outline-border-opacity: .35 !default;
$outline-box-shadow: 0 0 0 3px !default;
*/
/*
// settings/_settings.colors.scss
$color-primary:           #eeaf1a !default;
$color-primary-dark:      #b78100 !default;
$color-primary-light:     #ffc954 !default;

$color-secondary:         #3d35aa !default;
$color-secondary-dark:    #000d7a !default;
$color-secondary-light:   #7360dd !default;

$color-tertiary:          #61d2d3 !default;
$color-tertiary-dark:     #21a0a2 !default;
$color-tertiary-light:    #97ffff !default;
*/
/*$color-primary-10: #E5F6FD !default;*/
/*

$color-gray-15:         #333 !default;
$color-gray-45:         #555 !default;
$color-gray-60:         #999 !default;
$color-gray-70:         #b8b8b8 !default;
$color-gray-85:         #dcdcdc !default;
$color-gray-95:         #f2f2f2 !default;

$color-white:           #fff !default;

$color-success:         #71DC9C !default;
$color-success-dark:    darken($color-success, 10%) !default;
$color-success-light:   #C6F1D7 !default;

$color-warning:         #F3D15D !default;
$color-warning-dark:    darken($color-warning, 10%) !default;
$color-warning-light:   #FAECBE !default;

$color-danger:          #FC7E7A !default;
$color-danger-dark:     darken($color-danger, 10%) !default;
$color-danger-light:    #FDCBC9 !default;

$color-info:            #aac9de !default;
$color-info-dark:       darken($color-info, 10%) !default;
$color-info-light:      #dde9f2 !default;
 */
/*

$text-color:            $color-gray-45 !default;
$text-color-subtle:     rgba($text-color, 0.65) !default;
$text-color-disabled:   rgba($text-color, 0.35) !default;

$text-heading-color:          $color-gray-15 !default;
$text-heading-color-subtle:   rgba($text-heading-color, 0.65) !default;

//Bootstrap overrides
$gray-base:             $color-gray-70 !default;
$gray-darker:           $color-gray-15 !default;
$gray-dark:             $color-gray-45 !default;
$gray:                  $color-gray-70 !default;
$gray-light:            $color-gray-85 !default;
$gray-lighter:          $color-gray-95 !default;

$brand-primary:         $color-primary !default;
$brand-success:         $color-success !default;
$brand-info:            $color-info !default;
$brand-warning:         $color-warning !default;
$brand-danger:          $color-danger !default;

$state-danger-text:     $color-danger !default;

$validation-error:      $color-danger !default;
*/
/* VARIABLES */
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important; } }

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box; }

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

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

body {
  font-family: FFDINWebProRegular, Arial;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff; }

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

a {
  color: #4048E8;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1820c4;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #dcdcdc; }

.text-primary {
  color: #4048E8; }

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

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

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

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

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

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

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

.text-danger {
  color: #FC7E7A; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #4048E8; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1a23db; }

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

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

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

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

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

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

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

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

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

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

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

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

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

.form-group {
  margin-bottom: 8px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

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

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

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

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

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

.form-group-sm .form-control {
  height: 27px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3333333333;
  border-radius: 2px; }

.form-group-sm select.form-control {
  height: 27px;
  line-height: 27px; }

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

.form-group-sm .form-control-static {
  height: 27px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.3333333333; }

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

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

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

.form-group-lg .form-control {
  height: 51px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5555555556;
  border-radius: 2px; }

.form-group-lg select.form-control {
  height: 51px;
  line-height: 51px; }

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

.form-group-lg .form-control-static {
  height: 51px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.5555555556; }

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #FC7E7A; }

.has-error .form-control {
  border-color: #FC7E7A;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #fb4e48;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fedfde; }

.has-error .input-group-addon {
  color: #FC7E7A;
  background-color: #f2dede;
  border-color: #FC7E7A; }

.has-error .form-control-feedback {
  color: #FC7E7A; }

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

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

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

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

.btn-default {
  color: #4048E8;
  background-color: transparent;
  border-color: #b8b8b8; }
  .btn-default:focus, .btn-default.focus {
    color: #4048E8;
    background-color: rgba(0, 0, 0, 0);
    border-color: #787878; }
  .btn-default:hover {
    color: #4048E8;
    background-color: rgba(0, 0, 0, 0);
    border-color: #999999; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #4048E8;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #999999; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #4048E8;
      background-color: rgba(0, 0, 0, 0);
      border-color: #787878; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: transparent;
    border-color: #b8b8b8; }
  .btn-default .badge {
    color: transparent;
    background-color: #4048E8; }

.btn-primary {
  color: #fff;
  background-color: #4048E8;
  border-color: #4048E8; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #1a23db;
    border-color: #121896; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1a23db;
    border-color: #1922d2; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a23db;
    background-image: none;
    border-color: #1922d2; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #161ebb;
      border-color: #121896; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #4048E8;
    border-color: #4048E8; }
  .btn-primary .badge {
    color: #4048E8;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #71DC9C;
  border-color: #71DC9C; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #48d27f;
    border-color: #29a55b; }
  .btn-success:hover {
    color: #fff;
    background-color: #48d27f;
    border-color: #40d07a; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #48d27f;
    background-image: none;
    border-color: #40d07a; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #31c66d;
      border-color: #29a55b; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #71DC9C;
    border-color: #71DC9C; }
  .btn-success .badge {
    color: #71DC9C;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #aac9de;
  border-color: #aac9de; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #85b2d0;
    border-color: #4e8fba; }
  .btn-info:hover {
    color: #fff;
    background-color: #85b2d0;
    border-color: #7eadcd; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #85b2d0;
    background-image: none;
    border-color: #7eadcd; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #6ca1c6;
      border-color: #4e8fba; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #aac9de;
    border-color: #aac9de; }
  .btn-info .badge {
    color: #aac9de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #F3D15D;
  border-color: #F3D15D; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #efc42e;
    border-color: #c2990e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #efc42e;
    border-color: #efc124; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #efc42e;
    background-image: none;
    border-color: #efc124; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #e8b711;
      border-color: #c2990e; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #F3D15D;
    border-color: #F3D15D; }
  .btn-warning .badge {
    color: #F3D15D;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #FC7E7A;
  border-color: #FC7E7A; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #fb4e48;
    border-color: #f10d05; }
  .btn-danger:hover {
    color: #fff;
    background-color: #fb4e48;
    border-color: #fb443e; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fb4e48;
    background-image: none;
    border-color: #fb443e; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #fa2c25;
      border-color: #f10d05; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #FC7E7A;
    border-color: #FC7E7A; }
  .btn-danger .badge {
    color: #FC7E7A;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #4048E8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #1820c4;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #dcdcdc;
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #dcdcdc; }

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

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

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

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

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

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.5555555556; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3333333333; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

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

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

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

.label-default {
  background-color: #dcdcdc; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #c3c2c2; }

.label-primary {
  background-color: #4048E8; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1a23db; }

.label-success {
  background-color: #71DC9C; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #48d27f; }

.label-info {
  background-color: #aac9de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #85b2d0; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #4048E8;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #4048E8;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f2f2f2; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d9d8d8; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 2px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #555555; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4048E8; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

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

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

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

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

.alert-danger {
  color: #FC7E7A;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #fb4e48; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #4048E8;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #71DC9C; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #aac9de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #F3D15D; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #FC7E7A; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #dcdcdc;
    cursor: not-allowed;
    background-color: #f2f2f2; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #dcdcdc; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #4048E8;
    border-color: #4048E8; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #f6f6fe; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #555;
    background-color: transparent;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: transparent;
      background-color: #555; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #4048E8; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #4048E8;
    border-color: #4048E8; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #4048E8; }
    .panel-primary > .panel-heading .badge {
      color: #4048E8;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4048E8; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #FC7E7A;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #FC7E7A; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 2px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

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

.modal-open {
  overflow: hidden; }

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 640px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 400px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: FFDINWebProRegular, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: FFDINWebProRegular, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.badge--dark svg.embla-icon,
.badge svg.embla-icon {
  fill: #fff;
  height: 1em;
  vertical-align: middle;
  width: 1em; }

.badge--dark {
  background-color: #555; }

blockquote {
  border: 0;
  color: #555;
  font-size: 14px;
  font-style: italic;
  margin: inherit;
  padding: inherit; }

.steps {
  display: block;
  list-style: none;
  margin: 4em 0;
  overflow-x: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%; }
  .steps SVG.embla-icon {
    height: 1em; }

.steps::before {
  border-bottom: 1px solid #dcdcdc;
  content: '';
  display: block;
  font-size: 1px;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 14.5px;
  width: 100%;
  z-index: 0; }

.steps__item {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 40px;
  text-align: center; }

.steps__item__link {
  background: #4048E8;
  border-radius: 50%;
  color: #555555;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 1;
  padding: 7.5px 0;
  position: relative;
  width: 30px;
  z-index: 1; }

.steps__item__title {
  font-weight: bold;
  margin: .5em 0; }

.steps__item__content {
  margin: .5em 0; }

.steps--justified {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .steps--justified > * {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }

.nav-tabs, .nav-tabs.nav-justified {
  background: transparent;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 16px; }
  .nav-tabs > li, .nav-tabs.nav-justified > li {
    border: 0; }
    .nav-tabs > li > a, .nav-tabs.nav-justified > li > a {
      background: transparent;
      border: 0;
      border-bottom: 3px solid transparent;
      color: #555555;
      font-weight: bold;
      padding-left: 40px;
      padding-right: 40px;
      letter-spacing: 1px; }
    .nav-tabs > li:hover > a, .nav-tabs.nav-justified > li:hover > a {
      background: transparent;
      border: 0;
      border-bottom: 3px solid #4048E8;
      color: #555555; }
    .nav-tabs > li.active:hover > a:focus,
    .nav-tabs > li.active:hover > a, .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a, .nav-tabs.nav-justified > li.active:hover > a:focus,
    .nav-tabs.nav-justified > li.active:hover > a, .nav-tabs.nav-justified > li.active > a:focus,
    .nav-tabs.nav-justified > li.active > a {
      background: transparent;
      border: 0;
      border-bottom: 3px solid #4048E8;
      color: #555555; }

.tooltip .tooltip-inner {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15); }

.tooltip.tooltip--default .tooltip-inner {
  background-color: #f2f2f2;
  color: #555555; }

.tooltip.tooltip--default.top .tooltip-arrow,
.tooltip.tooltip--default.top-left .tooltip-arrow,
.tooltip.tooltip--default.top-right .tooltip-arrow {
  border-top-color: #f2f2f2; }

.tooltip.tooltip--default.right .tooltip-arrow {
  border-right-color: #f2f2f2; }

.tooltip.tooltip--default.left .tooltip-arrow {
  border-left-color: #f2f2f2; }

.tooltip.tooltip--default.bottom .tooltip-arrow,
.tooltip.tooltip--default.bottom-left .tooltip-arrow,
.tooltip.tooltip--default.bottom-right .tooltip-arrow {
  border-bottom-color: #f2f2f2; }

.tooltip.tooltip--dark .tooltip-inner {
  background-color: #555;
  color: #fff; }

.tooltip.tooltip--dark.top .tooltip-arrow,
.tooltip.tooltip--dark.top-left .tooltip-arrow,
.tooltip.tooltip--dark.top-right .tooltip-arrow {
  border-top-color: #555; }

.tooltip.tooltip--dark.right .tooltip-arrow {
  border-right-color: #555; }

.tooltip.tooltip--dark.left .tooltip-arrow {
  border-left-color: #555; }

.tooltip.tooltip--dark.bottom .tooltip-arrow,
.tooltip.tooltip--dark.bottom-left .tooltip-arrow,
.tooltip.tooltip--dark.bottom-right .tooltip-arrow {
  border-bottom-color: #555; }

.tooltip.tooltip--white .tooltip-inner {
  background-color: #fff;
  color: #555555; }

.tooltip.tooltip--white.top .tooltip-arrow,
.tooltip.tooltip--white.top-left .tooltip-arrow,
.tooltip.tooltip--white.top-right .tooltip-arrow {
  border-top-color: #fff; }

.tooltip.tooltip--white.right .tooltip-arrow {
  border-right-color: #fff; }

.tooltip.tooltip--white.left .tooltip-arrow {
  border-left-color: #fff; }

.tooltip.tooltip--white.bottom .tooltip-arrow,
.tooltip.tooltip--white.bottom-left .tooltip-arrow,
.tooltip.tooltip--white.bottom-right .tooltip-arrow {
  border-bottom-color: #fff; }

.tooltip.tooltip--danger .tooltip-inner {
  background-color: #FC7E7A;
  color: #fff; }

.tooltip.tooltip--danger.top .tooltip-arrow,
.tooltip.tooltip--danger.top-left .tooltip-arrow,
.tooltip.tooltip--danger.top-right .tooltip-arrow {
  border-top-color: #FC7E7A; }

.tooltip.tooltip--danger.right .tooltip-arrow {
  border-right-color: #FC7E7A; }

.tooltip.tooltip--danger.left .tooltip-arrow {
  border-left-color: #FC7E7A; }

.tooltip.tooltip--danger.bottom .tooltip-arrow,
.tooltip.tooltip--danger.bottom-left .tooltip-arrow,
.tooltip.tooltip--danger.bottom-right .tooltip-arrow {
  border-bottom-color: #FC7E7A; }

.tooltip.tooltip--success .tooltip-inner {
  background-color: #71DC9C;
  color: #fff; }

.tooltip.tooltip--success.top .tooltip-arrow,
.tooltip.tooltip--success.top-left .tooltip-arrow,
.tooltip.tooltip--success.top-right .tooltip-arrow {
  border-top-color: #71DC9C; }

.tooltip.tooltip--success.right .tooltip-arrow {
  border-right-color: #71DC9C; }

.tooltip.tooltip--success.left .tooltip-arrow {
  border-left-color: #71DC9C; }

.tooltip.tooltip--success.bottom .tooltip-arrow,
.tooltip.tooltip--success.bottom-left .tooltip-arrow,
.tooltip.tooltip--success.bottom-right .tooltip-arrow {
  border-bottom-color: #71DC9C; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important; }

table.dataTable td,
table.dataTable th {
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5; }

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */ }

table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */ }

table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */ }

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none; }

div.dataTables_scrollFoot > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

.table {
  background-color: #fff; }

.embla-pagination-wrapper {
  background-color: #fff; }

.table > thead > tr > th {
  border-bottom: none;
  line-height: 32px;
  font-weight: 500;
  color: #333; }

.table > tbody > tr > td {
  line-height: 31px; }

.embla-table-wrapper {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dcdcdc;
  border-radius: 2px; }
  .embla-table-wrapper table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.dataTables_wrapper h3.datatables-title {
  margin-top: 6px;
  margin-bottom: 0; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: initial;
  display: inline-block;
  margin-left: 8px; }

div.dataTables_wrapper div.dataTables_paginate {
  text-align: center;
  margin-bottom: -8px; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0; }

.embla-pagination-wrapper {
  border-top: 1px solid #dcdcdc;
  padding-top: 16px;
  padding-bottom: 16px; }
  .embla-pagination-wrapper .pagination > li.paginate_button {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px; }
    .embla-pagination-wrapper .pagination > li.paginate_button.previous > a, .embla-pagination-wrapper .pagination > li.paginate_button.next > a {
      padding: 3px;
      height: 32px;
      width: 32px; }
      .embla-pagination-wrapper .pagination > li.paginate_button.previous > a > svg.table-pagination-icon, .embla-pagination-wrapper .pagination > li.paginate_button.next > a > svg.table-pagination-icon {
        margin-bottom: -4px; }
    .embla-pagination-wrapper .pagination > li.paginate_button > a,
    .embla-pagination-wrapper .pagination > li.paginate_button > span {
      padding: 7px 11px;
      font-size: 12px;
      line-height: 16px;
      border-radius: 20px;
      letter-spacing: 1px;
      font-weight: 500;
      color: #4048E8;
      background-color: transparent;
      border-color: #b8b8b8; }
      .embla-pagination-wrapper .pagination > li.paginate_button > a svg,
      .embla-pagination-wrapper .pagination > li.paginate_button > span svg {
        fill: #4048E8; }
      .embla-pagination-wrapper .pagination > li.paginate_button > a:focus, .embla-pagination-wrapper .pagination > li.paginate_button > a.focus,
      .embla-pagination-wrapper .pagination > li.paginate_button > span:focus,
      .embla-pagination-wrapper .pagination > li.paginate_button > span.focus {
        color: #4048E8;
        background-color: transparent;
        border-color: #b8b8b8;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35); }
        .embla-pagination-wrapper .pagination > li.paginate_button > a:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.focus svg,
        .embla-pagination-wrapper .pagination > li.paginate_button > span:focus svg,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.focus svg {
          fill: #4048E8; }
      .embla-pagination-wrapper .pagination > li.paginate_button > a:hover,
      .embla-pagination-wrapper .pagination > li.paginate_button > span:hover {
        color: #4048E8;
        background-color: transparent;
        border-color: #4048E8; }
        .embla-pagination-wrapper .pagination > li.paginate_button > a:hover svg,
        .embla-pagination-wrapper .pagination > li.paginate_button > span:hover svg {
          fill: #4048E8; }
      .embla-pagination-wrapper .pagination > li.paginate_button > a:active, .embla-pagination-wrapper .pagination > li.paginate_button > a.active,
      .open > .embla-pagination-wrapper .pagination > li.paginate_button > a.dropdown-toggle,
      .embla-pagination-wrapper .pagination > li.paginate_button > span:active,
      .embla-pagination-wrapper .pagination > li.paginate_button > span.active,
      .open >
      .embla-pagination-wrapper .pagination > li.paginate_button > span.dropdown-toggle {
        color: #fff;
        background-color: #8074FF;
        border-color: #8074FF; }
        .embla-pagination-wrapper .pagination > li.paginate_button > a:active svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.active svg,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button > a.dropdown-toggle svg,
        .embla-pagination-wrapper .pagination > li.paginate_button > span:active svg,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.active svg,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button > span.dropdown-toggle svg {
          fill: #fff; }
        .embla-pagination-wrapper .pagination > li.paginate_button > a:active:hover, .embla-pagination-wrapper .pagination > li.paginate_button > a:active:focus, .embla-pagination-wrapper .pagination > li.paginate_button > a:active.focus, .embla-pagination-wrapper .pagination > li.paginate_button > a.active:hover, .embla-pagination-wrapper .pagination > li.paginate_button > a.active:focus, .embla-pagination-wrapper .pagination > li.paginate_button > a.active.focus,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button > a.dropdown-toggle:hover,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button > a.dropdown-toggle:focus,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button > a.dropdown-toggle.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button > span:active:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button > span:active:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button > span:active.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.active:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.active:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.active.focus,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button > span.dropdown-toggle:hover,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button > span.dropdown-toggle:focus,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button > span.dropdown-toggle.focus {
          color: #fff;
          background-color: #8074FF;
          border-color: #8074FF;
          outline: 0;
          box-shadow: 0 0 0 3px rgba(128, 116, 255, 0.35) svg;
            box-shadow-fill: #fff; }
      .embla-pagination-wrapper .pagination > li.paginate_button > a:active, .embla-pagination-wrapper .pagination > li.paginate_button > a.active,
      .open > .embla-pagination-wrapper .pagination > li.paginate_button > a.dropdown-toggle,
      .embla-pagination-wrapper .pagination > li.paginate_button > span:active,
      .embla-pagination-wrapper .pagination > li.paginate_button > span.active,
      .open >
      .embla-pagination-wrapper .pagination > li.paginate_button > span.dropdown-toggle {
        background-image: none; }
      .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline,
      .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse,
      .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline {
        color: transparent;
        background-color: transparent;
        border-color: #b8b8b8; }
        .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline svg,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse svg,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline svg {
          fill: transparent; }
        .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:focus, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse.focus, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:focus, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline.focus {
          color: transparent;
          background-color: transparent;
          border-color: #b8b8b8; }
          .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse.focus svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline.focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse.focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline.focus svg {
            fill: transparent; }
        .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:hover, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:hover {
          color: transparent;
          background-color: transparent;
          border-color: transparent; }
          .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:hover svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:hover svg,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:hover svg,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:hover svg {
            fill: transparent; }
        .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:active, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:active,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:active,
        .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:active {
          color: #4048E8;
          background-color: transparent;
          border-color: transparent; }
          .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:active svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:active svg,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:active svg,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:active svg {
            fill: #4048E8; }
          .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:active:hover, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:active:focus, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:active.focus, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:active:hover, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:active:focus, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:active.focus,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:active:hover,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:active:focus,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:active.focus,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:active:hover,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:active:focus,
          .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:active.focus {
            color: #4048E8;
            background-color: transparent;
            border-color: transparent; }
            .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:active:hover svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:active:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-inverse:active.focus svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:active:hover svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:active:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button > a.btn-outline:active.focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:active:hover svg,
            .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:active:focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-inverse:active.focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:active:hover svg,
            .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:active:focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button > span.btn-outline:active.focus svg {
              fill: #4048E8; }
    .embla-pagination-wrapper .pagination > li.paginate_button.active > a,
    .embla-pagination-wrapper .pagination > li.paginate_button.active > span {
      color: #fff;
      background-color: #4048E8;
      border-color: #4048E8; }
      .embla-pagination-wrapper .pagination > li.paginate_button.active > a svg,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span svg {
        fill: #fff; }
      .embla-pagination-wrapper .pagination > li.paginate_button.active > a:focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.focus,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span:focus,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span.focus {
        color: #fff;
        background-color: #4048E8;
        border-color: #4048E8;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(64, 72, 232, 0.35); }
        .embla-pagination-wrapper .pagination > li.paginate_button.active > a:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.focus svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span:focus svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.focus svg {
          fill: #fff; }
      .embla-pagination-wrapper .pagination > li.paginate_button.active > a:hover,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span:hover {
        color: #fff;
        background-color: #8074FF;
        border-color: #4048E8; }
        .embla-pagination-wrapper .pagination > li.paginate_button.active > a:hover svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span:hover svg {
          fill: #fff; }
      .embla-pagination-wrapper .pagination > li.paginate_button.active > a:active, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.active,
      .open > .embla-pagination-wrapper .pagination > li.paginate_button.active > a.dropdown-toggle,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span:active,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span.active,
      .open >
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span.dropdown-toggle {
        color: #fff;
        background-color: #001FB5;
        border-color: #4048E8; }
        .embla-pagination-wrapper .pagination > li.paginate_button.active > a:active svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.active svg,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button.active > a.dropdown-toggle svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span:active svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.active svg,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.dropdown-toggle svg {
          fill: #fff; }
        .embla-pagination-wrapper .pagination > li.paginate_button.active > a:active:hover, .embla-pagination-wrapper .pagination > li.paginate_button.active > a:active:focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a:active.focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.active:hover, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.active:focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.active.focus,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button.active > a.dropdown-toggle:hover,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button.active > a.dropdown-toggle:focus,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button.active > a.dropdown-toggle.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span:active:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span:active:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span:active.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.active:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.active:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.active.focus,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.dropdown-toggle:hover,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.dropdown-toggle:focus,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.dropdown-toggle.focus {
          color: #fff;
          background-color: #001FB5;
          border-color: #4048E8;
          outline: 0;
          box-shadow: 0 0 0 3px rgba(64, 72, 232, 0.35) svg;
            box-shadow-fill: #fff; }
      .embla-pagination-wrapper .pagination > li.paginate_button.active > a:active, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.active,
      .open > .embla-pagination-wrapper .pagination > li.paginate_button.active > a.dropdown-toggle,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span:active,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span.active,
      .open >
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span.dropdown-toggle {
        background-image: none; }
      .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse,
      .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline {
        color: #4048E8;
        background-color: transparent;
        border-color: #b8b8b8; }
        .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline svg {
          fill: #4048E8; }
        .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse.focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline.focus {
          color: #4048E8;
          background-color: transparent;
          border-color: #b8b8b8; }
          .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse.focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline.focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse.focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline.focus svg {
            fill: #4048E8; }
        .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:hover, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:hover {
          color: #4048E8;
          background-color: transparent;
          border-color: #4048E8; }
          .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:hover svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:hover svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:hover svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:hover svg {
            fill: #4048E8; }
        .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:active, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:active,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:active,
        .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:active {
          color: #fff;
          background-color: #4048E8;
          border-color: #4048E8; }
          .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:active svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:active svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:active svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:active svg {
            fill: #fff; }
          .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:active:hover, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:active:focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:active.focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:active:hover, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:active:focus, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:active.focus,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:active:hover,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:active:focus,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:active.focus,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:active:hover,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:active:focus,
          .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:active.focus {
            color: #fff;
            background-color: #4048E8;
            border-color: #4048E8; }
            .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:active:hover svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:active:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-inverse:active.focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:active:hover svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:active:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.active > a.btn-outline:active.focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:active:hover svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:active:focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-inverse:active.focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:active:hover svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:active:focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.active > span.btn-outline:active.focus svg {
              fill: #fff; }
    .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a,
    .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span {
      color: rgba(64, 72, 232, 0.5);
      background-color: transparent;
      border-color: rgba(184, 184, 184, 0.65); }
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a svg,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span svg {
        fill: rgba(64, 72, 232, 0.5); }
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.focus,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:focus,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.focus {
        color: rgba(64, 72, 232, 0.5);
        background-color: transparent;
        border-color: rgba(184, 184, 184, 0.65);
        outline: 0;
        box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35); }
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.focus svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:focus svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.focus svg {
          fill: rgba(64, 72, 232, 0.5); }
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:hover,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:hover {
        color: rgba(64, 72, 232, 0.5);
        background-color: transparent;
        border-color: rgba(184, 184, 184, 0.65); }
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:hover svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:hover svg {
          fill: rgba(64, 72, 232, 0.5); }
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:active, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.active,
      .open > .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.dropdown-toggle,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:active,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.active,
      .open >
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.dropdown-toggle {
        color: rgba(64, 72, 232, 0.5);
        background-color: transparent;
        border-color: rgba(184, 184, 184, 0.65); }
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:active svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.active svg,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.dropdown-toggle svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:active svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.active svg,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.dropdown-toggle svg {
          fill: rgba(64, 72, 232, 0.5); }
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:active:hover, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:active:focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:active.focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.active:hover, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.active:focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.active.focus,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.dropdown-toggle:hover,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.dropdown-toggle:focus,
        .open > .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.dropdown-toggle.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:active:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:active:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:active.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.active:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.active:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.active.focus,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.dropdown-toggle:hover,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.dropdown-toggle:focus,
        .open >
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.dropdown-toggle.focus {
          color: rgba(64, 72, 232, 0.5);
          background-color: transparent;
          border-color: rgba(184, 184, 184, 0.65);
          outline: 0;
          box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35) svg;
            box-shadow-fill: rgba(64, 72, 232, 0.5); }
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a:active, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.active,
      .open > .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.dropdown-toggle,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span:active,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.active,
      .open >
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.dropdown-toggle {
        background-image: none; }
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse,
      .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline {
        color: transparent;
        background-color: transparent;
        border-color: #b8b8b8; }
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse svg,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline svg {
          fill: transparent; }
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse.focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse.focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:focus,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline.focus {
          color: transparent;
          background-color: transparent;
          border-color: #b8b8b8; }
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse.focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline.focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse.focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:focus svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline.focus svg {
            fill: transparent; }
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:hover, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:hover,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:hover {
          color: transparent;
          background-color: transparent;
          border-color: transparent; }
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:hover svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:hover svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:hover svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:hover svg {
            fill: transparent; }
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:active, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:active,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:active,
        .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:active {
          color: rgba(64, 72, 232, 0.5);
          background-color: transparent;
          border-color: transparent; }
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:active svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:active svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:active svg,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:active svg {
            fill: rgba(64, 72, 232, 0.5); }
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:active:hover, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:active:focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:active.focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:active:hover, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:active:focus, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:active.focus,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:active:hover,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:active:focus,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:active.focus,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:active:hover,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:active:focus,
          .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:active.focus {
            color: rgba(64, 72, 232, 0.5);
            background-color: transparent;
            border-color: transparent; }
            .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:active:hover svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:active:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-inverse:active.focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:active:hover svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:active:focus svg, .embla-pagination-wrapper .pagination > li.paginate_button.disabled > a.btn-outline:active.focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:active:hover svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:active:focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-inverse:active.focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:active:hover svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:active:focus svg,
            .embla-pagination-wrapper .pagination > li.paginate_button.disabled > span.btn-outline:active.focus svg {
              fill: rgba(64, 72, 232, 0.5); }
    .embla-pagination-wrapper .pagination > li.paginate_button:first-child > a,
    .embla-pagination-wrapper .pagination > li.paginate_button:first-child > span {
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px; }
    .embla-pagination-wrapper .pagination > li.paginate_button:last-child > a,
    .embla-pagination-wrapper .pagination > li.paginate_button:last-child > span {
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px; }

div.dataTables_wrapper .title-row .title-column h3 {
  margin-top: 24px; }

div.dataTables_wrapper .title-row .title-column.no-search-column h3 {
  margin-top: 0; }

div.dataTables_wrapper .search-column div.dataTables_filter label {
  font-weight: 500; }

div.dataTables_wrapper .search-column div.dataTables_filter input {
  font-weight: 400;
  display: block;
  margin-left: 0; }

div.dataTables_wrapper .filter-column label {
  display: block; }

div.dataTables_wrapper .filter-column .form-group {
  width: 100%; }

div.dataTables_wrapper .filter-column .form-control {
  width: 100%; }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 1px solid #dcdcdc; }

.breadcrumbs-container .breadcrumb-title {
  display: inline-block;
  color: #555555;
  margin-bottom: 0; }
  .breadcrumbs-container .breadcrumb-title:hover {
    color: #4048E8; }
  .breadcrumbs-container .breadcrumb-title.disabled, .breadcrumbs-container .breadcrumb-title:last-child {
    color: rgba(85, 85, 85, 0.65); }

.breadcrumbs-container svg.breadcrumb-arrow {
  display: inline-block;
  margin-bottom: -3px;
  fill: #4048E8;
  width: 16px;
  height: 16px; }

html {
  font-size: 16px; }

body {
  font-size: 14px;
  line-height: 1.7142857143; }

h1, h2, .panel > .panel-heading h3, h3, .panel > .panel-heading h4, h4, h5, h6 {
  color: #333;
  padding: 0;
  margin: 0;
  font-family: FFDINWebProMedium, Arial;
  font-weight: 500; }
  h1.subtle, h2.subtle, .panel > .panel-heading h3.subtle, h3.subtle, .panel > .panel-heading h4.subtle, h4.subtle, h5.subtle, h6.subtle {
    color: rgba(51, 51, 51, 0.65); }

h1 {
  font-size: 32px;
  line-height: 40px; }

h2 {
  font-size: 28px;
  line-height: 40px; }

.panel > .panel-heading h3, h3 {
  font-size: 20px;
  line-height: 32px; }

.panel > .panel-heading h4, h4 {
  font-size: 16px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 24px; }

h6 {
  font-size: 12px;
  line-height: 20px; }

.display-1, .display-2, .display-3, .display-4 {
  font-family: FFDINWebProMedium, Arial;
  color: #333;
  letter-spacing: 1px; }

.display-1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px; }

.display-2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px; }

.display-3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px; }

.display-4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-bottom: 8px; }
  p.large {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5555555556; }
  p.small {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333; }
  p.subtle {
    color: rgba(85, 85, 85, 0.65); }
    p.subtle svg {
      fill: rgba(85, 85, 85, 0.45); }
  p.disabled {
    color: rgba(85, 85, 85, 0.35); }
    p.disabled svg {
      fill: rgba(85, 85, 85, 0.2); }
  p.caption {
    margin-top: 4px;
    margin-bottom: 0; }
    p.caption svg {
      margin-bottom: -7px; }

label {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 2px; }

.embla-login-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .embla-login-page .login-image {
    height: 100vh;
    width: 55%;
    overflow: hidden;
    background-image: url("/dist/images/login.png");
    background-size: cover; }
  .embla-login-page .login-form-container {
    height: 100vh;
    width: 45%;
    padding: 16px 16px 16px 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .embla-login-page .login-form-container .login-form {
      max-width: 300px; }

@media only screen and (max-width: 800px) {
  .embla-login-page {
    display: block;
    height: 100vh; }
    .embla-login-page .login-image {
      height: 20%;
      width: 100%; }
    .embla-login-page .login-form-container {
      display: block;
      width: 100%;
      padding: 64px 16px 16px 16px; }
      .embla-login-page .login-form-container .login-form {
        margin: 0 auto;
        width: 300px; } }

@media only screen and (max-width: 350px) {
  .embla-login-page .login-form-container .login-form {
    margin: 0 auto;
    width: auto; } }

.margin-0 {
  margin: 0; }

.margin-top-0 {
  margin-top: 0; }

.margin-bottom-0 {
  margin-bottom: 0; }

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

.margin-right-0 {
  margin-right: 0; }

.margin-xxs {
  margin: 2px; }

.margin-xs {
  margin: 4px; }

.margin-s {
  margin: 8px; }

.margin-m {
  margin: 16px; }

.margin-l {
  margin: 32px; }

.margin-xl {
  margin: 64px; }

.margin-xxl {
  margin: 128px; }

.margin-top-xxs {
  margin-top: 2px; }

.margin-top-xs {
  margin-top: 4px; }

.margin-top-s {
  margin-top: 8px; }

.margin-top-m {
  margin-top: 16px; }

.margin-top-l {
  margin-top: 32px; }

.margin-top-xl {
  margin-top: 64px; }

.margin-top-xxl {
  margin-top: 128px; }

.margin-bottom-xxs {
  margin-bottom: 2px; }

.margin-bottom-xs {
  margin-bottom: 4px; }

.margin-bottom-s {
  margin-bottom: 8px; }

.margin-bottom-m {
  margin-bottom: 16px; }

.margin-bottom-l {
  margin-bottom: 32px; }

.margin-bottom-xl {
  margin-bottom: 64px; }

.margin-bottom-xxl {
  margin-bottom: 128px; }

.margin-left-xxs {
  margin-left: 2px; }

.margin-left-xs {
  margin-left: 4px; }

.margin-left-s {
  margin-left: 8px; }

.margin-left-m {
  margin-left: 16px; }

.margin-left-l {
  margin-left: 32px; }

.margin-left-xl {
  margin-left: 64px; }

.margin-left-xxl {
  margin-left: 128px; }

.margin-right-xxs {
  margin-right: 2px; }

.margin-right-xs {
  margin-right: 4px; }

.margin-right-s {
  margin-right: 8px; }

.margin-right-m {
  margin-right: 16px; }

.margin-right-l {
  margin-right: 32px; }

.margin-right-xl {
  margin-right: 64px; }

.margin-right-xxl {
  margin-right: 128px; }

.padding-0 {
  padding: 0; }

.padding-top-0 {
  padding-top: 0; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-right: 0; }

.padding-xxs {
  padding: 2px; }

.padding-xs {
  padding: 4px; }

.padding-s {
  padding: 8px; }

.padding-m {
  padding: 16px; }

.padding-l {
  padding: 32px; }

.padding-xl {
  padding: 64px; }

.padding-xxl {
  padding: 128px; }

.padding-top-xxs {
  padding-top: 2px; }

.padding-top-xs {
  padding-top: 4px; }

.padding-top-s {
  padding-top: 8px; }

.padding-top-m {
  padding-top: 16px; }

.padding-top-l {
  padding-top: 32px; }

.padding-top-xl {
  padding-top: 64px; }

.padding-top-xxl {
  padding-top: 128px; }

.padding-bottom-xxs {
  padding-bottom: 2px; }

.padding-bottom-xs {
  padding-bottom: 4px; }

.padding-bottom-s {
  padding-bottom: 8px; }

.padding-bottom-m {
  padding-bottom: 16px; }

.padding-bottom-l {
  padding-bottom: 32px; }

.padding-bottom-xl {
  padding-bottom: 64px; }

.padding-bottom-xxl {
  padding-bottom: 128px; }

.padding-left-xxs {
  padding-left: 2px; }

.padding-left-xs {
  padding-left: 4px; }

.padding-left-s {
  padding-left: 8px; }

.padding-left-m {
  padding-left: 16px; }

.padding-left-l {
  padding-left: 32px; }

.padding-left-xl {
  padding-left: 64px; }

.padding-left-xxl {
  padding-left: 128px; }

.padding-right-xxs {
  padding-right: 2px; }

.padding-right-xs {
  padding-right: 4px; }

.padding-right-s {
  padding-right: 8px; }

.padding-right-m {
  padding-right: 16px; }

.padding-right-l {
  padding-right: 32px; }

.padding-right-xl {
  padding-right: 64px; }

.padding-right-xxl {
  padding-right: 128px; }

.shadow-1 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.15); }

.shadow-2 {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15); }

.shadow-3 {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.1), 0 12px 10px 0 rgba(0, 0, 0, 0.15); }

.shadow-4 {
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.1), 0 16px 25px 0 rgba(0, 0, 0, 0.15); }

.shadow-5 {
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.1), 0 27px 25px 0 rgba(0, 0, 0, 0.15); }

svg.embla-icon {
  color: #555;
  fill: #555;
  height: 24px;
  width: 24px; }

svg.embla-illustration {
  color: #555;
  fill: #555;
  height: 80px;
  width: 80px; }

.btn {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 1.3333333333;
  border-radius: 20px;
  letter-spacing: 1px;
  font-weight: 500; }
  .btn:active, .btn.active {
    box-shadow: none; }
  .btn:not(.btn-icon):not(.btn-svg) svg {
    margin-bottom: -6px;
    margin-top: -6px; }
    .btn:not(.btn-icon):not(.btn-svg) svg.icon-left {
      margin-left: -8px; }
    .btn:not(.btn-icon):not(.btn-svg) svg.icon-right {
      margin-right: -8px; }
  .btn svg {
    height: 20px;
    width: 20px;
    margin: 2px; }

.btn-primary {
  color: #fff;
  background-color: #4048E8;
  border-color: #4048E8; }
  .btn-primary svg {
    fill: #fff; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #4048E8;
    border-color: #4048E8;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(64, 72, 232, 0.35); }
    .btn-primary:focus svg, .btn-primary.focus svg {
      fill: #fff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #8074FF;
    border-color: #4048E8; }
    .btn-primary:hover svg {
      fill: #fff; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001FB5;
    border-color: #4048E8; }
    .btn-primary:active svg, .btn-primary.active svg,
    .open > .btn-primary.dropdown-toggle svg {
      fill: #fff; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #001FB5;
      border-color: #4048E8;
      outline: 0;
      box-shadow: 0 0 0 3px rgba(64, 72, 232, 0.35) svg;
        box-shadow-fill: #fff; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.btn-inverse, .btn-primary.btn-outline {
    color: #4048E8;
    background-color: transparent;
    border-color: #b8b8b8; }
    .btn-primary.btn-inverse svg, .btn-primary.btn-outline svg {
      fill: #4048E8; }
    .btn-primary.btn-inverse:focus, .btn-primary.btn-inverse.focus, .btn-primary.btn-outline:focus, .btn-primary.btn-outline.focus {
      color: #4048E8;
      background-color: transparent;
      border-color: #b8b8b8; }
      .btn-primary.btn-inverse:focus svg, .btn-primary.btn-inverse.focus svg, .btn-primary.btn-outline:focus svg, .btn-primary.btn-outline.focus svg {
        fill: #4048E8; }
    .btn-primary.btn-inverse:hover, .btn-primary.btn-outline:hover {
      color: #4048E8;
      background-color: transparent;
      border-color: #4048E8; }
      .btn-primary.btn-inverse:hover svg, .btn-primary.btn-outline:hover svg {
        fill: #4048E8; }
    .btn-primary.btn-inverse:active, .btn-primary.btn-outline:active {
      color: #fff;
      background-color: #4048E8;
      border-color: #4048E8; }
      .btn-primary.btn-inverse:active svg, .btn-primary.btn-outline:active svg {
        fill: #fff; }
      .btn-primary.btn-inverse:active:hover, .btn-primary.btn-inverse:active:focus, .btn-primary.btn-inverse:active.focus, .btn-primary.btn-outline:active:hover, .btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:active.focus {
        color: #fff;
        background-color: #4048E8;
        border-color: #4048E8; }
        .btn-primary.btn-inverse:active:hover svg, .btn-primary.btn-inverse:active:focus svg, .btn-primary.btn-inverse:active.focus svg, .btn-primary.btn-outline:active:hover svg, .btn-primary.btn-outline:active:focus svg, .btn-primary.btn-outline:active.focus svg {
          fill: #fff; }

.btn-secondary,
.btn-default {
  color: #4048E8;
  background-color: transparent;
  border-color: #b8b8b8; }
  .btn-secondary svg,
  .btn-default svg {
    fill: #4048E8; }
  .btn-secondary:focus, .btn-secondary.focus,
  .btn-default:focus,
  .btn-default.focus {
    color: #4048E8;
    background-color: transparent;
    border-color: #b8b8b8;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35); }
    .btn-secondary:focus svg, .btn-secondary.focus svg,
    .btn-default:focus svg,
    .btn-default.focus svg {
      fill: #4048E8; }
  .btn-secondary:hover,
  .btn-default:hover {
    color: #4048E8;
    background-color: transparent;
    border-color: #4048E8; }
    .btn-secondary:hover svg,
    .btn-default:hover svg {
      fill: #4048E8; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle,
  .btn-default:active,
  .btn-default.active,
  .open >
  .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #8074FF;
    border-color: #8074FF; }
    .btn-secondary:active svg, .btn-secondary.active svg,
    .open > .btn-secondary.dropdown-toggle svg,
    .btn-default:active svg,
    .btn-default.active svg,
    .open >
    .btn-default.dropdown-toggle svg {
      fill: #fff; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus,
    .btn-default:active:hover,
    .btn-default:active:focus,
    .btn-default:active.focus,
    .btn-default.active:hover,
    .btn-default.active:focus,
    .btn-default.active.focus,
    .open >
    .btn-default.dropdown-toggle:hover,
    .open >
    .btn-default.dropdown-toggle:focus,
    .open >
    .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: #8074FF;
      border-color: #8074FF;
      outline: 0;
      box-shadow: 0 0 0 3px rgba(128, 116, 255, 0.35) svg;
        box-shadow-fill: #fff; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle,
  .btn-default:active,
  .btn-default.active,
  .open >
  .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-secondary.btn-inverse, .btn-secondary.btn-outline,
  .btn-default.btn-inverse,
  .btn-default.btn-outline {
    color: transparent;
    background-color: transparent;
    border-color: #b8b8b8; }
    .btn-secondary.btn-inverse svg, .btn-secondary.btn-outline svg,
    .btn-default.btn-inverse svg,
    .btn-default.btn-outline svg {
      fill: transparent; }
    .btn-secondary.btn-inverse:focus, .btn-secondary.btn-inverse.focus, .btn-secondary.btn-outline:focus, .btn-secondary.btn-outline.focus,
    .btn-default.btn-inverse:focus,
    .btn-default.btn-inverse.focus,
    .btn-default.btn-outline:focus,
    .btn-default.btn-outline.focus {
      color: transparent;
      background-color: transparent;
      border-color: #b8b8b8; }
      .btn-secondary.btn-inverse:focus svg, .btn-secondary.btn-inverse.focus svg, .btn-secondary.btn-outline:focus svg, .btn-secondary.btn-outline.focus svg,
      .btn-default.btn-inverse:focus svg,
      .btn-default.btn-inverse.focus svg,
      .btn-default.btn-outline:focus svg,
      .btn-default.btn-outline.focus svg {
        fill: transparent; }
    .btn-secondary.btn-inverse:hover, .btn-secondary.btn-outline:hover,
    .btn-default.btn-inverse:hover,
    .btn-default.btn-outline:hover {
      color: transparent;
      background-color: transparent;
      border-color: transparent; }
      .btn-secondary.btn-inverse:hover svg, .btn-secondary.btn-outline:hover svg,
      .btn-default.btn-inverse:hover svg,
      .btn-default.btn-outline:hover svg {
        fill: transparent; }
    .btn-secondary.btn-inverse:active, .btn-secondary.btn-outline:active,
    .btn-default.btn-inverse:active,
    .btn-default.btn-outline:active {
      color: #4048E8;
      background-color: transparent;
      border-color: transparent; }
      .btn-secondary.btn-inverse:active svg, .btn-secondary.btn-outline:active svg,
      .btn-default.btn-inverse:active svg,
      .btn-default.btn-outline:active svg {
        fill: #4048E8; }
      .btn-secondary.btn-inverse:active:hover, .btn-secondary.btn-inverse:active:focus, .btn-secondary.btn-inverse:active.focus, .btn-secondary.btn-outline:active:hover, .btn-secondary.btn-outline:active:focus, .btn-secondary.btn-outline:active.focus,
      .btn-default.btn-inverse:active:hover,
      .btn-default.btn-inverse:active:focus,
      .btn-default.btn-inverse:active.focus,
      .btn-default.btn-outline:active:hover,
      .btn-default.btn-outline:active:focus,
      .btn-default.btn-outline:active.focus {
        color: #4048E8;
        background-color: transparent;
        border-color: transparent; }
        .btn-secondary.btn-inverse:active:hover svg, .btn-secondary.btn-inverse:active:focus svg, .btn-secondary.btn-inverse:active.focus svg, .btn-secondary.btn-outline:active:hover svg, .btn-secondary.btn-outline:active:focus svg, .btn-secondary.btn-outline:active.focus svg,
        .btn-default.btn-inverse:active:hover svg,
        .btn-default.btn-inverse:active:focus svg,
        .btn-default.btn-inverse:active.focus svg,
        .btn-default.btn-outline:active:hover svg,
        .btn-default.btn-outline:active:focus svg,
        .btn-default.btn-outline:active.focus svg {
          fill: #4048E8; }

.btn-success {
  color: #fff;
  background-color: #71DC9C;
  border-color: #71DC9C; }
  .btn-success svg {
    fill: #fff; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #71DC9C;
    border-color: #71DC9C;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(113, 220, 156, 0.35); }
    .btn-success:focus svg, .btn-success.focus svg {
      fill: #fff; }
  .btn-success:hover {
    color: #555555;
    background-color: #C6F1D7;
    border-color: #71DC9C; }
    .btn-success:hover svg {
      fill: #555555; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3CAA6D;
    border-color: #71DC9C; }
    .btn-success:active svg, .btn-success.active svg,
    .open > .btn-success.dropdown-toggle svg {
      fill: #fff; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #3CAA6D;
      border-color: #71DC9C;
      outline: 0;
      box-shadow: 0 0 0 3px rgba(113, 220, 156, 0.35) svg;
        box-shadow-fill: #fff; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.btn-inverse, .btn-success.btn-outline {
    color: #71DC9C;
    background-color: transparent;
    border-color: #b8b8b8; }
    .btn-success.btn-inverse svg, .btn-success.btn-outline svg {
      fill: #71DC9C; }
    .btn-success.btn-inverse:focus, .btn-success.btn-inverse.focus, .btn-success.btn-outline:focus, .btn-success.btn-outline.focus {
      color: #71DC9C;
      background-color: transparent;
      border-color: #b8b8b8; }
      .btn-success.btn-inverse:focus svg, .btn-success.btn-inverse.focus svg, .btn-success.btn-outline:focus svg, .btn-success.btn-outline.focus svg {
        fill: #71DC9C; }
    .btn-success.btn-inverse:hover, .btn-success.btn-outline:hover {
      color: #71DC9C;
      background-color: transparent;
      border-color: #71DC9C; }
      .btn-success.btn-inverse:hover svg, .btn-success.btn-outline:hover svg {
        fill: #71DC9C; }
    .btn-success.btn-inverse:active, .btn-success.btn-outline:active {
      color: #fff;
      background-color: #71DC9C;
      border-color: #71DC9C; }
      .btn-success.btn-inverse:active svg, .btn-success.btn-outline:active svg {
        fill: #fff; }
      .btn-success.btn-inverse:active:hover, .btn-success.btn-inverse:active:focus, .btn-success.btn-inverse:active.focus, .btn-success.btn-outline:active:hover, .btn-success.btn-outline:active:focus, .btn-success.btn-outline:active.focus {
        color: #fff;
        background-color: #71DC9C;
        border-color: #71DC9C; }
        .btn-success.btn-inverse:active:hover svg, .btn-success.btn-inverse:active:focus svg, .btn-success.btn-inverse:active.focus svg, .btn-success.btn-outline:active:hover svg, .btn-success.btn-outline:active:focus svg, .btn-success.btn-outline:active.focus svg {
          fill: #fff; }

.btn-info {
  color: #fff;
  background-color: #aac9de;
  border-color: #aac9de; }
  .btn-info svg {
    fill: #fff; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #aac9de;
    border-color: #aac9de;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(170, 201, 222, 0.35); }
    .btn-info:focus svg, .btn-info.focus svg {
      fill: #fff; }
  .btn-info:hover {
    color: #555555;
    background-color: #dde9f2;
    border-color: #aac9de; }
    .btn-info:hover svg {
      fill: #555555; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #859BA9;
    border-color: #aac9de; }
    .btn-info:active svg, .btn-info.active svg,
    .open > .btn-info.dropdown-toggle svg {
      fill: #fff; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #859BA9;
      border-color: #aac9de;
      outline: 0;
      box-shadow: 0 0 0 3px rgba(170, 201, 222, 0.35) svg;
        box-shadow-fill: #fff; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.btn-inverse, .btn-info.btn-outline {
    color: #aac9de;
    background-color: transparent;
    border-color: #b8b8b8; }
    .btn-info.btn-inverse svg, .btn-info.btn-outline svg {
      fill: #aac9de; }
    .btn-info.btn-inverse:focus, .btn-info.btn-inverse.focus, .btn-info.btn-outline:focus, .btn-info.btn-outline.focus {
      color: #aac9de;
      background-color: transparent;
      border-color: #b8b8b8; }
      .btn-info.btn-inverse:focus svg, .btn-info.btn-inverse.focus svg, .btn-info.btn-outline:focus svg, .btn-info.btn-outline.focus svg {
        fill: #aac9de; }
    .btn-info.btn-inverse:hover, .btn-info.btn-outline:hover {
      color: #aac9de;
      background-color: transparent;
      border-color: #aac9de; }
      .btn-info.btn-inverse:hover svg, .btn-info.btn-outline:hover svg {
        fill: #aac9de; }
    .btn-info.btn-inverse:active, .btn-info.btn-outline:active {
      color: #fff;
      background-color: #aac9de;
      border-color: #aac9de; }
      .btn-info.btn-inverse:active svg, .btn-info.btn-outline:active svg {
        fill: #fff; }
      .btn-info.btn-inverse:active:hover, .btn-info.btn-inverse:active:focus, .btn-info.btn-inverse:active.focus, .btn-info.btn-outline:active:hover, .btn-info.btn-outline:active:focus, .btn-info.btn-outline:active.focus {
        color: #fff;
        background-color: #aac9de;
        border-color: #aac9de; }
        .btn-info.btn-inverse:active:hover svg, .btn-info.btn-inverse:active:focus svg, .btn-info.btn-inverse:active.focus svg, .btn-info.btn-outline:active:hover svg, .btn-info.btn-outline:active:focus svg, .btn-info.btn-outline:active.focus svg {
          fill: #fff; }

.btn-warning {
  color: #fff;
  background-color: #F3D15D;
  border-color: #F3D15D; }
  .btn-warning svg {
    fill: #fff; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #F3D15D;
    border-color: #F3D15D;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(243, 209, 93, 0.35); }
    .btn-warning:focus svg, .btn-warning.focus svg {
      fill: #fff; }
  .btn-warning:hover {
    color: #555555;
    background-color: #FAECBE;
    border-color: #F3D15D; }
    .btn-warning:hover svg {
      fill: #555555; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #E0B832;
    border-color: #F3D15D; }
    .btn-warning:active svg, .btn-warning.active svg,
    .open > .btn-warning.dropdown-toggle svg {
      fill: #fff; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #E0B832;
      border-color: #F3D15D;
      outline: 0;
      box-shadow: 0 0 0 3px rgba(243, 209, 93, 0.35) svg;
        box-shadow-fill: #fff; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.btn-inverse, .btn-warning.btn-outline {
    color: #F3D15D;
    background-color: transparent;
    border-color: #b8b8b8; }
    .btn-warning.btn-inverse svg, .btn-warning.btn-outline svg {
      fill: #F3D15D; }
    .btn-warning.btn-inverse:focus, .btn-warning.btn-inverse.focus, .btn-warning.btn-outline:focus, .btn-warning.btn-outline.focus {
      color: #F3D15D;
      background-color: transparent;
      border-color: #b8b8b8; }
      .btn-warning.btn-inverse:focus svg, .btn-warning.btn-inverse.focus svg, .btn-warning.btn-outline:focus svg, .btn-warning.btn-outline.focus svg {
        fill: #F3D15D; }
    .btn-warning.btn-inverse:hover, .btn-warning.btn-outline:hover {
      color: #F3D15D;
      background-color: transparent;
      border-color: #F3D15D; }
      .btn-warning.btn-inverse:hover svg, .btn-warning.btn-outline:hover svg {
        fill: #F3D15D; }
    .btn-warning.btn-inverse:active, .btn-warning.btn-outline:active {
      color: #fff;
      background-color: #F3D15D;
      border-color: #F3D15D; }
      .btn-warning.btn-inverse:active svg, .btn-warning.btn-outline:active svg {
        fill: #fff; }
      .btn-warning.btn-inverse:active:hover, .btn-warning.btn-inverse:active:focus, .btn-warning.btn-inverse:active.focus, .btn-warning.btn-outline:active:hover, .btn-warning.btn-outline:active:focus, .btn-warning.btn-outline:active.focus {
        color: #fff;
        background-color: #F3D15D;
        border-color: #F3D15D; }
        .btn-warning.btn-inverse:active:hover svg, .btn-warning.btn-inverse:active:focus svg, .btn-warning.btn-inverse:active.focus svg, .btn-warning.btn-outline:active:hover svg, .btn-warning.btn-outline:active:focus svg, .btn-warning.btn-outline:active.focus svg {
          fill: #fff; }

.btn-danger {
  color: #fff;
  background-color: #FC7E7A;
  border-color: #FC7E7A; }
  .btn-danger svg {
    fill: #fff; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #FC7E7A;
    border-color: #FC7E7A;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(252, 126, 122, 0.35); }
    .btn-danger:focus svg, .btn-danger.focus svg {
      fill: #fff; }
  .btn-danger:hover {
    color: #555555;
    background-color: #FDCBC9;
    border-color: #FC7E7A; }
    .btn-danger:hover svg {
      fill: #555555; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #C54E4E;
    border-color: #FC7E7A; }
    .btn-danger:active svg, .btn-danger.active svg,
    .open > .btn-danger.dropdown-toggle svg {
      fill: #fff; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #C54E4E;
      border-color: #FC7E7A;
      outline: 0;
      box-shadow: 0 0 0 3px rgba(252, 126, 122, 0.35) svg;
        box-shadow-fill: #fff; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.btn-inverse, .btn-danger.btn-outline {
    color: #FC7E7A;
    background-color: transparent;
    border-color: #b8b8b8; }
    .btn-danger.btn-inverse svg, .btn-danger.btn-outline svg {
      fill: #FC7E7A; }
    .btn-danger.btn-inverse:focus, .btn-danger.btn-inverse.focus, .btn-danger.btn-outline:focus, .btn-danger.btn-outline.focus {
      color: #FC7E7A;
      background-color: transparent;
      border-color: #b8b8b8; }
      .btn-danger.btn-inverse:focus svg, .btn-danger.btn-inverse.focus svg, .btn-danger.btn-outline:focus svg, .btn-danger.btn-outline.focus svg {
        fill: #FC7E7A; }
    .btn-danger.btn-inverse:hover, .btn-danger.btn-outline:hover {
      color: #FC7E7A;
      background-color: transparent;
      border-color: #FC7E7A; }
      .btn-danger.btn-inverse:hover svg, .btn-danger.btn-outline:hover svg {
        fill: #FC7E7A; }
    .btn-danger.btn-inverse:active, .btn-danger.btn-outline:active {
      color: #fff;
      background-color: #FC7E7A;
      border-color: #FC7E7A; }
      .btn-danger.btn-inverse:active svg, .btn-danger.btn-outline:active svg {
        fill: #fff; }
      .btn-danger.btn-inverse:active:hover, .btn-danger.btn-inverse:active:focus, .btn-danger.btn-inverse:active.focus, .btn-danger.btn-outline:active:hover, .btn-danger.btn-outline:active:focus, .btn-danger.btn-outline:active.focus {
        color: #fff;
        background-color: #FC7E7A;
        border-color: #FC7E7A; }
        .btn-danger.btn-inverse:active:hover svg, .btn-danger.btn-inverse:active:focus svg, .btn-danger.btn-inverse:active.focus svg, .btn-danger.btn-outline:active:hover svg, .btn-danger.btn-outline:active:focus svg, .btn-danger.btn-outline:active.focus svg {
          fill: #fff; }

.btn-link {
  color: #4048E8;
  background-color: transparent;
  border-color: rgba(184, 184, 184, 0); }
  .btn-link svg {
    fill: #4048E8; }
  .btn-link:focus, .btn-link.focus {
    color: #4048E8;
    background-color: transparent;
    border-color: rgba(184, 184, 184, 0);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35); }
    .btn-link:focus svg, .btn-link.focus svg {
      fill: #4048E8; }
  .btn-link:hover {
    color: #4048E8;
    background-color: transparent;
    border-color: #4048E8; }
    .btn-link:hover svg {
      fill: #4048E8; }
  .btn-link:active, .btn-link.active,
  .open > .btn-link.dropdown-toggle {
    color: #fff;
    background-color: #8074FF;
    border-color: #8074FF; }
    .btn-link:active svg, .btn-link.active svg,
    .open > .btn-link.dropdown-toggle svg {
      fill: #fff; }
    .btn-link:active:hover, .btn-link:active:focus, .btn-link:active.focus, .btn-link.active:hover, .btn-link.active:focus, .btn-link.active.focus,
    .open > .btn-link.dropdown-toggle:hover,
    .open > .btn-link.dropdown-toggle:focus,
    .open > .btn-link.dropdown-toggle.focus {
      color: #fff;
      background-color: #8074FF;
      border-color: #8074FF;
      outline: 0;
      box-shadow: 0 0 0 3px rgba(128, 116, 255, 0.35) svg;
        box-shadow-fill: #fff; }
  .btn-link:active, .btn-link.active,
  .open > .btn-link.dropdown-toggle {
    background-image: none; }
  .btn-link.btn-inverse, .btn-link.btn-outline {
    color: transparent;
    background-color: transparent;
    border-color: #b8b8b8; }
    .btn-link.btn-inverse svg, .btn-link.btn-outline svg {
      fill: transparent; }
    .btn-link.btn-inverse:focus, .btn-link.btn-inverse.focus, .btn-link.btn-outline:focus, .btn-link.btn-outline.focus {
      color: transparent;
      background-color: transparent;
      border-color: #b8b8b8; }
      .btn-link.btn-inverse:focus svg, .btn-link.btn-inverse.focus svg, .btn-link.btn-outline:focus svg, .btn-link.btn-outline.focus svg {
        fill: transparent; }
    .btn-link.btn-inverse:hover, .btn-link.btn-outline:hover {
      color: transparent;
      background-color: transparent;
      border-color: transparent; }
      .btn-link.btn-inverse:hover svg, .btn-link.btn-outline:hover svg {
        fill: transparent; }
    .btn-link.btn-inverse:active, .btn-link.btn-outline:active {
      color: #4048E8;
      background-color: transparent;
      border-color: transparent; }
      .btn-link.btn-inverse:active svg, .btn-link.btn-outline:active svg {
        fill: #4048E8; }
      .btn-link.btn-inverse:active:hover, .btn-link.btn-inverse:active:focus, .btn-link.btn-inverse:active.focus, .btn-link.btn-outline:active:hover, .btn-link.btn-outline:active:focus, .btn-link.btn-outline:active.focus {
        color: #4048E8;
        background-color: transparent;
        border-color: transparent; }
        .btn-link.btn-inverse:active:hover svg, .btn-link.btn-inverse:active:focus svg, .btn-link.btn-inverse:active.focus svg, .btn-link.btn-outline:active:hover svg, .btn-link.btn-outline:active:focus svg, .btn-link.btn-outline:active.focus svg {
          fill: #4048E8; }
  .btn-link:hover, .btn-link:active, .btn-link:focus {
    text-decoration: none; }
  .btn-link:focus {
    border-color: #b8b8b8; }

.btn-lg, .btn-group-lg > .btn {
  padding: 15px 32px;
  font-size: 12px;
  line-height: 1.3333333333;
  border-radius: 20px; }

.btn-icon, .btn-svg {
  line-height: 0;
  padding: 3px; }

.dropdown-toggle {
  padding-right: 0; }
  .dropdown-toggle > svg {
    margin-right: 8px;
    margin-left: 8px; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.dropdown-menu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  margin: 8px 0 0;
  padding: 4px 0; }
  .dropdown-menu > li > a {
    padding: 4px 8px; }
  .dropdown-menu .dropdown-header {
    padding: 4px 8px; }
  .dropdown-menu .divider {
    margin: 4px 0; }

.modal-content {
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.1), 0 16px 25px 0 rgba(0, 0, 0, 0.15);
  border: 0; }
  .modal-content .modal-header {
    padding: 16px; }
    .modal-content .modal-header .close {
      opacity: 1;
      margin-top: -1px;
      margin-bottom: -2px; }
      .modal-content .modal-header .close svg {
        fill: rgba(51, 51, 51, 0.4); }
      .modal-content .modal-header .close:active svg {
        fill: #fff; }
    .modal-content .modal-header .modal-title {
      line-height: 24px; }
  .modal-content .modal-body {
    padding: 16px;
    min-height: 178px; }
    .modal-content .modal-body p:last-child {
      margin-bottom: 0; }
  .modal-content .modal-footer {
    padding: 16px;
    text-align: right; }

.modal-sm .modal-body {
  min-height: 0; }

.modal-sm .modal-footer {
  padding-top: 0;
  border-top: 0; }

.modal-message .modal-content .modal-body {
  min-height: 0;
  font-size: 18px;
  text-align: center;
  padding-top: 64px; }

.modal-message .modal-content .modal-footer {
  text-align: center;
  padding: 16px 16px 32px; }

.modal-backdrop {
  background-color: #dcdcdc; }
  .modal-backdrop.in {
    opacity: .4; }

@media (min-width: 1100px) {
  .modal-xl {
    width: 1088px; } }

.modal.fade .modal-dialog, .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.panel {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 16px; }
  .panel.panel-default {
    border-color: #dcdcdc; }
  .panel > .panel-heading {
    padding: 0 16px;
    border-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .panel > .panel-heading .panel-title {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-top: 12px;
      padding-bottom: 12px; }
    .panel > .panel-heading .panel-actions {
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
  .panel > .panel-body {
    padding: 16px; }
    .panel > .panel-body:not(:first-child) {
      border-top: 1px solid #dcdcdc; }

.form-control {
  box-shadow: none;
  color: #555555;
  height: 32px;
  border-color: #b8b8b8;
  padding: 4px 8px; }
  .form-control[readonly] {
    background-color: #f2f2f2;
    border-color: #b8b8b8;
    color: #555555; }
    .form-control[readonly] + .input-group-addon {
      background-color: #f2f2f2;
      border-color: #b8b8b8;
      color: #555555;
      cursor: auto; }
  .form-control.input-success {
    border-color: #71DC9C; }
    .form-control.input-success:focus {
      border-color: #71DC9C;
      box-shadow: 0 0 0 3px rgba(113, 220, 156, 0.35); }
  .form-control.input-warning {
    border-color: #F3D15D; }
    .form-control.input-warning:focus {
      border-color: #F3D15D;
      box-shadow: 0 0 0 3px rgba(243, 209, 93, 0.35); }
  .form-control.input-danger {
    border-color: #FC7E7A; }
    .form-control.input-danger:focus {
      border-color: #FC7E7A;
      box-shadow: 0 0 0 3px rgba(252, 126, 122, 0.35); }
  .form-control[disabled] {
    background-color: #f2f2f2;
    border-color: #b8b8b8;
    color: rgba(85, 85, 85, 0.5); }
    .form-control[disabled] + .input-group-addon {
      background-color: #f2f2f2;
      border-color: #b8b8b8;
      color: rgba(85, 85, 85, 0.5);
      cursor: not-allowed; }
  .form-control.input-validation-error {
    border-color: #FC7E7A !important; }
    .form-control.input-validation-error + .input-group-addon {
      border-color: #FC7E7A !important; }
  .form-control:focus {
    outline: 0;
    border-color: #b8b8b8;
    box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35); }

.element-status-icon-wrapper {
  position: relative;
  height: 100%;
  width: 100%; }

.element-status-icon {
  position: absolute; }
  .element-status-icon.loading {
    background: url("/Content/images/spinner.svg") no-repeat right 8px center;
    background-size: 20px; }
  .element-status-icon.success {
    background: url("/dist/icons/success-dark.svg") no-repeat right 8px center;
    background-size: 20px;
    cursor: text; }
  .element-status-icon.warning {
    background: url("/dist/icons/warning-dark.svg") no-repeat right 8px center;
    background-size: 20px;
    cursor: text; }
  .element-status-icon.error {
    background: url("/dist/icons/danger-dark.svg") no-repeat right 8px center;
    background-size: 20px;
    cursor: text; }
  .element-status-icon.element-type-button {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center; }
  .element-status-icon.updating-checkbox {
    background-position: left center;
    background-size: 15px;
    height: 15px;
    left: 0;
    margin-left: -5px;
    margin-top: 3px;
    width: 15px; }
    .element-status-icon.updating-checkbox.updating-switch {
      margin-left: -5px;
      margin-top: 6px; }

.input-group {
  border-radius: 2px; }
  .input-group:focus, .input-group.focus {
    outline: 0;
    border-color: #b8b8b8;
    box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35); }
  .input-group .form-control:first-child {
    border-right: 0;
    padding-right: 0; }
  .input-group .form-control:not(:first-child) {
    border-left: 0;
    padding-left: 0; }
  .input-group .form-control:focus {
    outline: 0;
    box-shadow: none; }
  .input-group .input-group-addon {
    background-color: #fff; }

.field-validation-error {
  color: #FC7E7A; }

input:placeholder-shown {
  text-overflow: ellipsis; }

.select2-container .select2-selection--single {
  border-color: #b8b8b8;
  border-radius: 2px;
  height: 32px; }
  .select2-container .select2-selection--single:focus {
    outline: 0; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    color: #555555; }
    .select2-container .select2-selection--single .select2-selection__rendered:focus {
      outline: 0; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 32px;
    top: 0;
    overflow: hidden; }

.select2-container .select2-selection--multiple {
  border-color: #b8b8b8;
  border-radius: 2px;
  min-height: 32px; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    line-height: 17px;
    padding-left: 8px;
    padding-right: 16px;
    margin-bottom: -5px; }

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px; }

.select2-container .select2-selection--multiple .select2-selection__choice {
  margin-top: 3px;
  color: #555555; }

.select2-dropdown {
  border-color: #b8b8b8;
  border-radius: 2px; }

.select2-container .select2-search--dropdown .select2-search__field {
  border-color: #b8b8b8;
  border-radius: 2px; }
  .select2-container .select2-search--dropdown .select2-search__field:focus {
    outline: 0; }

.select2-container .select2-results__option[aria-selected=true] {
  background-color: #f2f2f2; }

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #dcdcdc;
  color: #555555; }

select.select2-hidden-accessible.input-validation-error + span.select2.select2-container .select2-selection--single, select.select2-hidden-accessible.input-validation-error + span.select2.select2-container .select2-selection--multiple {
  border-color: #FC7E7A !important; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: -10px;
  margin-top: 7px;
  font-weight: normal;
  color: #b8b8b8;
  font-size: 18px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-weight: normal;
  color: #b8b8b8;
  font-size: 18px;
  margin-right: 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-weight: normal; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #b8b8b8; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  border-radius: 20px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
    float: right;
    margin-left: 6px;
    margin-right: 0;
    border-color: #b8b8b8; }

.select2-container--open .select2-dropdown {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15); }
  .select2-container--open .select2-dropdown.select2-dropdown--below {
    margin-top: 5px;
    border-top: 1px solid #b8b8b8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .select2-container--open .select2-dropdown.select2-dropdown--above {
    margin-top: -5px;
    border-bottom: 1px solid #b8b8b8;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.select2-search--dropdown {
  padding: 8px;
  border-bottom: 1px solid #dcdcdc; }

.select2-container--default .select2-results__group {
  font-weight: 500; }

.select2-results__option, .select2-container--default .select2-results__option .select2-results__option {
  padding: 6px 8px; }

.select2.select2-container {
  border-radius: 2px; }

.select2.select2-container.select2-container--open, .select2.select2-container.select2-container--focus {
  border-color: #b8b8b8;
  box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35); }

.select2.select2-container:focus {
  outline: 0;
  border-color: #b8b8b8;
  box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35); }

.select2-container--default .select2-selection--single .select2-selection__arrow svg.dropdown-arrow {
  fill: #999;
  position: absolute;
  top: 5px;
  right: 0; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow svg.dropdown-arrow {
  fill: #4048E8;
  -webkit-transform: rotate(180deg) translateY(1px);
          transform: rotate(180deg) translateY(1px); }

.select2-container--default.select2-container--disabled .select2-selection--single, .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #f2f2f2;
  cursor: not-allowed; }
  .select2-container--default.select2-container--disabled .select2-selection--single:focus, .select2-container--default.select2-container--disabled .select2-selection--multiple:focus {
    outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered li, .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered, .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered li {
    color: rgba(85, 85, 85, 0.5);
    cursor: not-allowed; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered *, .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered li *, .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered *, .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered li * {
      cursor: not-allowed; }

input.select2-search__field:-ms-input-placeholder {
  color: #999;
  margin-left: 8px; }

[type="checkbox"]:not(.switch):not(:checked),
[type="checkbox"]:not(.switch):checked {
  left: -9999px;
  position: absolute; }

[type="checkbox"]:not(.switch):not(:checked) + label,
[type="checkbox"]:not(.switch):checked + label,
[type="checkbox"]:not(.switch):not(:checked) + [type=hidden] + label,
[type="checkbox"]:not(.switch):checked + [type=hidden] + label {
  cursor: pointer;
  font-weight: normal;
  padding-left: 1.95em;
  position: relative;
  margin-bottom: 0; }

[type="checkbox"]:not(.switch):not(:checked) + label::before,
[type="checkbox"]:not(.switch):checked + label::before,
[type="checkbox"]:not(.switch):not(:checked) + [type=hidden] + label::before,
[type="checkbox"]:not(.switch):checked + [type=hidden] + label::before {
  background: transparent;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px; }

[type="checkbox"]:not(.switch):checked + label::before,
[type="checkbox"]:not(.switch):checked + [type=hidden] + label::before {
  background-color: #4048E8;
  border-color: #4048E8; }

[type="checkbox"]:not(.switch):not(:checked) + label::after,
[type="checkbox"]:not(.switch):checked + label::after,
[type="checkbox"]:not(.switch):not(:checked) + [type=hidden] + label::after,
[type="checkbox"]:not(.switch):checked + [type=hidden] + label::after {
  background: url("/dist/icons/check-mark.svg") no-repeat center center;
  background-size: 17px;
  content: '';
  font-size: 1.3em;
  height: 16px;
  left: 2px;
  line-height: .8;
  position: absolute;
  top: 2px;
  transition: all .2s;
  width: 16px; }

[type="checkbox"]:not(.switch):not(:checked) + label::after,
[type="checkbox"]:not(.switch):not(:checked) + [type=hidden] + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

[type="checkbox"]:not(.switch):checked + label::after,
[type="checkbox"]:not(.switch):checked + [type=hidden] + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

[type="checkbox"]:not(.switch):disabled:not(:checked) + label::before,
[type="checkbox"]:not(.switch):disabled:checked + label::before,
[type="checkbox"]:not(.switch):disabled:not(:checked) + [type=hidden] + label::before,
[type="checkbox"]:not(.switch):disabled:checked + [type=hidden] + label::before {
  background-color: transparent;
  border-color: rgba(184, 184, 184, 0.65);
  box-shadow: none; }

[type="checkbox"]:not(.switch):disabled:checked + label::before,
[type="checkbox"]:not(.switch):disabled:checked + [type=hidden] + label::before {
  background-color: rgba(184, 184, 184, 0.65); }

[type="checkbox"]:not(.switch):disabled + label,
[type="checkbox"]:not(.switch):disabled + [type=hidden] + label {
  color: rgba(85, 85, 85, 0.5);
  cursor: not-allowed; }

[type="radio"]:not(:checked),
[type="radio"]:checked {
  left: -9999px;
  position: absolute; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + input[type=hidden] + label,
[type="radio"]:checked + input[type=hidden] + label {
  cursor: pointer;
  font-weight: normal;
  padding-left: 1.95em;
  position: relative; }

[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before,
[type="radio"]:not(:checked) + input[type=hidden] + label::before,
[type="radio"]:checked + input[type=hidden] + label::before {
  background: transparent;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: all .1s;
  width: 18px; }

[type="radio"]:checked + label::before,
[type="radio"]:checked + input[type=hidden] + label::before {
  border-color: #4048E8;
  border-width: 6px;
  height: 20px;
  left: -1px;
  top: 0;
  width: 20px; }

[type="radio"]:disabled:not(:checked) + label::before,
[type="radio"]:disabled:checked + label::before,
[type="radio"]:disabled:not(:checked) + input[type=hidden] + label::before,
[type="radio"]:disabled:checked + input[type=hidden] + label::before {
  border-color: rgba(184, 184, 184, 0.65);
  box-shadow: none; }

[type="radio"]:disabled + label,
[type="radio"]:disabled + input[type=hidden] + label {
  color: rgba(85, 85, 85, 0.5);
  cursor: not-allowed; }

.switch-container {
  display: inline-block;
  height: 20px;
  margin-bottom: -6px;
  position: relative;
  width: 40px; }
  .switch-container input {
    display: none; }
  .switch-container .slider {
    background-color: transparent;
    border: 1px solid #b8b8b8;
    border-radius: 34px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s; }
  .switch-container .slider::before {
    background-color: #b8b8b8;
    border-radius: 50%;
    bottom: 2px;
    content: '';
    height: 14px;
    left: 3px;
    position: absolute;
    transition: .2s;
    width: 14px; }
  .switch-container .slider::after {
    background: url("/dist/icons/cross-gray.svg") no-repeat center center;
    background-size: 23px;
    bottom: 1px;
    color: #b8b8b8;
    content: '';
    height: 14px;
    position: absolute;
    right: 3px;
    width: 14px; }
  .switch-container input:checked + .slider,
  .switch-container input:checked + input[type=hidden] + .slider {
    background-color: #4048E8;
    border-color: #4048E8; }
  .switch-container input:focus + .slider,
  .switch-container input:focus + input[type=hidden] + .slider {
    box-shadow: 0 0 1px #4048E8; }
  .switch-container input:checked + .slider::before,
  .switch-container input:checked + input[type=hidden] + .slider::before {
    background-color: #fff;
    -webkit-transform: translateX(18px);
            transform: translateX(18px); }
  .switch-container input:checked + .slider::after,
  .switch-container input:checked + input[type=hidden] + .slider::after {
    background: url("/dist/icons/check-mark.svg") no-repeat center center;
    background-size: 16px;
    bottom: 2px;
    color: #b8b8b8;
    content: '';
    height: 14px;
    left: 4px;
    position: absolute;
    width: 14px; }
  .switch-container + label {
    cursor: pointer;
    font-weight: 400;
    margin-left: -4px;
    padding-left: 9px;
    margin-bottom: 0; }
  .switch-container input:disabled + .slider,
  .switch-container input:disabled + input[type=hidden] + .slider {
    background-color: transparent;
    border-color: rgba(184, 184, 184, 0.65);
    cursor: not-allowed; }
  .switch-container input:disabled + .slider::after,
  .switch-container input:disabled + input[type=hidden] + .slider::after {
    background: url("/dist/icons/cross-gray.svg") no-repeat center center;
    background-size: 23px; }
  .switch-container input:disabled:checked + .slider::after,
  .switch-container input:disabled:checked + input[type=hidden] + .slider::after {
    background: url("/dist/icons/check-mark.svg") no-repeat center center;
    background-size: 16px; }
  .switch-container input:disabled + .slider::before,
  .switch-container input:disabled + input[type=hidden] + .slider::before {
    background-color: rgba(184, 184, 184, 0.65);
    cursor: not-allowed; }
  .switch-container input:disabled:checked + .slider,
  .switch-container input:disabled:checked + input[type=hidden] + .slider {
    background-color: rgba(184, 184, 184, 0.65);
    border-color: rgba(184, 184, 184, 0.65);
    cursor: not-allowed; }
  .switch-container input:disabled:checked + .slider::before,
  .switch-container input:disabled:checked + input[type=hidden] + .slider::before {
    background-color: #fff;
    cursor: not-allowed; }
  .switch-container.disabled + label {
    cursor: not-allowed;
    color: rgba(85, 85, 85, 0.5); }

@media (max-width: 600px) {
  #toast-container {
    top: 0;
    left: 0;
    right: 0;
    padding: 8px; } }

#toast-container > .toast {
  background-image: none !important;
  border-radius: 2px;
  color: #555555;
  opacity: 1;
  width: 435px;
  border-left: 3px solid transparent;
  padding: 8px 8px 8px 36px;
  box-shadow: none; }
  #toast-container > .toast:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 600px) {
    #toast-container > .toast {
      width: 100%; } }
  #toast-container > .toast.toast-success {
    background-color: #C6F1D7;
    border-left-color: #71DC9C; }
    #toast-container > .toast.toast-success .notification-icon svg {
      fill: #71DC9C; }
  #toast-container > .toast.toast-info {
    background-color: #f2f2f2;
    border-left-color: #4048E8; }
    #toast-container > .toast.toast-info .notification-icon svg {
      fill: #4048E8; }
  #toast-container > .toast.toast-error {
    background-color: #FDCBC9;
    border-left-color: #FC7E7A; }
    #toast-container > .toast.toast-error .notification-icon svg {
      fill: #FC7E7A; }
  #toast-container > .toast.toast-warning {
    background-color: #FAECBE;
    border-left-color: #F3D15D; }
    #toast-container > .toast.toast-warning .notification-icon svg {
      fill: #F3D15D; }
  #toast-container > .toast .toast-close-button {
    color: #999;
    height: 20px;
    line-height: 20px;
    right: 0;
    text-shadow: none;
    top: 1px;
    width: 20px;
    font-weight: 400;
    opacity: 1; }
  #toast-container > .toast .toast-message,
  #toast-container > .toast .toast-title {
    margin-right: 24px; }
  #toast-container > .toast .toast-actions {
    margin-top: 8px;
    width: 100%; }
  #toast-container > .toast .notification-icon {
    position: absolute;
    top: 7px;
    left: 5px; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  font-weight: normal;
  height: 32px;
  line-height: 19px;
  position: relative;
  display: table;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden; }
  .inputfile + label div.text {
    color: #999;
    display: table-cell;
    float: left;
    margin-top: -1px;
    padding: 6px 8px;
    padding-top: 7px;
    padding-bottom: 5px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: normal; }
  .inputfile + label div.icon {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    border-left: 1px solid #b8b8b8;
    padding: 5px; }
    .inputfile + label div.icon svg {
      width: 20px;
      height: 20px;
      color: #4048E8;
      fill: #4048E8;
      margin-bottom: -3px; }
  .inputfile + label.file-selected span.text {
    color: #555555; }

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 0; }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

body {
  margin-top: 80px;
  position: relative; }
  body:before {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: linear-gradient(208.81deg, #1DA7FE 0%, #4048E8 100%);
    position: fixed;
    top: 0;
    z-index: 5; }

.cd-main-header {
  border-bottom: 1px solid #dcdcdc; }

.flex-header {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  height: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1500px; }
  @media (min-width: 768px) {
    .flex-header {
      width: 750px; } }
  @media (min-width: 992px) {
    .flex-header {
      width: 970px; } }
  @media (min-width: 1200px) {
    .flex-header {
      width: 1170px; } }
  .flex-header .cta-buttons a {
    transition: all 150ms ease-in-out; }

.logo {
  font-size: 27px;
  color: #00A1E8; }

.meganav-holder {
  margin: auto auto auto 20px; }

.cd-nav a {
  font-weight: 600;
  font-size: 16px; }

@media screen and (min-width: 1200px) {
  .cd-primary-nav .cd-nav-gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    left: 0;
    position: fixed !important; } }

@media (min-width: 1200px) {
  .cd-nav-gallery .inner {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: 1170px; }
    .cd-nav-gallery .inner > ul {
      display: block;
      width: 100%; } }

@media (min-width: 992px) {
  .see-all a {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: 970px; } }

@media (min-width: 1200px) {
  .see-all a {
    width: 1170px; } }

.mobile-language-picker {
  position: fixed;
  display: none;
  top: 3px;
  right: 0;
  z-index: 5;
  height: 79px;
  padding: 24px 0; }

.nav-is-visible + .mobile-language-picker {
  display: block;
  /*.lang-buttons {
        position: fixed;
        display: block !important;
        top: 0;
        right: -260px;
        z-index: 1000000;
        height: 79px;
        background: #fff;
        padding: 24px 0;
    }*/ }

.cd-primary-nav {
  list-style: none;
  margin: 0; }
  .cd-primary-nav .cd-nav-gallery > li > ul > li.headline {
    display: none; }
  .cd-primary-nav .go-back {
    border-bottom: 1px solid #DCDCDC;
    border-top: 2px solid transparent; }
    .cd-primary-nav .go-back a {
      color: #4048E8; }
    .cd-primary-nav .go-back span {
      height: 80px;
      display: block; }
  .cd-primary-nav ul a {
    transition: color 150ms ease-in-out;
    text-decoration: none; }
    @media (max-width: 1200px) {
      .cd-primary-nav ul a:hover {
        text-decoration: underline; } }
    .cd-primary-nav ul a:hover, .cd-primary-nav ul a:focus {
      color: #4048E8; }
  .cd-primary-nav li a {
    transition: color 150ms ease-in-out; }
  .cd-primary-nav li.login-knapper-mobil {
    position: absolute;
    bottom: 8px;
    width: 100%; }
    .cd-primary-nav li.login-knapper-mobil a {
      margin-bottom: 8px;
      height: 32px;
      font-size: 12px;
      line-height: 1.3;
      padding: 7px 16px;
      font-weight: 500;
      margin: 0 16px 8px 16px;
      transition: all 150ms ease-in-out; }
      .cd-primary-nav li.login-knapper-mobil a.btn-default {
        color: #4048E8; }
      .cd-primary-nav li.login-knapper-mobil a.btn-primary {
        color: #fff; }
    .cd-primary-nav li.login-knapper-mobil hr {
      margin: 16px 0; }

@media (min-width: 1200px) {
  body > header .logo {
    font-size: 27px; }
  .cd-primary-nav li.head ul {
    display: none; }
  .cd-primary-nav .cd-nav-gallery > li > ul > li.headline {
    display: block; }
  ul a {
    color: #4048E8;
    transition: color 150ms ease-in-out; }
    ul a > span {
      font-size: 20px; } }

.lang-buttons {
  margin-left: 20px;
  list-style: none;
  background-color: #fff; }
  .lang-buttons li {
    display: inline-block; }
    .lang-buttons li:last-of-type {
      border-left: 1px solid #DCDCDC; }
    .lang-buttons li .lang-active {
      opacity: 1;
      color: #4048E8; }
    .lang-buttons li a {
      opacity: 0.35;
      background: none;
      transition: opacity 150ms ease-in-out; }
      .lang-buttons li a:hover {
        background: none;
        opacity: 1; }
    .lang-buttons li a {
      padding: 4px 15px; }

/*// colors

$color-1: #2e3233; // grey dark
$color-2: #69aa6f; // green
$color-3: #e2e3df; // grey light
$color-4: #ffffff; // white

// fonts

$primary-font: sans-serif;

// header size

$header-height-S: 50px;
$header-height-L: 80px;

// Navigation size

$nav-width-S: 260px;

// Search size

$search-height-S: 50px;
$search-height-L: 120px;

// z-index

$below-content: 1;
$content: 2;
$above-content: 3;*/
/*.cd-overlay.is-visible {
    transform: translateX(-260px);
}*/
.cd-overlay {
  position: absolute; }

@media (max-width: 1200px) {
  .cd-nav-trigger {
    box-shadow: none; } }

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.svg-logo {
  width: 7.2592592593em; }

.grid-container {
  position: relative;
  margin-top: -250px;
  /* TYPOGRAPHY */
  /**umb_name:normal*/
  /**umb_name:Title*/
  /**umb_name:Sub-title*/
  /**umb_name:Heading1*/
  /**umb_name:Heading2*/
  /**umb_name:Heading3*/ }
  @media screen and (max-width: 1200px) {
    .grid-container {
      margin-top: -18%; } }
  .grid-container .grid-content-wrapper {
    background-color: #fff;
    padding-top: 0px;
    min-height: 300px; }
  .grid-container p {
    font-size: 16px; }
  .grid-container .grid-normal {
    font-size: 16px;
    color: #555555;
    line-height: 24px; }
  .grid-container .grid-header {
    font-size: 40px;
    letter-spacing: 1px;
    color: #333333;
    line-height: 48px; }
  .grid-container .grid-sub-title {
    color: #555555;
    font-size: 20px;
    line-height: 28px; }
  .grid-container .grid-heading-1 {
    color: #333333;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 40px; }
  .grid-container .grid-heading-2 {
    color: #333333;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px; }
  .grid-container .grid-heading-3 {
    color: #333333;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 32px; }

.custom-grid .grid-section .grid-row {
  margin-bottom: 42px; }
  .custom-grid .grid-section .grid-row .grid-area .caption {
    margin-top: 8px;
    font-size: 12px; }
  @media screen and (max-width: 1200px) {
    .custom-grid .grid-section .grid-row .grid-column:not(:last-child) {
      margin-bottom: 42px; } }
  @media screen and (max-width: 992px) {
    .custom-grid .grid-section .grid-row {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 992px) {
    .custom-grid .grid-section .grid-row .grid-wide-area-left img, .custom-grid .grid-section .grid-row .grid-wide-area-right img {
      width: 100%; }
    .custom-grid .grid-section .grid-row .grid-wide-area-left {
      margin-left: -30px; }
    .custom-grid .grid-section .grid-row .grid-wide-area-right {
      margin-right: -30px; } }

.custom-quote {
  padding-left: 100px; }
  @media screen and (max-width: 1200px) {
    .custom-quote {
      padding-left: inherit;
      display: block;
      float: none;
      margin: 0 auto; } }
  .custom-quote .quote-text {
    padding-left: 16px;
    border-left: 6px solid #4048E8;
    font-size: 20px;
    font-style: italic;
    line-height: 32px; }

.cards-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.grid-card {
  margin-bottom: 42px;
  width: 30%;
  min-width: 300px; }
  @media screen and (max-width: 700px) {
    .grid-card {
      min-width: 0;
      width: 100%; }
      .grid-card .card-image {
        width: 100%; } }
  .grid-card p.card-header {
    margin: 15px 0 12px 0;
    font-size: 24px; }
  .grid-card .card-text {
    margin-bottom: 15px; }

.banner .bg-image img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 300px; }

.banner .content {
  margin: -200px 0 40px 0;
  position: relative; }
  @media screen and (max-width: 992px) {
    .banner .content {
      margin-top: -110px; } }

.banner .content-box {
  padding: 24px 14px;
  background: #4048E8 url("../../content/images/bg-angle-fill.svg") no-repeat;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.1), 0 27px 25px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  background-position: 20% 80%; }
  .banner .content-box p {
    font-size: 20px;
    line-height: 28px; }
    .banner .content-box p.dispay-header {
      font-size: 48px;
      line-height: 60px;
      letter-spacing: 1px; }
    .banner .content-box p a {
      color: #fff; }

@media only screen and (min-width: 992px) {
  .banner .content-box {
    padding: 40px 0;
    background-size: 1000px;
    background-position: 0 60%; } }

.gradient-banner {
  width: 100%;
  display: block;
  /* fallback/image non-cover color */
  background-color: #4048E8;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #4048E8 0%, #1DA7FE 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(to right, #4048E8 0%, #1DA7FE 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
  .gradient-banner .banner-headline {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 44px;
    margin-bottom: 32px;
    word-break: break-word; }
    @media (max-width: 480px) {
      .gradient-banner .banner-headline {
        font-size: 30px; } }
  .gradient-banner .banner-subheader {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: -8px; }
  .gradient-banner .banner-subtext {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-left: 0px; }
  .gradient-banner .breadcrumb-wrapper .breadcrumb-text {
    color: #fff;
    font-weight: 500; }
    .gradient-banner .breadcrumb-wrapper .breadcrumb-text .breadcrumb-link {
      color: #fff; }
  .gradient-banner .breadcrumb-wrapper .ruler {
    border-top: 1px solid #00A1E8; }
  .gradient-banner .gradient-content-row {
    padding-bottom: 120px; }
  .gradient-banner .gradient-content-row-short {
    padding-bottom: 32px; }
  .gradient-banner .gradient-content-row-long {
    padding-bottom: 170px; }

.card-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 96px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -128px;
  margin-left: -8px;
  margin-right: -8px; }
  @media (max-width: 768px) {
    .card-container {
      margin-top: -80px; } }
  .card-container:after {
    content: "";
    display: block;
    width: 33%;
    position: relative; }
    @media (max-width: 992px) {
      .card-container:after {
        width: 50%; } }
    @media (max-width: 768px) {
      .card-container:after {
        width: 100%; } }
  .card-container .omraade-card {
    width: 33%;
    padding: 8px 8px 0 8px; }
    @media (max-width: 992px) {
      .card-container .omraade-card {
        width: 50%; } }
    @media (max-width: 768px) {
      .card-container .omraade-card {
        width: 100%; } }

.omraade-card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block;
  cursor: pointer; }
  .omraade-card picture > img {
    transition: all 150ms ease-in-out; }
  .omraade-card:hover, .omraade-card:focus {
    text-decoration: none;
    outline: 0;
    border: none;
    -moz-outline-style: none; }
    .omraade-card:hover picture > img, .omraade-card:focus picture > img {
      box-shadow: 0 8px 15px 2px rgba(0, 0, 0, 0.15), 0 6px 5px 2px rgba(0, 0, 0, 0.15); }
    .omraade-card:hover .card-navigation-container, .omraade-card:focus .card-navigation-container {
      box-shadow: 0 8px 15px 2px rgba(0, 0, 0, 0.15), 0 6px 5px 2px rgba(0, 0, 0, 0.15); }
      .omraade-card:hover .card-navigation-container .card-navigation-text, .omraade-card:focus .card-navigation-container .card-navigation-text {
        text-decoration: none; }
      .omraade-card:hover .card-navigation-container .card-arrow, .omraade-card:focus .card-navigation-container .card-arrow {
        background-color: #4048E8; }
        .omraade-card:hover .card-navigation-container .card-arrow svg, .omraade-card:focus .card-navigation-container .card-arrow svg {
          fill: #fff; }
  .omraade-card .card-navigation-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
    position: relative;
    top: -34px;
    height: 72px;
    line-height: 72px;
    background-color: #FFFFFF;
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.1), 0 12px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 0 18px;
    margin: auto 16px auto auto;
    transition: all 150ms ease-in-out; }
    .omraade-card .card-navigation-container .card-navigation-text {
      color: #4048E8;
      font-size: 20px;
      font-weight: 700;
      padding-left: 0px;
      padding-right: 0px;
      width: 70%;
      text-decoration: none;
      transition: all 150ms ease-in-out;
      line-height: 26px; }
    .omraade-card .card-navigation-container .card-arrow {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      width: 40px;
      padding-right: 0px;
      border-radius: 50%;
      border: 1px solid #B8B8B8;
      transition: all 150ms ease-in-out; }
      .omraade-card .card-navigation-container .card-arrow svg {
        margin: auto;
        overflow: visible;
        fill: #4048E8; }

.omraade-container {
  background: #fff;
  margin-top: -85px;
  margin-left: 15px;
  margin-right: 15px; }
  .omraade-container .omraade-top-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 34px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 27px; }
    .omraade-container .omraade-top-container .p-anlaeg-oversigt-headline {
      font-size: 24px;
      letter-spacing: 1px;
      line-height: 32px; }
    .omraade-container .omraade-top-container .p-anlaeg-oversigt-buttons {
      width: 220px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
      @media (max-width: 480px) {
        .omraade-container .omraade-top-container .p-anlaeg-oversigt-buttons {
          width: 150px; } }
      .omraade-container .omraade-top-container .p-anlaeg-oversigt-buttons a {
        font-weight: 550; }
      .omraade-container .omraade-top-container .p-anlaeg-oversigt-buttons .liste-button {
        width: 100px; }
        @media (max-width: 480px) {
          .omraade-container .omraade-top-container .p-anlaeg-oversigt-buttons .liste-button {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            width: 70px; } }
      .omraade-container .omraade-top-container .p-anlaeg-oversigt-buttons .kort-button {
        width: 100px;
        margin-left: 8px; }
        @media (max-width: 480px) {
          .omraade-container .omraade-top-container .p-anlaeg-oversigt-buttons .kort-button {
            width: 70px;
            margin-left: 0px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            padding-left: 4px; } }
  .omraade-container .omraade-bottom-container {
    margin-bottom: 128px; }
  .omraade-container .omraade-map {
    width: 100%;
    min-height: 800px;
    background-color: #fff; }
    @media (max-width: 992px) {
      .omraade-container .omraade-map {
        min-height: 600px; } }
    @media (max-width: 480px) {
      .omraade-container .omraade-map {
        min-height: 550px; } }
  .omraade-container .omraade-cards-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; }
    .omraade-container .omraade-cards-container:after {
      content: "";
      /*flex: auto;*/
      display: block;
      width: 33%;
      position: relative; }
      @media (max-width: 992px) {
        .omraade-container .omraade-cards-container:after {
          width: 50%; } }
      @media (max-width: 768px) {
        .omraade-container .omraade-cards-container:after {
          width: 100%; } }

.omraade-card-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  width: 33%;
  margin-bottom: 8px;
  padding: 8px;
  transition: all 150ms ease-in-out; }
  @media (max-width: 992px) {
    .omraade-card-link {
      width: 50%; } }
  @media (max-width: 768px) {
    .omraade-card-link {
      width: 100%; } }
  .omraade-card-link:hover, .omraade-card-link:focus {
    text-decoration: none; }
    .omraade-card-link:hover .omraade-card-shadow-container, .omraade-card-link:focus .omraade-card-shadow-container {
      box-shadow: 0 8px 15px 2px rgba(0, 0, 0, 0.15), 0 6px 5px 2px rgba(0, 0, 0, 0.2); }
    .omraade-card-link:hover .omraade-card-content .omraade-navigation-container .omraade-adresse, .omraade-card-link:focus .omraade-card-content .omraade-navigation-container .omraade-adresse {
      text-decoration: none; }
    .omraade-card-link:hover .omraade-card-content .omraade-navigation-container .card-arrow, .omraade-card-link:focus .omraade-card-content .omraade-navigation-container .card-arrow {
      background-color: #4048E8; }
      .omraade-card-link:hover .omraade-card-content .omraade-navigation-container .card-arrow svg, .omraade-card-link:focus .omraade-card-content .omraade-navigation-container .card-arrow svg {
        fill: #fff; }
  .omraade-card-link .omraade-card-shadow-container {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 150ms ease-in-out; }
  .omraade-card-link .omraade-card-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 26px;
    height: 208px;
    background-color: #fff; }
    .omraade-card-link .omraade-card-content .omraade-navn {
      color: #333;
      font-size: 20px;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 8px; }
    .omraade-card-link .omraade-card-content .omraade-info-content {
      color: #555;
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 480px) {
        .omraade-card-link .omraade-card-content .omraade-info-content.hidden-at-xs {
          display: none; } }
    .omraade-card-link .omraade-card-content .omraade-navigation-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 44px; }
      .omraade-card-link .omraade-card-content .omraade-navigation-container .omraade-adresse {
        color: #555;
        font-size: 14px;
        line-height: 24px; }
      .omraade-card-link .omraade-card-content .omraade-navigation-container .card-arrow {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        width: 40px;
        padding-right: 0px;
        border-radius: 50%;
        border: 1px solid #B8B8B8;
        background: #FFFFFF url("../../../dist/icons/sprite.symbol.svg#forward") no-repeat;
        transition: all 150ms ease-in-out; }
        .omraade-card-link .omraade-card-content .omraade-navigation-container .card-arrow svg {
          margin: auto;
          overflow: visible;
          fill: #4048E8; }

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

.info-window-card {
  width: 360px;
  padding: 10px;
  max-width: 100%; }
  .info-window-card .close-btn {
    position: absolute;
    top: 15px;
    right: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 150ms ease-in-out;
    cursor: pointer; }
    .info-window-card .close-btn:hover {
      opacity: 0.5; }
    .info-window-card .close-btn svg {
      margin: auto;
      color: #fff;
      fill: #fff;
      width: 33px;
      height: 33px; }
  .info-window-card .shadow-container {
    width: 100%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
    height: 100%;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15); }
  .info-window-card .card-image {
    max-width: 100%; }
  .info-window-card .info-window-content-wrapper {
    padding: 22px 28px 0 28px; }
    .info-window-card .info-window-content-wrapper .card-header {
      margin: 0;
      padding: 0;
      line-height: 33px;
      margin-bottom: 9px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .info-window-card .info-window-content-wrapper p {
      font-size: 16px;
      color: #555555;
      line-height: 24px; }
  .info-window-card .navigation-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .info-window-card .navigation-wrapper .navigation-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 25px; }
      .info-window-card .navigation-wrapper .navigation-content .navigation-text {
        color: #555;
        font-size: 14px;
        line-height: 24px; }
        .info-window-card .navigation-wrapper .navigation-content .navigation-text p {
          margin: 0; }
      .info-window-card .navigation-wrapper .navigation-content .card-arrow {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        width: 40px;
        padding-right: 0px;
        border-radius: 50%;
        border: 1px solid #B8B8B8;
        cursor: pointer;
        transition: all 150ms ease-in-out; }
        .info-window-card .navigation-wrapper .navigation-content .card-arrow:hover, .info-window-card .navigation-wrapper .navigation-content .card-arrow:focus {
          border-color: #4048E8;
          background-color: #4048E8; }
          .info-window-card .navigation-wrapper .navigation-content .card-arrow:hover svg, .info-window-card .navigation-wrapper .navigation-content .card-arrow:focus svg {
            color: #fff;
            fill: #fff; }
        .info-window-card .navigation-wrapper .navigation-content .card-arrow svg {
          margin: auto;
          overflow: visible;
          fill: #4048E8; }

.banner-small {
  min-height: 150px; }

.content-subheader {
  color: #333;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 32px; }

.p-anlaeg-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 64px; }
  .p-anlaeg-container .header {
    color: #333;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 48px;
    margin-top: 8px;
    margin-bottom: 24px; }
  .p-anlaeg-container .p-anlaeg-content-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 992px) {
      .p-anlaeg-container .p-anlaeg-content-container {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .p-anlaeg-container .p-anlaeg-content-container .map-info-card {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 33%;
      height: auto;
      margin-left: 32px;
      box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.1), 0 12px 10px 0 rgba(0, 0, 0, 0.15); }
      @media (max-width: 992px) {
        .p-anlaeg-container .p-anlaeg-content-container .map-info-card {
          width: 100%;
          margin-left: 0; } }
      .p-anlaeg-container .p-anlaeg-content-container .map-info-card .map {
        height: 170px; }
      .p-anlaeg-container .p-anlaeg-content-container .map-info-card .info-content {
        padding: 24px; }
        .p-anlaeg-container .p-anlaeg-content-container .map-info-card .info-content .info-content-subheader {
          font-size: 20px;
          font-weight: 700;
          line-height: 32px; }
        .p-anlaeg-container .p-anlaeg-content-container .map-info-card .info-content .adresse {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .p-anlaeg-container .p-anlaeg-content-container .map-info-card .info-content .adresse .anlaeg-postnummer {
            margin-bottom: 16px; }
        .p-anlaeg-container .p-anlaeg-content-container .map-info-card .info-content .aabningstider {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .p-anlaeg-container .p-anlaeg-content-container .map-info-card .info-content .aabningstider .aabningstider-entry {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .p-anlaeg-container .p-anlaeg-content-container .map-info-card .info-content .aabningstider .aabningstider-entry .aabningstider-dato {
              color: #555;
              font-size: 16px;
              line-height: 24px; }
            .p-anlaeg-container .p-anlaeg-content-container .map-info-card .info-content .aabningstider .aabningstider-entry .aabningstider-klokkeslet {
              font-size: 16px;
              font-weight: 700;
              line-height: 24px;
              text-align: center; }
          .p-anlaeg-container .p-anlaeg-content-container .map-info-card .info-content .aabningstider .aabningstider-beskrivelse {
            margin-top: 8px;
            margin-bottom: 16px; }
      .p-anlaeg-container .p-anlaeg-content-container .map-info-card .map-info-card-buttons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 8px; }
        @media (max-width: 480px) {
          .p-anlaeg-container .p-anlaeg-content-container .map-info-card .map-info-card-buttons {
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        .p-anlaeg-container .p-anlaeg-content-container .map-info-card .map-info-card-buttons a {
          width: 48%; }
          @media (max-width: 480px) {
            .p-anlaeg-container .p-anlaeg-content-container .map-info-card .map-info-card-buttons a {
              width: 100%; } }
          @media (max-width: 480px) {
            .p-anlaeg-container .p-anlaeg-content-container .map-info-card .map-info-card-buttons a.bottom-btn {
              margin-top: 8px; } }
    .p-anlaeg-container .p-anlaeg-content-container .p-anlaeg-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 77%; }
      @media (max-width: 992px) {
        .p-anlaeg-container .p-anlaeg-content-container .p-anlaeg-content {
          width: 100%; } }
  .p-anlaeg-container .info-squares-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -1px;
    margin-left: -1px;
    margin-top: 32px;
    margin-bottom: 32px; }
    .p-anlaeg-container .info-squares-container .info-square {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 24.5%;
      height: auto;
      outline: 1px solid #dcdcdc;
      margin-top: 1px;
      margin-left: 1px;
      background-color: #fff; }
      @media (max-width: 992px) {
        .p-anlaeg-container .info-squares-container .info-square {
          width: 32.5%; } }
      @media (max-width: 768px) {
        .p-anlaeg-container .info-squares-container .info-square {
          width: 49.5%; } }
      .p-anlaeg-container .info-squares-container .info-square .info-square-illustration {
        width: 40px;
        height: 40px;
        margin-top: 26px;
        margin-bottom: 26px; }
      .p-anlaeg-container .info-squares-container .info-square .info-square-amount {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 32px; }
      .p-anlaeg-container .info-squares-container .info-square .info-square-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
        width: 100%;
        text-align: center;
        padding: 0 16px; }

.services-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 32px; }
  .services-container .service {
    padding-left: 8px;
    padding-right: 8px;
    width: 25%; }
    @media (max-width: 1200px) {
      .services-container .service {
        width: 33.3%; } }
    @media (max-width: 768px) {
      .services-container .service {
        width: 50%; } }
    .services-container .service .service-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 16px 8px 16px 8px;
      border-bottom: 1px solid #CCE4FE;
      max-height: 65px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .services-container .service .service-content .service-name {
        color: #333;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin: auto;
        text-overflow: ellipsis;
        overflow: hidden; }
        @media (max-width: 480px) {
          .services-container .service .service-content .service-name {
            font-size: 12px; } }
      .services-container .service .service-content .icon-container {
        height: 24px;
        width: 24px; }
        .services-container .service .service-content .icon-container .checkmark-icon {
          fill: #4048E8; }

.p-anlaeg-content-text.collapsible-shown {
  max-height: 300px;
  overflow: hidden; }

.p-anlaeg-content-text.collapsible-hidden {
  max-height: 2000px;
  overflow: auto; }

.collapsible-gradient {
  display: none;
  height: 125px;
  margin-top: -125px;
  cursor: pointer;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+18,ffffff+95,ffffff+100&0+0,1+87 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.21) 18%, white 87%, white 95%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
  .collapsible-gradient.collapsible-gradient-show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .collapsible-gradient.collapsible-gradient-hide {
    display: none; }
  .collapsible-gradient .arrow-container {
    margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #B8B8B8;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all 150ms ease-in-out; }
    .collapsible-gradient .arrow-container .arrow-button {
      fill: #4048E8;
      margin: auto; }
  .collapsible-gradient:hover .arrow-container, .collapsible-gradient:focus .arrow-container {
    background: #4048E8; }
    .collapsible-gradient:hover .arrow-container .arrow-button, .collapsible-gradient:focus .arrow-container .arrow-button {
      fill: #fff;
      margin: auto; }

.andre-p-anlaeg-container {
  width: 100%;
  /* fallback/image non-cover color */
  background-color: #E5F4FE;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #E5F4FE 0%, #fff 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(to right, #E5F4FE 0%, #fff 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  padding-bottom: 112px; }
  @media (max-width: 992px) {
    .andre-p-anlaeg-container {
      padding-bottom: 32px; } }
  .andre-p-anlaeg-container .header {
    color: #333;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 48px;
    margin-top: 64px; }
  .andre-p-anlaeg-container .panlaeg-card-container {
    margin: 32px -8px 0 -8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: 1px; }
    @media (max-width: 992px) {
      .andre-p-anlaeg-container .panlaeg-card-container {
        max-height: 588px;
        overflow: hidden; } }
    @media (max-width: 768px) {
      .andre-p-anlaeg-container .panlaeg-card-container {
        max-height: none;
        overflow: visible; } }
    .andre-p-anlaeg-container .panlaeg-card-container .p-pladser {
      color: #333; }
  .andre-p-anlaeg-container .omraade-card-link {
    width: 100%; }

.banner-small {
  min-height: 150px; }

.content-subheader {
  color: #333;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 16px; }

.produkt-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 64px; }
  .produkt-container .header {
    color: #333;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 48px;
    margin-top: 8px;
    margin-bottom: 24px; }
  .produkt-container .produkt-content-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 32px; }
    @media (max-width: 992px) {
      .produkt-container .produkt-content-container {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .produkt-container .produkt-content-container .cards-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 33%;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 992px) {
        .produkt-container .produkt-content-container .cards-container {
          width: 100%; } }
      .produkt-container .produkt-content-container .cards-container .priser-info-card {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: auto;
        margin-left: 32px;
        box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.1), 0 12px 10px 0 rgba(0, 0, 0, 0.15); }
        @media (max-width: 992px) {
          .produkt-container .produkt-content-container .cards-container .priser-info-card {
            margin-left: 0; } }
        @media (max-width: 768px) {
          .produkt-container .produkt-content-container .cards-container .priser-info-card {
            width: 100%; } }
        .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-content {
          padding: 24px; }
          .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-content .priser-content-subheader {
            font-size: 20px;
            font-weight: 700;
            line-height: 32px;
            margin-bottom: 16px; }
          .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-content .priser-content {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-bottom: 16px; }
            .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-content .priser-content .pris-content-entry {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
              .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-content .priser-content .pris-content-entry .produkt-beskrivelse {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                        flex-direction: column;
                width: 65%; }
                .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-content .priser-content .pris-content-entry .produkt-beskrivelse .produkt-header {
                  margin-bottom: 0; }
              .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-content .priser-content .pris-content-entry .produkt-pris {
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin: auto; }
        .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-buttons {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 8px; }
          @media (max-width: 480px) {
            .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-buttons {
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; } }
          .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-buttons a {
            width: 48%; }
            @media (max-width: 480px) {
              .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-buttons a {
                width: 100%; } }
            @media (max-width: 480px) {
              .produkt-container .produkt-content-container .cards-container .priser-info-card .priser-card-buttons a.bottom-btn {
                margin-top: 8px; } }
      .produkt-container .produkt-content-container .cards-container .faq-info-card {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: auto;
        margin-left: 32px;
        margin-top: 35px;
        padding: 24px;
        box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.1), 0 12px 10px 0 rgba(0, 0, 0, 0.15); }
        @media (max-width: 992px) {
          .produkt-container .produkt-content-container .cards-container .faq-info-card {
            width: 100%;
            margin-left: 0; } }
        .produkt-container .produkt-content-container .cards-container .faq-info-card .faq-content-subheader {
          font-size: 20px;
          font-weight: 700;
          line-height: 32px;
          margin: auto;
          width: 80%;
          text-align: center; }
        .produkt-container .produkt-content-container .cards-container .faq-info-card a {
          margin: auto;
          margin-top: 35px;
          width: 50%;
          display: inline-block; }
    .produkt-container .produkt-content-container .produkt-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 77%; }
      @media (max-width: 992px) {
        .produkt-container .produkt-content-container .produkt-content {
          width: 100%; } }
      .produkt-container .produkt-content-container .produkt-content .anlaeg-subheader {
        margin-top: 32px;
        margin-bottom: 16px; }
      .produkt-container .produkt-content-container .produkt-content .service-produkt {
        width: 50%;
        cursor: pointer;
        text-decoration: none; }
      .produkt-container .produkt-content-container .produkt-content .service-name-produkt {
        margin-left: 12px;
        transition: all 150ms ease-in-out; }
        .produkt-container .produkt-content-container .produkt-content .service-name-produkt.active, .produkt-container .produkt-content-container .produkt-content .service-name-produkt:hover {
          color: #999; }

.andre-produkter-container {
  width: 100%;
  /* fallback/image non-cover color */
  background-color: #E5F4FE;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #E5F4FE 0%, #fff 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(to right, #E5F4FE 0%, #fff 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  padding-bottom: 112px; }
  @media (max-width: 992px) {
    .andre-produkter-container {
      padding-bottom: 32px; } }
  .andre-produkter-container .header {
    color: #333;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 48px;
    margin-top: 64px; }
  .andre-produkter-container .slider .slick-arrow {
    box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.1), 0 16px 25px 0 rgba(0, 0, 0, 0.15);
    top: 52%; }
    @media (max-width: 768px) {
      .andre-produkter-container .slider .slick-arrow.slick-next {
        right: 9px; }
      .andre-produkter-container .slider .slick-arrow.slick-prev {
        left: 12px; } }
  @media (max-width: 992px) {
    .andre-produkter-container .slider .slick-dots {
      bottom: -42px; } }
  .andre-produkter-container .slide-content a.product-card .content {
    padding: 25px 40px 25px 40px; }

.info-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px; }
  .info-link:hover, .info-link:focus {
    text-decoration: none; }
    .info-link:hover .link-text, .info-link:focus .link-text {
      color: #9b9ff3; }
    .info-link:hover .arrow-icon, .info-link:focus .arrow-icon {
      fill: #9b9ff3; }
  .info-link .link-text {
    transition: color 150ms ease-in-out; }
  .info-link .arrow-icon {
    fill: #4048E8;
    width: 20px;
    height: 20px;
    transition: fill 150ms ease-in-out; }

.indholdsside-breadcrumb {
  margin-top: 16px; }

.bg-gradient-light {
  background: linear-gradient(208.81deg, #FFFFFF 0%, #E5F4FE 100%); }

.bg-gradient-primary {
  background: linear-gradient(208.81deg, #1DA7FE 0%, #4048E8 100%); }

.bg-white {
  background: #fff; }

section.footer-faq {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  background: linear-gradient(208.81deg, #FFFFFF 0%, #E5F4FE 100%);
  text-align: center; }
  section.footer-faq .faq-header {
    font-weight: 500;
    font-family: FFDINWebProRegular;
    font-weight: normal;
    font-style: normal; }
  section.footer-faq .faq-button {
    font-weight: 700;
    background-color: #fff;
    width: 105px; }
  section.footer-faq .faq-section-content {
    margin: 8px 0 16px 0; }

.footer-wrapper:before {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  /* fallback/image non-cover color */
  background-color: #4048E8;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #4048E8 0%, #1DA7FE 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(to right, #4048E8 0%, #1DA7FE 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }

footer .primary-footer {
  padding: 20px 0;
  text-align: center; }
  footer .primary-footer a {
    color: inherit; }
  footer .primary-footer .col {
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 992px) {
      footer .primary-footer .col .col-pull-right {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    footer .primary-footer .col h5 {
      width: 100%; }

footer .footer-links {
  padding: 20px 0;
  border-top: 1px solid #DCDCDC; }
  footer .footer-links ul {
    text-align: right; }

@media (min-width: 992px) {
  footer .primary-footer {
    padding: 40px 0;
    text-align: left; } }

@media screen and (max-width: 992px) {
  footer .footer-links ul {
    text-align: center; } }

.alert {
  display: block;
  height: 80px; }
  @media (max-width: 992px) {
    .alert {
      height: 160px; } }
  .alert.alert-annoucement {
    border: none;
    color: #555555;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    transition: 0.3s ease-in all; }
    .alert.alert-annoucement .head {
      -webkit-flex: 1 0 250px;
          -ms-flex: 1 0 250px;
              flex: 1 0 250px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      background: #4048E8;
      padding: 5px 0;
      position: absolute;
      top: 0;
      width: 10%;
      min-width: 260px; }
      @media (max-width: 992px) {
        .alert.alert-annoucement .head {
          width: 60%; } }
      .alert.alert-annoucement .head i {
        margin: auto 10px; }
        .alert.alert-annoucement .head i svg {
          fill: #fff;
          width: 64px;
          height: 64px; }
      .alert.alert-annoucement .head .date {
        margin: auto 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center; }
    .alert.alert-annoucement .content {
      background: #fff;
      margin: 24px 0 0 24px;
      padding: 70px 15px 15px;
      box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.1), 0 12px 10px 0 rgba(0, 0, 0, 0.15);
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      overflow: hidden;
      width: 62%; }
      @media (max-width: 1200px) {
        .alert.alert-annoucement .content {
          width: 55%; } }
      @media (max-width: 992px) {
        .alert.alert-annoucement .content {
          width: 80%; } }
      .alert.alert-annoucement .content p {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        margin: 0; }
    .alert.alert-annoucement .arrow {
      display: none; }
    @media (min-width: 992px) {
      .alert.alert-annoucement {
        background: #fff;
        box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.1), 0 12px 10px 0 rgba(0, 0, 0, 0.15);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        text-decoration: none; }
        .alert.alert-annoucement .content {
          margin: auto 20px;
          padding: 0;
          box-shadow: none; }
        .alert.alert-annoucement .head {
          position: relative; }
        .alert.alert-annoucement .arrow {
          height: 40px;
          width: 40px;
          border: 1px solid #B8B8B8;
          border-radius: 20px;
          margin: auto 20px;
          -webkit-flex: 0 0 40px;
              -ms-flex: 0 0 40px;
                  flex: 0 0 40px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          transition: 0.3s ease-in all; }
          .alert.alert-annoucement .arrow svg {
            margin: auto;
            fill: #4048E8;
            transition: 0.3s ease-in all; }
        .alert.alert-annoucement:hover {
          box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.15), 0 12px 10px 0 rgba(0, 0, 0, 0.2); }
          .alert.alert-annoucement:hover .arrow {
            background: #4048E8; }
            .alert.alert-annoucement:hover .arrow svg {
              fill: #fff; } }

.breadcrumb-container {
  margin-top: 32px; }
  .breadcrumb-container .ruler {
    margin-top: 16px;
    border-top: 1px solid #CCE4FE;
    margin-bottom: 0; }
  .breadcrumb-container .breadcrumb-text {
    color: #333;
    opacity: 0.65;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px; }
    .breadcrumb-container .breadcrumb-text .breadcrumb-text-on-gradient {
      color: #ffffff; }
    .breadcrumb-container .breadcrumb-text .breadcrumb-link {
      color: #333;
      text-decoration: none;
      transition: all 150ms ease-in-out; }
      .breadcrumb-container .breadcrumb-text .breadcrumb-link:hover {
        color: #999; }

@media (max-width: 992px) {
  .breadcrumb-partial-container {
    margin-top: 32px; } }

@media (min-width: 992px) {
  .breadcrumb-partial-container {
    margin-bottom: 32px; } }

.nyheder-container {
  position: relative;
  top: -50px; }
  @media screen and (max-width: 992px) {
    .nyheder-container {
      top: -70px; } }
  .nyheder-container .dropdown {
    position: absolute;
    top: -140px;
    right: 15px;
    width: 300px; }
    @media screen and (max-width: 992px) {
      .nyheder-container .dropdown {
        top: -120px; } }
    @media screen and (max-width: 768px) {
      .nyheder-container .dropdown {
        position: relative;
        top: -48px;
        left: 0px; } }

.gutter-sizer {
  width: 2%; }
  @media screen and (max-width: 992px) {
    .gutter-sizer {
      width: 4%; } }
  @media screen and (max-width: 768px) {
    .gutter-sizer {
      width: 0; } }

.grid {
  min-height: 500px; }

.grid-item, .grid-sizer {
  width: 32%; }
  @media screen and (max-width: 992px) {
    .grid-item, .grid-sizer {
      width: 48%; } }
  @media screen and (max-width: 768px) {
    .grid-item, .grid-sizer {
      width: 100%; } }

.servicemeddelelse, .nyhed-card {
  /*width: 32%;*/
  margin-bottom: 20px; }
  .servicemeddelelse p, .nyhed-card p {
    margin: 0; }

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination .pages {
    margin: 0 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
    @media (max-width: 480px) {
      .pagination .pages {
        margin: 0 6px; } }
    .pagination .pages .page:not(:last-child) {
      margin-right: 8px; }
  .pagination .arrow, .pagination .page {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #B8B8B8;
    border-radius: 50%;
    transition: all 150ms ease-in-out;
    cursor: pointer;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 480px) {
      .pagination .arrow, .pagination .page {
        width: 35px;
        height: 35px; } }
    .pagination .arrow.active, .pagination .arrow:hover, .pagination .page.active, .pagination .page:hover {
      border-color: #4048E8;
      background-color: #4048E8; }
      .pagination .arrow.active svg, .pagination .arrow:hover svg, .pagination .page.active svg, .pagination .page:hover svg {
        color: #fff;
        fill: #fff; }
      .pagination .arrow.active .number, .pagination .arrow:hover .number, .pagination .page.active .number, .pagination .page:hover .number {
        color: #fff; }
    .pagination .arrow .number, .pagination .page .number {
      font-size: 12px;
      font-family: FFDINWebProMedium;
      font-weight: normal;
      font-style: normal;
      margin: auto;
      display: block; }
    .pagination .arrow svg, .pagination .page svg {
      margin: auto; }

.servicemeddelelse {
  display: block;
  /* fallback/image non-cover color */
  background-color: #4048E8;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #4048E8 0%, #1DA7FE 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(to right, #4048E8 0%, #1DA7FE 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  height: 256px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: box-shadow 150ms ease-in-out; }
  .servicemeddelelse:hover, .servicemeddelelse:focus {
    text-decoration: none;
    box-shadow: 0 8px 15px 2px rgba(0, 0, 0, 0.15), 0 6px 5px 2px rgba(0, 0, 0, 0.2); }
  .servicemeddelelse .servicemeddelelse-content-wrapper {
    padding: 24px; }
    .servicemeddelelse .servicemeddelelse-content-wrapper .loudspeaker-wrapper {
      background-color: #4048E8;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 8px; }
      .servicemeddelelse .servicemeddelelse-content-wrapper .loudspeaker-wrapper .loudspeaker {
        color: #fff;
        fill: #fff;
        width: 38px;
        height: 38px;
        margin: auto; }
    .servicemeddelelse .servicemeddelelse-content-wrapper .broedtekst {
      margin-bottom: 10px;
      color: #fff; }
    .servicemeddelelse .servicemeddelelse-content-wrapper .servicemeddelelse-tekst {
      margin-bottom: 24px;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      color: #fff; }
    .servicemeddelelse .servicemeddelelse-content-wrapper .dato-tekst {
      color: #fff; }

.nyhed-card {
  cursor: pointer; }
  .nyhed-card:hover, .nyhed-card:focus {
    text-decoration: none; }
    .nyhed-card:hover .nyhed-card-shadow-container, .nyhed-card:focus .nyhed-card-shadow-container {
      box-shadow: 0 8px 15px 2px rgba(0, 0, 0, 0.15), 0 6px 5px 2px rgba(0, 0, 0, 0.2); }
    .nyhed-card:hover .nyhed-card-content .nyhed-navigation-container .nyhed-adresse, .nyhed-card:focus .nyhed-card-content .nyhed-navigation-container .nyhed-adresse {
      text-decoration: none;
      color: #959595; }
    .nyhed-card:hover .nyhed-card-content .nyhed-navigation-container .card-arrow, .nyhed-card:focus .nyhed-card-content .nyhed-navigation-container .card-arrow {
      border-color: #4048E8;
      background-color: #4048E8; }
      .nyhed-card:hover .nyhed-card-content .nyhed-navigation-container .card-arrow svg, .nyhed-card:focus .nyhed-card-content .nyhed-navigation-container .card-arrow svg {
        color: #fff;
        fill: #fff; }
  .nyhed-card .nyhed-card-shadow-container {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15);
    min-height: 1px;
    background-color: #fff;
    transition: all 150ms ease-in-out; }
  .nyhed-card .nyhed-card-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    height: 232px; }
    .nyhed-card .nyhed-card-content .broedtekst {
      font-size: 16px;
      color: #555555;
      margin-bottom: 8px; }
    .nyhed-card .nyhed-card-content .nyhed-info-content {
      color: #333;
      font-size: 20px;
      line-height: 32px;
      font-weight: 600; }
      @media (max-width: 480px) {
        .nyhed-card .nyhed-card-content .nyhed-info-content.hidden-at-xs {
          display: none; } }
    .nyhed-card .nyhed-card-content .nyhed-navigation-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .nyhed-card .nyhed-card-content .nyhed-navigation-container .nyhed-navigation-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
      .nyhed-card .nyhed-card-content .nyhed-navigation-container .nyhed-adresse {
        color: #555;
        font-size: 14px;
        line-height: 24px; }
      .nyhed-card .nyhed-card-content .nyhed-navigation-container .card-arrow {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        width: 40px;
        padding-right: 0px;
        border-radius: 50%;
        border: 1px solid #B8B8B8;
        background: #FFFFFF url("../../../dist/icons/sprite.symbol.svg#forward") no-repeat;
        transition: all 150ms ease-in-out; }
        .nyhed-card .nyhed-card-content .nyhed-navigation-container .card-arrow svg {
          margin: auto;
          overflow: visible;
          fill: #4048E8; }

.nyhed-titel {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 48px;
  margin: 16px 0 32px 0;
  color: #333;
  word-break: break-word; }
  @media (max-width: 480px) {
    .nyhed-titel {
      margin-bottom: 20px; } }

.nyhed-ruler {
  border-top: 1px solid #CCE4FE; }

.nyhed-social-media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nyhed-social-media .social-media-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #CCE4FE;
    margin: 0 4px; }
    .nyhed-social-media .social-media-icon svg {
      margin: auto;
      fill: #4048E8; }
    .nyhed-social-media .social-media-icon.active, .nyhed-social-media .social-media-icon:hover {
      background-color: #4048E8;
      transition: all 150ms ease-in-out; }
      .nyhed-social-media .social-media-icon.active svg, .nyhed-social-media .social-media-icon:hover svg {
        fill: #CCE4FE; }

.nyhed-metadata-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .nyhed-metadata-container .nyhed-dato {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  @media (max-width: 480px) {
    .nyhed-metadata-container .nyheds-tags {
      display: none; } }
  .nyhed-metadata-container .nyheds-tags a:first-child {
    margin-right: 8px; }
  .nyhed-metadata-container .nyheds-tags .tag {
    cursor: default;
    color: #fff;
    background-color: #4048E8;
    border-color: #4048E8;
    padding: 7px 16px;
    font-size: 12px;
    line-height: 1.3333333333;
    border-radius: 20px;
    letter-spacing: 1px;
    font-weight: 500; }

.nyheds-tags-xs {
  display: none; }
  @media (max-width: 480px) {
    .nyheds-tags-xs {
      display: inline-block;
      margin-bottom: 27px;
      font-size: 16px;
      line-height: 24px; } }

@media (max-width: 992px) {
  .nyheds-head-data {
    padding: 0 15px; } }

.nyhed-oprindelig-udgivelse-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  /* fallback/image non-cover color */
  background-color: #E5F4FE;
  /* Firefox 3.6+ */
  /* Safari 4+, Chrome 1+ */
  /* Safari 5.1+, Chrome 10+ */
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #E5F4FE 0%, #fff 100%);
  /* IE10+ */
  /* Standard */
  background: linear-gradient(to right, #E5F4FE 0%, #fff 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
  @media (max-width: 992px) {
    .nyhed-oprindelig-udgivelse-container {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }
  .nyhed-oprindelig-udgivelse-container .udgivelse-illustration {
    width: 40px;
    height: 40px;
    padding: 0 0;
    margin: 0 32px; }
    @media (max-width: 992px) {
      .nyhed-oprindelig-udgivelse-container .udgivelse-illustration {
        margin: -17px 0 8px 0; } }
  .nyhed-oprindelig-udgivelse-container a {
    display: block;
    margin-left: auto;
    margin-right: 32px; }
    @media (max-width: 992px) {
      .nyhed-oprindelig-udgivelse-container a {
        margin: 24px 0 32px 0; } }
  .nyhed-oprindelig-udgivelse-container span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
    @media (max-width: 992px) {
      .nyhed-oprindelig-udgivelse-container span {
        text-align: center; } }

.andre-nyheder-ruler {
  border-top: 1px solid #CCE4FE; }

.andre-nyheder-container .nyheder-forside-container .display-3 {
  font-family: FFDINWebProRegular;
  font-weight: normal;
  font-style: normal; }

.andre-nyheder-container .nyheder-forside-container .andre-nyheder-card-container {
  margin: 32px -8px 104px -8px; }
  @media (max-width: 992px) {
    .andre-nyheder-container .nyheder-forside-container .andre-nyheder-card-container {
      margin-bottom: 56px; } }

.main-content {
  position: relative; }

.servicemeddelelse-gradient-banner {
  min-height: 535px;
  position: absolute;
  z-index: -1; }
  @media (max-width: 480px) {
    .servicemeddelelse-gradient-banner {
      min-height: 260px; } }

.illustration-wrapper {
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 480px) {
    .illustration-wrapper {
      height: 200px; } }
  .illustration-wrapper .loudspeaker-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 128px;
    width: 128px;
    margin: auto;
    border-radius: 50%;
    background-color: #4048E8; }
    @media (max-width: 480px) {
      .illustration-wrapper .loudspeaker-container {
        height: 96px;
        width: 96px; } }
    .illustration-wrapper .loudspeaker-container .loudspeaker-illustration {
      margin: auto;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }

.grid-container-servicemeddelelse {
  margin-top: 0; }

.annoucements {
  padding: 0 0 35px 0; }
  @media (min-width: 992px) {
    .annoucements {
      padding: 30px 0 20px 0; } }

.produkter {
  padding: 35px 0 95px 0; }
  .produkter .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse; }
    .produkter .row .produkter-content {
      min-height: 250px; }
  .produkter .produkt-table {
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border: 1px solid #F2F2F2;
    background-color: #FFFFFF;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 50px; }
    .produkter .produkt-table:before {
      position: absolute;
      width: 98%;
      height: 97%;
      left: 24px;
      top: 34px;
      background: linear-gradient(208.81deg, #1DA7FE 0%, #4048E8 100%);
      content: '';
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      z-index: -1; }
    .produkter .produkt-table > div {
      width: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 0; }
      .produkter .produkt-table > div:nth-of-type(odd) {
        border-right: 1px solid #F2F2F2; }
      .produkter .produkt-table > div:nth-of-type(-n+2) {
        border-bottom: 1px solid #F2F2F2; }
      .produkter .produkt-table > div > img {
        margin: auto; }
  @media (min-width: 992px) {
    .produkter {
      padding: 90px 0 40px 0; }
      .produkter .row {
        display: block; }
      .produkter .produkt-table:before {
        left: 56px;
        top: 36px; } }

.desktop-pc {
  padding: 0 0 40px 0; }
  .desktop-pc .row {
    position: relative; }
  .desktop-pc .col-bg-image {
    /*img {
            margin: auto;
        }*/ }
    @media (max-width: 992px) {
      .desktop-pc .col-bg-image {
        margin-top: -35px;
        margin-bottom: 26px; } }
  .desktop-pc .col-content > div {
    min-height: 230px;
    box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.1), 0 27px 25px 0 rgba(0, 0, 0, 0.15);
    padding: 30px; }
  @media (min-width: 992px) {
    .desktop-pc {
      padding: 106px 0 90px 0; }
      .desktop-pc .row {
        position: relative; }
      .desktop-pc .col-content {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .desktop-pc .col-content > div {
          padding: 30px; } }

.nyheder-forside {
  padding: 80px 0 140px 0; }

.nyheder-forside-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .nyheder-forside-container .nyheder-card-container {
    margin: 32px -8px 0 -8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: 1px; }
    .nyheder-forside-container .nyheder-card-container:after {
      content: "";
      display: block;
      width: 33%;
      position: relative; }
      @media (max-width: 992px) {
        .nyheder-forside-container .nyheder-card-container:after {
          width: 50%; } }
      @media (max-width: 768px) {
        .nyheder-forside-container .nyheder-card-container:after {
          width: 100%; } }
    @media (max-width: 992px) {
      .nyheder-forside-container .nyheder-card-container {
        max-height: 483px;
        overflow: hidden; } }
    @media (max-width: 768px) {
      .nyheder-forside-container .nyheder-card-container {
        max-height: none;
        overflow: visible; } }
    .nyheder-forside-container .nyheder-card-container .nyhed-card {
      display: block;
      width: 33%;
      padding-left: 8px;
      padding-right: 8px;
      z-index: 10; }
      @media (max-width: 992px) {
        .nyheder-forside-container .nyheder-card-container .nyhed-card {
          width: 50%; } }
      @media (max-width: 768px) {
        .nyheder-forside-container .nyheder-card-container .nyhed-card {
          width: 100%; } }
      .nyheder-forside-container .nyheder-card-container .nyhed-card .nyhed-card-shadow-container {
        background: #fff; }
  .nyheder-forside-container .nyheder-se-alle-nyheder-boks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1;
    width: 45%;
    height: 305px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-top: -241px;
    margin-right: 90px;
    /* fallback/image non-cover color */
    background-color: #4048E8;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #4048E8 0%, #1DA7FE 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #4048E8 0%, #1DA7FE 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
    @media (max-width: 992px) {
      .nyheder-forside-container .nyheder-se-alle-nyheder-boks {
        width: 80%;
        margin-right: -15px;
        margin-top: -75px;
        height: 130px; } }
    .nyheder-forside-container .nyheder-se-alle-nyheder-boks .se-alle-nyheder-btn {
      width: 30%;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      background: #fff;
      margin: 0 18px 22px 0; }
      @media (max-width: 768px) {
        .nyheder-forside-container .nyheder-se-alle-nyheder-boks .se-alle-nyheder-btn {
          width: 45%; } }
      @media (max-width: 480px) {
        .nyheder-forside-container .nyheder-se-alle-nyheder-boks .se-alle-nyheder-btn {
          width: 70%; } }

.forside-link-btn {
  margin-top: 32px; }

.forside-banner-link-btn .forside-banner-link {
  margin-top: 32px;
  font-weight: 500; }
  .forside-banner-link-btn .forside-banner-link .forside-banner-link-btn-arrow {
    margin-left: 16px;
    fill: #fff;
    transition: fill 150ms ease-in-out; }
  .forside-banner-link-btn .forside-banner-link:hover .link-text, .forside-banner-link-btn .forside-banner-link:focus .link-text {
    color: #cccccc; }
  .forside-banner-link-btn .forside-banner-link:hover .forside-banner-link-btn-arrow, .forside-banner-link-btn .forside-banner-link:focus .forside-banner-link-btn-arrow {
    fill: #cccccc; }

.forside-header {
  margin-bottom: 16px; }

.faq {
  margin-top: 72px; }
  .faq .banner-headline {
    margin: 0; }
  .faq .banner-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .faq .banner-content .input-group {
      width: 25%;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      background-color: #fff;
      position: relative; }
      @media (max-width: 992px) {
        .faq .banner-content .input-group {
          width: 200px; } }
      @media (max-width: 480px) {
        .faq .banner-content .input-group {
          width: 150px; } }
      .faq .banner-content .input-group .soeg-input {
        height: 48px; }
      .faq .banner-content .input-group .input-group-addon {
        display: block;
        position: absolute;
        top: 6px;
        left: 237px;
        z-index: 99;
        border: 0; }
        @media (max-width: 1200px) {
          .faq .banner-content .input-group .input-group-addon {
            left: 187px; } }
        @media (max-width: 992px) {
          .faq .banner-content .input-group .input-group-addon {
            left: 153px; } }
        @media (max-width: 480px) {
          .faq .banner-content .input-group .input-group-addon {
            left: 107px; } }
    @media (max-width: 480px) {
      .faq .banner-content .banner-headline {
        width: 40%; } }

.faq-content {
  margin-top: -85px;
  background: #fff;
  min-height: 200px; }
  .faq-content .faq-dropdown-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 191px;
    outline: 1px solid #dcdcdc;
    margin-bottom: 64px; }
    @media (max-width: 768px) {
      .faq-content .faq-dropdown-container {
        height: 140px; } }
    @media (max-width: 480px) {
      .faq-content .faq-dropdown-container {
        height: 120px; } }
    .faq-content .faq-dropdown-container .faq-dropdown-select-form {
      width: 90%;
      margin: 0 auto;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
      .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown {
        width: 100%;
        text-align: center; }
        .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown .btn-group {
          width: 100%; }
          .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown .btn-group .faq-dropdown-toggle {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            outline: 1px solid #dcdcdc;
            font-size: 20px;
            padding: 17px 0 17px 16px; }
            .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown .btn-group .faq-dropdown-toggle span {
              opacity: 0.65;
              text-overflow: ellipsis; }
              .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown .btn-group .faq-dropdown-toggle span.faq-active {
                opacity: 1; }
            .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown .btn-group .faq-dropdown-toggle .arrow-icon {
              margin: 0 18px 0 0; }
            @media (max-width: 480px) {
              .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown .btn-group .faq-dropdown-toggle span {
                font-size: 16px; }
              .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown .btn-group .faq-dropdown-toggle .arrow-icon {
                margin: 0 8px 0 0; } }
        .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown a {
          display: block;
          text-overflow: ellipsis;
          overflow: hidden;
          width: 100%;
          text-decoration: none;
          color: #555;
          font-size: 20px;
          background-color: transparent;
          padding: 11px 0 11px 32px; }
        .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown ul {
          width: 100%;
          border: 0px;
          background-color: transparent;
          padding: 0; }
          .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown ul li {
            outline: 1px solid #dcdcdc;
            background-color: #fff;
            margin-bottom: 1px;
            /*padding: 11px 0 11px 32px;*/
            cursor: pointer; }
            .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown ul li:hover {
              /* fallback/image non-cover color */
              background-color: #E5F4FE;
              /* Firefox 3.6+ */
              /* Safari 4+, Chrome 1+ */
              /* Safari 5.1+, Chrome 10+ */
              /* Opera 11.10+ */
              background-image: -o-linear-gradient(left, #E5F4FE 0%, #fff 100%);
              /* IE10+ */
              /* Standard */
              background: linear-gradient(to right, #E5F4FE 0%, #fff 100%);
              /* IE6-9 */
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
              .faq-content .faq-dropdown-container .faq-dropdown-select-form .filtrering-dropdown ul li:hover a {
                background-color: transparent; }
  .faq-content .display-3 {
    font-family: FFDINWebProRegular;
    font-weight: normal;
    font-style: normal;
    margin-top: 16px; }
  .faq-content .collapsibles-container {
    margin: 24px 0 32px 0; }
    .faq-content .collapsibles-container .faq-collapsible-container {
      outline: 1px solid #dcdcdc;
      margin: 16px 0;
      padding-bottom: 8px; }
      .faq-content .collapsibles-container .faq-collapsible-container.faq-collapse-shown {
        padding-bottom: 32px; }
        .faq-content .collapsibles-container .faq-collapsible-container.faq-collapse-shown .collapsible-button:before {
          display: block;
          content: "";
          height: 4px;
          width: 100%;
          opacity: 1;
          /* fallback/image non-cover color */
          background-color: #4048E8;
          /* Firefox 3.6+ */
          /* Safari 4+, Chrome 1+ */
          /* Safari 5.1+, Chrome 10+ */
          /* Opera 11.10+ */
          background-image: -o-linear-gradient(left, #4048E8 0%, #1DA7FE 100%);
          /* IE10+ */
          /* Standard */
          background: linear-gradient(to right, #4048E8 0%, #1DA7FE 100%);
          /* IE6-9 */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
        .faq-content .collapsibles-container .faq-collapsible-container.faq-collapse-shown .collapsible-button .button-content {
          padding-top: 8px;
          padding-bottom: 16px; }
          .faq-content .collapsibles-container .faq-collapsible-container.faq-collapse-shown .collapsible-button .button-content .collapsible-arrow-button .arrow-icon {
            -webkit-transform: translateY(2px) rotate(225deg);
            transform: translateY(2px) rotate(225deg); }
      .faq-content .collapsibles-container .faq-collapsible-container .collapsible-button {
        min-height: 58px;
        text-decoration: none;
        color: #333; }
        .faq-content .collapsibles-container .faq-collapsible-container .collapsible-button:hover .button-content .collapsible-arrow-button {
          background: #4048E8; }
          .faq-content .collapsibles-container .faq-collapsible-container .collapsible-button:hover .button-content .collapsible-arrow-button .arrow-icon {
            border-bottom-color: #fff;
            border-right-color: #fff; }
        .faq-content .collapsibles-container .faq-collapsible-container .collapsible-button:before {
          display: block;
          content: "";
          height: 4px;
          width: 0;
          opacity: 0;
          /* fallback/image non-cover color */
          background-color: #4048E8;
          /* Firefox 3.6+ */
          /* Safari 4+, Chrome 1+ */
          /* Safari 5.1+, Chrome 10+ */
          /* Opera 11.10+ */
          background-image: -o-linear-gradient(left, #4048E8 0%, #1DA7FE 100%);
          /* IE10+ */
          /* Standard */
          background: linear-gradient(to right, #4048E8 0%, #1DA7FE 100%);
          /* IE6-9 */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
          transition: opacity 200ms ease-in-out; }
        .faq-content .collapsibles-container .faq-collapsible-container .collapsible-button .button-content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 4px 32px 0 32px;
          transition: padding 200ms ease-in-out; }
          .faq-content .collapsibles-container .faq-collapsible-container .collapsible-button .button-content .button-header {
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            -webkit-align-self: center;
                -ms-flex-item-align: center;
                    align-self: center;
            width: 90%;
            padding-right: 16px; }
          .faq-content .collapsibles-container .faq-collapsible-container .collapsible-button .button-content .collapsible-arrow-button {
            height: 42px;
            width: 42px;
            border-radius: 50%;
            border: 1px solid #979797;
            -webkit-align-self: center;
                -ms-flex-item-align: center;
                    align-self: center;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            transition: all 150ms ease-in-out; }
            .faq-content .collapsibles-container .faq-collapsible-container .collapsible-button .button-content .collapsible-arrow-button .arrow-icon {
              height: 8px;
              width: 8px;
              border-bottom: 2px solid #4048E8;
              border-right: 2px solid #4048E8;
              margin: auto;
              -webkit-transform: translateY(-2px) rotate(45deg);
              transform: translateY(-2px) rotate(45deg);
              transition: -webkit-transform .2s ease-in-out;
              transition: transform .2s ease-in-out; }
      .faq-content .collapsibles-container .faq-collapsible-container .collapsible-content {
        padding: 0 32px; }
  .faq-content .faq-kategori-wrapper {
    display: block; }

.flexbox-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 112px; }
  .flexbox-wrapper .kontakt-kundeservice-container {
    min-height: 112px;
    width: 100%;
    background: #4048E8 url("../../content/images/bg-angle-fill.svg") no-repeat left;
    background-position-x: 31%;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 32px;
    margin-top: 32px;
    margin-bottom: 64px;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15); }
    @media (max-width: 768px) {
      .flexbox-wrapper .kontakt-kundeservice-container {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 160px;
        padding: 24px 32px; } }
    .flexbox-wrapper .kontakt-kundeservice-container .illustration-container {
      height: 88px;
      width: 88px;
      border-radius: 50%;
      background: #4048E8;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 16px; }
      @media (max-width: 768px) {
        .flexbox-wrapper .kontakt-kundeservice-container .illustration-container {
          display: none; } }
      .flexbox-wrapper .kontakt-kundeservice-container .illustration-container .illustration {
        margin: auto;
        height: 56px;
        width: 56px;
        fill: #fff; }
    .flexbox-wrapper .kontakt-kundeservice-container .kontakt-kundeservice-tekst {
      font-size: 24px;
      letter-spacing: 1px;
      line-height: 32px; }
      @media (max-width: 992px) {
        .flexbox-wrapper .kontakt-kundeservice-container .kontakt-kundeservice-tekst {
          width: 60%; } }
      @media (max-width: 768px) {
        .flexbox-wrapper .kontakt-kundeservice-container .kontakt-kundeservice-tekst {
          width: 100%;
          text-align: center;
          margin-bottom: 8px; } }
    .flexbox-wrapper .kontakt-kundeservice-container a {
      background: #fff;
      margin-left: auto; }
      @media (max-width: 768px) {
        .flexbox-wrapper .kontakt-kundeservice-container a {
          margin: auto; } }

.ingen-resultater-container {
  display: none;
  text-align: center;
  width: 50%;
  margin: auto;
  padding-bottom: 32px; }
  @media (max-width: 992px) {
    .ingen-resultater-container {
      width: 80%; } }
  .ingen-resultater-container .ingen-resultater-illustration-wrapper {
    height: 150px;
    width: 150px;
    background-color: #4048E8;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-bottom: 16px; }
    .ingen-resultater-container .ingen-resultater-illustration-wrapper svg {
      margin: auto;
      height: 80px;
      width: 80px;
      fill: #fff; }
    @media (max-width: 480px) {
      .ingen-resultater-container .ingen-resultater-illustration-wrapper {
        height: 80px;
        width: 80px; }
        .ingen-resultater-container .ingen-resultater-illustration-wrapper svg {
          height: 40px;
          width: 40px; } }
  @media (max-width: 480px) {
    .ingen-resultater-container .ingen-resultater-text {
      font-size: 16px; } }

.slides {
  overflow: hidden;
  position: relative; }
  .slides h3 {
    position: relative;
    z-index: 3; }

.slick-slide {
  opacity: 0.3;
  transition-delay: 1.2s;
  transition: ease-out 0.5s opacity; }
  .slick-slide.slick-active {
    opacity: 1 !important; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 1000;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #fff;
  color: transparent;
  top: 40%;
  bottom: 0;
  /*padding: 0 35px;*/
  border: none;
  outline: none;
  background: #fff;
  opacity: 1;
  z-index: 100; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #fff;
    color: transparent;
    opacity: 0.9; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 64px;
    height: 64px; } }

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

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

.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list, .slick-slider {
  position: relative;
  overflow: hidden;
  display: block;
  /*margin: 0;*/
  padding: 0;
  line-height: 0;
  /*width: 1170px;*/
  margin: 0 auto;
  overflow: visible; }
  .slick-list:focus, .slick-slider:focus {
    outline: none; }
  .slick-list.dragging, .slick-slider.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-loading .slick-list, .slick-loading .slick-slider {
    background: #fff; }
  @media (min-width: 480px) {
    .slick-list, .slick-slider {
      width: 450px; } }
  @media (min-width: 768px) {
    .slick-list, .slick-slider {
      width: 738px; } }
  @media (min-width: 992px) {
    .slick-list, .slick-slider {
      width: 962px; } }
  @media (min-width: 1200px) {
    .slick-list, .slick-slider {
      width: 1170px; } }

slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  /*min-height: 1px;*/
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slider {
  padding: 0;
  margin: 32px auto 0 auto;
  visibility: hidden;
  display: none; }
  .slider.slick-initialized {
    visibility: visible;
    display: block; }

.slick-slide {
  /*display: flex !important;
    align-items: center;
    justify-content: center;*/ }
  .slick-slide > div {
    margin: 0 10px; }
  @media screen and (max-width: 450px) {
    .slick-slide {
      width: 70%; } }

.slick-slide img {
  margin: 0 auto; }

.slick-prev {
  left: -21px; }
  @media screen and (max-width: 1200px) {
    .slick-prev {
      left: -22px; } }
  @media screen and (max-width: 992px) {
    .slick-prev {
      left: -21px; } }
  @media screen and (max-width: 768px) {
    .slick-prev {
      left: 22px; } }
  @media screen and (max-width: 480px) {
    .slick-prev {
      left: 20px; } }
  .slick-prev:before {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg); }

.slick-next {
  right: -21px; }
  @media screen and (max-width: 1200px) {
    .slick-next {
      right: -22px; } }
  @media screen and (max-width: 992px) {
    .slick-next {
      right: -21px; } }
  @media screen and (max-width: 768px) {
    .slick-next {
      right: 22px; } }
  @media screen and (max-width: 480px) {
    .slick-next {
      right: 20px; } }
  .slick-next:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.slick-prev:before,
.slick-next:before {
  /*font-family: $icon;*/
  content: '';
  height: 7px;
  width: 7px;
  border-right: 2px solid #4048E8;
  border-bottom: 2px solid #4048E8;
  display: block;
  margin-left: -4px;
  margin-top: 3px;
  position: absolute;
  top: 42%;
  left: 49%; }

.slick-dots li button:before {
  font-size: 34px;
  color: #fff;
  opacity: 1; }

.slick-dots li.slick-active button:before {
  color: #4048E8;
  opacity: 1; }

.slick-dotted.slick-slider {
  margin-bottom: 60px; }

@media screen and (max-width: 768px) {
  .slide-content {
    padding: 0 28px; } }

.checkmark-cards .checkmark-card {
  margin-bottom: 20px; }

.checkmark-cards.slider {
  padding: 0 15px; }
  .checkmark-cards.slider .checkmark-card {
    margin-right: 16px; }

.checkmark-cards.slick-dotted.slick-slider {
  margin-bottom: 0;
  margin-top: 0; }

.checkmark-cards .slick-dots {
  bottom: 0;
  position: relative; }
  .checkmark-cards .slick-dots .slick-active button:before {
    color: #4048E8; }
  .checkmark-cards .slick-dots li {
    margin: 0; }
    .checkmark-cards .slick-dots li button:before {
      color: #dfe1fb; }

.checkmark-cards .slick-prev {
  background-color: #FFFFFF;
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.1), 0 16px 25px 0 rgba(0, 0, 0, 0.15); }

.checkmark-cards .slick-next {
  background-color: #FFFFFF;
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.1), 0 16px 25px 0 rgba(0, 0, 0, 0.15); }

@media (min-width: 768px) {
  .checkmark-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    .checkmark-cards.slider .checkmark-card {
      margin-right: 0; }
    .checkmark-cards .checkmark-card {
      width: 32%; }
      .checkmark-cards .checkmark-card.slick-slide {
        margin-right: 1%; } }

.checkmark-card {
  border: 1px solid #F2F2F2;
  background: #fff;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
  width: 100%;
  cursor: pointer;
  transition: all 150ms ease-in-out; }
  .checkmark-card:hover {
    box-shadow: 0 8px 15px 2px rgba(0, 0, 0, 0.15), 0 6px 5px 2px rgba(0, 0, 0, 0.18); }
  .checkmark-card h3 {
    border-bottom: 1px solid #CCE4FE;
    padding: 25px 5px 25px 88px;
    position: relative; }
    .checkmark-card h3 i {
      position: absolute;
      left: 24px;
      top: 16px;
      height: 48px;
      width: 48px;
      border-radius: 50%;
      background: linear-gradient(208.81deg, #1DA7FE 0%, #4048E8 100%);
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .checkmark-card h3 i img {
        margin: auto; }
  .checkmark-card .kundetypeIkon {
    height: 24px;
    width: 24px; }
  .checkmark-card p {
    padding: 25px;
    margin: 0; }
  .checkmark-card.checkmark-active {
    border: 1px solid #4048E8;
    /*background-color: rgba(204,228,254,0.3);*/ }
    .checkmark-card.checkmark-active .status {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      height: 32px;
      background: #4048E8;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .checkmark-card.checkmark-active .status svg {
        margin: auto;
        fill: #fff; }
  .checkmark-card .status {
    display: none; }
  .checkmark-card.checkmark-area h3 {
    padding: 36px 5px 36px 112px;
    border-bottom: none; }
    .checkmark-card.checkmark-area h3 i {
      left: 24px;
      top: 16px;
      height: 72px;
      width: 72px;
      background: #dcdcdc; }
      .checkmark-card.checkmark-area h3 i img {
        margin: auto;
        border-radius: 50%; }

.produkter-container {
  position: relative;
  top: -170px;
  margin-bottom: -200px;
  padding-bottom: 100px; }
  .produkter-container .slick-prev {
    left: -18px; }
  .produkter-container .slick-next {
    right: -26px; }
  .produkter-container .slick-prev,
  .produkter-container .slick-next {
    top: 36%; }
  .produkter-container hr {
    border-top: 1px solid #CCE4FE; }
  .produkter-container .header {
    margin-bottom: 30px; }
    .produkter-container .header.text-white {
      color: #fff; }
    .produkter-container .header h2 {
      color: inherit;
      font-size: 24px; }
      .produkter-container .header h2 span {
        font-weight: 400;
        font-family: FFDINWebProRegular, Arial; }
  .produkter-container section {
    margin-bottom: 28px; }

.slides.visibility-hidden .checkmark-cards {
  visibility: hidden; }

.visibility-hidden {
  visibility: hidden; }

#results-container {
  min-height: 500px;
  position: relative; }

.product-results .spinner {
  position: relative;
  top: 60px; }

.product-results .produkter-results-headline {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 10px; }

.product-result-grid .product-card {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .product-result-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product-result-grid .product-card {
      display: block;
      width: 49%;
      margin-bottom: 20px; } }

.product-card {
  display: block;
  border: 1px solid #F2F2F2;
  background: #fff;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1), 0 6px 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  color: #555555;
  transition: all 150ms ease-in-out; }
  .product-card .description, .product-card i {
    display: none; }
  .product-card:hover, .product-card:focus {
    text-decoration: none;
    box-shadow: 0 8px 15px 2px rgba(0, 0, 0, 0.15), 0 6px 5px 2px rgba(0, 0, 0, 0.18);
    color: #555555; }
    .product-card:hover i, .product-card:focus i {
      background-color: #4048E8; }
      .product-card:hover i svg, .product-card:focus i svg {
        color: #fff;
        fill: #fff; }
  .product-card h3 {
    border-bottom: 1px solid #CCE4FE;
    padding: 32px 5px 32px 96px;
    position: relative; }
    .product-card h3 i {
      position: absolute;
      left: 16px;
      top: 16px;
      height: 64px;
      width: 64px;
      border-radius: 50%;
      background: #4048E8;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .product-card h3 i img {
        margin: auto;
        height: 40px;
        width: 40px; }
  .product-card .content {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
    .product-card .content .anlaeg {
      border-right: 1px solid #CCE4FE; }
    .product-card .content .anlaeg, .product-card .content .price {
      width: 50%;
      padding: 20px;
      text-align: center;
      margin: 0; }
  @media (min-width: 768px) {
    .product-card h3 {
      padding: 32px 5px 32px 104px; }
      .product-card h3 i {
        left: 24px; }
    .product-card .description, .product-card i {
      display: block; }
    .product-card .content {
      padding: 25px;
      display: block; }
      .product-card .content .anlaeg, .product-card .content .price {
        width: 100%;
        padding: 0;
        text-align: left;
        margin: 0;
        border: none; }
    .product-card i {
      position: absolute;
      bottom: 24px;
      right: 24px;
      width: 40px;
      height: 40px;
      border: 1px solid #B8B8B8;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-radius: 50%;
      transition: all 150ms ease-in-out; }
      .product-card i svg {
        transition: all 150ms ease-in-out;
        margin: auto;
        fill: #4048E8; }
      .product-card i img {
        height: 40px;
        width: 40px; } }

.gradient-banner .produkter-gradient-banner {
  padding-bottom: 200px; }

.errorpage-container {
  border: 1px solid #DCDCDC;
  margin: 78px 15px 32px 15px;
  padding: 71px 91px 71px 41px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .errorpage-container {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 32px;
      margin-top: 15px;
      border: 0; } }
  .errorpage-container .svg-container {
    width: 30%; }
    .errorpage-container .svg-container img {
      width: 100%; }
    @media (max-width: 1200px) {
      .errorpage-container .svg-container {
        width: 30%; } }
    @media (max-width: 992px) {
      .errorpage-container .svg-container {
        width: 40%; } }
    @media (max-width: 768px) {
      .errorpage-container .svg-container {
        width: 100%; } }
  .errorpage-container .content-container {
    width: 60%; }
    @media (max-width: 1200px) {
      .errorpage-container .content-container {
        width: 60%; } }
    @media (max-width: 992px) {
      .errorpage-container .content-container {
        width: 50%; } }
    @media (max-width: 768px) {
      .errorpage-container .content-container {
        width: 100%;
        margin-top: 32px;
        text-align: center; } }
    .errorpage-container .content-container .header {
      color: #333333;
      font-size: 32px;
      letter-spacing: 1px;
      line-height: 40px; }
    .errorpage-container .content-container .beskrivelse {
      color: #555555;
      font-size: 16px;
      line-height: 24px; }
    .errorpage-container .content-container .btn-home {
      margin-top: 24px; }
      @media (max-width: 768px) {
        .errorpage-container .content-container .btn-home {
          width: 70%; } }

/* Embla variables:

// settings/_settings.defaults.scss
$font-family-sans-serif:  'Roboto', Helvetica, Arial, sans-serif !default;
$font-family-base:        $font-family-sans-serif !default;
$font-family-headings:    $font-family-sans-serif !default;
*/
/*
$font-size-root:          16px !default;

$font-size-base:          $font-size-root * 0.875 !default;


$font-weight-thin:        100 !default;
$font-weight-light:       300 !default;
$font-weight-regular:     400 !default;
$font-weight-medium:      500 !default;
$font-weight-bold:        700 !default;

$box-shadow-color:          rgba(0, 0, 0, .1) !default;
$default-box-shadow:        0 1px 4px 0 $box-shadow-color !default;

$default-border-color:      $color-gray-85 !default;
$default-border:            1px solid $default-border-color !default;
$input-border:              $color-gray-70 !default;
$focus-border:              $color-gray-45 !default;

$border-radius-base:        2px !default;
$border-radius-large:       2px !default;
$border-radius-small:       2px !default;

$base-icon-path:            "/assets/dist/icons/" !default;

$disabled-opacity:          .65 !default;
$disabled-text-opacity:     .5 !default;
$disabled-background-color:  $color-gray-95 !default;

$outline-border-opacity: .35 !default;
$outline-box-shadow: 0 0 0 3px !default;
*/
/*
// settings/_settings.colors.scss
$color-primary:           #eeaf1a !default;
$color-primary-dark:      #b78100 !default;
$color-primary-light:     #ffc954 !default;

$color-secondary:         #3d35aa !default;
$color-secondary-dark:    #000d7a !default;
$color-secondary-light:   #7360dd !default;

$color-tertiary:          #61d2d3 !default;
$color-tertiary-dark:     #21a0a2 !default;
$color-tertiary-light:    #97ffff !default;
*/
/*$color-primary-10: #E5F6FD !default;*/
/*

$color-gray-15:         #333 !default;
$color-gray-45:         #555 !default;
$color-gray-60:         #999 !default;
$color-gray-70:         #b8b8b8 !default;
$color-gray-85:         #dcdcdc !default;
$color-gray-95:         #f2f2f2 !default;

$color-white:           #fff !default;

$color-success:         #71DC9C !default;
$color-success-dark:    darken($color-success, 10%) !default;
$color-success-light:   #C6F1D7 !default;

$color-warning:         #F3D15D !default;
$color-warning-dark:    darken($color-warning, 10%) !default;
$color-warning-light:   #FAECBE !default;

$color-danger:          #FC7E7A !default;
$color-danger-dark:     darken($color-danger, 10%) !default;
$color-danger-light:    #FDCBC9 !default;

$color-info:            #aac9de !default;
$color-info-dark:       darken($color-info, 10%) !default;
$color-info-light:      #dde9f2 !default;
 */
/*

$text-color:            $color-gray-45 !default;
$text-color-subtle:     rgba($text-color, 0.65) !default;
$text-color-disabled:   rgba($text-color, 0.35) !default;

$text-heading-color:          $color-gray-15 !default;
$text-heading-color-subtle:   rgba($text-heading-color, 0.65) !default;

//Bootstrap overrides
$gray-base:             $color-gray-70 !default;
$gray-darker:           $color-gray-15 !default;
$gray-dark:             $color-gray-45 !default;
$gray:                  $color-gray-70 !default;
$gray-light:            $color-gray-85 !default;
$gray-lighter:          $color-gray-95 !default;

$brand-primary:         $color-primary !default;
$brand-success:         $color-success !default;
$brand-info:            $color-info !default;
$brand-warning:         $color-warning !default;
$brand-danger:          $color-danger !default;

$state-danger-text:     $color-danger !default;

$validation-error:      $color-danger !default;
*/
/* VARIABLES */
.umbraco-forms-page .umbraco-forms-fieldset, .umbraco-forms-page .umbraco-forms-navigation {
  margin: 0 -15px; }

.umbraco-forms-page .umbraco-forms-navigation {
  padding-top: 15px; }

.umbraco-forms-page .umbraco-forms-label {
  color: #333; }

.umbraco-forms-page .umbraco-forms-field {
  margin-bottom: 5px; }

.umbraco-forms-page input[type="text"], .umbraco-forms-page textarea, .umbraco-forms-page select {
  width: 100%;
  border: 1px solid #b8b8b8;
  outline: none;
  padding: 4px 8px; }
  .umbraco-forms-page input[type="text"]:focus, .umbraco-forms-page textarea:focus, .umbraco-forms-page select:focus {
    box-shadow: 0 0 0 3px rgba(184, 184, 184, 0.35); }

.umbraco-forms-submitmessage {
  color: #333;
  font-size: 25px;
  font-weight: 700;
  margin: 25px 0; }

.parking-spot-fieldtype {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .parking-spot-fieldtype .js-parking-spots {
    display: none;
    margin-top: 5px; }
    .parking-spot-fieldtype .js-parking-spots.active {
      display: block; }
  .parking-spot-fieldtype .js-parking-spot-value {
    opacity: 0;
    position: absolute;
    z-index: -1; }

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  body .content-wrapper {
    background-color: #fff;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    margin-top: -80px;
    padding-top: 80px; }
    body .content-wrapper .main-content {
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      min-height: 1px; }
  body .select2-container .select2-selection--single {
    height: 34px;
    padding-left: 8px; }

.scrollFix {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap; }

.noScroll {
  overflow: hidden; }

/*.cd-overlay {
    background-color: transparent;
}

.cd-primary-nav {
    box-shadow: 0 40px 80px 0 rgba(0,0,0,0.1), 0 27px 25px 0 rgba(0,0,0,0.15);
    z-index: 2;
}*/
.gm-style-iw-d {
  width: 350px !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important; }
  .gm-style-iw-d + button {
    display: none !important; }

.gm-style .gm-style-iw-c {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none; }

.spinner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto; }
  .spinner .spinner-white {
    color: #fff;
    font-size: 12px;
    margin: 0px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 0.8s infinite linear;
    animation: load4 0.8s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
  .spinner .spinner-primary {
    color: #4048E8;
    font-size: 12px;
    margin: 0px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 0.8s infinite linear;
    animation: load4 0.8s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }