.btn-sm,
.btn-group-sm>.btn {
  height: 32px
}

/*! 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,
a:focus {
  outline: 0
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .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: .35em .625em .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 {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

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

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

body {
  font-family: "Averta", "Avenir W02", "Avenir", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  background-color: rgb(53, 53, 53) !important;
  position: relative
}

@media (min-width:768px) {
  body {
    font-size: 16px
  }
}

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

a,
.anchor {
  color: #3f75ab;
  text-decoration: underline;
  font-weight: 600;
  letter-spacing: 0
}

a:hover,
.anchor:hover,
a:focus,
.anchor:focus {
  color: #00a4df;
  text-decoration: underline
}

a:active,
.anchor:active {
  color: #003366
}

a:focus,
.anchor:focus {
  outline: thin dotted rgba(0, 0, 0, 0.5);
  outline-offset: 2px
}

a:focus:hover,
.anchor:focus:hover,
a:focus:active,
.anchor:focus:active {
  outline: 0
}

a.secondary,
.anchor.secondary {
  color: #37517e;
  font-weight: 500
}

a.secondary:hover,
.anchor.secondary:hover,
a.secondary:focus,
.anchor.secondary:focus {
  color: #3f75ab
}

a.secondary:active,
.anchor.secondary:active {
  color: #00a4df
}

a[disabled],
.anchor[disabled] {
  color: #d3d5d8;
  cursor: default
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

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

.img-rounded {
  border-radius: 3px
}

.img-thumbnail {
  padding: 0;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #e2e6e8;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

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

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #e2e6e8
}

@media (min-width:576px) {
  hr {
    margin-top: 24px;
    margin-bottom: 24px
  }
}

@media (min-width:992px) {
  hr {
    margin-top: 32px;
    margin-bottom: 32px
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .016em
}

article,
.article {
  font-size: 15px
}

@media (min-width:768px) {

  article,
  .article {
    font-size: 16px
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Averta", "Avenir W02", "Avenir", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 300;
  line-height: 1;
  color: #829ca9
}

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

h2,
.h2 {
  font-size: 22px;
  line-height: 30px
}

h3,
.h3 {
  font-size: 18px;
  line-height: 24px
}

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

h5,
.h5 {
  font-size: 16px;
  line-height: 24px
}

h6,
.h6 {
  font-size: 14px;
  line-height: 24px
}

h1,
.h1 {
  margin-bottom: 4px
}

h2,
.h2 {
  margin-bottom: 2px
}

h1,
.h1 {
  font-weight: 800
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small {
  font-size: 65%
}

@media (min-width:768px) {

  h1,
  .h1 {
    font-size: 42px;
    line-height: 48px
  }

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

  h3,
  .h3 {
    font-size: 22px;
    line-height: 30px
  }

  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px
  }

  h5,
  .h5 {
    font-size: 16px;
    line-height: 24px
  }

  h6,
  .h6 {
    font-size: 14px;
    line-height: 24px
  }

  h1,
  .h1 {
    margin-bottom: 8px
  }

  h2,
  .h2 {
    margin-bottom: 4px;
    font-weight: 800
  }

  h3,
  .h3 {
    margin-bottom: 2px
  }
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
p+.h1,
p+.h2,
p+.h3,
p+.h4,
p+.h5,
p+.h6 {
  margin-top: 32px
}

h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h3 .small,
.h3 .small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%
}

h6,
.h6 {
  color: #829ca9
}

.display-1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 24px
}

.display-2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 24px
}

.display-3 {
  font-size: 42px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 8px
}

.display-4 {
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 4px
}

@media (min-width:768px) {
  .display-1 {
    font-size: 104px;
    font-weight: 800;
    line-height: 128px;
    margin-bottom: 8px
  }

  .display-2 {
    font-size: 88px;
    font-weight: 800;
    line-height: 112px;
    margin-bottom: 16px
  }

  .display-3 {
    font-size: 72px;
    font-weight: 800;
    line-height: 88px;
    margin-bottom: 24px
  }

  .display-4 {
    font-size: 56px;
    font-weight: 800;
    line-height: 72px;
    margin-bottom: 24px
  }
}

p {
  margin: 0 0 24px
}

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px
}

@media (min-width:768px) {
  .lead {
    font-size: 22px
  }
}

small,
.small {
  font-size: 14px;
  line-height: 24px
}

.tiny {
  font-size: 12px;
  color: #829ca9
}

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

b,
strong {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0
}

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

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

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

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

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

@media (min-width:576px) {
  .text-sm-left {
    text-align: left
  }

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

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

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

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

@media (min-width:768px) {
  .text-md-left {
    text-align: left
  }

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

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

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

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

@media (min-width:992px) {
  .text-lg-left {
    text-align: left
  }

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

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

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

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

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left
  }

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

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

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

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

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.font-weight-bold {
  font-weight: 600 !important
}

.font-weight-semi-bold {
  font-weight: 600 !important
}

.font-weight-normal {
  font-weight: 500 !important
}

.font-italic {
  font-style: italic !important
}

.text-muted {
  color: #a8aaac !important
}

.text-primary {
  color: #fff !important
}

a.text-primary:hover,
a.text-primary:focus {
  color: #253655 !important
}

.bg-primary .text-primary {
  color: #fff !important
}

.text-success {
  color: #1B7940 !important
}

a.text-success:hover,
a.text-success:focus {
  color: #1B7940 !important
}

h1.text-success,
h2.text-success,
h3.text-success,
.text-success.h1,
.text-success.h2,
.text-success.h3,
.text-success h1,
.text-success h2,
.text-success h3,
.text-success .h1,
.text-success .h2,
.text-success .h3 {
  color: #2ED06E !important
}

.bg-primary .text-success {
  color: #2ED06E !important
}

.text-info {
  color: #00a4df !important
}

a.text-info:hover,
a.text-info:focus {
  color: #00a4df !important
}

h1.text-info,
h2.text-info,
h3.text-info,
.text-info.h1,
.text-info.h2,
.text-info.h3,
.text-info h1,
.text-info h2,
.text-info h3,
.text-info .h1,
.text-info .h2,
.text-info .h3 {
  color: #3f75ab !important
}

.bg-primary .text-info {
  color: #3f75ab !important
}

.text-warning {
  color: #9E5F00 !important
}

a.text-warning:hover,
a.text-warning:focus {
  color: #9E5F00 !important
}

h1.text-warning,
h2.text-warning,
h3.text-warning,
.text-warning.h1,
.text-warning.h2,
.text-warning.h3,
.text-warning h1,
.text-warning h2,
.text-warning h3,
.text-warning .h1,
.text-warning .h2,
.text-warning .h3 {
  color: #FFA600 !important
}

.bg-primary .text-warning {
  color: #FFA600 !important
}

.text-danger {
  color: #C22E2E !important
}

a.text-danger:hover,
a.text-danger:focus {
  color: #C22E2E !important
}

h1.text-danger,
h2.text-danger,
h3.text-danger,
.text-danger.h1,
.text-danger.h2,
.text-danger.h3,
.text-danger h1,
.text-danger h2,
.text-danger h3,
.text-danger .h1,
.text-danger .h2,
.text-danger .h3 {
  color: #F53636 !important
}

.bg-primary .text-danger {
  color: #F53636 !important
}

.text-inverse {
  color: #fff !important
}

a.text-inverse:hover,
a.text-inverse:focus {
  color: #f2f5f7 !important
}

.text-ellipsis,
.text-ellipses {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.bg-primary {
  background-color: #37517e !important
}

.bg-success {
  background-color: #D6F5E2 !important
}

.bg-info {
  background-image: -webkit-linear-gradient(top, #3f75ab 0%, #36c9ff 100%);
  background-image: -o-linear-gradient(top, #3f75ab 0%, #36c9ff 100%);
  background-image: linear-gradient(to bottom, #3f75ab 0%, #36c9ff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b9ff', endColorstr='#ff36c9ff', GradientType=0)
}

.bg-warning {
  background-color: #FFF3DD !important
}

.bg-danger {
  background-color: #FFDFDF !important
}

.bg-default {
  background-color: #f2f5f7 !important
}

.bg-default p,
.bg-default .lead {
  color: #4a5860
}

.bg-focus {
  background-color: #fff
}

.bg-focus h1,
.bg-focus h2,
.bg-focus h3,
.bg-focus h4,
.bg-focus h5,
.bg-focus h6,
.bg-focus .h1,
.bg-focus .h2,
.bg-focus .h3,
.bg-focus .h4,
.bg-focus .h5,
.bg-focus .h6 {
  color: #37517e
}

.bg-focus p,
.bg-focus .lead {
  color: #6f8691
}

.bg-primary {
  color: #f2f5f7
}

.bg-info {
  color: #f2f5f7
}

.bg-primary h1,
.bg-info h1,
.bg-primary h2,
.bg-info h2,
.bg-primary h3,
.bg-info h3,
.bg-primary h4,
.bg-info h4,
.bg-primary h5,
.bg-info h5,
.bg-primary h6,
.bg-info h6,
.bg-primary .h1,
.bg-info .h1,
.bg-primary .h2,
.bg-info .h2,
.bg-primary .h3,
.bg-info .h3,
.bg-primary .h4,
.bg-info .h4,
.bg-primary .h5,
.bg-info .h5,
.bg-primary .h6,
.bg-info .h6 {
  color: #fff
}

.bg-primary dd,
.bg-info dd,
.bg-primary strong,
.bg-info strong,
.bg-primary .strong,
.bg-info .strong {
  color: #fff
}

.page-header {
  padding-bottom: 16px;
  margin: 0 0 32px;
  border-bottom: 1px solid #e2e6e8
}

.page-header:not(:first-child) {
  margin-top: 32px
}

ul,
ol {
  padding-left: 38px;
  margin-top: 0;
  margin-bottom: 24px
}

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

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

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

.list-inline>li {
  display: inline-block;
  padding-left: 4px;
  padding-right: 8px;
  border-right: 1px solid #6f8691
}

.list-inline>li:last-child {
  border-right: 0
}

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

dt,
dd {
  line-height: 24px
}

dt {
  font-size: 14px;
  color: #5d7079
}

dd {
  color: #fff;
  margin-left: 0;
  margin-bottom: 16px;
  font-size: 16px
}

@media (min-width:576px) {
  .dl-horizontal dt {
    float: left;
    width: 156px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px;
    margin-bottom: 16px
  }
}

.dl-horizontal-item {
  display: flex;
  flex-wrap: nowrap
}

.dl-horizontal-item dt {
  flex: 1 2 auto
}

.dl-horizontal-item dd {
  text-align: right;
  flex: 1 1 auto;
  word-break: break-all
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #3f75ab;
  text-decoration: none
}

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

blockquote {
  padding: 0 16px 0 14px;
  margin: 16px 0;
  font-size: 16px;
  border-left: 2px solid #3f75ab
}

blockquote p {
  margin-bottom: 8px
}

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: 24px;
  color: #829ca9
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'
}

@media (min-width:576px) {
  blockquote {
    margin: 24px
  }
}

@media (min-width:992px) {
  blockquote {
    margin: 32px;
    font-size: 18px
  }
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 22px;
  padding-left: 0;
  border-right: 2px solid #3f75ab;
  border-left: 0;
  text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}

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

.lang_ja {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif
}

.lang_ja h1,
.lang_ja .h1,
.lang_ja h2,
.lang_ja .h2,
.lang_ja h3,
.lang_ja .h3,
.lang_ja h4,
.lang_ja .h4,
.lang_ja h5,
.lang_ja .h5,
.lang_ja h6,
.lang_ja .h6 {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif
}

@media (min-width:576px) {
  dd {
    margin-bottom: 24px
  }
}

.text-max-width {
  max-width: 600px
}

.text-underline {
  text-decoration: underline !important
}

.text-no-decoration {
  text-decoration: none !important
}

.text-word-break {
  word-break: break-all
}

.colored-dot {
  position: relative
}

.colored-dot::after {
  bottom: 0;
  color: #3f75ab;
  content: '.';
  position: absolute
}

.colored-dot-green::after {
  color: #2ED06E
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #4a5860;
  background-color: #f2f5f7;
  border-radius: 3px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none
}

pre {
  display: block;
  padding: 16px;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  color: #4a5860;
  background-color: #f2f5f7;
  border-radius: 3px
}

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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px
}

@media (min-width:1200px) {
  .container {
    max-width: 1164px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px
}

.container {
  padding-right: 16px;
  padding-left: 16px
}

@media (min-width:576px) {
  .container {
    padding-right: 24px;
    padding-left: 24px
  }
}

@media (min-width:992px) {
  .container {
    padding-right: 32px;
    padding-left: 32px
  }
}

.row {
  margin-left: -12px;
  margin-right: -12px
}

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

.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-12 {
  width: 100%
}

.row-equal-height .col-xs-12 {
  width: -webkit-calc(100% - 1px)
}

.col-xs-11 {
  width: 91.66666667%
}

.row-equal-height .col-xs-11 {
  width: -webkit-calc(91.66666667% - 1px)
}

.col-xs-10 {
  width: 83.33333333%
}

.row-equal-height .col-xs-10 {
  width: -webkit-calc(83.33333333% - 1px)
}

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

.row-equal-height .col-xs-9 {
  width: -webkit-calc(75% - 1px)
}

.col-xs-8 {
  width: 66.66666667%
}

.row-equal-height .col-xs-8 {
  width: -webkit-calc(66.66666667% - 1px)
}

.col-xs-7 {
  width: 58.33333333%
}

.row-equal-height .col-xs-7 {
  width: -webkit-calc(58.33333333% - 1px)
}

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

.row-equal-height .col-xs-6 {
  width: -webkit-calc(50% - 1px)
}

.col-xs-5 {
  width: 41.66666667%
}

.row-equal-height .col-xs-5 {
  width: -webkit-calc(41.66666667% - 1px)
}

.col-xs-4 {
  width: 33.33333333%
}

.row-equal-height .col-xs-4 {
  width: -webkit-calc(33.33333333% - 1px)
}

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

.row-equal-height .col-xs-3 {
  width: -webkit-calc(25% - 1px)
}

.col-xs-2 {
  width: 16.66666667%
}

.row-equal-height .col-xs-2 {
  width: -webkit-calc(16.66666667% - 1px)
}

.col-xs-1 {
  width: 8.33333333%
}

.row-equal-height .col-xs-1 {
  width: -webkit-calc(8.33333333% - 1px)
}

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

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

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

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

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

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

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

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

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

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

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

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

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

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

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

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

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {

  .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-12 {
    width: 100%
  }

  .row-equal-height .col-sm-12 {
    width: -webkit-calc(100% - 1px)
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .row-equal-height .col-sm-11 {
    width: -webkit-calc(91.66666667% - 1px)
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .row-equal-height .col-sm-10 {
    width: -webkit-calc(83.33333333% - 1px)
  }

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

  .row-equal-height .col-sm-9 {
    width: -webkit-calc(75% - 1px)
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .row-equal-height .col-sm-8 {
    width: -webkit-calc(66.66666667% - 1px)
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .row-equal-height .col-sm-7 {
    width: -webkit-calc(58.33333333% - 1px)
  }

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

  .row-equal-height .col-sm-6 {
    width: -webkit-calc(50% - 1px)
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .row-equal-height .col-sm-5 {
    width: -webkit-calc(41.66666667% - 1px)
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .row-equal-height .col-sm-4 {
    width: -webkit-calc(33.33333333% - 1px)
  }

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

  .row-equal-height .col-sm-3 {
    width: -webkit-calc(25% - 1px)
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .row-equal-height .col-sm-2 {
    width: -webkit-calc(16.66666667% - 1px)
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .row-equal-height .col-sm-1 {
    width: -webkit-calc(8.33333333% - 1px)
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0%
  }
}

@media (min-width:768px) {

  .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-12 {
    width: 100%
  }

  .row-equal-height .col-md-12 {
    width: -webkit-calc(100% - 1px)
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .row-equal-height .col-md-11 {
    width: -webkit-calc(91.66666667% - 1px)
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .row-equal-height .col-md-10 {
    width: -webkit-calc(83.33333333% - 1px)
  }

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

  .row-equal-height .col-md-9 {
    width: -webkit-calc(75% - 1px)
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .row-equal-height .col-md-8 {
    width: -webkit-calc(66.66666667% - 1px)
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .row-equal-height .col-md-7 {
    width: -webkit-calc(58.33333333% - 1px)
  }

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

  .row-equal-height .col-md-6 {
    width: -webkit-calc(50% - 1px)
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .row-equal-height .col-md-5 {
    width: -webkit-calc(41.66666667% - 1px)
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .row-equal-height .col-md-4 {
    width: -webkit-calc(33.33333333% - 1px)
  }

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

  .row-equal-height .col-md-3 {
    width: -webkit-calc(25% - 1px)
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .row-equal-height .col-md-2 {
    width: -webkit-calc(16.66666667% - 1px)
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .row-equal-height .col-md-1 {
    width: -webkit-calc(8.33333333% - 1px)
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

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

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0%
  }
}

@media (min-width:992px) {

  .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-12 {
    width: 100%
  }

  .row-equal-height .col-lg-12 {
    width: -webkit-calc(100% - 1px)
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .row-equal-height .col-lg-11 {
    width: -webkit-calc(91.66666667% - 1px)
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .row-equal-height .col-lg-10 {
    width: -webkit-calc(83.33333333% - 1px)
  }

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

  .row-equal-height .col-lg-9 {
    width: -webkit-calc(75% - 1px)
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .row-equal-height .col-lg-8 {
    width: -webkit-calc(66.66666667% - 1px)
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .row-equal-height .col-lg-7 {
    width: -webkit-calc(58.33333333% - 1px)
  }

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

  .row-equal-height .col-lg-6 {
    width: -webkit-calc(50% - 1px)
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .row-equal-height .col-lg-5 {
    width: -webkit-calc(41.66666667% - 1px)
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .row-equal-height .col-lg-4 {
    width: -webkit-calc(33.33333333% - 1px)
  }

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

  .row-equal-height .col-lg-3 {
    width: -webkit-calc(25% - 1px)
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .row-equal-height .col-lg-2 {
    width: -webkit-calc(16.66666667% - 1px)
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .row-equal-height .col-lg-1 {
    width: -webkit-calc(8.33333333% - 1px)
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0%
  }
}

@media (min-width:1200px) {

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

  .col-xl-12 {
    width: 100%
  }

  .row-equal-height .col-xl-12 {
    width: -webkit-calc(100% - 1px)
  }

  .col-xl-11 {
    width: 91.66666667%
  }

  .row-equal-height .col-xl-11 {
    width: -webkit-calc(91.66666667% - 1px)
  }

  .col-xl-10 {
    width: 83.33333333%
  }

  .row-equal-height .col-xl-10 {
    width: -webkit-calc(83.33333333% - 1px)
  }

  .col-xl-9 {
    width: 75%
  }

  .row-equal-height .col-xl-9 {
    width: -webkit-calc(75% - 1px)
  }

  .col-xl-8 {
    width: 66.66666667%
  }

  .row-equal-height .col-xl-8 {
    width: -webkit-calc(66.66666667% - 1px)
  }

  .col-xl-7 {
    width: 58.33333333%
  }

  .row-equal-height .col-xl-7 {
    width: -webkit-calc(58.33333333% - 1px)
  }

  .col-xl-6 {
    width: 50%
  }

  .row-equal-height .col-xl-6 {
    width: -webkit-calc(50% - 1px)
  }

  .col-xl-5 {
    width: 41.66666667%
  }

  .row-equal-height .col-xl-5 {
    width: -webkit-calc(41.66666667% - 1px)
  }

  .col-xl-4 {
    width: 33.33333333%
  }

  .row-equal-height .col-xl-4 {
    width: -webkit-calc(33.33333333% - 1px)
  }

  .col-xl-3 {
    width: 25%
  }

  .row-equal-height .col-xl-3 {
    width: -webkit-calc(25% - 1px)
  }

  .col-xl-2 {
    width: 16.66666667%
  }

  .row-equal-height .col-xl-2 {
    width: -webkit-calc(16.66666667% - 1px)
  }

  .col-xl-1 {
    width: 8.33333333%
  }

  .row-equal-height .col-xl-1 {
    width: -webkit-calc(8.33333333% - 1px)
  }

  .col-xl-pull-12 {
    right: 100%
  }

  .col-xl-pull-11 {
    right: 91.66666667%
  }

  .col-xl-pull-10 {
    right: 83.33333333%
  }

  .col-xl-pull-9 {
    right: 75%
  }

  .col-xl-pull-8 {
    right: 66.66666667%
  }

  .col-xl-pull-7 {
    right: 58.33333333%
  }

  .col-xl-pull-6 {
    right: 50%
  }

  .col-xl-pull-5 {
    right: 41.66666667%
  }

  .col-xl-pull-4 {
    right: 33.33333333%
  }

  .col-xl-pull-3 {
    right: 25%
  }

  .col-xl-pull-2 {
    right: 16.66666667%
  }

  .col-xl-pull-1 {
    right: 8.33333333%
  }

  .col-xl-pull-0 {
    right: auto
  }

  .col-xl-push-12 {
    left: 100%
  }

  .col-xl-push-11 {
    left: 91.66666667%
  }

  .col-xl-push-10 {
    left: 83.33333333%
  }

  .col-xl-push-9 {
    left: 75%
  }

  .col-xl-push-8 {
    left: 66.66666667%
  }

  .col-xl-push-7 {
    left: 58.33333333%
  }

  .col-xl-push-6 {
    left: 50%
  }

  .col-xl-push-5 {
    left: 41.66666667%
  }

  .col-xl-push-4 {
    left: 33.33333333%
  }

  .col-xl-push-3 {
    left: 25%
  }

  .col-xl-push-2 {
    left: 16.66666667%
  }

  .col-xl-push-1 {
    left: 8.33333333%
  }

  .col-xl-push-0 {
    left: auto
  }

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

  .col-xl-offset-11 {
    margin-left: 91.66666667%
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-xl-offset-8 {
    margin-left: 66.66666667%
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-xl-offset-5 {
    margin-left: 41.66666667%
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-xl-offset-2 {
    margin-left: 16.66666667%
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%
  }

  .col-xl-offset-0 {
    margin-left: 0%
  }
}

@media (max-width:575px) {
  .container {
    padding-right: 16px;
    padding-left: 16px
  }
}

@media (min-width:576px) and (max-width:767px) {
  .container {
    padding-right: 24px;
    padding-left: 24px
  }
}

[class*="col-sm"],
[class*="col-md"],
[class*="col-lg"],
[class*="col-xl"] {
  margin-bottom: 16px
}

[class*="col-xs"] {
  margin-bottom: 0
}

@media (min-width:576px) {
  [class*="col-sm"] {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  [class*="col-md"] {
    margin-bottom: 0
  }
}

@media (min-width:992px) {
  [class*="col-lg"] {
    margin-bottom: 0
  }
}

@media (min-width:1200px) {
  [class*="col-xl"] {
    margin-bottom: 0
  }
}

.row-equal-height {
  display: flex;
  flex-wrap: wrap
}

.row-equal-height>[class*="col-"] {
  display: flex
}

@media (max-width:575px) {
  .row-equal-height .col-xs-12 {
    margin-bottom: 12px
  }
}

@media (max-width:575px) {
  .row {
    margin-right: -8px;
    margin-left: -8px
  }

  [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px
  }
}

table {
  background-color: #fff;
  border-collapse: separate
}

caption {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #a8aaac;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 24px 16px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #f2f5f7;
  border-bottom: 0;
  transition: border ease .15s
}

.table>.thead>ol>li,
.table>.tbody>dl>dd,
.table>.tfoot>ol>li {
  padding: 24px 16px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #f2f5f7;
  border-bottom: 0;
  transition: border ease .15s
}

.table>thead>tr>th,
.table>.thead>ol>li {
  vertical-align: bottom
}

.table>thead>tr>th a,
.table>.thead>ol>li a {
  text-decoration: none
}

.table>thead>tr>th .caret,
.table>.thead>ol>li .caret {
  margin-top: -3px
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0
}

.table>.thead:first-child>ol:first-child>li {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 1px solid #f2f5f7
}

.table .table {
  background-color: #fff
}

.table>thead,
.table>tfoot,
.table>.thead,
.table>.tfoot {
  font-size: 14px;
  color: #fff
}

.table>tbody,
.table>.tbody {
  font-size: 14px
}

.table>tbody>tr>th,
.table>.tbody>dl>.th {
  color: #fff
}

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

.table-condensed>.thead>ol>li,
.table-condensed>.tbody>dl>dd {
  padding: 8px
}

.table-bordered {
  border: 1px solid #f2f5f7;
  border-radius: 3px
}

.table-bordered thead,
.table-bordered .thead {
  background-color: #f2f5f7
}

@media (max-width:767px) {
  div.table-bordered:not(.table-responsive) {
    border: 0
  }
}

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

@media (min-width:768px) {
  .table-striped>.tbody>dl:nth-of-type(odd) {
    background-color: #f2f5f7
  }
}

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

@media (min-width:768px) {
  .table-hover>.tbody>dl:hover {
    background-color: #D8F1fA
  }
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column
}

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

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

.table-hover>tbody>tr>td.primary:hover,
.table-hover>tbody>tr>th.primary:hover,
.table-hover>tbody>tr.primary:hover>td,
.table-hover>tbody>tr:hover>.primary,
.table-hover>tbody>tr.primary:hover>th {
  background-color: #263857
}

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

.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: #c1e9f7
}

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

.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: #c1f0d3
}

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

.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: #c1e9f7
}

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

.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: #ffeac3
}

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

.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: #ffc5c5
}

.table>thead>tr>td.default,
.table>tbody>tr>td.default,
.table>tfoot>tr>td.default,
.table>thead>tr>th.default,
.table>tbody>tr>th.default,
.table>tfoot>tr>th.default,
.table>thead>tr.default>td,
.table>tbody>tr.default>td,
.table>tfoot>tr.default>td,
.table>thead>tr.default>th,
.table>tbody>tr.default>th,
.table>tfoot>tr.default>th {
  background-color: #f2f5f7
}

.table-hover>tbody>tr>td.default:hover,
.table-hover>tbody>tr>th.default:hover,
.table-hover>tbody>tr.default:hover>td,
.table-hover>tbody>tr:hover>.default,
.table-hover>tbody>tr.default:hover>th {
  background-color: #e2e9ed
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%
}

.table-responsive.table-bordered {
  border: 0
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
  }

  .table-responsive.table-bordered {
    border: 1px solid #f2f5f7;
    border-radius: 3px
  }
}

@media (min-width:768px) {
  .table {
    display: table
  }

  .table>.thead {
    display: table-header-group
  }

  .table>.thead>ol {
    display: table-row
  }

  .table>.thead>ol>li {
    display: table-cell;
    font-weight: 800;
    color: #fff
  }

  .table>.tbody {
    display: table-row-group
  }

  .table>.tbody>dl {
    display: table-row
  }

  .table>.tbody>dl>dt {
    display: none
  }

  .table>.tbody>dl>dd {
    display: table-cell;
    font-size: 14px;
    color: #5d7079
  }

  .table>.tfoot {
    display: table-footer-group
  }
}

@media (max-width:767px) {
  .table>.thead {
    display: none
  }

  .table>.tbody>dl {
    border: 1px #d3d5d8 solid;
    border-radius: 3px;
    margin-bottom: 24px;
    padding: 24px 24px 0
  }

  .table>.tbody>dl>dd {
    padding: 0;
    border: 0
  }

  .table>.tbody>dl>dd:empty {
    margin: 0
  }
}

@media (max-width:575px) {
  .table>.tbody>dl {
    padding-bottom: 8px
  }
}

.table-calendar {
  min-width: 300px
}

.table-calendar>tbody>tr>td {
  padding: 0
}

.table-calendar>tbody>tr>td>a {
  display: block;
  padding: 4px 0;
  margin: 4px 2px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none
}

.table-calendar>tbody>tr>td>a.active {
  background-color: #37517e;
  color: #FFF
}

.table-calendar>tbody>tr>td>a:not([disabled]):hover {
  background-color: #3f75ab;
  color: #FFF
}

.table-calendar>thead>tr>th {
  text-align: center
}

form {
  margin-bottom: 0
}

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

legend {
  display: block;
  width: 100%;
  padding: 32px 0 16px 0;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #d3d5d8
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 4px
}

label,
.secondary {
  font-size: 14px;
  color: #5d7079;
  line-height: 20px;
  -webkit-transition: color ease-in-out .15s;
  -o-transition: color ease-in-out .15s;
  transition: color ease-in-out .15s
}

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

input[type="number"] {
  -moz-appearance: textfield
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

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

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: thin dotted rgba(0, 0, 0, 0.5);
  outline-offset: 2px
}

output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 24px;
  color: #fff
}

.form-control {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d3d5d8;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  height: 48px;
  padding: 13px 16px 11px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
  background-clip: padding-box
}

select.form-control {
  height: 48px;
  line-height: 48px
}

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

.form-control:hover {
  border-color: #829ca9
}

.form-control:focus {
  border-color: #3f75ab;
  outline: 0
}

.form-control::-moz-placeholder {
  color: #a8aaac;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #a8aaac
}

.form-control::-webkit-input-placeholder {
  color: #a8aaac
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2f5f7;
  color: #d3d5d8;
  border-color: #e2e6e8;
  opacity: 1
}

.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
  color: #d3d5d8;
  opacity: 1
}

.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #d3d5d8
}

.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #d3d5d8
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: 144px
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 48px
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 32px
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 48px
  }
}

.form-group {
  margin-bottom: 24px
}

.form-group label {
  margin-bottom: 2px
}

.form-group:focus-within .control-label,
.form-group:focus-within>label {
  color: #003366
}

.row-equal-height>[class*="col-"]>.form-group {
  width: 100%
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 0
}

.radio label,
.checkbox label {
  min-height: 48px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer
}

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

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

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed
}

.form-control-static {
  margin-bottom: 0;
  line-height: 24px;
  min-height: 48px;
  font-size: 16px;
  color: #d3d5d8;
  background-color: #f2f5f7;
  border: 1px solid #e2e6e8;
  border-radius: 3px;
  padding: 13px 16px 11px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}

.input-sm {
  height: 32px;
  padding: 5px 12px 3px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px
}

select.input-sm {
  height: 32px;
  line-height: 32px
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto
}

.form-group-sm .form-control,
.navbar .form-control {
  height: 32px;
  padding: 5px 12px 3px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px
}

.form-group-sm select.form-control,
.navbar select.form-control {
  height: 32px;
  line-height: 32px
}

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

.form-group-sm .form-control-static,
.navbar .form-control-static {
  height: 32px;
  min-height: 38px;
  padding: 5px 12px 3px;
  font-size: 14px;
  line-height: 24px
}

.input-lg {
  height: 72px;
  padding: 13px 16px 11px;
  font-size: 22px;
  line-height: 32px;
  border-radius: 3px
}

select.input-lg {
  height: 72px;
  line-height: 72px
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto
}

.form-group-lg {
  position: relative
}

.form-group-lg .input-lg,
.form-group-lg .input-group-lg>.form-control,
.form-group-lg .input-group-lg>.input-group-addon {
  height: 72px;
  padding: 28px 12px 4px;
  font-size: 22px;
  line-height: 32px
}

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

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

.form-group-lg .form-control-static {
  height: 72px;
  min-height: 46px;
  padding: 13px 16px 11px;
  font-size: 22px;
  line-height: 32px
}

.form-group-lg .control-label {
  position: absolute;
  top: 12px;
  left: 14px;
  margin-bottom: 0;
  z-index: 1
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 48px
}

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

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 72px;
  height: 72px;
  line-height: 72px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px
}

.focus .control-label,
.has-focus .control-label {
  color: #003366
}

.focus .input-group-addon,
.has-focus .input-group-addon {
  border-color: #3f75ab
}

.focus .input-group-addon:hover,
.has-focus .input-group-addon:hover {
  border-color: #3f75ab
}

.help-block,
.error-messages {
  margin-top: 12px;
  margin-bottom: 4px;
  border-width: 0;
  border-style: solid;
  border-radius: 3px;
  padding: 4px 16px 3px;
  font-size: 14px;
  line-height: 24px;
  transition: border-color .15s ease-in-out, background-color .15s ease-in-out
}

.help-block a,
.error-messages a {
  color: inherit
}

.help-block {
  color: #6f8691;
  border-color: #d3d5d8;
  background-color: #f2f5f7;
  display: block;
  position: relative
}

.help-block:before {
  content: " ";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 20px;
  top: -5px;
  transform: rotate(45deg);
  background-color: inherit
}

.help-block.arrow-center:before {
  left: 50%;
  margin-left: -5px
}

.help-block.arrow-top:before {
  top: -5px;
  bottom: auto
}

.help-block.arrow-left:before {
  left: 20px;
  right: auto
}

.help-block.arrow-right:before {
  left: auto;
  right: 20px
}

.help-block.arrow-bottom:before {
  top: auto;
  bottom: -5px
}

.focus .alert,
.has-focus .alert {
  border-color: #3f75ab
}

.has-success {
  border-color: #2ED06E !important
}

.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,
.has-success .radio label,
.has-success .checkbox label,
.has-success .radio-inline label,
.has-success .checkbox-inline label,
.has-success .input-group-addon {
  color: #1B7940 !important;
  border-color: #2ED06E !important
}

.has-success .form-control,
.has-success .btn-input,
.has-success .btn-input:active,
.has-success .btn-input:focus,
.has-success .btn-input:hover,
.has-success .input-group-addon,
.has-success .input-group .form-control:focus,
.has-success .alert {
  border-color: #2ED06E !important
}

.has-success:hover .form-control,
.has-success:focus-within .form-control,
.has-success:hover.radio label,
.has-success:focus-within.radio label,
.has-success:hover.checkbox label,
.has-success:focus-within.checkbox label,
.has-success:hover .btn-input,
.has-success:focus-within .btn-input,
.has-success:hover .input-group-addon,
.has-success:focus-within .input-group-addon,
.has-success:hover .input-group .form-control:focus,
.has-success:focus-within .input-group .form-control:focus,
.has-success:hover .alert,
.has-success:focus-within .alert {
  border-color: #1B7940 !important
}

.has-success .form-control-feedback {
  color: #1B7940
}

.has-success .radio>label:not(.disabled),
.has-success.checkbox>label:not(.disabled) {
  border-color: #2ED06E;
  color: #fff
}

.has-success .radio>label:hover,
.has-success.checkbox>label:hover,
.has-success .radio>label:focus-within,
.has-success.checkbox>label:focus-within {
  border-color: #1B7940 !important
}

.has-success .radio>label:hover .tw-checkbox-button,
.has-success.checkbox>label:hover .tw-checkbox-button,
.has-success .radio>label:focus-within .tw-checkbox-button,
.has-success.checkbox>label:focus-within .tw-checkbox-button,
.has-success .radio>label:hover .tw-radio-button,
.has-success.checkbox>label:hover .tw-radio-button,
.has-success .radio>label:focus-within .tw-radio-button,
.has-success.checkbox>label:focus-within .tw-radio-button {
  border-color: #1B7940 !important
}

.has-success .radio .tw-checkbox-button,
.has-success.checkbox .tw-checkbox-button,
.has-success .radio .tw-radio-button,
.has-success.checkbox .tw-radio-button {
  border-color: #2ED06E
}

.has-info {
  border-color: #3f75ab !important
}

.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label,
.has-info .radio label,
.has-info .checkbox label,
.has-info .radio-inline label,
.has-info .checkbox-inline label,
.has-info .input-group-addon {
  color: #003366 !important;
  border-color: #3f75ab !important
}

.has-info .form-control,
.has-info .btn-input,
.has-info .btn-input:active,
.has-info .btn-input:focus,
.has-info .btn-input:hover,
.has-info .input-group-addon,
.has-info .input-group .form-control:focus,
.has-info .alert {
  border-color: #3f75ab !important
}

.has-info:hover .form-control,
.has-info:focus-within .form-control,
.has-info:hover.radio label,
.has-info:focus-within.radio label,
.has-info:hover.checkbox label,
.has-info:focus-within.checkbox label,
.has-info:hover .btn-input,
.has-info:focus-within .btn-input,
.has-info:hover .input-group-addon,
.has-info:focus-within .input-group-addon,
.has-info:hover .input-group .form-control:focus,
.has-info:focus-within .input-group .form-control:focus,
.has-info:hover .alert,
.has-info:focus-within .alert {
  border-color: #00a4df !important
}

.has-info .form-control-feedback {
  color: #003366
}

.has-info .radio>label:not(.disabled),
.has-info.checkbox>label:not(.disabled) {
  border-color: #3f75ab;
  color: #fff
}

.has-info .radio>label:hover,
.has-info.checkbox>label:hover,
.has-info .radio>label:focus-within,
.has-info.checkbox>label:focus-within {
  border-color: #00a4df !important
}

.has-info .radio>label:hover .tw-checkbox-button,
.has-info.checkbox>label:hover .tw-checkbox-button,
.has-info .radio>label:focus-within .tw-checkbox-button,
.has-info.checkbox>label:focus-within .tw-checkbox-button,
.has-info .radio>label:hover .tw-radio-button,
.has-info.checkbox>label:hover .tw-radio-button,
.has-info .radio>label:focus-within .tw-radio-button,
.has-info.checkbox>label:focus-within .tw-radio-button {
  border-color: #00a4df !important
}

.has-info .radio .tw-checkbox-button,
.has-info.checkbox .tw-checkbox-button,
.has-info .radio .tw-radio-button,
.has-info.checkbox .tw-radio-button {
  border-color: #3f75ab
}

.has-warning {
  border-color: #FFA600 !important
}

.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,
.has-warning .radio label,
.has-warning .checkbox label,
.has-warning .radio-inline label,
.has-warning .checkbox-inline label,
.has-warning .input-group-addon {
  color: #9E5F00 !important;
  border-color: #FFA600 !important
}

.has-warning .form-control,
.has-warning .btn-input,
.has-warning .btn-input:active,
.has-warning .btn-input:focus,
.has-warning .btn-input:hover,
.has-warning .input-group-addon,
.has-warning .input-group .form-control:focus,
.has-warning .alert {
  border-color: #FFA600 !important
}

.has-warning:hover .form-control,
.has-warning:focus-within .form-control,
.has-warning:hover.radio label,
.has-warning:focus-within.radio label,
.has-warning:hover.checkbox label,
.has-warning:focus-within.checkbox label,
.has-warning:hover .btn-input,
.has-warning:focus-within .btn-input,
.has-warning:hover .input-group-addon,
.has-warning:focus-within .input-group-addon,
.has-warning:hover .input-group .form-control:focus,
.has-warning:focus-within .input-group .form-control:focus,
.has-warning:hover .alert,
.has-warning:focus-within .alert {
  border-color: #9E5F00 !important
}

.has-warning .form-control-feedback {
  color: #9E5F00
}

.has-warning .radio>label:not(.disabled),
.has-warning.checkbox>label:not(.disabled) {
  border-color: #FFA600;
  color: #fff
}

.has-warning .radio>label:hover,
.has-warning.checkbox>label:hover,
.has-warning .radio>label:focus-within,
.has-warning.checkbox>label:focus-within {
  border-color: #9E5F00 !important
}

.has-warning .radio>label:hover .tw-checkbox-button,
.has-warning.checkbox>label:hover .tw-checkbox-button,
.has-warning .radio>label:focus-within .tw-checkbox-button,
.has-warning.checkbox>label:focus-within .tw-checkbox-button,
.has-warning .radio>label:hover .tw-radio-button,
.has-warning.checkbox>label:hover .tw-radio-button,
.has-warning .radio>label:focus-within .tw-radio-button,
.has-warning.checkbox>label:focus-within .tw-radio-button {
  border-color: #9E5F00 !important
}

.has-warning .radio .tw-checkbox-button,
.has-warning.checkbox .tw-checkbox-button,
.has-warning .radio .tw-radio-button,
.has-warning.checkbox .tw-radio-button {
  border-color: #FFA600
}

.has-error {
  border-color: #F53636 !important
}

.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,
.has-error .radio label,
.has-error .checkbox label,
.has-error .radio-inline label,
.has-error .checkbox-inline label,
.has-error .input-group-addon {
  color: #C22E2E !important;
  border-color: #F53636 !important
}

.has-error .form-control,
.has-error .btn-input,
.has-error .btn-input:active,
.has-error .btn-input:focus,
.has-error .btn-input:hover,
.has-error .input-group-addon,
.has-error .input-group .form-control:focus,
.has-error .alert {
  border-color: #F53636 !important
}

.has-error:hover .form-control,
.has-error:focus-within .form-control,
.has-error:hover.radio label,
.has-error:focus-within.radio label,
.has-error:hover.checkbox label,
.has-error:focus-within.checkbox label,
.has-error:hover .btn-input,
.has-error:focus-within .btn-input,
.has-error:hover .input-group-addon,
.has-error:focus-within .input-group-addon,
.has-error:hover .input-group .form-control:focus,
.has-error:focus-within .input-group .form-control:focus,
.has-error:hover .alert,
.has-error:focus-within .alert {
  border-color: #B62A18 !important
}

.has-error .form-control-feedback {
  color: #C22E2E
}

.has-error .radio>label:not(.disabled),
.has-error.checkbox>label:not(.disabled) {
  border-color: #F53636;
  color: #fff
}

.has-error .radio>label:hover,
.has-error.checkbox>label:hover,
.has-error .radio>label:focus-within,
.has-error.checkbox>label:focus-within {
  border-color: #B62A18 !important
}

.has-error .radio>label:hover .tw-checkbox-button,
.has-error.checkbox>label:hover .tw-checkbox-button,
.has-error .radio>label:focus-within .tw-checkbox-button,
.has-error.checkbox>label:focus-within .tw-checkbox-button,
.has-error .radio>label:hover .tw-radio-button,
.has-error.checkbox>label:hover .tw-radio-button,
.has-error .radio>label:focus-within .tw-radio-button,
.has-error.checkbox>label:focus-within .tw-radio-button {
  border-color: #B62A18 !important
}

.has-error .radio .tw-checkbox-button,
.has-error.checkbox .tw-checkbox-button,
.has-error .radio .tw-radio-button,
.has-error.checkbox .tw-radio-button {
  border-color: #F53636
}

.has-feedback label~.form-control-feedback {
  top: 24px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

@media (min-width:576px) {
  .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: calc(-2px)
  }

  .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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px
}

.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px
}

@media (min-width:576px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 14px
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 12px
}

@media (min-width:576px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 18px
  }
}

@media (min-width:576px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 8px;
    font-size: 14px
  }
}

.radio,
.checkbox {
  border-color: #d3d5d8
}

.radio>label,
.checkbox>label {
  position: relative;
  padding-left: 48px
}

.radio>label:active:hover,
.checkbox>label:active:hover {
  border-color: #3f75ab
}

.radio>label:active:hover input[type=radio]+.input-replacement,
.checkbox>label:active:hover input[type=radio]+.input-replacement,
.radio>label:active:hover input[type=checkbox]+.input-replacement,
.checkbox>label:active:hover input[type=checkbox]+.input-replacement {
  border-color: #3f75ab
}

.radio>label input[type=radio],
.checkbox>label input[type=radio],
.radio>label input[type=checkbox],
.checkbox>label input[type=checkbox] {
  display: block;
  position: absolute;
  top: 13px;
  left: 40px
}

.tw-checkbox-button {
  border: 1px solid #d3d5d8;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  transition: border .15s ease-in-out
}

.tw-checkbox-button .tw-checkbox-check {
  width: 20px;
  height: 20px;
  line-height: 18px;
  margin: 0;
  display: none;
  color: #fff
}

.checkbox:hover .tw-checkbox-button,
.tw-checkbox-button:hover {
  border-color: #829ca9
}

.tw-checkbox-button:focus,
.tw-checkbox-button.focus,
.tw-checkbox-button:focus:hover,
.tw-checkbox-button.focus:hover,
.tw-checkbox-button:active,
.tw-checkbox-button.active {
  border-color: #3f75ab;
  outline: none
}

.tw-checkbox-button[checked],
.tw-checkbox-button.checked {
  border-color: #3f75ab !important;
  background-color: #3f75ab
}

.tw-checkbox-button[checked] .tw-checkbox-check,
.tw-checkbox-button.checked .tw-checkbox-check {
  display: inline-block
}

.tw-checkbox-button[disabled] {
  background-color: #f2f5f7;
  border-color: #e2e6e8 !important;
  cursor: not-allowed
}

.tw-checkbox-button[disabled] .tw-checkbox-check {
  color: #e2e6e8
}

.checkbox.has-error .tw-checkbox-button,
.tw-checkbox-button.has-error {
  border-color: #F53636 !important
}

.checkbox.has-error .tw-checkbox-button[checked],
.tw-checkbox-button.has-error[checked],
.checkbox.has-error .tw-checkbox-button.checked,
.tw-checkbox-button.has-error.checked {
  background-color: #F53636
}

.checkbox.has-error .tw-checkbox-button[disabled],
.tw-checkbox-button.has-error[disabled] {
  background-color: #f2f5f7
}

.tw-radio-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #d3d5d8;
  background: #fff;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  transition: border .15s ease-in-out
}

.tw-radio-button .tw-radio-check {
  border-radius: 50%;
  text-align: center;
  width: 0px;
  height: 0px;
  margin: 0 0 0 11px;
  transition: all .15s ease-in-out
}

.radio:hover .tw-radio-button,
.tw-radio-button:hover {
  border-color: #829ca9
}

.tw-radio-button:focus,
.tw-radio-button.focus,
.tw-radio-button:active,
.tw-radio-button.active {
  border-color: #3f75ab;
  outline: none
}

.tw-radio-button[checked],
.tw-radio-button.checked {
  border-color: #3f75ab !important
}

.tw-radio-button[checked] .tw-radio-check,
.tw-radio-button.checked .tw-radio-check {
  width: 12px;
  height: 12px;
  margin: 5px;
  display: block;
  background-color: #3f75ab
}

.tw-radio-button[disabled] {
  background-color: #f2f5f7;
  border-color: #e2e6e8 !important;
  cursor: not-allowed
}

.tw-radio-button[disabled] .tw-radio-check {
  background-color: #e2e6e8
}

.radio.has-error .tw-radio-button,
.tw-radio-button.has-error {
  border-color: #F53636 !important
}

.radio.has-error .tw-radio-button[checked] .tw-radio-check,
.tw-radio-button.has-error[checked] .tw-radio-check,
.radio.has-error .tw-radio-button.checked .tw-radio-check,
.tw-radio-button.has-error.checked .tw-radio-check {
  background-color: #F53636
}

.radio.has-error .tw-radio-button[disabled] .tw-radio-check,
.tw-radio-button.has-error[disabled] .tw-radio-check {
  background-color: #e2e6e8
}

.checkbox.disabled label,
.checkbox.disabled label:hover {
  border-color: #e2e6e8;
  color: #d3d5d8 !important
}

.radio .tw-radio-button {
  position: absolute;
  left: 13px;
  top: 11px
}

.checkbox .tw-checkbox-button {
  position: absolute;
  left: 14px;
  top: 12px
}

.form-inline .tw-checkbox-button,
.form-inline .tw-radio-button {
  vertical-align: bottom
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  padding-top: 0
}

.form-horizontal .checkbox>label,
.form-horizontal .radio>label {
  margin-bottom: 0
}

.input-group .input-group-btn+input {
  border-left: 0px solid transparent
}

.input-group-addon {
  color: #829ca9
}

.form-control-feedback,
.form-control-feedback.icon {
  font-size: 24px;
  line-height: 48px
}

.label {
  padding-top: .25em;
  position: relative;
  top: -3px
}

.label .label-default {
  color: #829ca9;
  background-color: #e2e6e8
}

.btn:focus,
.form-control:focus {
  outline: none
}

.form-control {
  font-weight: 500
}

.form-control:focus {
  border-color: #3f75ab
}

.form-group {
  position: relative;
  font-size: 14px
}

.form-control+.text-muted,
.form-control+.text-primary,
.form-control+.text-success,
.form-control+.text-info,
.form-control+.text-warning,
.form-control+.text-danger {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px
}

.form-group .row {
  margin-left: -6px;
  margin-right: -6px
}

.form-group .row [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px
}

@media (max-width:575px) {
  .form-group .row [class*="col-sm-"] {
    margin-bottom: 0
  }

  .form-group .row [class*="col-sm-"] .form-control,
  .form-group .row [class*="col-sm-"] .btn-input {
    margin-bottom: 12px
  }
}

@media (max-width:767px) {
  .form-group .row [class*="col-md-"] {
    margin-bottom: 0
  }

  .form-group .row [class*="col-md-"] .form-control,
  .form-group .row [class*="col-md-"] .btn-input {
    margin-bottom: 12px
  }
}

@media (max-width:991px) {
  .form-group .row [class*="col-lg-"] {
    margin-bottom: 0
  }

  .form-group .row [class*="col-lg-"] .form-control,
  .form-group .row [class*="col-lg-"] .btn-input {
    margin-bottom: 12px
  }
}

@media (max-width:1199px) {
  .form-group .row [class*="col-xl-"] {
    margin-bottom: 0
  }

  .form-group .row [class*="col-xl-"] .form-control,
  .form-group .row [class*="col-xl-"] .btn-input {
    margin-bottom: 12px
  }
}

@media (min-width:576px) {
  fieldset .form-group:nth-of-type(odd) {
    clear: left
  }
}

.input-group-addon {
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s
}

.checkbox>label,
.radio>label {
  font-size: 16px;
  display: block;
  cursor: pointer;
  line-height: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 16px;
  color: #fff;
  background-color: #fff;
  border: 1px solid #d3d5d8;
  border-radius: 3px;
  -webkit-transition: border .15s ease-in-out, background-color .15s ease-in-out;
  -o-transition: border .15s ease-in-out, background-color .15s ease-in-out;
  transition: border .15s ease-in-out, background-color .15s ease-in-out
}

.checkbox>label:hover,
.radio>label:hover {
  border-color: #829ca9
}

.checkbox>label.focus,
.radio>label.focus,
.checkbox>label.focus:hover,
.radio>label.focus:hover,
.checkbox>label.has-focus,
.radio>label.has-focus,
.checkbox>label.has-focus:hover,
.radio>label.has-focus:hover,
.checkbox>label:focus-within,
.radio>label:focus-within {
  border-color: #3f75ab
}

.checkbox[disabled] label,
.radio[disabled] label,
.checkbox[readonly] label,
.radio[readonly] label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
.radio.disabled label,
.checkbox.readonly label,
.radio.readonly label {
  color: #d3d5d8;
  border-color: #e2e6e8;
  background-color: #f2f5f7
}

.checkbox.checkbox-lg>label,
.radio.checkbox-lg>label,
.checkbox.radio-lg>label,
.radio.radio-lg>label {
  min-height: 72px
}

.checkbox.checkbox-lg>label small,
.radio.checkbox-lg>label small,
.checkbox.radio-lg>label small,
.radio.radio-lg>label small,
.checkbox.checkbox-lg>label .small,
.radio.checkbox-lg>label .small,
.checkbox.radio-lg>label .small,
.radio.radio-lg>label .small {
  display: block;
  font-size: 14px;
  color: #5d7079
}

.disabled .checkbox>label,
.checkbox.disabled>label,
.disabled .radio>label,
.radio.disabled>label,
.disabled .checkbox>label:hover,
.checkbox.disabled>label:hover,
.disabled .radio>label:hover,
.radio.disabled>label:hover {
  border-color: #e2e6e8;
  color: #d3d5d8
}

.error-messages {
  display: none;
  color: #C22E2E;
  background-color: #FFDFDF;
  font-size: 14px;
  line-height: 24px;
  position: relative
}

.error-messages:before {
  content: " ";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 20px;
  top: -5px;
  transform: rotate(45deg);
  background-color: inherit
}

.form-group .error-messages {
  border-radius: 3px;
  border-width: 0;
  margin-top: 12px
}

.has-error .error-messages {
  display: block
}

.has-error .error-messages:empty,
.has-error .error-messages:-moz-only-whitespace {
  display: none
}

.has-error .error-messages:empty:before,
.has-error .error-messages:-moz-only-whitespace:before {
  display: none
}

.error-required,
.error-pattern,
.error-minlength,
.error-maxlength,
.error-min,
.error-max,
.error-async,
.error-number,
.error-date,
.error-time,
.error-datetime,
.error-email,
.error-url,
.error-week,
.error-month,
.error-datetimelocal {
  display: none
}

.ng-invalid-required~.error-messages>.error-required,
.ng-invalid-pattern~.error-messages>.error-pattern,
.ng-invalid-minlength~.error-messages>.error-minlength,
.ng-invalid-maxlength~.error-messages>.error-maxlength,
.ng-invalid-min~.error-messages>.error-min,
.ng-invalid-max~.error-messages>.error-max,
.ng-invalid-async~.error-messages>.error-async,
.ng-invalid-number~.error-messages>.error-number,
.ng-invalid-date~.error-messages>.error-date,
.ng-invalid-time~.error-messages>.error-time,
.ng-invalid-datetime~.error-messages>.error-datetime,
.ng-invalid-email~.error-messages>.error-email,
.ng-invalid-url~.error-messages>.error-url,
.ng-invalid-week~.error-messages>.error-week,
.ng-invalid-month~.error-messages>.error-month,
.ng-invalid-datetimelocal~.error-messages>.error-datetimelocal {
  display: block
}

.ng-invalid-required~.alert-danger>.error-required,
.ng-invalid-pattern~.alert-danger>.error-pattern,
.ng-invalid-minlength~.alert-danger>.error-minlength,
.ng-invalid-maxlength~.alert-danger>.error-maxlength,
.ng-invalid-min~.alert-danger>.error-min,
.ng-invalid-max~.alert-danger>.error-max,
.ng-invalid-async~.alert-danger>.error-async,
.ng-invalid-number~.alert-danger>.error-number,
.ng-invalid-date~.alert-danger>.error-date,
.ng-invalid-time~.alert-danger>.error-time,
.ng-invalid-datetime~.alert-danger>.error-datetime,
.ng-invalid-email~.alert-danger>.error-email,
.ng-invalid-url~.alert-danger>.error-url,
.ng-invalid-week~.alert-danger>.error-week,
.ng-invalid-month~.alert-danger>.error-month,
.ng-invalid-datetimelocal~.alert-danger>.error-datetimelocal {
  display: block
}

.form-control-placeholder {
  color: #a8aaac
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px 10px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
  min-height: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn .dropdown-menu>li>a {
  font-size: 16px;
  line-height: 24px
}

.btn:active,
.btn.active,
.btn:focus,
.btn.focus {
  outline: thin dotted rgba(0, 0, 0, 0.5);
  outline-offset: 2px;
  outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #3f75ab;
  text-decoration: none
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none
}

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

.btn-default {
  color: #3f75ab;
  background-color: transparent;
  border-color: #3f75ab;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.btn-default:focus,
.btn-default.focus {
  color: #FFF;
  background-color: #3f75ab;
  border-color: #3f75ab
}

.btn-default:hover {
  color: #FFF;
  background-color: #3f75ab;
  border-color: #3f75ab
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-default .badge {
  color: transparent;
  background-color: #3f75ab
}

.btn-primary {
  color: #fff;
  background-color: #3f75ab;
  border-color: #3f75ab;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.btn-primary:focus,
.btn-primary.focus {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.btn-primary:hover {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-primary .badge {
  color: #3f75ab;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #2ED06E;
  border-color: #2ED06E;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.btn-success:focus,
.btn-success.focus {
  color: #FFF;
  background-color: #28B862;
  border-color: #28B862
}

.btn-success:hover {
  color: #FFF;
  background-color: #28B862;
  border-color: #28B862
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #FFF;
  background-color: #1B7940;
  border-color: #1B7940
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #FFF;
  background-color: #1B7940;
  border-color: #1B7940
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-success .badge {
  color: #2ED06E;
  background-color: #fff
}

.btn-info {
  color: #6f8691;
  background-color: transparent;
  border-color: #6f8691;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.btn-info:focus,
.btn-info.focus {
  color: #FFF;
  background-color: #3f75ab;
  border-color: #3f75ab
}

.btn-info:hover {
  color: #FFF;
  background-color: #3f75ab;
  border-color: #3f75ab
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-info .badge {
  color: transparent;
  background-color: #6f8691
}

.btn-warning {
  color: rgb(53, 53, 53);
  background-color: #FFA600;
  border-color: #FFA600;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.btn-warning:focus,
.btn-warning.focus {
  color: #FFF;
  background-color: #DF8700;
  border-color: #DF8700
}

.btn-warning:hover {
  color: #FFF;
  background-color: #DF8700;
  border-color: #DF8700
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #FFF;
  background-color: #9E5F00;
  border-color: #9E5F00
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color: #FFF;
  background-color: #9E5F00;
  border-color: #9E5F00
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-warning .badge {
  color: transparent;
  background-color: #FFA600
}

.btn-danger {
  color: #6f8691;
  background-color: transparent;
  border-color: #6f8691;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.btn-danger:focus,
.btn-danger.focus {
  color: #FFF;
  background-color: #F53636;
  border-color: #F53636
}

.btn-danger:hover {
  color: #FFF;
  background-color: #F53636;
  border-color: #F53636
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #FFF;
  background-color: #B62A18;
  border-color: #B62A18
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color: #FFF;
  background-color: #B62A18;
  border-color: #B62A18
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-danger .badge {
  color: transparent;
  background-color: #6f8691
}

.bootstrap-select .btn-default,
.btn-input {
  color: #fff;
  background-color: #fff;
  border-color: #d3d5d8;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.bootstrap-select .btn-default:focus,
.btn-input:focus,
.bootstrap-select .btn-default.focus,
.btn-input.focus {
  color: #fff;
  background-color: #fff;
  border-color: #d3d5d8
}

.bootstrap-select .btn-default:hover,
.btn-input:hover {
  color: #fff;
  background-color: #fff;
  border-color: #d3d5d8
}

.bootstrap-select .btn-default:active,
.btn-input:active,
.bootstrap-select .btn-default.active,
.btn-input.active,
.open>.dropdown-toggle.bootstrap-select .btn-default,
.open>.dropdown-toggle.btn-input {
  color: #fff;
  background-color: #fff;
  border-color: #3f75ab
}

.bootstrap-select .btn-default:active:hover,
.btn-input:active:hover,
.bootstrap-select .btn-default.active:hover,
.btn-input.active:hover,
.open>.dropdown-toggle.bootstrap-select .btn-default:hover,
.open>.dropdown-toggle.btn-input:hover,
.bootstrap-select .btn-default:active:focus,
.btn-input:active:focus,
.bootstrap-select .btn-default.active:focus,
.btn-input.active:focus,
.open>.dropdown-toggle.bootstrap-select .btn-default:focus,
.open>.dropdown-toggle.btn-input:focus,
.bootstrap-select .btn-default:active.focus,
.btn-input:active.focus,
.bootstrap-select .btn-default.active.focus,
.btn-input.active.focus,
.open>.dropdown-toggle.bootstrap-select .btn-default.focus,
.open>.dropdown-toggle.btn-input.focus {
  color: #fff;
  background-color: #fff;
  border-color: #3f75ab
}

.bootstrap-select .btn-default:active,
.btn-input:active,
.bootstrap-select .btn-default.active,
.btn-input.active,
.open>.dropdown-toggle.bootstrap-select .btn-default,
.open>.dropdown-toggle.btn-input {
  background-image: none
}

.bootstrap-select .btn-default.disabled,
.btn-input.disabled,
.bootstrap-select .btn-default[disabled],
.btn-input[disabled],
fieldset[disabled] .bootstrap-select .btn-default,
fieldset[disabled] .btn-input,
.bootstrap-select .btn-default.disabled:hover,
.btn-input.disabled:hover,
.bootstrap-select .btn-default[disabled]:hover,
.btn-input[disabled]:hover,
fieldset[disabled] .bootstrap-select .btn-default:hover,
fieldset[disabled] .btn-input:hover,
.bootstrap-select .btn-default.disabled:focus,
.btn-input.disabled:focus,
.bootstrap-select .btn-default[disabled]:focus,
.btn-input[disabled]:focus,
fieldset[disabled] .bootstrap-select .btn-default:focus,
fieldset[disabled] .btn-input:focus,
.bootstrap-select .btn-default.disabled.focus,
.btn-input.disabled.focus,
.bootstrap-select .btn-default[disabled].focus,
.btn-input[disabled].focus,
fieldset[disabled] .bootstrap-select .btn-default.focus,
fieldset[disabled] .btn-input.focus,
.bootstrap-select .btn-default.disabled:active,
.btn-input.disabled:active,
.bootstrap-select .btn-default[disabled]:active,
.btn-input[disabled]:active,
fieldset[disabled] .bootstrap-select .btn-default:active,
fieldset[disabled] .btn-input:active,
.bootstrap-select .btn-default.disabled.active,
.btn-input.disabled.active,
.bootstrap-select .btn-default[disabled].active,
.btn-input[disabled].active,
fieldset[disabled] .bootstrap-select .btn-default.active,
fieldset[disabled] .btn-input.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.bootstrap-select .btn-default .badge,
.btn-input .badge {
  color: #fff;
  background-color: #fff
}

.btn-input .caret {
  margin-left: 8px
}

.btn-facebook {
  color: #3B5998;
  background-color: transparent;
  border-color: #3B5998;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPjx0aXRsZT5pY19mYWNlYm9va19kZWZhdWx0PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48cGF0aCBkPSJNMjIuNTgyIDBoLTIxLjI2M2MtLjcyOSAwLTEuMzE5LjU5MS0xLjMxOSAxLjMxOXYyMS4yNjNjMCAuNzI5LjU5IDEuMzE5IDEuMzE5IDEuMzE5aDExLjQ0N3YtOS4yNTZoLTMuMTE1di0zLjYwN2gzLjExNXYtMi42NmMwLTMuMDg3IDEuODg2LTQuNzY4IDQuNjM5LTQuNzY4IDEuMzE5IDAgMi40NTMuMDk4IDIuNzgzLjE0MnYzLjIyNmwtMS45MS4wMDFjLTEuNDk4IDAtMS43ODguNzEyLTEuNzg4IDEuNzU2djIuMzAzaDMuNTcybC0uNDY1IDMuNjA3aC0zLjEwN3Y5LjI1Nmg2LjA5MWMuNzI5IDAgMS4zMTktLjU5MSAxLjMxOS0xLjMxOXYtMjEuMjYzYzAtLjcyOS0uNTkxLTEuMzE5LTEuMzE5LTEuMzE5IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBmaWxsPSIjM0I1OTk4Ii8+PC9zdmc+)
}

.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998
}

.btn-facebook:hover {
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #344F88;
  border-color: #344F88
}

.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open>.dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open>.dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open>.dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #344F88;
  border-color: #344F88
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
  background-image: none
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-facebook .badge {
  color: transparent;
  background-color: #3B5998
}

.btn-facebook:hover,
.btn-facebook:focus {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPjx0aXRsZT5pY19mYWNlYm9va19ob3ZlcjwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PHBhdGggZD0iTTIyLjU4MiAwaC0yMS4yNjNjLS43MjkgMC0xLjMxOS41OTEtMS4zMTkgMS4zMTl2MjEuMjYzYzAgLjcyOS41OSAxLjMxOSAxLjMxOSAxLjMxOWgxMS40NDd2LTkuMjU2aC0zLjExNXYtMy42MDdoMy4xMTV2LTIuNjZjMC0zLjA4NyAxLjg4Ni00Ljc2OCA0LjYzOS00Ljc2OCAxLjMxOSAwIDIuNDUzLjA5OCAyLjc4My4xNDJ2My4yMjZsLTEuOTEuMDAxYy0xLjQ5OCAwLTEuNzg4LjcxMi0xLjc4OCAxLjc1NnYyLjMwM2gzLjU3MmwtLjQ2NSAzLjYwN2gtMy4xMDd2OS4yNTZoNi4wOTFjLjcyOSAwIDEuMzE5LS41OTEgMS4zMTktMS4zMTl2LTIxLjI2M2MwLS43MjktLjU5MS0xLjMxOS0xLjMxOS0xLjMxOSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.btn-google {
  color: #4285F4;
  background-color: transparent;
  border-color: #4285F4;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5nb29nbGUtbm9ybWFsPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBhdGggZD0iTTIzLjE4MTgxODIsOS44MTgxODE4MiBMMTIsOS44MTgxODE4MiBMMTIsMTQuNDU0NTQ1NSBMMTguNDM2MzYzNiwxNC40NTQ1NDU1IEMxNy44MzYzNjM2LDE3LjQgMTUuMzI3MjcyNywxOS4wOTA5MDkxIDEyLDE5LjA5MDkwOTEgQzguMDcyNzI3MjcsMTkuMDkwOTA5MSA0LjkwOTA5MDkxLDE1LjkyNzI3MjcgNC45MDkwOTA5MSwxMiBDNC45MDkwOTA5MSw4LjA3MjcyNzI3IDguMDcyNzI3MjcsNC45MDkwOTA5MSAxMiw0LjkwOTA5MDkxIEMxMy42OTA5MDkxLDQuOTA5MDkwOTEgMTUuMjE4MTgxOCw1LjUwOTA5MDkxIDE2LjQxODE4MTgsNi40OTA5MDkwOSBMMTkuOTA5MDkwOSwzIEMxNy43ODE4MTgyLDEuMTQ1NDU0NTUgMTUuMDU0NTQ1NSwwIDEyLDAgQzUuMzQ1NDU0NTUsMCAwLDUuMzQ1NDU0NTUgMCwxMiBDMCwxOC42NTQ1NDU1IDUuMzQ1NDU0NTUsMjQgMTIsMjQgQzE4LDI0IDIzLjQ1NDU0NTUsMTkuNjM2MzYzNiAyMy40NTQ1NDU1LDEyIEMyMy40NTQ1NDU1LDExLjI5MDkwOTEgMjMuMzQ1NDU0NSwxMC41MjcyNzI3IDIzLjE4MTgxODIsOS44MTgxODE4MiBaIiBpZD0icGF0aC0xIj48L3BhdGg+ICAgICAgICA8cGF0aCBkPSJNMjMuMTgxODE4Miw5LjgxODE4MTgyIEwxMiw5LjgxODE4MTgyIEwxMiwxNC40NTQ1NDU1IEwxOC40MzYzNjM2LDE0LjQ1NDU0NTUgQzE3LjgzNjM2MzYsMTcuNCAxNS4zMjcyNzI3LDE5LjA5MDkwOTEgMTIsMTkuMDkwOTA5MSBDOC4wNzI3MjcyNywxOS4wOTA5MDkxIDQuOTA5MDkwOTEsMTUuOTI3MjcyNyA0LjkwOTA5MDkxLDEyIEM0LjkwOTA5MDkxLDguMDcyNzI3MjcgOC4wNzI3MjcyNyw0LjkwOTA5MDkxIDEyLDQuOTA5MDkwOTEgQzEzLjY5MDkwOTEsNC45MDkwOTA5MSAxNS4yMTgxODE4LDUuNTA5MDkwOTEgMTYuNDE4MTgxOCw2LjQ5MDkwOTA5IEwxOS45MDkwOTA5LDMgQzE3Ljc4MTgxODIsMS4xNDU0NTQ1NSAxNS4wNTQ1NDU1LDAgMTIsMCBDNS4zNDU0NTQ1NSwwIDAsNS4zNDU0NTQ1NSAwLDEyIEMwLDE4LjY1NDU0NTUgNS4zNDU0NTQ1NSwyNCAxMiwyNCBDMTgsMjQgMjMuNDU0NTQ1NSwxOS42MzYzNjM2IDIzLjQ1NDU0NTUsMTIgQzIzLjQ1NDU0NTUsMTEuMjkwOTA5MSAyMy4zNDU0NTQ1LDEwLjUyNzI3MjcgMjMuMTgxODE4Miw5LjgxODE4MTgyIFoiIGlkPSJwYXRoLTMiPjwvcGF0aD4gICAgICAgIDxwYXRoIGQ9Ik0yMy4xODE4MTgyLDkuODE4MTgxODIgTDEyLDkuODE4MTgxODIgTDEyLDE0LjQ1NDU0NTUgTDE4LjQzNjM2MzYsMTQuNDU0NTQ1NSBDMTcuODM2MzYzNiwxNy40IDE1LjMyNzI3MjcsMTkuMDkwOTA5MSAxMiwxOS4wOTA5MDkxIEM4LjA3MjcyNzI3LDE5LjA5MDkwOTEgNC45MDkwOTA5MSwxNS45MjcyNzI3IDQuOTA5MDkwOTEsMTIgQzQuOTA5MDkwOTEsOC4wNzI3MjcyNyA4LjA3MjcyNzI3LDQuOTA5MDkwOTEgMTIsNC45MDkwOTA5MSBDMTMuNjkwOTA5MSw0LjkwOTA5MDkxIDE1LjIxODE4MTgsNS41MDkwOTA5MSAxNi40MTgxODE4LDYuNDkwOTA5MDkgTDE5LjkwOTA5MDksMyBDMTcuNzgxODE4MiwxLjE0NTQ1NDU1IDE1LjA1NDU0NTUsMCAxMiwwIEM1LjM0NTQ1NDU1LDAgMCw1LjM0NTQ1NDU1IDAsMTIgQzAsMTguNjU0NTQ1NSA1LjM0NTQ1NDU1LDI0IDEyLDI0IEMxOCwyNCAyMy40NTQ1NDU1LDE5LjYzNjM2MzYgMjMuNDU0NTQ1NSwxMiBDMjMuNDU0NTQ1NSwxMS4yOTA5MDkxIDIzLjM0NTQ1NDUsMTAuNTI3MjcyNyAyMy4xODE4MTgyLDkuODE4MTgxODIgWiIgaWQ9InBhdGgtNSI+PC9wYXRoPiAgICAgICAgPHBhdGggZD0iTTIzLjE4MTgxODIsOS44MTgxODE4MiBMMTIsOS44MTgxODE4MiBMMTIsMTQuNDU0NTQ1NSBMMTguNDM2MzYzNiwxNC40NTQ1NDU1IEMxNy44MzYzNjM2LDE3LjQgMTUuMzI3MjcyNywxOS4wOTA5MDkxIDEyLDE5LjA5MDkwOTEgQzguMDcyNzI3MjcsMTkuMDkwOTA5MSA0LjkwOTA5MDkxLDE1LjkyNzI3MjcgNC45MDkwOTA5MSwxMiBDNC45MDkwOTA5MSw4LjA3MjcyNzI3IDguMDcyNzI3MjcsNC45MDkwOTA5MSAxMiw0LjkwOTA5MDkxIEMxMy42OTA5MDkxLDQuOTA5MDkwOTEgMTUuMjE4MTgxOCw1LjUwOTA5MDkxIDE2LjQxODE4MTgsNi40OTA5MDkwOSBMMTkuOTA5MDkwOSwzIEMxNy43ODE4MTgyLDEuMTQ1NDU0NTUgMTUuMDU0NTQ1NSwwIDEyLDAgQzUuMzQ1NDU0NTUsMCAwLDUuMzQ1NDU0NTUgMCwxMiBDMCwxOC42NTQ1NDU1IDUuMzQ1NDU0NTUsMjQgMTIsMjQgQzE4LDI0IDIzLjQ1NDU0NTUsMTkuNjM2MzYzNiAyMy40NTQ1NDU1LDEyIEMyMy40NTQ1NDU1LDExLjI5MDkwOTEgMjMuMzQ1NDU0NSwxMC41MjcyNzI3IDIzLjE4MTgxODIsOS44MTgxODE4MiBaIiBpZD0icGF0aC03Ij48L3BhdGg+ICAgIDwvZGVmcz4gICAgPGcgaWQ9IkxvZy1pbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iZ29vZ2xlLW5vcm1hbCI+ICAgICAgICAgICAgPGcgaWQ9Ikdvb2dsZV8tRy1fTG9nbyI+ICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4gICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImEiPjwvZz4gICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iI0ZCQkMwNSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stMikiIHBvaW50cz0iLTEuMDkwOTA5MDkgMTkuMDkwOTA5MSAtMS4wOTA5MDkwOSA0LjkwOTA5MDkxIDguMTgxODE4MTggMTIiPjwvcG9seWdvbj4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICA8ZyBpZD0iQ2xpcHBlZCI+ICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay00IiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4gICAgICAgICAgICAgICAgICAgIDwvbWFzaz4gICAgICAgICAgICAgICAgICAgIDxnIGlkPSJhIj48L2c+ICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiNFQTQzMzUiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTQpIiBwb2ludHM9Ii0xLjA5MDkwOTA5IDQuOTA5MDkwOTEgOC4xODE4MTgxOCAxMiAxMiA4LjY3MjcyNzI3IDI1LjA5MDkwOTEgNi41NDU0NTQ1NSAyNS4wOTA5MDkxIC0xLjA5MDkwOTA5IC0xLjA5MDkwOTA5IC0xLjA5MDkwOTA5Ij48L3BvbHlnb24+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPiAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stNiIgZmlsbD0id2hpdGUiPiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+ICAgICAgICAgICAgICAgICAgICA8L21hc2s+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iYSI+PC9nPiAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay02KSIgcG9pbnRzPSItMS4wOTA5MDkwOSAxOS4wOTA5MDkxIDE1LjI3MjcyNzMgNi41NDU0NTQ1NSAxOS41ODE4MTgyIDcuMDkwOTA5MDkgMjUuMDkwOTA5MSAtMS4wOTA5MDkwOSAyNS4wOTA5MDkxIDI1LjA5MDkwOTEgLTEuMDkwOTA5MDkgMjUuMDkwOTA5MSI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4gICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTgiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTciPjwvdXNlPiAgICAgICAgICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImEiPjwvZz4gICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iIzQyODVGNCIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stOCkiIHBvaW50cz0iMjUuMDkwOTA5MSAyNS4wOTA5MDkxIDguMTgxODE4MTggMTIgNiAxMC4zNjM2MzY0IDI1LjA5MDkwOTEgNC45MDkwOTA5MSI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+)
}

.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #4285F4;
  border-color: #4285F4
}

.btn-google:hover {
  color: #fff;
  background-color: #4285F4;
  border-color: #4285F4
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
  color: #fff;
  background-color: #3B77DB;
  border-color: #3B77DB
}

.btn-google:active:hover,
.btn-google.active:hover,
.open>.dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open>.dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open>.dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #3B77DB;
  border-color: #3B77DB
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
  background-image: none
}

.btn-google.disabled,
.btn-google[disabled],
fieldset[disabled] .btn-google,
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus,
.btn-google.disabled:active,
.btn-google[disabled]:active,
fieldset[disabled] .btn-google:active,
.btn-google.disabled.active,
.btn-google[disabled].active,
fieldset[disabled] .btn-google.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-google .badge {
  color: transparent;
  background-color: #4285F4
}

.btn-google:hover,
.btn-google:focus {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5nb29nbGUtYWN0aXZlPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBhdGggZD0iTTIzLjE4MTgxODIsOS44MTgxODE4MiBMMTIsOS44MTgxODE4MiBMMTIsMTQuNDU0NTQ1NSBMMTguNDM2MzYzNiwxNC40NTQ1NDU1IEMxNy44MzYzNjM2LDE3LjQgMTUuMzI3MjcyNywxOS4wOTA5MDkxIDEyLDE5LjA5MDkwOTEgQzguMDcyNzI3MjcsMTkuMDkwOTA5MSA0LjkwOTA5MDkxLDE1LjkyNzI3MjcgNC45MDkwOTA5MSwxMiBDNC45MDkwOTA5MSw4LjA3MjcyNzI3IDguMDcyNzI3MjcsNC45MDkwOTA5MSAxMiw0LjkwOTA5MDkxIEMxMy42OTA5MDkxLDQuOTA5MDkwOTEgMTUuMjE4MTgxOCw1LjUwOTA5MDkxIDE2LjQxODE4MTgsNi40OTA5MDkwOSBMMTkuOTA5MDkwOSwzIEMxNy43ODE4MTgyLDEuMTQ1NDU0NTUgMTUuMDU0NTQ1NSwwIDEyLDAgQzUuMzQ1NDU0NTUsMCAwLDUuMzQ1NDU0NTUgMCwxMiBDMCwxOC42NTQ1NDU1IDUuMzQ1NDU0NTUsMjQgMTIsMjQgQzE4LDI0IDIzLjQ1NDU0NTUsMTkuNjM2MzYzNiAyMy40NTQ1NDU1LDEyIEMyMy40NTQ1NDU1LDExLjI5MDkwOTEgMjMuMzQ1NDU0NSwxMC41MjcyNzI3IDIzLjE4MTgxODIsOS44MTgxODE4MiBaIiBpZD0icGF0aC0xIj48L3BhdGg+ICAgIDwvZGVmcz4gICAgPGcgaWQ9IkxvZy1pbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iZ29vZ2xlLWFjdGl2ZSI+ICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgIDwvbWFzaz4gICAgICAgICAgICA8dXNlIGlkPSJhIiBmaWxsPSIjRkZGRkZGIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==)
}

.btn-facebook,
.btn-google {
  background-position: 11px center;
  background-repeat: no-repeat;
  padding-left: 44px
}

.btn-facebook.btn-lg,
.btn-google.btn-lg {
  background-position: 14px center;
  padding-left: 50px
}

.btn-facebook.btn-block,
.btn-google.btn-block {
  padding-right: 44px
}

.btn-facebook.btn-block.btn-lg,
.btn-google.btn-block.btn-lg {
  padding-right: 50px
}

.btn-image {
  background-color: #6f8691;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff
}

.btn-image:hover,
.btn-image:focus {
  background-color: #6f8691;
  background-color: rgba(24, 33, 56, 0.56)
}

.btn-image:active,
.btn-image:hover:active {
  background: #384347
}

.btn-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.btn-inverse:focus,
.btn-inverse.focus {
  color: #5d7079;
  background-color: #fff;
  border-color: #fff
}

.btn-inverse:hover {
  color: #5d7079;
  background-color: #fff;
  border-color: #fff
}

.btn-inverse:active,
.btn-inverse.active,
.open>.dropdown-toggle.btn-inverse {
  color: #5d7079;
  background-color: #e2e6e8;
  border-color: #e2e6e8
}

.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open>.dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open>.dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open>.dropdown-toggle.btn-inverse.focus {
  color: #5d7079;
  background-color: #e2e6e8;
  border-color: #e2e6e8
}

.btn-inverse:active,
.btn-inverse.active,
.open>.dropdown-toggle.btn-inverse {
  background-image: none
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

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

.btn-link {
  color: #3f75ab;
  text-decoration: underline;
  border-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent
}

.btn-link:hover,
.btn-link:focus {
  color: #00a4df;
  text-decoration: underline
}

.btn-link:active {
  color: #003366
}

.btn-link[disabled],
fieldset[disabled] .btn-link {
  color: #a8aaac;
  text-decoration: none
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #a8aaac
}

.btn-download {
  color: #fff;
  background-color: #000;
  border-color: #bbb;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  position: relative;
  text-align: center;
  border-radius: 8px !important;
  padding: 8px 16px
}

.btn-download:focus,
.btn-download.focus {
  color: #fff;
  background-color: #333;
  border-color: #999
}

.btn-download:hover {
  color: #fff;
  background-color: #333;
  border-color: #999
}

.btn-download:active,
.btn-download.active,
.open>.dropdown-toggle.btn-download {
  color: #fff;
  background-color: #666;
  border-color: #666
}

.btn-download:active:hover,
.btn-download.active:hover,
.open>.dropdown-toggle.btn-download:hover,
.btn-download:active:focus,
.btn-download.active:focus,
.open>.dropdown-toggle.btn-download:focus,
.btn-download:active.focus,
.btn-download.active.focus,
.open>.dropdown-toggle.btn-download.focus {
  color: #fff;
  background-color: #666;
  border-color: #666
}

.btn-download:active,
.btn-download.active,
.open>.dropdown-toggle.btn-download {
  background-image: none
}

.btn-download.disabled,
.btn-download[disabled],
fieldset[disabled] .btn-download,
.btn-download.disabled:hover,
.btn-download[disabled]:hover,
fieldset[disabled] .btn-download:hover,
.btn-download.disabled:focus,
.btn-download[disabled]:focus,
fieldset[disabled] .btn-download:focus,
.btn-download.disabled.focus,
.btn-download[disabled].focus,
fieldset[disabled] .btn-download.focus,
.btn-download.disabled:active,
.btn-download[disabled]:active,
fieldset[disabled] .btn-download:active,
.btn-download.disabled.active,
.btn-download[disabled].active,
fieldset[disabled] .btn-download.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-download .badge {
  color: #000;
  background-color: #fff
}

.btn-download .icon-download {
  position: absolute;
  top: 12px
}

.btn-download .btn-download-inner {
  display: inline-block;
  padding-left: 64px;
  text-align: left
}

.btn-download span {
  display: block;
  color: #fff !important;
  margin-bottom: 0
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 20px 24px 18px;
  font-size: 20px;
  line-height: 32px;
  border-radius: 3px;
  min-height: 72px
}

.btn-lg .dropdown-menu>li>a {
  font-size: 20px;
  line-height: 32px
}

.btn-sm,
.navbar .btn,
.btn-group-sm>.btn {
  padding: 4px 16px 2px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 2px;
  min-height: 32px
}

.btn-sm .dropdown-menu>li>a,
.navbar .btn .dropdown-menu>li>a {
  font-size: 14px;
  line-height: 24px
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 2px 8px 0;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  min-height: 22px
}

.btn-xs .dropdown-menu>li>a {
  font-size: 12px;
  line-height: 18px
}

@media (max-width:767px) {
  .navbar-collapse .btn {
    padding: 12px 24px 10px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    min-height: 48px
  }

  .navbar-collapse .btn .dropdown-menu>li>a {
    font-size: 16px;
    line-height: 24px
  }
}

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

.btn-block+.btn-block {
  margin-top: 8px
}

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

.bootstrap-select .btn-default,
.btn-input {
  font-weight: 500;
  padding-left: 16px;
  padding-right: 16px
}

.bootstrap-select .btn-default:hover,
.btn-input:hover {
  border-color: #829ca9
}

.bootstrap-select .btn-default.active,
.btn-input.active,
.bootstrap-select .btn-default:active,
.btn-input:active,
.bootstrap-select .btn-default.focus,
.btn-input.focus,
.bootstrap-select .btn-default:focus,
.btn-input:focus {
  border-color: #3f75ab;
  outline: 0px none !important
}

.bootstrap-select .btn-default .caret,
.btn-input .caret {
  color: #3f75ab
}

.bootstrap-select .btn-default[disabled],
.btn-input[disabled] {
  background-color: #f2f5f7;
  color: #d3d5d8
}

.bootstrap-select .btn-default[disabled] .caret,
.btn-input[disabled] .caret {
  color: #d3d5d8
}

.bootstrap-select .btn-default[disabled]:hover,
.btn-input[disabled]:hover,
.bootstrap-select .btn-default[disabled]:focus,
.btn-input[disabled]:focus {
  background-color: #f2f5f7;
  color: #d3d5d8
}

.bootstrap-select .btn-default .form-control-placeholder,
.btn-input .form-control-placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%
}

.bootstrap-select .btn-default.btn-sm,
.btn-input.btn-sm {
  padding-left: 12px;
  padding-right: 12px
}

.bootstrap-select .btn-default.btn-lg,
.btn-input.btn-lg {
  font-size: 22px
}

.bootstrap-select .btn-default.btn-lg.btn-addon,
.btn-input.btn-lg.btn-addon,
.bootstrap-select .btn-default.btn-lg.btn-input-inverse,
.btn-input.btn-lg.btn-input-inverse {
  font-weight: 600
}

.btn-input-inverse,
.btn-addon {
  color: #FFF;
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.btn-input-inverse:focus,
.btn-addon:focus,
.btn-input-inverse.focus,
.btn-addon.focus {
  color: #FFF;
  background-color: #253655;
  border-color: #253655
}

.btn-input-inverse:hover,
.btn-addon:hover {
  color: #FFF;
  background-color: #253655;
  border-color: #253655
}

.btn-input-inverse:active,
.btn-addon:active,
.btn-input-inverse.active,
.btn-addon.active,
.open>.dropdown-toggle.btn-input-inverse,
.open>.dropdown-toggle.btn-addon {
  color: #FFF;
  background-color: #253655;
  border-color: #253655
}

.btn-input-inverse:active:hover,
.btn-addon:active:hover,
.btn-input-inverse.active:hover,
.btn-addon.active:hover,
.open>.dropdown-toggle.btn-input-inverse:hover,
.open>.dropdown-toggle.btn-addon:hover,
.btn-input-inverse:active:focus,
.btn-addon:active:focus,
.btn-input-inverse.active:focus,
.btn-addon.active:focus,
.open>.dropdown-toggle.btn-input-inverse:focus,
.open>.dropdown-toggle.btn-addon:focus,
.btn-input-inverse:active.focus,
.btn-addon:active.focus,
.btn-input-inverse.active.focus,
.btn-addon.active.focus,
.open>.dropdown-toggle.btn-input-inverse.focus,
.open>.dropdown-toggle.btn-addon.focus {
  color: #FFF;
  background-color: #253655;
  border-color: #253655
}

.btn-input-inverse:active,
.btn-addon:active,
.btn-input-inverse.active,
.btn-addon.active,
.open>.dropdown-toggle.btn-input-inverse,
.open>.dropdown-toggle.btn-addon {
  background-image: none
}

.btn-input-inverse.disabled,
.btn-addon.disabled,
.btn-input-inverse[disabled],
.btn-addon[disabled],
fieldset[disabled] .btn-input-inverse,
fieldset[disabled] .btn-addon,
.btn-input-inverse.disabled:hover,
.btn-addon.disabled:hover,
.btn-input-inverse[disabled]:hover,
.btn-addon[disabled]:hover,
fieldset[disabled] .btn-input-inverse:hover,
fieldset[disabled] .btn-addon:hover,
.btn-input-inverse.disabled:focus,
.btn-addon.disabled:focus,
.btn-input-inverse[disabled]:focus,
.btn-addon[disabled]:focus,
fieldset[disabled] .btn-input-inverse:focus,
fieldset[disabled] .btn-addon:focus,
.btn-input-inverse.disabled.focus,
.btn-addon.disabled.focus,
.btn-input-inverse[disabled].focus,
.btn-addon[disabled].focus,
fieldset[disabled] .btn-input-inverse.focus,
fieldset[disabled] .btn-addon.focus,
.btn-input-inverse.disabled:active,
.btn-addon.disabled:active,
.btn-input-inverse[disabled]:active,
.btn-addon[disabled]:active,
fieldset[disabled] .btn-input-inverse:active,
fieldset[disabled] .btn-addon:active,
.btn-input-inverse.disabled.active,
.btn-addon.disabled.active,
.btn-input-inverse[disabled].active,
.btn-addon[disabled].active,
fieldset[disabled] .btn-input-inverse.active,
fieldset[disabled] .btn-addon.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.btn-input-inverse .badge,
.btn-addon .badge {
  color: #fff;
  background-color: #FFF
}

.btn-input-inverse:focus,
.btn-addon:focus {
  outline: thin dotted rgba(255, 255, 255, 0.7)
}

.form-group-sm .bootstrap-select .btn-default {
  padding: 4px 12px
}

.form-group-lg .bootstrap-select .btn-default {
  padding: 12px 16px
}

.bootstrap-select.open>.dropdown-toggle.btn-default {
  border-color: #3f75ab;
  background-color: #fff;
  color: #fff
}

.btn-loader {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-bottom: -8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPlNwaW5uZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjkuMjA1NjQzNzklIiB4Mj0iMTAwJSIgeTI9IjIwLjc0NzEwMDclIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+ICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0E4QUFBQyIgb2Zmc2V0PSIwJSI+PC9zdG9wPiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNBOEFBQUMiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+ICAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICA8L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPiAgICAgICAgPGcgaWQ9IlNwaW5uZXIiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMSkiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMiwyNCBDNS4zNzI1ODMsMjQgMCwxOC42Mjc0MTcgMCwxMiBDMCw1LjM3MjU4MyA1LjM3MjU4MywwIDEyLDAgTDEyLDIgQzYuNDc3MTUyNSwyIDIsNi40NzcxNTI1IDIsMTIgQzIsMTcuNTIyODQ3NSA2LjQ3NzE1MjUsMjIgMTIsMjIgQzE3LjUyMjg0NzUsMjIgMjIsMTcuNTIyODQ3NSAyMiwxMiBMMjQsMTIgQzI0LDE4LjYyNzQxNyAxOC42Mjc0MTcsMjQgMTIsMjQgWiIgaWQ9InNwaW4iIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  -webkit-animation: rotating .4s linear infinite;
  -moz-animation: rotating .4s linear infinite;
  -ms-animation: rotating .4s linear infinite;
  -o-animation: rotating .4s linear infinite;
  animation: rotating .4s linear infinite
}

.btn-lg .btn-loader {
  margin-top: 2px
}

.btn-sm .btn-loader {
  background-size: 16px 16px
}

@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.column-layout {
  width: 100%
}

.column-layout-left,
.column-layout-right {
  position: fixed;
  width: 264px;
  vertical-align: top;
  height: 100%;
  z-index: 3;
  transition: transform ease .5s;
  top: 0
}

.column-layout-left {
  transform: translateX(-264px)
}

.column-layout-right {
  right: 0;
  transform: translateX(264px)
}

.column-layout-left.open,
.column-layout-right.open {
  transform: translateX(0)
}

.column-layout-main {
  width: 100%
}

.column-layout-top {
  position: fixed;
  top: 0;
  width: 264px;
  max-height: 100vh;
  overflow-y: auto;
  backface-visibility: hidden
}

.column-layout-bottom {
  position: fixed;
  bottom: 0;
  width: 264px;
  padding: 24px
}

@media (min-width:992px) {
  .column-layout {
    display: table
  }

  .column-layout-left,
  .column-layout-right {
    position: relative;
    display: table-cell;
    transform: none
  }

  .column-layout-main {
    display: table-cell;
    vertical-align: top;
    width: auto
  }
}

.column-layout-cover.in {
  width: 100%;
  height: 100%;
  opacity: .9
}

.column-layout-cover .close {
  position: absolute;
  left: 284px;
  top: -1000px;
  opacity: 0;
  transition: opacity .35s ease;
  transition-delay: .35s;
  text-decoration: none
}

.column-layout-cover.in .close {
  opacity: 1;
  top: 20px
}

@media (min-width:992px) {
  .column-layout-cover {
    display: none
  }
}

@media (max-width:991px) {
  .column-layout-open {
    overflow: hidden
  }

  .column-layout-cover {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity .35s ease;
    background-color: #253655;
    cursor: pointer;
    z-index: 1055
  }

  .column-layout-left,
  .column-layout-right {
    z-index: 1060
  }
}

.column-layout-left,
.column-layout-right {
  max-height: 100vh;
  overflow-y: auto
}

.column-layout-main .container {
  max-width: 1176px;
  margin-left: 0
}

.column-layout-brand {
  padding: 4px 24px
}

@media (min-width:992px) {
  .column-layout-brand {
    padding-left: 32px;
    padding-right: 32px
  }
}

body>.column-layout {
  min-height: 100vh;
  height: 100vh
}

.column-layout-left .column-layout-top {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjY0cHgiIGhlaWdodD0iNTUzcHgiIHZpZXdCb3g9IjAgMCAyNjQgNTUzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPkdyb3VwIDEwPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBoYXNlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNDAwMDAwMDA2Ij4gICAgICAgIDxnIGlkPSJBY3Rpdml0eS1Db3B5LTIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgLTQ3MS4wMDAwMDApIiBmaWxsPSIjMkU0MzY5Ij4gICAgICAgICAgICA8ZyBpZD0iTGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MS4wMDAwMDAsIDAuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41NzIyNjIsIDQ2OC4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTIiIHBvaW50cz0iMjk1Ljg1NjY3OCAzMDQuNzEwNDIgMjcyLjQ3MTU3NSAzNTguNjQ3OTIgNDEzLjUzOTAzNiAzNTguNjQ3OTIgNDEzLjUzOTAzNiAzMDQuNzEwNDIiPjwvcG9seWdvbj4gICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTUiIHBvaW50cz0iMjQ5LjA4NjI5NyA0MTQuNzU0OTIzIDIyNS43MDExOTUgNDY4LjY5MjQyMyA0MTMuNTM4ODYxIDQ2OC42OTI0MjMgNDEzLjUzODg2MSA0MTQuNzU0OTIzIj48L3BvbHlnb24+ICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC03IiBwb2ludHM9IjIwMi4zMjYyNTMgNTI0Ljc3NTEwNSAxNzguOTQxMTUxIDU3OC43MTI2MDUgNDEzLjU0MDI2MiA1NzguNzEyNjA1IDQxMy41NDAyNjIgNTI0Ljc3NTEwNSI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjEyMC40Mjc3MzgiIGN5PSIxMjAiIHI9IjEyMCI+PC9jaXJjbGU+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-size: 264px auto;
  height: 100vh
}

@media (min-height:596px) {
  .column-layout-left .column-layout-top {
    background-position: left bottom
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

[data-toggle=collapse] {
  text-decoration: none
}

[data-toggle=collapse]:hover,
[data-toggle=collapse]:focus {
  text-decoration: none
}

[data-toggle=collapse] .caret {
  transition: transform .15s linear;
  margin-top: -3px
}

[data-toggle=collapse][aria-expanded=false] .caret,
[data-toggle=collapse].collapsed .caret {
  transform: rotate(-90deg)
}

.caret {
  vertical-align: middle;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1px;
  text-align: center;
  width: 16px;
  transition: transform .15s linear
}

.caret:before {
  content: '\e114'
}

.dropup,
.dropdown {
  position: relative
}

.dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 8px;
  margin: 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 0 solid #e2e6e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
  box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
  background-clip: padding-box;
  min-width: 104px
}

@media (min-width:576px) {
  .dropdown-menu {
    min-width: 160px
  }
}

.dropdown-menu .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #f2f5f7
}

.dropdown-menu .text-primary {
  color: #fff !important
}

.dropdown-menu>li>a {
  display: block;
  padding: 13px 16px 11px;
  clear: both;
  font-weight: normal;
  border-radius: 3px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap
}

.dropdown-menu>li>a .glyphicon {
  top: 2px
}

.dropdown-menu>li>a .secondary {
  display: block;
  white-space: normal
}

.dropdown-menu>li:first-child>a {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px
}

.dropdown-menu>li:last-child>a {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

.dropdown-menu>.overlay-back-button,
.dropdown-menu>.overlay-title {
  display: none
}

.dropdown-menu,
.btn-group .dropdown-menu {
  max-width: calc(100vw - 32px)
}

.dropdown-menu.dropdown-menu-sm,
.btn-group .dropdown-menu.dropdown-menu-sm {
  width: 220px
}

.dropdown-menu.dropdown-menu-md,
.btn-group .dropdown-menu.dropdown-menu-md {
  width: 300px
}

.dropdown-menu.dropdown-menu-lg,
.btn-group .dropdown-menu.dropdown-menu-lg {
  width: 420px
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f2f5f7;
  outline: 0
}

.dropdown-menu>li>a:active {
  color: #fff;
  background-color: #fff
}

.dropdown-menu>.active>a,
.dropdown-menu>.selected>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.selected>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.selected>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #fff
}

.dropdown-menu>.active>a strong,
.dropdown-menu>.selected>a strong {
  color: inherit
}

.dropdown-menu>.active>a .small,
.dropdown-menu>.selected>a .small,
.dropdown-menu>.active>a .secondary,
.dropdown-menu>.selected>a .secondary {
  color: #a8aaac
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a .small,
.dropdown-menu>.disabled>a .secondary {
  color: #a8aaac
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.dropdown-menu>.disabled>a .circle img,
.dropdown-menu>.disabled>a .currency-flag {
  opacity: .5
}

.dropdown-menu>.disabled>a .circle,
.dropdown-menu>.disabled>a .icon {
  color: #a8aaac
}

.open>.dropdown-menu {
  display: block;
  animation: showDropdown .2s cubic-bezier(.6, .2, .1, 1) both
}

@media (max-width:576px) {
  .open>.dropdown-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: none;
    overflow-y: auto;
    animation: listSlideOver .15s ease-out forwards
  }

  .open>.dropdown-menu-overlay>.overlay-back-button,
  .open>.dropdown-menu-overlay>.overlay-title {
    display: block
  }
}

.open>a {
  outline: 0
}

@keyframes showDropdown {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(.95, .95)
  }

  to {
    opacity: 1;
    transform: none
  }
}

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

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

@media (min-width:576px) {
  .dropdown-menu-sm-right {
    left: auto;
    right: 0
  }

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

@media (min-width:768px) {
  .dropdown-menu-md-right {
    left: auto;
    right: 0
  }

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

@media (min-width:992px) {
  .dropdown-menu-lg-right {
    left: auto;
    right: 0
  }

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

@media (min-width:1200px) {
  .dropdown-menu-xl-right {
    left: auto;
    right: 0
  }

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

.dropdown-header {
  display: block;
  padding: 8px 16px 8px;
  font-size: 14px;
  line-height: 24px;
  color: #5d7079;
  white-space: nowrap
}

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

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

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0
  }

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

.bootstrap-select .dropdown-menu {
  margin: -8px 0 -6px 0
}

.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+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table
}

.btn-toolbar:after {
  clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table
}

.btn-toolbar:after {
  clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  width: 100%;
  margin-bottom: 16px
}

.btn-toolbar .btn-group .btn,
.btn-toolbar .input-group .btn {
  width: auto;
  margin: 0 0 0 -1px
}

@media (min-width:992px) {
  .btn-toolbar {
    margin-left: -4px;
    margin-right: -4px
  }

  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    width: auto;
    margin-bottom: 0;
    float: left;
    margin-left: 4px;
    margin-right: 4px
  }
}

.btn-toolbar.btn-toolbar-xs {
  margin-left: -4px;
  margin-right: -4px
}

.btn-toolbar.btn-toolbar-xs .btn,
.btn-toolbar.btn-toolbar-xs .btn-group,
.btn-toolbar.btn-toolbar-xs .input-group {
  width: auto;
  margin-bottom: 0;
  float: left;
  margin-left: 4px;
  margin-right: 4px
}

@media (min-width:576px) {
  .btn-toolbar.btn-toolbar-sm {
    margin-left: -4px;
    margin-right: -4px
  }

  .btn-toolbar.btn-toolbar-sm .btn,
  .btn-toolbar.btn-toolbar-sm .btn-group,
  .btn-toolbar.btn-toolbar-sm .input-group {
    width: auto;
    margin-bottom: 0;
    float: left;
    margin-left: 4px;
    margin-right: 4px
  }
}

@media (min-width:768px) {
  .btn-toolbar.btn-toolbar-md {
    margin-left: -4px;
    margin-right: -4px
  }

  .btn-toolbar.btn-toolbar-md .btn,
  .btn-toolbar.btn-toolbar-md .btn-group,
  .btn-toolbar.btn-toolbar-md .input-group {
    width: auto;
    margin-bottom: 0;
    float: left;
    margin-left: 4px;
    margin-right: 4px
  }
}

@media (min-width:992px) {
  .btn-toolbar.btn-toolbar-lg {
    margin-left: -4px;
    margin-right: -4px
  }

  .btn-toolbar.btn-toolbar-lg .btn,
  .btn-toolbar.btn-toolbar-lg .btn-group,
  .btn-toolbar.btn-toolbar-lg .input-group {
    width: auto;
    margin-bottom: 0;
    float: left;
    margin-left: 4px;
    margin-right: 4px
  }
}

@media (min-width:1200px) {
  .btn-toolbar.btn-toolbar-xl {
    margin-left: -4px;
    margin-right: -4px
  }

  .btn-toolbar.btn-toolbar-xl .btn,
  .btn-toolbar.btn-toolbar-xl .btn-group,
  .btn-toolbar.btn-toolbar-xl .input-group {
    width: auto;
    margin-bottom: 0;
    float: left;
    margin-left: 4px;
    margin-right: 4px
  }
}

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

.btn-group>.btn:first-child {
  margin-left: 0
}

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

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

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

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

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

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

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

.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.btn-sm .caret,
.input-group-sm .btn .caret {
  top: 8px !important
}

.btn-lg .caret,
.input-group-lg .btn .caret {
  top: 27px !important
}

.dropup .btn-lg .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>.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-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  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-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-group .btn+.btn-success {
  border-left: 1px solid #28B862
}

.btn-group .btn+.btn-primary {
  border-left: 1px solid #00a4df
}

.btn-group.btn-block {
  display: inline-flex
}

.btn-group.btn-block:before,
.btn-group.btn-block:after {
  content: " ";
  display: table
}

.btn-group.btn-block:after {
  clear: both
}

.btn-group.btn-block:before,
.btn-group.btn-block:after {
  content: " ";
  display: table
}

.btn-group.btn-block:after {
  clear: both
}

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

.btn-group.btn-block .btn-input.btn {
  text-align: left
}

.btn-group.btn-block .btn-input.btn .caret {
  position: absolute;
  right: 16px;
  top: 16px
}

.btn-group.btn-block .btn-input.btn.btn-sm .caret {
  right: 8px
}

.btn-group.btn-block .btn+.dropdown-toggle {
  flex: 0
}

.btn-group.btn-block .btn+.dropdown-toggle .caret {
  position: relative;
  top: 0;
  right: 0
}

.btn-group.btn-block .btn-input.btn.dropdown-toggle {
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (min-width:576px) {
  .btn-group.btn-block .btn-input.btn.dropdown-toggle {
    padding-right: 48px
  }
}

.btn-group.btn-block .btn-input.btn.btn-sm.dropdown-toggle {
  padding-right: 33px
}

.btn-block .dropdown-menu {
  width: 100%
}

.btn-block .dropdown-menu>li>a {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis
}

.btn-group .dropdown-menu {
  max-height: 90vh;
  overflow: auto
}

.btn-group .btn-input+.dropdown-menu>li>a {
  white-space: normal
}

@media (min-height:592px) {
  .btn-group .dropdown-menu {
    max-height: 592px
  }
}

.btn-group .small {
  color: #5d7079;
  line-height: 23px
}

.btn-group .small.text-ellipsis {
  line-height: 24px
}

.btn-group .secondary {
  font-size: 14px;
  color: #5d7079;
  line-height: 24px
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-color: #d3d5d8
}

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

.input-group .form-control:not(:last-child) {
  border-right: 0
}

:hover.input-group .form-control {
  border-color: #829ca9
}

.input-group .form-control:focus {
  border-color: #3f75ab
}

.input-group .input-group-addon+.form-control {
  padding-left: 0
}

.input-group .form-control+.input-group-addon {
  padding-left: 0
}

.input-group:hover .input-group-addon,
.input-group:hover .form-control,
.input-group:hover .btn-input,
.input-group:hover .bootstrap-select .btn-default {
  border-color: #829ca9
}

.focus .input-group .input-group-addon,
.focus .input-group .form-control,
.focus .input-group .btn-input,
.focus .input-group .bootstrap-select .btn-default {
  border-color: #3f75ab
}

.input-group.disabled .input-group-addon {
  background-color: #f2f5f7;
  border-color: #e2e6e8
}

.input-group.disabled:hover .input-group-addon {
  border-color: #829ca9
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn .btn {
  height: 72px;
  padding: 13px 16px 11px;
  font-size: 22px;
  line-height: 32px;
  border-radius: 3px;
  font-size: 20px;
  margin-bottom: 0
}

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

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

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon {
  height: 32px;
  padding: 5px 12px 3px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px
}

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

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

.input-group-sm>.form-control .icon,
.input-group-sm>.input-group-addon .icon {
  font-size: 20px
}

.input-group-sm>.input-group-btn>.btn {
  height: 32px;
  padding: 4px 16px 2px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 2px;
  min-height: 32px
}

.input-group-sm>.input-group-btn>.btn .dropdown-menu>li>a {
  font-size: 14px;
  line-height: 24px
}

.input-group-sm>.input-group-btn>.btn .btn-loader {
  background-size: 16px 16px
}

.input-group-sm>.input-group-addon {
  line-height: 22px
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell
}

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

.input-group-addon {
  padding: 12px 16px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #a8aaac;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d3d5d8
}

.input-group-addon.input-sm {
  padding: 3px 12px !important
}

.input-group-addon.input-lg {
  padding: 12px 16px 10px !important
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0
}

.input-group-addon .icon {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-left: -4px;
  margin-right: -5px
}

.input-group-addon a {
  text-decoration: none
}

.input-group-addon:empty {
  padding: 0 !important;
  width: 3px
}

.form-group-lg .input-lg,
.form-group-lg .input-group {
  margin-bottom: 0
}

.input-group .input-group-addon,
.input-group .form-control {
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0
}

.input-group .input-group-btn:first-child,
.input-group .input-group-addon:first-child,
.input-group .form-control:first-child {
  border-left-width: 1px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.input-group .input-group-btn:last-child,
.input-group .input-group-addon:last-child,
.input-group .form-control:last-child {
  border-right-width: 1px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.input-group>:first-child .btn,
.input-group>:first-child .btn-group {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group>:last-child .btn,
.input-group>:last-child .btn-group {
  border-bottom-left-radius: 0;
  border-top-left-radius: 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
}

.focus .input-group .form-control,
.has-focus .input-group .form-control,
.input-group:focus-within .form-control,
.focus .input-group .input-group-addon,
.has-focus .input-group .input-group-addon,
.input-group:focus-within .input-group-addon {
  border-color: #3f75ab
}

:hover.focus .input-group .form-control,
:hover.has-focus .input-group .form-control,
:hover.input-group:focus-within .form-control,
:hover.focus .input-group .input-group-addon,
:hover.has-focus .input-group .input-group-addon,
:hover.input-group:focus-within .input-group-addon {
  border-color: #3f75ab
}

.has-error .input-group .form-control,
.has-error .input-group .input-group-addon {
  border-color: #C22E2E
}

:hover.has-error .input-group .form-control,
:hover.has-error .input-group .input-group-addon {
  border-color: #C22E2E
}

.dropdown-menu .input-group-addon {
  border: 0;
  color: #a8aaac
}

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

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  outline-offset: -1px;
  padding: 9px 24px 7px;
  font-weight: 500;
  font-size: 16px;
  color: #37517e
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  color: #3f75ab
}

.nav>li>a:active {
  color: #00a4df
}

.nav>.active>a {
  font-weight: 600;
  color: #3f75ab
}

.nav>.active>a:hover,
.nav>.active>a:focus {
  color: #00a4df
}

.nav>.active>a:active {
  color: #003366
}

.nav>.disabled>a {
  color: #a8aaac
}

.nav>.disabled>a:hover,
.nav>.disabled>a:focus,
.nav>.disabled>a:active {
  color: #a8aaac;
  text-decoration: none;
  background-color: transparent;
  cursor: default
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #f2f5f7
}

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

.nav>li>a>img {
  max-width: none
}

.nav-inverse>li>a {
  color: #dbf0fd
}

.nav-inverse>li>a:hover,
.nav-inverse>li>a:focus {
  color: #3f75ab
}

.nav-inverse>li>a:active {
  color: #00a4df
}

.nav-inverse>li.active>a {
  background-color: #fff
}

.nav-tabs {
  border-bottom: 1px solid #d3d5d8
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 24px;
  border-bottom: 3px solid transparent;
  font-size: 16px
}

.nav-tabs>.active>a {
  border-bottom: 3px solid #3f75ab
}

.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
  color: #3f75ab;
  cursor: default
}

.nav-pills>li {
  float: left;
  font-size: 14px
}

.nav-pills>li>a {
  font-size: 14px
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li>a {
  border-left: 3px solid transparent;
  padding-left: 21px;
  padding-right: 24px;
  transition: color .2s ease-in-out
}

.nav-stacked>li>a .glyphicon {
  top: 2px;
  margin-right: 16px
}

.nav-stacked>li>a:active {
  transition: none
}

@media (min-width:992px) {
  .nav-stacked>li>a {
    padding-right: 32px;
    padding-left: 29px !important
  }
}

.nav-stacked>li+li {
  margin-left: 0
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover,
.nav-stacked>li.active>a:focus {
  border-left: 3px solid #3f75ab;
  padding-left: 21px
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none;
  display: table-cell;
  vertical-align: top;
  width: 1%;
  text-align: center
}

.nav-justified>li>a {
  text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

.nav-justified.nav-pills>li>a {
  padding: 0 4px;
  line-height: 20px
}

@media (min-width:768px) {
  .nav-justified-2-p-x {
    padding-right: 25%;
    padding-left: 25%
  }

  .nav-justified-3-p-x {
    padding-right: 16.66666667%;
    padding-left: 16.66666667%
  }

  .nav-justified-4-p-x {
    padding-right: 12.5%;
    padding-left: 12.5%
  }

  .nav-justified-5-p-x {
    padding-right: 10%;
    padding-left: 10%
  }

  .nav-justified-6-p-x {
    padding-right: 8.33333333%;
    padding-left: 8.33333333%
  }

  .nav-justified-7-p-x {
    padding-right: 7.14285714%;
    padding-left: 7.14285714%
  }

  .nav-justified-8-p-x {
    padding-right: 6.25%;
    padding-left: 6.25%
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li {
  float: none;
  display: table-cell;
  width: 1%;
  text-align: center;
  vertical-align: top
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-bottom: 1px solid #d3d5d8;
  border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #d3d5d8;
  border-bottom: 0
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  position: relative;
  font-size: 14px;
  min-height: 56px;
  margin-bottom: 40px;
  border: 0 solid transparent;
  transition: border-top-width 0s linear, background-color .2s linear
}

@media (min-width:768px) {
  .navbar {
    border-radius: 0
  }

  .navbar .container,
  .navbar .container-fluid {
    border: 0 solid transparent
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    padding-bottom: 0
  }

  .navbar.affix .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:768px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  margin-bottom: 0
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }

  .navbar-static-top .container,
  .navbar-static-top .container-fluid {
    border-width: 0;
    margin-bottom: -1px
  }
}

.navbar.affix,
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  backface-visibility: hidden;
  background-color: #37517e
}

.navbar.affix .navbar-nav>li>a,
.navbar-fixed-top .navbar-nav>li>a,
.navbar-fixed-bottom .navbar-nav>li>a,
.navbar.affix .navbar-nav>li .navbar-title,
.navbar-fixed-top .navbar-nav>li .navbar-title,
.navbar-fixed-bottom .navbar-nav>li .navbar-title,
.navbar.affix .navbar-nav>li .navbar-text,
.navbar-fixed-top .navbar-nav>li .navbar-text,
.navbar-fixed-bottom .navbar-nav>li .navbar-text {
  color: #FFF
}

@media (max-width:768px) {

  .navbar.affix .navbar-nav>li>a,
  .navbar-fixed-top .navbar-nav>li>a,
  .navbar-fixed-bottom .navbar-nav>li>a,
  .navbar.affix .navbar-nav>li .navbar-title,
  .navbar-fixed-top .navbar-nav>li .navbar-title,
  .navbar-fixed-bottom .navbar-nav>li .navbar-title,
  .navbar.affix .navbar-nav>li .navbar-text,
  .navbar-fixed-top .navbar-nav>li .navbar-text,
  .navbar-fixed-bottom .navbar-nav>li .navbar-text {
    color: #37517e
  }
}

.navbar.affix .navbar-nav>li.active>a,
.navbar-fixed-top .navbar-nav>li.active>a,
.navbar-fixed-bottom .navbar-nav>li.active>a {
  color: #00a4df
}

@media (min-width:768px) {

  .navbar.affix,
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0
  }
}

.navbar.affix {
  top: -56px;
  border-top-width: 56px;
  transition: border-top-width .2s ease-out, background-color .2s ease-out
}

.navbar-fixed-top {
  top: 0
}

.navbar-fixed-top .container,
.navbar-fixed-top .container-fluid {
  margin-bottom: -1px
}

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

.navbar-fixed-bottom .container,
.navbar-fixed-bottom .container-fluid {
  margin-top: -1px
}

.navbar-brand {
  float: left;
  padding: 8px 16px 5px;
  font-size: 18px;
  line-height: 40px;
  margin-top: 12px;
  margin-right: 10px;
  height: 24px;
  width: 118px
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 0;
  margin-top: 12px;
  margin-bottom: 10px;
  background-color: transparent;
  background-image: none;
  border: 0;
  margin-right: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
  color: #fff
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar:first-child {
  margin-top: 1px
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #3f75ab
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  color: #00a4df
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #00a4df
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav>li>a,
.navbar-nav>li>button {
  padding: 9px 16px 7px;
  line-height: 40px;
  outline-offset: -1px;
  transition: color ease .15s
}

@media (min-width:768px) and (max-width:991px) {

  .navbar-nav>li>a,
  .navbar-nav>li>button {
    padding-left: 12px;
    padding-right: 12px
  }
}

.navbar-nav>li>a.dropdown-toggle,
.navbar-nav>li>button.dropdown-toggle {
  height: 56px;
  border: 0;
  background: none;
  line-height: 40px;
  width: 100%;
  text-align: left;
  color: #37517e
}

.navbar-nav>li>a.dropdown-toggle:active,
.navbar-nav>li>button.dropdown-toggle:active,
.navbar-nav>li>a.dropdown-toggle:focus,
.navbar-nav>li>button.dropdown-toggle:focus {
  border-bottom-color: transparent;
  outline: 0;
  color: #3f75ab
}

@media (min-width:768px) {

  .navbar-inverse .navbar-nav>li>a.dropdown-toggle,
  .navbar-inverse .navbar-nav>li>button.dropdown-toggle {
    color: #fff
  }

  .navbar-nav>li>a.dropdown-toggle:hover,
  .navbar-nav>li>button.dropdown-toggle:hover {
    border-bottom-color: transparent;
    outline: 0;
    color: #3f75ab
  }
}

.navbar-nav>li>a.dropdown-toggle .caret,
.navbar-nav>li>button.dropdown-toggle .caret {
  margin-left: 4px
}

@media (min-width:768px) {

  .navbar-nav>li>a.navbar-title-link,
  .navbar-nav>li>button.navbar-title-link {
    font-size: 22px
  }
}

.navbar-nav>li.divider {
  display: none
}

@media (max-width:767px) {

  .navbar-nav>li>a,
  .navbar-nav>li>button {
    font-size: 16px;
    padding: 9px 16px 7px;
    -webkit-touch-callout: none
  }

  .navbar-nav .navbar-collapse-flatten .dropdown-toggle {
    display: none
  }

  .navbar-nav .navbar-collapse-flatten .dropdown-menu {
    position: static;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    display: block;
    float: none;
    width: 100%;
    box-shadow: none;
    padding: 12px 0
  }

  .navbar-nav .navbar-collapse-flatten .dropdown-menu>li>a {
    padding: 9px 16px 7px
  }

  .navbar-nav>li.divider {
    display: block;
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #f2f5f7
  }

  .navbar-nav>li>a {
    color: #37517e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .navbar-nav>li>a:hover,
  .navbar-nav>li>a:focus {
    color: #3f75ab
  }

  .navbar-nav>li>a:active {
    color: #00a4df
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-bottom: 6px;
    font-size: 14px
  }
}

.navbar-form {
  padding: 8px 16px
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 4px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 12px;
    margin-bottom: 12px
  }
}

@media (min-width:768px) and (min-width:576px) {
  .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: calc(-2px)
  }

  .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:768px) {
  .navbar-form {
    border-bottom: 1px solid #f2f5f7
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 56px
}

.navbar-nav>li>.dropdown-menu:before {
  content: " ";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  left: 16px;
  top: -4px;
  transform: rotate(45deg);
  background-color: inherit
}

.navbar-nav>li>.dropdown-menu>li>a {
  font-size: 14px
}

@media (max-width:768px) {
  .navbar-nav>li>.dropdown-menu>li>a {
    position: relative;
    -webkit-touch-callout: none
  }

  .navbar-nav>li>.dropdown-menu>li>a .badge {
    position: absolute;
    top: 16px;
    right: 0;
    padding: 5px;
    text-indent: 264px;
    width: 8px;
    min-width: 8px;
    height: 8px
  }
}

.navbar-nav>li>.dropdown-menu>.active>a {
  color: #00a4df;
  background-color: transparent;
  font-weight: bold
}

.navbar-nav>li>.dropdown-menu>.active>a:hover,
.navbar-nav>li>.dropdown-menu>.active>a:focus {
  background-color: #f2f5f7
}

@media (max-width:576px) {
  .navbar-nav>li>.dropdown-menu-overlay {
    margin-top: 0
  }
}

.navbar-nav>li.dropdown:active>a,
.navbar-nav>li.dropdown:focus>a,
.navbar-nav>li.dropdown:focus-within>a,
.navbar-nav>li.dropdown.focus-within>a,
.navbar-nav>li.dropdown:active>button,
.navbar-nav>li.dropdown:focus>button,
.navbar-nav>li.dropdown:focus-within>button,
.navbar-nav>li.dropdown.focus-within>button {
  color: #3f75ab
}

.navbar-nav>li.dropdown:active .dropdown-menu,
.navbar-nav>li.dropdown:focus .dropdown-menu,
.navbar-nav>li.dropdown:focus-within .dropdown-menu,
.navbar-nav>li.dropdown.focus-within .dropdown-menu {
  display: block;
  animation: showDropdown .2s cubic-bezier(.6, .2, .1, 1) both
}

@media (min-width:768px) {
  .navbar-nav>li.dropdown:hover .dropdown-menu {
    display: block;
    animation: showDropdown .2s cubic-bezier(.6, .2, .1, 1) both
  }
}

.navbar-right li>.dropdown-menu::before,
.pull-xs-right li>.dropdown-menu::before {
  right: calc((8px * 2) + (8px / 2));
  left: auto
}

@media (min-width:768px) and (max-width:991px) {

  .navbar-right li>.dropdown-menu::before,
  .pull-xs-right li>.dropdown-menu::before {
    right: 16px
  }
}

.navbar-right.dropdown-menu-center::before,
.pull-xs-right.dropdown-menu-center::before {
  right: auto;
  left: 50%;
  margin-left: -4px
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0
}

.navbar-btn {
  margin-top: 13px;
  margin-bottom: 11px;
  font-weight: 600
}

.navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 11px
}

.navbar-btn.btn-xs {
  margin-top: 18px;
  margin-bottom: 16px
}

@media (max-width:767px) {
  .navbar-btn {
    display: block
  }
}

.navbar-text {
  margin-top: 17px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 16px;
    margin-right: 16px
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important
  }

  .navbar-right li>.dropdown-menu::before {
    right: calc((8px * 2) + (8px / 2));
    left: auto
  }

  .navbar-right.dropdown-menu-center::before {
    right: auto;
    left: 50%;
    margin-left: -4px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

@media (min-width:768px) and (min-width:768px) and (max-width:991px) {
  .navbar-right li>.dropdown-menu::before {
    right: 16px
  }
}

.navbar-default {
  background-color: transparent
}

.navbar-default .container,
.navbar-default .container-fluid {
  border-color: #4a5860
}

.navbar-default .navbar-brand {
  color: #FFF
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #fff
}

.navbar-default .navbar-nav>li>a {
  color: #37517e
}

@media (min-width:768px) {
  .navbar-default .navbar-nav>li>a {
    border-bottom: 3px solid transparent
  }
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #3f75ab;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>.dropdown-toggle {
  font-weight: bold
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>.dropdown-toggle,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>.dropdown-toggle:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>.dropdown-toggle:focus {
  color: #3f75ab;
  background-color: transparent;
  border-color: transparent
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #d3d5d8;
  background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:focus-within {
  background-color: transparent;
  color: #3f75ab
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #37517e
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus-within {
    color: #3f75ab;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
    font-weight: bold
  }

  .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: #3f75ab;
    background-color: transparent
  }

  .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: #d3d5d8;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #3f75ab
}

.navbar-default .navbar-link:hover {
  color: #00a4df
}

.navbar-default .btn-link {
  color: #37517e
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #3f75ab
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #d3d5d8
}

.navbar-inverse {
  background-color: transparent
}

.navbar-inverse .container,
.navbar-inverse .container-fluid {
  border-color: #4a5860
}

.navbar-inverse .navbar-brand {
  color: #37517e
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #FFF
}

.navbar-inverse .navbar-nav>li>a {
  color: #FFF
}

@media (min-width:768px) {
  .navbar-inverse .navbar-nav>li>a {
    border-bottom: 3px solid transparent
  }
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #3f75ab;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>.dropdown-toggle {
  font-weight: bold;
  color: #00a4df
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>.dropdown-toggle,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>.dropdown-toggle:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>.dropdown-toggle:focus {
  color: #3f75ab;
  background-color: transparent;
  border-color: transparent
}

.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 .dropdown:focus-within>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav .dropdown:focus-within>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav .dropdown:focus-within>a:focus {
  background-color: transparent;
  color: #3f75ab
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav>li>a {
    color: #37517e
  }
}

.navbar-inverse .navbar-link {
  color: #FFF
}

.navbar-inverse .navbar-link:hover {
  color: #3f75ab
}

.navbar-inverse .btn-link {
  color: #FFF
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #3f75ab
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444
}

.navbar .navbar-brand,
.navbar-inverse .navbar-brand {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: transparent
}

.navbar .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  color: transparent
}

.navbar .flag {
  height: 24px;
  width: 24px;
  margin-top: 16px;
  margin-right: 8px;
  float: left
}

.navbar .logo-text {
  height: 20px;
  width: 104px;
  margin-top: 16.5px;
  margin-right: 8px;
  float: left
}

.cover {
  display: none
}

@media (max-width:767px) {
  .navbar-collapse {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    background-color: #fff;
    top: 54px;
    padding: 8px
  }

  .navbar-collapse .open,
  .navbar-collapse .dropdown:focus-within,
  .navbar-collapse .dropdown.focus-within {
    border-bottom: none
  }

  .navbar-collapse .open>a,
  .navbar-collapse .dropdown:focus-within>a,
  .navbar-collapse .dropdown.focus-within>a {
    color: #3f75ab
  }

  .navbar-collapse .open .caret,
  .navbar-collapse .dropdown:focus-within .caret,
  .navbar-collapse .dropdown.focus-within .caret {
    transform: rotate(-180deg)
  }

  .navbar-collapse.navbar-collapse-with-panel {
    top: 0;
    padding: 0;
    background-color: transparent
  }

  .navbar-collapse .navbar-collapse-panel {
    position: fixed;
    height: 100%;
    top: 0;
    overflow-y: scroll;
    padding: 8px;
    background-color: #fff;
    color: #37517e !important;
    width: 264px;
    max-width: 264px !important;
    transition: transform .35s ease;
    transform: translateX(-264px)
  }

  .navbar-collapse .navbar-nav>li {
    border-bottom: 1px solid #f2f5f7
  }

  .navbar-collapse .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    padding: 0;
    padding-bottom: 12px;
    float: none;
    margin-top: 0 !important;
    border-bottom: 1px solid #f2f5f7
  }

  .navbar-collapse .dropdown-menu::before {
    display: none
  }

  .navbar-collapse .dropdown-menu .dropdown-header {
    padding: 9px 16px 7px
  }

  .navbar-collapse .navbar-toggle {
    left: 280px;
    opacity: 0;
    transition: opacity .35s ease;
    display: inline-block;
    position: absolute;
    top: 4px
  }

  .navbar-collapse .navbar-toggle.close {
    margin-top: 0;
    padding: 9px 0
  }

  .navbar-collapse.in .navbar-toggle {
    opacity: 1
  }

  .navbar-collapse .cover {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #253655;
    opacity: 0;
    transition: opacity .35s ease
  }

  .navbar-collapse.in .cover,
  .navbar-collapse[aria-expanded='true'] .cover {
    opacity: .9
  }

  .navbar-collapse.in .navbar-collapse-panel,
  .navbar-collapse[aria-expanded='true'] .navbar-collapse-panel {
    transform: translateX(0)
  }

  .navbar-collapse .navbar-btn.btn-group {
    display: flex
  }

  .navbar-collapse .navbar-btn.btn-group .btn {
    display: block;
    width: 100%;
    text-align: left
  }

  .navbar-collapse .navbar-btn.btn-group .btn+.dropdown-toggle {
    flex: 0
  }

  .navbar-collapse .navbar-btn.btn-group .dropdown-menu {
    width: 100%
  }
}

.navbar .profile-name {
  padding-bottom: 3px
}

.navbar .profile-name .caret {
  vertical-align: top;
  line-height: 40px
}

.navbar .profile-name .text-ellipses,
.navbar .profile-name .text-ellipsis {
  max-width: 75px;
  display: inline-block
}

@media (min-width:992px) {

  .navbar .profile-name .text-ellipses,
  .navbar .profile-name .text-ellipsis {
    max-width: 125px
  }
}

@media (min-width:1200px) {

  .navbar .profile-name .text-ellipses,
  .navbar .profile-name .text-ellipsis {
    max-width: 220px
  }
}

.navbar[data-spy~='affix']+* {
  margin-top: 0
}

.navbar[data-spy~='affix'].affix+* {
  margin-top: 56px
}

@media (min-width:768px) {

  .navbar+.jumbotron,
  .navbar+.jumbotron-image,
  .navbar+.jumbotron-image-inverse,
  .jumbotron-image-adjacent-to-navbar {
    margin-top: -58px
  }

  .navbar.affix+.jumbotron,
  .navbar.affix+.jumbotron-image,
  .navbar.affix+.jumbotron-image-inverse {
    margin-top: 0
  }
}

.navbar+.jumbotron,
.navbar+.jumbotron-image>.jumbotron,
.navbar+.jumbotron-image-inverse>.jumbotron,
.jumbotron-image-adjacent-to-navbar>.jumbotron {
  padding-bottom: 64px
}

@media (min-width:768px) {

  .navbar+.jumbotron,
  .navbar+.jumbotron-image>.jumbotron,
  .navbar+.jumbotron-image-inverse>.jumbotron,
  .jumbotron-image-adjacent-to-navbar>.jumbotron {
    padding-top: 140px;
    padding-bottom: 104px
  }
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: 0
}

@media (max-width:767px) {
  .navbar-static-top {
    background-color: #37517e;
    border-bottom-color: transparent
  }
}

.navbar-title {
  float: left;
  font-size: 22px;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 800
}

.navbar-subtitle {
  font-size: 14px;
  margin-bottom: 8px
}

.navbar-title,
.navbar-subtitle {
  color: #fff;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 75%
}

@media (min-width:992px) {

  .navbar-title,
  .navbar-subtitle {
    color: #fff;
    width: 100%
  }
}

.navbar-logo {
  width: 127px;
  height: 22px;
  margin-top: 13px;
  margin-bottom: 21px
}

.nav-toolbar {
  padding-top: 16px;
  margin-top: -16px;
  padding-bottom: 0;
  background-color: #37517e;
  border-bottom: 1px solid #e2e6e8
}

@media (min-width:992px) {
  .nav-toolbar {
    margin-top: 0;
    background-color: #fff
  }

  .nav-toolbar.affix {
    top: 0;
    z-index: 1000;
    margin-top: 0;
    border-top: 0;
    position: fixed;
    backface-visibility: hidden
  }

  .nav-toolbar.affix+.container,
  .nav-toolbar.affix+.container-fluid {
    margin-top: 64px !important
  }
}

@media (max-width:991px) {
  .nav-toolbar.affix {
    position: relative !important
  }

  .nav-toolbar.affix+.container,
  .nav-toolbar.affix+.container-fluid {
    margin-top: 0 !important
  }

  .nav-toolbar .btn-info,
  .nav-toolbar .btn-warning,
  .nav-toolbar .btn-danger {
    color: #3f75ab;
    border-color: #3f75ab
  }

  .nav-toolbar .btn-info:hover,
  .nav-toolbar .btn-warning:hover,
  .nav-toolbar .btn-danger:hover {
    color: #fff
  }

  .nav-toolbar .form-control,
  .nav-toolbar .input-group,
  .nav-toolbar .btn-input,
  .nav-toolbar .input-group-addon {
    border-color: #fff
  }
}

.nav-toolbar h1 {
  line-height: 32px
}

.nav-toolbar .close {
  text-decoration: none;
  height: 32px
}

@media (min-width:992px) {
  .column-layout .nav-toolbar.affix {
    width: calc(100% - 264px)
  }
}

.simple-nav {
  background-color: #37517e
}

.simple-nav .navbar-nav>li>a {
  padding-top: 12px;
  padding-bottom: 9px
}

.simple-nav .navbar-header {
  padding-top: 4px;
  width: calc(100% - 140px)
}

@media (min-width:768px) {
  .simple-nav .navbar-header {
    width: calc(100% - 340px)
  }
}

.simple-nav .navbar-nav>li>a.dropdown-toggle {
  height: 64px
}

.simple-nav>.navbar-right li>a {
  float: right
}

@media (min-width:576px) {
  .simple-nav .navbar-nav>li>a {
    font-size: 16px !important
  }
}

@media (min-width:992px) {
  .simple-nav {
    background-color: #fff;
    border-bottom: 1px solid #e2e6e8
  }
}

@media (max-width:991px) {
  .simple-nav .navbar-nav>li>a {
    color: #fff
  }

  .simple-nav .navbar-nav>li>a:focus,
  .simple-nav .navbar-nav>li>a:hover,
  .simple-nav .navbar-nav>li>a:active {
    color: #3f75ab
  }
}

.simple-nav .profile-name .text-ellipsis {
  max-width: 240px
}

.tw-public-navigation-item-content__icon {
  vertical-align: middle
}

.tw-public-navigation-item-content__text {
  display: inline-block;
  vertical-align: middle;
  max-width: 164px
}

@media (min-width:768px) {
  .subnav {
    height: 128px !important;
    position: relative;
    min-height: 64px
  }

  .subnav::before {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 64px;
    position: absolute;
    top: 64px;
    border-top: #f2f5f7 solid 1px;
    left: 0
  }

  .subnav.navbar-inverse::before {
    background-color: #fff;
    border-top: none
  }

  .subnav .navbar-nav>li>a {
    padding-top: 13px
  }

  .subnav .navbar-nav>li>button {
    height: 64px
  }

  .subnav .navbar-btn,
  .subnav .navbar-brand {
    margin-top: 16px
  }

  .subnav-menu {
    position: absolute;
    top: 64px
  }
}

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: none;
  border-radius: 3px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  content: "❯\00a0";
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #829ca9
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 24px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  line-height: 48px;
  text-decoration: none;
  color: #37517e;
  margin: 0 4px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  margin-right: 0
}

.pagination>li>a:hover,
.pagination>li>a:focus {
  z-index: 3;
  color: #37517e;
  background-color: #f2f5f7
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #37517e;
  background-color: #f2f5f7;
  cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #a8aaac;
  background-color: #fff;
  cursor: not-allowed
}

.pagination-text {
  color: #fff;
  line-height: 48px;
  margin-bottom: 0
}

.pagination-text .btn-group {
  vertical-align: top;
  margin-top: -1px
}

.pagination-inverse>li>a:hover,
.pagination-inverse>li>a:focus,
.pagination-inverse>li.active>a,
.pagination-inverse>li.active>span,
.pagination-inverse>li.active>a:hover,
.pagination-inverse>li.active>a:focus {
  background-color: #fff
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 7px 15px;
  background-color: transparent;
  border-radius: 3px
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #f2f5f7;
  color: #fff
}

.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: #a8aaac;
  background-color: transparent;
  cursor: not-allowed
}

.label {
  display: inline;
  padding: .3em .6em .2em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

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

.label:empty {
  display: none
}

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

.label-default {
  background-color: #d3d5d8;
  color: #5d7079
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a8aaac
}

.label-primary {
  background-color: #37517e
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #fff
}

.label-success {
  background-color: #2ED06E
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #28B862
}

.label-info {
  background-color: #3f75ab
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #00a4df
}

.label-warning {
  background-color: #FFA600
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #DF8700
}

.label-danger {
  background-color: #F53636
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #C22E2E
}

.badge {
  display: inline-block;
  min-width: 16px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #F53636;
  border-radius: 10px;
  top: -1px;
  position: relative
}

.badge:empty {
  display: none
}

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

.glyphicon .badge {
  top: -20px;
  left: -5px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px
}

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

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge,
.nav-stacked>li>a>.badge {
  margin-left: 19px
}

.badge-success {
  background: #2ED06E
}

.jumbotron {
  padding: 32px 0;
  transition: background-color .2s ease-in
}

.jumbotron p {
  margin-bottom: 16px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #253655
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding: 48px 0
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 42px;
    line-height: 56px
  }

  .jumbotron .lead {
    font-size: 22px
  }
}

.jumbotron-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover
}

.jumbotron-image h1,
.jumbotron-image h2,
.jumbotron-image h3,
.jumbotron-image h4,
.jumbotron-image h5,
.jumbotron-image h6,
.jumbotron-image .h1,
.jumbotron-image .h2,
.jumbotron-image .h3,
.jumbotron-image .h4,
.jumbotron-image .h5,
.jumbotron-image .h6 {
  color: #fff
}

.jumbotron-image dd,
.jumbotron-image strong,
.jumbotron-image .strong {
  color: #fff
}

.jumbotron-image>.jumbotron {
  background-color: #37517e;
  color: #FFF
}

@media (min-width:768px) {
  .jumbotron-image>.jumbotron {
    background-color: #37517e;
    background-color: rgba(55, 81, 126, 0.9)
  }
}

@media (min-width:992px) {
  .jumbotron-image>.jumbotron {
    background-color: #37517e;
    background-color: rgba(55, 81, 126, 0.9)
  }
}

@media (min-width:1200px) {
  .jumbotron-image>.jumbotron {
    background-color: transparent
  }
}

.jumbotron-image-inverse {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #5d7079
}

.jumbotron-image-inverse h1,
.jumbotron-image-inverse h2,
.jumbotron-image-inverse h3,
.jumbotron-image-inverse h4,
.jumbotron-image-inverse h5,
.jumbotron-image-inverse h6,
.jumbotron-image-inverse .h1,
.jumbotron-image-inverse .h2,
.jumbotron-image-inverse .h3,
.jumbotron-image-inverse .h4,
.jumbotron-image-inverse .h5,
.jumbotron-image-inverse .h6 {
  color: #fff
}

.jumbotron-image-inverse dd,
.jumbotron-image-inverse strong,
.jumbotron-image-inverse .strong {
  color: #fff
}

.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 24px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #e2e6e8;
  border-radius: 3px;
  position: relative;
  width: 100%;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

a.thumbnail {
  font-weight: 400;
  text-decoration: none
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3f75ab
}

.thumbnail .caption {
  padding: 24px;
  color: #5d7079
}

.thumbnail .caption :last-child {
  margin-bottom: 0
}

.thumbnail .thumbnail-title {
  position: absolute;
  color: #fff;
  top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  z-index: 1
}

.thumbnail .thumbnail-title+img {
  filter: brightness(50%)
}

.alert {
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 3px;
  color: #4a5860;
  background-color: #f2f5f7
}

.alert h4,
.alert .h4,
.alert h5,
.alert .h5 {
  color: inherit;
  font-size: 16px
}

.alert p,
.alert ul {
  margin-bottom: 0
}

.alert p+p {
  margin-top: 8px
}

.arrow {
  position: relative
}

.arrow:before {
  content: " ";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 20px;
  top: -5px;
  transform: rotate(45deg);
  background-color: inherit
}

.arrow.arrow-center:before {
  left: 50%;
  margin-left: -5px
}

.arrow.arrow-top:before {
  top: -5px;
  bottom: auto
}

.arrow.arrow-left:before {
  left: 20px;
  right: auto
}

.arrow.arrow-right:before {
  left: auto;
  right: 20px
}

.arrow.arrow-bottom:before {
  top: auto;
  bottom: -5px
}

@media (min-width:576px) {
  .alert {
    padding: 24px;
    margin-bottom: 24px
  }
}

@media (min-width:992px) {
  .alert {
    padding: 32px;
    margin-bottom: 32px
  }
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  color: inherit;
  margin-left: 8px
}

.form-group .alert {
  padding: 4px 16px 3px;
  margin-top: -2px;
  border-style: solid;
  border-color: #d3d5d8;
  border-width: 0 1px 1px 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
  transition: border-color .15s ease-in-out;
  position: relative
}

.form-group .alert:before {
  content: " ";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 20px;
  top: -5px;
  transform: rotate(45deg);
  background-color: inherit
}

.form-group .alert.arrow-center:before {
  left: 50%;
  margin-left: -5px
}

.form-group .alert.arrow-top:before {
  top: -5px;
  bottom: auto
}

.form-group .alert.arrow-left:before {
  left: 20px;
  right: auto
}

.form-group .alert.arrow-right:before {
  left: auto;
  right: 20px
}

.form-group .alert.arrow-bottom:before {
  top: auto;
  bottom: -5px
}

.form-group .radio~.alert,
.form-group .checkbox~.alert,
.form-group .alert-detach {
  border-width: 0;
  margin-top: 12px;
  border-radius: 3px
}

.form-group .alert-focus,
.form-group .alert-info,
.form-group .alert-success,
.form-group .alert-warning,
.form-group .alert-danger {
  display: none
}

.alert-success {
  background-color: #D6F5E2;
  border-color: #2ED06E;
  color: #1B7940
}

.alert-success a,
.alert-success b,
.alert-success strong,
.alert-success .close,
.alert-success .alert-link,
.alert-success .icon {
  color: #1B7940
}

.alert-success hr {
  border-top-color: #2ED06E
}

.alert-success a:hover,
.alert-success a:focus,
.alert-success .alert-link:hover,
.alert-success .alert-link:focus,
.alert-success .close:hover,
.alert-success .close:focus {
  color: #1B7940
}

.alert-info {
  background-color: #f2f5f7;
  border-color: #3f75ab;
  color: #4a5860
}

.alert-info a,
.alert-info b,
.alert-info strong,
.alert-info .close,
.alert-info .alert-link,
.alert-info .icon {
  color: #4a5860
}

.alert-info hr {
  border-top-color: #3f75ab
}

.alert-info a:hover,
.alert-info a:focus,
.alert-info .alert-link:hover,
.alert-info .alert-link:focus,
.alert-info .close:hover,
.alert-info .close:focus {
  color: #4a5860
}

.alert-warning {
  background-color: #FFF3DD;
  border-color: #FFA600;
  color: #9E5F00
}

.alert-warning a,
.alert-warning b,
.alert-warning strong,
.alert-warning .close,
.alert-warning .alert-link,
.alert-warning .icon {
  color: #9E5F00
}

.alert-warning hr {
  border-top-color: #FFA600
}

.alert-warning a:hover,
.alert-warning a:focus,
.alert-warning .alert-link:hover,
.alert-warning .alert-link:focus,
.alert-warning .close:hover,
.alert-warning .close:focus {
  color: #9E5F00
}

.alert-danger {
  background-color: #FFDFDF;
  border-color: #F53636;
  color: #C22E2E
}

.alert-danger a,
.alert-danger b,
.alert-danger strong,
.alert-danger .close,
.alert-danger .alert-link,
.alert-danger .icon {
  color: #C22E2E
}

.alert-danger hr {
  border-top-color: #F53636
}

.alert-danger a:hover,
.alert-danger a:focus,
.alert-danger .alert-link:hover,
.alert-danger .alert-link:focus,
.alert-danger .close:hover,
.alert-danger .close:focus {
  color: #C22E2E
}

.alert-focus {
  border-color: #d3d5d8
}

.form-group:focus-within .alert-focus,
input:focus~.alert-focus,
.btn:focus~.alert-focus {
  display: block;
  border-color: #3f75ab
}

.alert-sm {
  padding: 4px 16px;
  font-size: 14px
}

.focus .alert-focus,
.has-focus .alert-focus,
.has-info .alert-info,
.has-warning .alert-warning,
.has-success .alert-success,
.has-error .alert-danger {
  display: block
}

.has-info .help-block,
.has-info .alert-focus,
.has-warning .help-block,
.has-warning .alert-focus,
.has-warning .alert-info,
.has-success .help-block,
.has-success .alert-focus,
.has-success .alert-info,
.has-success .alert-warning,
.has-error .help-block,
.has-error .alert-focus,
.has-error .alert-info,
.has-error .alert-warning,
.has-error .alert-success {
  display: none !important
}

@-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: 2px;
  margin-top: 11px;
  margin-bottom: 11px;
  background-color: #e2e6e8;
  border-radius: 1px
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  background-color: #3f75ab;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-bar:after {
  float: right;
  margin-top: -3px;
  margin-right: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: inherit;
  border-radius: 4px
}

.progress-bar:first-child {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px
}

.progress-bar:last-child {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px
}

.progress-lg {
  height: 32px;
  border-radius: 16px;
  margin-bottom: 24px
}

.progress-lg .progress-bar {
  line-height: 32px;
  min-width: 32px;
  padding-right: 8px;
  padding-left: 5px
}

.progress-lg .progress-bar:after {
  content: none
}

.progress-lg .progress-bar:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px
}

.progress-lg .progress-bar:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px
}

.progress-bar-primary {
  background-color: #37517e
}

.progress-bar-success {
  background-color: #2ED06E
}

.progress-bar-info {
  background-color: #3f75ab
}

.progress-bar-warning {
  background-color: #FFA600
}

.progress-bar-danger {
  background-color: #F53636
}

.media {
  display: flex
}

.media+.media {
  margin-top: 24px
}

.media-body {
  flex: 1
}

.media-body>*:last-child {
  margin-bottom: 0
}

.media-middle {
  align-self: center
}

.media-bottom {
  align-self: flex-end
}

.media-object {
  display: block
}

.media-right {
  padding-left: 16px
}

.media-left {
  padding-right: 16px
}

@media (min-width:576px) {
  .media-right {
    padding-left: 24px
  }

  .media-left {
    padding-right: 24px
  }
}

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

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

.dropdown-menu .media-body {
  overflow: hidden
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
  border-left: 1px solid #f2f5f7;
  border-right: 1px solid #f2f5f7;
  border-bottom: 1px solid #f2f5f7
}

.list-group-item {
  display: block;
  padding: 16px 16px 16px 14px;
  background-color: #fff;
  border-left: 2px solid transparent;
  margin-top: 1px;
  line-height: 24px;
  transition: all ease .15s
}

.panel-group .list-group-item {
  border-top: 1px solid #f2f5f7;
  margin-top: 0
}

@media (min-width:576px) {
  .list-group-item {
    padding: 24px 24px 24px 22px
  }
}

@media (min-width:992px) {
  .list-group-item {
    padding: 32px 32px 32px 30px
  }
}

.list-group-item-heading {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff
}

.list-group-item-text {
  margin-bottom: 0;
  color: #5d7079
}

a.list-group-item {
  color: #3f75ab;
  text-decoration: none
}

a.list-group-item .list-group-item-heading {
  color: #3f75ab
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #00a4df;
  background-color: #f2f5f7
}

.list-group-item[ng-click] {
  cursor: pointer
}

.list-group-item[ng-click]:hover {
  will-change: margin, contents
}

.list-group-item.disabled {
  color: #a8aaac
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled b,
.list-group-item.disabled strong,
.list-group-item.disabled .circle,
.list-group-item.disabled .icon {
  color: #a8aaac
}

.list-group-item.active {
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 1px 10px #e2e6e8;
  margin-top: 24px;
  margin-bottom: 24px
}

.list-group-item.active:first-child {
  margin-top: 1px
}

.list-group-item.active:last-child {
  margin-bottom: 0
}

.list-group-item.active+.list-group-item {
  border-top-width: 0
}

@media (min-width:768px) {
  .list-group-item.active {
    margin-left: -12px;
    margin-right: -12px
  }

  .list-group-item .media-body {
    transition: padding ease .15s
  }
}

.list-group-inactive .list-group-item {
  background-color: transparent;
  border-top: 1px solid #e2e6e8;
  margin-top: 0
}

.list-group-inactive .list-group-item:hover,
.list-group-inactive .list-group-item.active {
  background-color: #fff
}

@media (min-width:576px) {

  .list-group-inactive .list-group-item:hover .circle,
  .list-group-inactive .list-group-item.active .circle {
    background-color: #f2f5f7
  }
}

.list-group-inactive .list-group-item.active {
  border-top: 0;
  margin-top: 24px
}

.list-group-item-success {
  border-left: 3px solid #1B7940
}

.list-group-item.list-group-item-success {
  background-color: #fff
}

.list-group-item-success .list-group-item-text {
  color: #1B7940
}

a.list-group-item-success {
  color: #1B7940
}

a.list-group-item-success:hover {
  color: #1B7940
}

.list-group-item-info {
  border-left: 3px solid #00a4df
}

.list-group-item.list-group-item-info {
  background-color: #fff
}

.list-group-item-info .list-group-item-text {
  color: #00a4df
}

a.list-group-item-info {
  color: #00a4df
}

a.list-group-item-info:hover {
  color: #00a4df
}

.list-group-item-warning {
  border-left: 3px solid #9E5F00
}

.list-group-item.list-group-item-warning {
  background-color: #fff
}

.list-group-item-warning .list-group-item-text {
  color: #9E5F00
}

a.list-group-item-warning {
  color: #9E5F00
}

a.list-group-item-warning:hover {
  color: #9E5F00
}

.list-group-item-danger {
  border-left: 3px solid #C22E2E
}

.list-group-item.list-group-item-danger {
  background-color: #fff
}

.list-group-item-danger .list-group-item-text {
  color: #C22E2E
}

a.list-group-item-danger {
  color: #C22E2E
}

a.list-group-item-danger:hover {
  color: #C22E2E
}

.list-group:hover .list-group-item:not(.active) {
  background-color: #fbfcfd
}

.list-group:hover .list-group-item:not(.active) .media {
  opacity: .94
}

.list-group:hover .list-group-item:hover {
  background-color: #fff
}

.list-group:hover .list-group-item:hover .media {
  opacity: 1
}

.list-group-inactive:hover .list-group-item:not(.active) {
  background-color: #f2f5f7
}

.list-group-inactive:hover .list-group-item:hover {
  background-color: #fff
}

@keyframes listSlideOver {
  0% {
    transform: translateX(100vw)
  }

  100% {
    transform: translateX(0)
  }
}

@media (max-width:767px) {
  .list-group-slide-out .list-group-item .collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow-y: auto;
    background-color: #fff;
    animation: listSlideOver .15s ease-out forwards;
    z-index: 3
  }

  .list-group-slide-out .list-group-item .collapse .media-left {
    display: none
  }

  .list-group-slide-out .list-group-item .collapse .well {
    border-radius: 0;
    margin-bottom: 0
  }

  .list-group-slide-out .list-group-item.active,
  .list-group-slide-out .list-group-inactive .list-group-item.active {
    margin-top: 1px;
    margin-bottom: 0;
    box-shadow: none !important
  }

  .list-group-slide-out .list-group-inactive .list-group-item.active {
    border-top: 1px solid #e2e6e8;
    border-bottom: 1px solid #e2e6e8
  }

  .list-group-slide-out .list-group-item.active .collapse {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 72px
  }

  .list-group-slide-out .list-group-item.active .collapse .well {
    padding-bottom: 72px;
    margin-bottom: -72px
  }
}

.panel {
  margin-bottom: 16px;
  background-color: transparent;
  border: 0;
  margin-left: -16px;
  margin-right: -16px
}

.panel-body {
  padding: 16px;
  background-color: #fff
}

.panel-heading {
  padding: 16px 16px 8px 16px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px
}

.panel-title>a {
  text-decoration: none
}

.panel-footer {
  padding: 16px
}

@media (min-width:576px) {
  .panel {
    margin-bottom: 24px;
    margin-left: -24px;
    margin-right: -24px
  }

  .panel-heading {
    padding: 16px 24px 8px 24px
  }

  .panel-body {
    padding: 24px
  }

  .panel-footer {
    padding: 24px
  }
}

@media (min-width:768px) {
  .panel {
    margin-left: 0;
    margin-right: 0
  }

  .panel-heading {
    padding: 16px 0 8px 0
  }
}

@media (min-width:992px) {
  .panel {
    margin-bottom: 32px;
    border-radius: 3px
  }

  .panel-body {
    padding: 32px
  }

  .panel-footer {
    padding: 32px
  }
}

@media (min-width:768px) {
  .panel-title {
    line-height: 48px
  }

  .panel-heading>.btn-sm {
    margin-top: 8px
  }
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-radius: 0
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.panel-list-group {
  margin-bottom: 0;
  border-left: 0;
  border-right: 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-left: 32px;
  padding-right: 32px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.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>tbody:first-child>tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 2px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 2px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.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>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 2px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 2px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #f2f5f7
}

.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-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td: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-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td: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-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel>.table tr>:first-child,
.panel>.table-responsive tr>:first-child {
  padding-left: 16px
}

.panel>.table tr>:last-child,
.panel>.table-responsive tr>:last-child {
  padding-right: 16px
}

@media (min-width:768px) {

  .panel>.table tr>:first-child,
  .panel>.table-responsive tr>:first-child {
    padding-left: 24px
  }

  .panel>.table tr>:last-child,
  .panel>.table-responsive tr>:last-child {
    padding-right: 24px
  }
}

@media (min-width:992px) {

  .panel>.table tr>:first-child,
  .panel>.table-responsive tr>:first-child {
    padding-left: 32px
  }

  .panel>.table tr>:last-child,
  .panel>.table-responsive tr>:last-child {
    padding-right: 32px
  }
}

.panel-group {
  margin-bottom: 24px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px
}

.panel-group .panel+.panel {
  margin-top: 8px
}

.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 #FFF
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #FFF
}

.panel-default {
  border-color: #e2e6e8 !important
}

.panel-default>.panel-heading {
  color: #4a5860;
  border-color: #e2e6e8
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #e2e6e8
}

.panel-default>.panel-heading .badge {
  color: #fff;
  background-color: #4a5860
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #e2e6e8
}

.panel-primary {
  border-color: #37517e !important
}

.panel-primary>.panel-heading {
  color: #fff;
  border-color: #37517e
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #37517e
}

.panel-primary>.panel-heading .badge {
  color: #fff;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #37517e
}

.panel-success {
  border-color: #2ED06E !important
}

.panel-success>.panel-heading {
  color: #1B7940;
  border-color: #2ED06E
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #2ED06E
}

.panel-success>.panel-heading .badge {
  color: #FFF;
  background-color: #1B7940
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #2ED06E
}

.panel-info {
  border-color: #3f75ab !important
}

.panel-info>.panel-heading {
  color: #00a4df;
  border-color: #3f75ab
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #3f75ab
}

.panel-info>.panel-heading .badge {
  color: #FFF;
  background-color: #00a4df
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #3f75ab
}

.panel-warning {
  border-color: #FFA600 !important
}

.panel-warning>.panel-heading {
  color: #9E5F00;
  border-color: #FFA600
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #FFA600
}

.panel-warning>.panel-heading .badge {
  color: #FFF;
  background-color: #9E5F00
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #FFA600
}

.panel-danger {
  border-color: #F53636 !important
}

.panel-danger>.panel-heading {
  color: #C22E2E;
  border-color: #F53636
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #F53636
}

.panel-danger>.panel-heading .badge {
  color: #FFF;
  background-color: #C22E2E
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #F53636
}

.panel ul:last-child {
  margin-bottom: 0
}

.panel-group .panel {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #e2e6e8
}

.panel-group .panel-heading,
.panel-group .panel-footer {
  padding: 16px
}

@media (min-width:576px) {

  .panel-group .panel .panel-heading,
  .panel-group .panel .panel-footer {
    padding: 24px !important
  }
}

@media (min-width:992px) {

  .panel-group .panel .panel-heading,
  .panel-group .panel .panel-footer {
    padding: 24px 32px
  }
}

@media (min-width:768px) {
  .panel {
    margin-left: 0;
    margin-right: 0
  }
}

.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0
}

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

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

.well,
.well-xs {
  min-height: 24px;
  margin-bottom: 24px;
  border-radius: 3px;
  border: solid 1px #e2e6e8;
  padding: 24px;
  box-shadow: none
}

@media only screen and (min-width:576px) {
  .well-sm {
    min-height: 24px;
    margin-bottom: 24px;
    border-radius: 3px;
    border: solid 1px #e2e6e8;
    padding: 24px;
    box-shadow: none
  }
}

@media only screen and (min-width:768px) {
  .well-md {
    min-height: 24px;
    margin-bottom: 24px;
    border-radius: 3px;
    border: solid 1px #e2e6e8;
    padding: 24px;
    box-shadow: none
  }
}

@media only screen and (min-width:992px) {
  .well-lg {
    min-height: 24px;
    margin-bottom: 24px;
    border-radius: 3px;
    border: solid 1px #e2e6e8;
    padding: 24px;
    box-shadow: none
  }
}

@media only screen and (min-width:1200px) {
  .well-xl {
    min-height: 24px;
    margin-bottom: 24px;
    border-radius: 3px;
    border: solid 1px #e2e6e8;
    padding: 24px;
    box-shadow: none
  }
}

.close {
  float: right;
  font-size: 32px;
  font-weight: bold;
  line-height: 24px;
  color: #3f75ab;
  text-decoration: none
}

.close:hover,
.close:focus {
  color: #00a4df;
  text-decoration: none;
  cursor: pointer
}

.close:focus {
  outline: thin dotted rgba(0, 0, 0, 0.5);
  outline-offset: 2px
}

.close:active {
  color: #003366
}

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

.loader {
  position: relative;
  display: inline-block;
  height: 160px;
  width: 160px
}

.loader .loader-flag {
  top: 58px;
  left: 52px;
  position: relative;
  height: 52px;
  width: 52px
}

.loader .loader-flag-stroke {
  animation: loaderStroke 3.5s infinite
}

.loader .loader-flag-fill {
  display: block;
  position: absolute;
  top: 1px;
  opacity: 1;
  animation: loaderFill 3.5s infinite
}

.loader .loader-spinner {
  width: 160px;
  height: 160px;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iNTQgLTU0IDE2MCAxNjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgNTQgLTU0IDE2MCAxNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxsaW5lYXJHcmFkaWVudCBpZD0icGF0aC00XzJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwOC42NjI1IiB5MT0iNTIuMTc1IiB4Mj0iMTA3LjY2MjUiIHkyPSI1Mi4xNzUiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTYwIDAgMCAtODAgLTE3MTcyIDQxNjApIj48c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBCOUZGIi8+PHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzAwQjlGRjtzdG9wLW9wYWNpdHk6MCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggaWQ9InBhdGgtNF8xXyIgZmlsbD0idXJsKCNwYXRoLTRfMl8pIiBkPSJNMjE0LDI2YzAtNDQuMi0zNS44LTgwLTgwLTgwUzU0LTE4LjIsNTQsMjZoMmMwLTQzLjEsMzQuOS03OCw3OC03OHM3OCwzNC45LDc4LDc4SDIxNHoiLz48L3N2Zz4=);
  animation: rotating 1.4s linear infinite
}

.loader .loader-flag-fill,
.loader .loader-flag-outline {
  width: 52px;
  height: 52px
}

@keyframes loaderStroke {
  30% {
    stroke-dashoffset: 300;
    opacity: 0
  }

  40% {
    stroke-dashoffset: 300;
    opacity: 1
  }

  70% {
    stroke-dashoffset: 0;
    opacity: 1
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 0
  }
}

@keyframes loaderFill {
  0% {
    opacity: 1
  }

  30% {
    opacity: 0
  }

  70% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.tile {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: all .1s ease-in-out;
  padding: 16px;
  background-color: #f2f5f7;
  border: 1px solid #e2e6e8;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 24px
}

.tile:hover:not(.tile-disabled),
.tile:focus:not(.tile-disabled) {
  border-color: #3f75ab
}

.tile:active:not(.tile-disabled) {
  background-color: #e2e6e8;
  border-color: #00a4df
}

.tile p {
  margin-bottom: 0
}

.tile .circle {
  margin-bottom: 16px;
  color: #3f75ab
}

.tile .tile-ribbon-benefit {
  position: absolute;
  top: 24px;
  right: -43px;
  width: 160px;
  background-color: #3f75ab;
  text-align: center;
  color: #fff;
  transform: rotate(45deg)
}

.tile .tile-icon {
  float: left;
  margin-right: 16px
}

.tile .tile-text {
  overflow-y: hidden;
  text-align: left
}

.tile-disabled {
  background-color: #fff;
  border: 1px solid #e2e6e8;
  cursor: not-allowed;
  color: #a8aaac
}

.tile-disabled h5,
.tile-disabled .circle,
.tile-disabled .icon,
.tile-disabled .glyphicon {
  color: #a8aaac
}

.tile-inverse {
  background-color: #fff;
  border-color: #fff
}

.tile-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}

.tile-row>[class*="col-"] {
  display: flex
}

@media (min-width:576px) {
  .tile {
    padding: 24px
  }

  .tile .tile-icon {
    float: none;
    margin-right: auto
  }

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

  .tile .tile-ribbon-benefit {
    left: -43px;
    transform: rotate(-45deg)
  }
}

@media (min-width:992px) {
  .tile {
    padding: 32px
  }
}

@media (max-width:575px) {

  .tile-text h5,
  .tile-text .h5 {
    padding-right: 64px
  }

  .tile-text p {
    padding-right: 32px
  }

  .tile-icon .circle {
    margin-bottom: 0
  }
}

.tile-success .icon,
.tile-success a {
  color: #1B7940
}

.tile-success:hover:not(.tile-disabled) {
  border-color: #2ED06E
}

.tile-info .icon,
.tile-info a {
  color: #00a4df
}

.tile-info:hover:not(.tile-disabled) {
  border-color: #3f75ab
}

.tile-warning .icon,
.tile-warning a {
  color: #9E5F00
}

.tile-warning:hover:not(.tile-disabled) {
  border-color: #FFA600
}

.tile-danger .icon,
.tile-danger a {
  color: #C22E2E
}

.tile-danger:hover:not(.tile-disabled) {
  border-color: #F53636
}

.amount-currency-select-btn {
  min-width: 105px
}

@media (min-width:576px) {
  .amount-currency-select-btn {
    min-width: 150px
  }
}

.footer {
  background-color: #f2f5f7;
  font-size: 14px;
  line-height: 24px
}

.footer .footer-link,
.footer .link-icon {
  color: #6f8691;
  font-weight: normal;
  text-decoration: none
}

.footer .footer-link:hover,
.footer .link-icon:hover,
.footer .footer-link:active,
.footer .link-icon:active,
.footer .footer-link:focus,
.footer .link-icon:focus {
  color: #384347
}

.footer .footer-title {
  font-size: 14px;
  color: #fff
}

.footer .footer-title .footer-link {
  color: #fff;
  font-weight: bold
}

.footer .footer-title .footer-link:hover,
.footer .footer-title .footer-link:active,
.footer .footer-title .footer-link:focus {
  color: #6f8691
}

.footer .logo {
  color: transparent
}

.footer .icon {
  margin: 0 5px;
  font-size: 32px !important;
  width: 24px
}

.footer .link-icon svg {
  fill: #6f8691
}

.footer .link-icon svg:hover,
.footer .link-icon svg:active,
.footer .link-icon svg:focus {
  fill: #384347
}

.footer.footer-inverse {
  background: #37517e
}

.footer.footer-inverse .footer-link,
.footer.footer-inverse .link-icon {
  color: #f2f5f7
}

.footer.footer-inverse .footer-link:hover,
.footer.footer-inverse .link-icon:hover,
.footer.footer-inverse .footer-link:active,
.footer.footer-inverse .link-icon:active,
.footer.footer-inverse .footer-link:focus,
.footer.footer-inverse .link-icon:focus {
  color: #a8aaac
}

.footer.footer-inverse .footer-link svg,
.footer.footer-inverse .link-icon svg {
  fill: #f2f5f7
}

.footer.footer-inverse .footer-link svg:hover,
.footer.footer-inverse .link-icon svg:hover,
.footer.footer-inverse .footer-link svg:active,
.footer.footer-inverse .link-icon svg:active,
.footer.footer-inverse .footer-link svg:focus,
.footer.footer-inverse .link-icon svg:focus {
  fill: #a8aaac
}

.footer.footer-inverse .footer-title {
  color: #f2f5f7
}

.footer.footer-inverse hr {
  opacity: .1
}

@media (max-width:575px) {
  .footer {
    position: relative
  }
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid #e2e6e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #37517e
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .8;
  filter: alpha(opacity=80)
}

.modal-header {
  padding: 24px;
  border-bottom: 1px solid #e2e6e8;
  min-height: 48px
}

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

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

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

.modal-footer {
  padding: 16px 24px;
  text-align: right;
  border-top: 1px solid #e2e6e8
}

.modal-footer .btn+.btn {
  margin-left: 8px;
  margin-bottom: 0
}

.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:576px) {
  .modal-dialog {
    width: 540px;
    margin: 32px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }

  .modal-header {
    padding: 28px 32px;
    min-height: 52px
  }

  .modal-body {
    padding: 32px
  }

  .modal-footer {
    padding: 16px 32px
  }
}

@media (min-width:576px) {

  .modal-sm,
  .modal-lg {
    width: auto;
    margin: 32px 24px
  }
}

@media (min-width:332px) {
  .modal-sm {
    width: 300px;
    margin: 32px auto
  }
}

@media (min-width:768px) {
  .modal-lg {
    width: 720px;
    margin: 32px auto
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Averta", "Avenir W02", "Avenir", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 24px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px 16px;
  color: #37517e;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 28px 0 rgba(34, 48, 73, 0.2)
}

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff
}

[data-toggle=tooltip]:not(.btn) {
  cursor: pointer
}

[data-toggle=tooltip]:not(.btn):hover,
[data-toggle=tooltip]:not(.btn):focus {
  color: #00a4df !important;
  outline: 0
}

a[data-toggle=tooltip] {
  white-space: nowrap
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  width: 276px;
  padding: 18px 24px;
  font-family: "Averta", "Avenir W02", "Avenir", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 24px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
  box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
  position: absolute
}

.popover.animate {
  transition: transform .25s
}

.popover.scale-down {
  transform: scale(0)
}

.popover.top {
  margin-top: -14px;
  transform-origin: 50% 100%
}

.popover.top-left {
  margin-top: -14px;
  transform-origin: calc(100% - 29px) 100%
}

.popover.top-right {
  margin-top: -14px;
  transform-origin: 29px 100%
}

.popover.right {
  margin-left: 14px;
  transform-origin: 0% 50%
}

.popover.right-top {
  margin-left: 14px;
  transform-origin: 0% 29px
}

.popover.right-bottom {
  margin-left: 14px;
  transform-origin: 0% calc(100% - 29px)
}

.popover.bottom {
  margin-top: 14px;
  transform-origin: 50% 0%
}

.popover.bottom-left {
  margin-top: 14px;
  transform-origin: calc(100% - 29px) 0%
}

.popover.bottom-right {
  margin-top: 14px;
  transform-origin: 29px 0%
}

.popover.left {
  margin-left: -14px;
  transform-origin: 100% 50%
}

.popover.left-top {
  margin-left: -14px;
  transform-origin: 100% 29px
}

.popover.left-bottom {
  margin-left: -14px;
  transform-origin: 100% calc(100% - 29px)
}

.popover:before {
  content: " ";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 28px;
  top: -7px;
  transform: rotate(45deg);
  background-color: inherit
}

.popover.top:before {
  top: auto;
  bottom: -7px;
  left: 50%;
  margin-left: -7px
}

.popover.top-left:before {
  top: auto;
  bottom: -7px;
  right: 29px;
  left: auto;
  margin-left: -7px
}

.popover.top-right:before {
  top: auto;
  bottom: -7px;
  left: 29px;
  right: auto;
  margin-left: -7px
}

.popover.right:before {
  top: 50%;
  margin-top: -7px;
  left: -7px
}

.popover.right-top:before {
  top: 29px;
  margin-top: -7px;
  left: -7px
}

.popover.right-bottom:before {
  top: calc(100% - 29px);
  margin-top: -7px;
  left: -7px
}

.popover.bottom:before {
  top: -7px;
  bottom: auto;
  left: 50%;
  margin-left: -7px
}

.popover.bottom-left:before {
  top: -7px;
  bottom: auto;
  right: 29px;
  left: auto;
  margin-left: -7px
}

.popover.bottom-right:before {
  top: -7px;
  bottom: auto;
  left: 29px;
  right: auto;
  margin-left: -7px
}

.popover.left:before {
  top: 50%;
  margin-top: -7px;
  left: auto;
  right: -7px
}

.popover.left-top:before {
  top: 29px;
  margin-top: -7px;
  left: auto;
  right: -7px
}

.popover.left-bottom:before {
  top: calc(100% - 29px);
  margin-top: -7px;
  left: auto;
  right: -7px
}

.popover img,
.popover .popover-image {
  width: 65%;
  margin: 8px 0
}

.popover-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  color: #fff !important;
  line-height: 24px
}

.popover-content {
  padding: 0;
  color: #829ca9;
  font-size: 14px;
  line-height: 24px
}

.popover-content>:last-child {
  margin-bottom: 0
}

.popover-close {
  float: right;
  font-size: 32px;
  font-weight: bold;
  line-height: 24px;
  color: #3f75ab;
  text-decoration: none
}

.popover-close:hover,
.popover-close:focus {
  color: #00a4df;
  text-decoration: none;
  cursor: pointer
}

.popover-close:focus {
  outline: thin dotted rgba(0, 0, 0, 0.5);
  outline-offset: 2px
}

.popover-close:active {
  color: #003366
}

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

[data-toggle='popover']:not(.btn) {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #3f75ab !important;
  cursor: pointer
}

[data-toggle='popover']:not(.btn):hover,
[data-toggle='popover']:not(.btn):focus,
[data-toggle='popover']:not(.btn)[aria-describedby] {
  color: #00a4df !important;
  outline: 0
}

.nav>li>a [data-toggle='popover'] {
  border-bottom: 0
}

@media (max-width:991px) {
  .popover-modal {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 272px;
    margin: 32px auto !important
  }

  .popover-modal:before {
    display: none
  }
}

@media (min-width:992px) {
  .popover-modal.left {
    margin-right: -24px !important
  }

  .popover-modal.right {
    margin-left: -24px !important
  }

  .popover-modal.top {
    margin-bottom: -8px !important
  }

  .popover-modal.bottom {
    margin-top: -8px !important
  }
}

@keyframes cover-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: .7
  }
}

.popover-modal-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: #253655;
  opacity: .7;
  animation: cover-fade-in .35s 0s linear forwards
}

@media (max-width:991px) {
  .popover-modal-cover {
    display: block
  }
}

.popover-promotion {
  text-align: center;
  padding: 24px
}

@media (max-width:576px) {
  .popover-promotion {
    width: auto !important;
    padding: 24px !important;
    margin: 16px !important
  }
}

@media (min-width:566px) and (max-width:992px) {
  .popover-promotion {
    width: 540px !important;
    padding: 28px 32px !important;
    margin: 32px auto !important
  }
}

.popover-promotion .popover-title {
  font-size: 18px;
  line-height: 24px
}

@media (min-width:768px) {
  .popover-promotion .popover-title {
    font-size: 22px;
    line-height: 30px
  }
}

@media (max-width:480px) {
  .popover-promotion .popover-image {
    width: 80%
  }
}

@media (min-width:480px) and (max-width:992px) {
  .popover-promotion .popover-image {
    width: 60%
  }
}

@media (min-width:992px) {
  .popover-promotion .popover-image {
    width: 80%
  }
}

@media (max-width:992px) {
  .popover-promotion {
    position: absolute !important
  }
}

.promoted.promoted {
  color: #fff;
  background-color: #3f75ab;
  border-color: #3f75ab;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.promoted.promoted:focus,
.promoted.promoted.focus {
  color: #FFF;
  background-color: #00a4df;
  border-color: #00a4df
}

.promoted.promoted:hover {
  color: #FFF;
  background-color: #00a4df;
  border-color: #00a4df
}

.promoted.promoted:active,
.promoted.promoted.active,
.open>.dropdown-toggle.promoted.promoted {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.promoted.promoted:active:hover,
.promoted.promoted.active:hover,
.open>.dropdown-toggle.promoted.promoted:hover,
.promoted.promoted:active:focus,
.promoted.promoted.active:focus,
.open>.dropdown-toggle.promoted.promoted:focus,
.promoted.promoted:active.focus,
.promoted.promoted.active.focus,
.open>.dropdown-toggle.promoted.promoted.focus {
  color: #FFF;
  background-color: #003366;
  border-color: #003366
}

.promoted.promoted:active,
.promoted.promoted.active,
.open>.dropdown-toggle.promoted.promoted {
  background-image: none
}

.promoted.promoted.disabled,
.promoted.promoted[disabled],
fieldset[disabled] .promoted.promoted,
.promoted.promoted.disabled:hover,
.promoted.promoted[disabled]:hover,
fieldset[disabled] .promoted.promoted:hover,
.promoted.promoted.disabled:focus,
.promoted.promoted[disabled]:focus,
fieldset[disabled] .promoted.promoted:focus,
.promoted.promoted.disabled.focus,
.promoted.promoted[disabled].focus,
fieldset[disabled] .promoted.promoted.focus,
.promoted.promoted.disabled:active,
.promoted.promoted[disabled]:active,
fieldset[disabled] .promoted.promoted:active,
.promoted.promoted.disabled.active,
.promoted.promoted[disabled].active,
fieldset[disabled] .promoted.promoted.active {
  background-color: #e2e6e8;
  border-color: #e2e6e8;
  color: #a8aaac
}

.promoted.promoted .badge {
  color: #3f75ab;
  background-color: #fff
}

.carousel {
  position: relative;
  margin-bottom: 40px
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #3f75ab;
  text-align: center
}

.carousel-control.right {
  left: auto;
  right: 0
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #3f75ab;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90)
}

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

.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;
  margin-top: -10px;
  line-height: 1;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: -32px;
  margin-bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  text-indent: -999px;
  border: 1px solid #3f75ab;
  border-radius: 12px;
  cursor: pointer;
  background-color: #FFF
}

.carousel-indicators .active {
  background-color: #3f75ab
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 24px;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8)
}

.carousel-caption .btn {
  text-shadow: none
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
  color: #fff
}

@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: -15px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    bottom: 32px
  }

  .carousel-indicators {
    bottom: -32px
  }
}

.container .carousel-inner {
  border-radius: 3px
}

@media (min-width:992px) {
  .carousel-angled .carousel-inner {
    height: 76vh;
    min-height: 580px;
    max-height: 1096px
  }
}

@media (min-width:992px) {
  .carousel-angled .carousel-inner .item {
    height: 100%
  }

  .carousel-angled .carousel-inner .item.active .carousel-caption {
    opacity: 1;
    transition: .3s .1s
  }

  .carousel-angled .carousel-inner .item.left .carousel-caption,
  .carousel-angled .carousel-inner .item.right .carousel-caption {
    opacity: 0;
    transition: .1s
  }
}

.carousel-angled .carousel-inner .item>img {
  width: 100%;
  height: 36vh;
  object-fit: cover
}

@media (min-width:992px) {
  .carousel-angled .carousel-inner .item>img {
    position: absolute;
    height: inherit;
    margin-top: 96px
  }
}

.carousel-angled .carousel-caption {
  display: flex;
  z-index: 0;
  position: relative;
  bottom: inherit;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 16px;
  background-color: #fff;
  color: #5d7079;
  text-align: center;
  text-shadow: none
}

@media (min-width:992px) {
  .carousel-angled .carousel-caption {
    top: 96px;
    align-items: flex-start;
    width: 40%;
    height: 85%;
    padding: 32px 6% 32px 10%;
    transform: translateY(-64px);
    background: none;
    text-align: left;
    opacity: 0
  }
}

@media (min-width:992px) {
  .carousel-angled .carousel-caption:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 100%;
    transform: skew(-23deg);
    background-color: #fff;
    box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
    content: ""
  }
}

.carousel-angled .carousel-caption h1,
.carousel-angled .carousel-caption h2,
.carousel-angled .carousel-caption h3,
.carousel-angled .carousel-caption h4,
.carousel-angled .carousel-caption h5,
.carousel-angled .carousel-caption h6 {
  color: #283957
}

.carousel-angled .carousel-caption-item {
  width: 100%;
  padding: 0 16px
}

@media (min-width:992px) {
  .carousel-angled .carousel-caption-item {
    width: 33.33333333%;
    padding: 0 32px;
    transform: translateY(-64px)
  }
}

.carousel-angled .carousel-control-container {
  display: none
}

@media (min-width:992px) {
  .carousel-angled .carousel-control-container {
    display: block;
    position: relative;
    transform: translateX(-32px)
  }
}

.carousel-angled .carousel-control {
  top: inherit;
  right: 80px;
  left: inherit;
  width: 80px;
  height: 80px;
  background: #fff
}

.carousel-angled .carousel-control+.carousel-control {
  right: 0
}

.carousel-angled .carousel-indicators {
  position: relative;
  bottom: inherit;
  left: inherit;
  width: 100%;
  margin: 0;
  padding: 16px 0 16px;
  background: #fff
}

@media (min-width:992px) {
  .carousel-angled .carousel-indicators {
    display: none
  }
}

.carousel-angled .carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 0;
  background-color: #d3d5d8
}

.carousel-angled .carousel-indicators li.active {
  background-color: #3f75ab
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

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

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

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

@media (min-width:576px) {
  .pull-sm-left {
    float: left !important
  }

  .pull-sm-right {
    float: right !important
  }

  .pull-sm-none {
    float: none !important
  }
}

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

  .pull-md-right {
    float: right !important
  }

  .pull-md-none {
    float: none !important
  }
}

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

  .pull-lg-right {
    float: right !important
  }

  .pull-lg-none {
    float: none !important
  }
}

@media (min-width:1200px) {
  .pull-xl-left {
    float: left !important
  }

  .pull-xl-right {
    float: right !important
  }

  .pull-xl-none {
    float: none !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
}

.rotate90 {
  transform: rotate(90deg)
}

.rotate180 {
  transform: rotate(180deg)
}

.rotate270 {
  transform: rotate(270deg)
}

.rotate-90 {
  transform: rotate(-90deg)
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  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,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important
}

@media (max-width:575px) {
  .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:575px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width:575px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width:575px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:576px) and (max-width:767px) {
  .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:576px) and (max-width:767px) {
  .visible-sm-block {
    display: block !important
  }
}

@media (min-width:576px) and (max-width:767px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media (min-width:576px) and (max-width:767px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .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:768px) and (max-width:991px) {
  .visible-md-block {
    display: block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .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:992px) and (max-width:1199px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-xl {
    display: block !important
  }

  table.visible-xl {
    display: table !important
  }

  tr.visible-xl {
    display: table-row !important
  }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important
  }
}

@media (min-width:1200px) {
  .visible-xl-block {
    display: block !important
  }
}

@media (min-width:1200px) {
  .visible-xl-inline {
    display: inline !important
  }
}

@media (min-width:1200px) {
  .visible-xl-inline-block {
    display: inline-block !important
  }
}

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

@media (min-width:576px) and (max-width:767px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-lg {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-xl {
    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
  }
}

@media (max-width:575px) {
  .orderable-xs {
    display: flex;
    flex-flow: column
  }
}

@media (min-width:576px) and (max-width:767px) {
  .orderable-sm {
    display: flex;
    flex-flow: column
  }
}

@media (min-width:768px) and (max-width:991px) {
  .orderable-md {
    display: flex;
    flex-flow: column
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .orderable-lg {
    display: flex;
    flex-flow: column
  }
}

@media (min-width:1200px) {
  .orderable-xl {
    display: flex;
    flex-flow: column
  }
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.bg-default {
  background-color: #f2f5f7
}

.bg-info .btn-default {
  border-color: #fff;
  background-color: #fff
}

.bg-info .btn-default:hover {
  border-color: #f2f5f7;
  background-color: #f2f5f7;
  color: #3f75ab
}

.bg-info .btn-default:active {
  border-color: #e2e6e8;
  background-color: #e2e6e8;
  color: #3f75ab
}

.nav a,
.navbar a,
.pager a,
.dropdown-menu a {
  text-decoration: none
}

a.btn {
  text-decoration: none
}

address {
  margin-bottom: 16px
}

blockquote footer {
  background-color: transparent
}

.well,
.form-control,
.btn:active,
.btn.active {
  box-shadow: none
}

.btn-default[disabled] .glyphicon {
  color: #829ca9
}

.bg-info a:not(.btn) {
  color: #fff
}

.bg-info a:not(.btn):hover,
.bg-info a:not(.btn):focus {
  color: #f2f5f7
}

.bg-info a:not(.btn):active {
  color: #e2e6e8
}

.badge {
  top: -1px;
  position: relative
}

.list-group-item>.badge {
  top: 0
}

.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: none
}

.dropdown-menu>li:not(.dropdown-header) {
  padding-left: 0
}

.nav>.navbar-icon>a {
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px
}

li>.glyphicon:first-child,
li>a>.glyphicon:first-child,
li>.icon:first-child,
li>a>.icon:first-child,
li>.currency-flag:first-child,
li>a>.currency-flag:first-child,
li>.circle:first-child,
li>a>.circle:first-child {
  margin-right: 8px
}

.btn .glyphicon:first-child,
.btn .icon:first-child,
.btn .currency-flag:first-child,
.btn .circle:first-child {
  margin-right: 8px
}

li .circle {
  display: inline-block;
  vertical-align: bottom
}

.btn .circle .icon,
.dropdown-menu li .circle .icon {
  float: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0
}

.tw-select-transcluded a {
  color: #3f75ab !important;
  text-decoration: none
}

.tw-select-filter {
  border: 0
}

.tw-select-filter-link:hover,
.tw-select-filter-link:active {
  background-color: #fff !important
}

.tw-card-back {
  margin-left: -8px
}

.tw-rate-lock-link {
  color: #a8aaac
}

.tw-rate-lock-link:hover,
.tw-rate-lock-link:focus,
.tw-rate-lock-link:active {
  color: #7e7f81
}

.navbar .glyphicon,
.navbar .icon {
  font-size: 22px;
  line-height: 22px
}

.navbar .glyphicon+.badge,
.navbar .icon+.badge {
  margin-top: -25px;
  margin-left: -12px;
  min-width: 18px;
  padding: 2px 3px;
  line-height: 14px
}

.dropdown-menu .icon,
.nav .icon,
.btn .icon {
  font-size: 24px;
  vertical-align: middle
}

.btn .icon {
  line-height: 23px
}

.circle .icon {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle
}

a.icon {
  text-decoration: none
}

a.icon:hover {
  text-decoration: none
}

.icon-sm {
  font-size: 16px
}

.icon-md {
  font-size: 24px
}

.icon-lg {
  font-size: 32px
}

.icon-xl {
  font-size: 40px
}

.icon-xxl {
  font-size: 48px
}

.m-a-panel {
  margin: 16px !important
}

.p-a-panel {
  padding: 16px !important
}

@media (min-width:576px) {
  .m-a-panel {
    margin: 24px !important
  }

  .p-a-panel {
    padding: 24px !important
  }
}

@media (min-width:992px) {
  .m-a-panel {
    margin: 32px !important
  }

  .p-a-panel {
    padding: 32px !important
  }
}

.m-t-panel {
  margin-top: 16px !important
}

.m-b-panel {
  margin-bottom: 16px !important
}

.m-y-panel {
  margin-top: 16px !important;
  margin-bottom: 16px !important
}

.p-t-panel {
  padding-top: 16px !important
}

.p-b-panel {
  padding-bottom: 16px !important
}

.p-y-panel {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

@media (min-width:576px) {
  .m-t-panel {
    margin-top: 24px !important
  }

  .m-b-panel {
    margin-bottom: 24px !important
  }

  .m-y-panel {
    margin-top: 24px !important;
    margin-bottom: 24px !important
  }

  .p-t-panel {
    padding-top: 24px !important
  }

  .p-b-panel {
    padding-bottom: 24px !important
  }

  .p-y-panel {
    padding-top: 24px !important;
    padding-bottom: 24px !important
  }
}

@media (min-width:992px) {
  .m-t-panel {
    margin-top: 32px !important
  }

  .m-b-panel {
    margin-bottom: 32px !important
  }

  .m-y-panel {
    margin-top: 32px !important;
    margin-bottom: 32px !important
  }

  .p-t-panel {
    padding-top: 32px !important
  }

  .p-b-panel {
    padding-bottom: 32px !important
  }

  .p-y-panel {
    padding-top: 32px !important;
    padding-bottom: 32px !important
  }
}

.m-l-panel {
  margin-left: 16px !important
}

.m-r-panel {
  margin-right: 16px !important
}

.m-x-panel {
  margin-left: 16px !important;
  margin-right: 16px !important
}

.p-l-panel {
  padding-left: 16px !important
}

.p-r-panel {
  padding-right: 16px !important
}

.p-x-panel {
  padding-left: 16px !important;
  padding-right: 16px !important
}

@media (min-width:576px) {
  .m-l-panel {
    margin-left: 24px !important
  }

  .m-r-panel {
    margin-right: 24px !important
  }

  .m-x-panel {
    margin-left: 24px !important;
    margin-right: 24px !important
  }

  .p-l-panel {
    padding-left: 24px !important
  }

  .p-r-panel {
    padding-right: 24px !important
  }

  .p-x-panel {
    padding-left: 24px !important;
    padding-right: 24px !important
  }
}

@media (min-width:992px) {
  .m-l-panel {
    margin-left: 32px !important
  }

  .m-r-panel {
    margin-right: 32px !important
  }

  .m-x-panel {
    margin-left: 32px !important;
    margin-right: 32px !important
  }

  .p-l-panel {
    padding-left: 32px !important
  }

  .p-r-panel {
    padding-right: 32px !important
  }

  .p-x-panel {
    padding-left: 32px !important;
    padding-right: 32px !important
  }
}

.m-t-section-1 {
  margin-top: 16px !important
}

.m-b-section-1 {
  margin-bottom: 16px !important
}

.m-y-section-1 {
  margin-top: 16px !important;
  margin-bottom: 16px !important
}

.p-t-section-1 {
  padding-top: 16px !important
}

.p-b-section-1 {
  padding-bottom: 16px !important
}

.p-y-section-1 {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

@media (min-width:576px) {
  .m-t-section-1 {
    margin-top: 24px !important
  }

  .m-b-section-1 {
    margin-bottom: 24px !important
  }

  .m-y-section-1 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
  }

  .p-t-section-1 {
    padding-top: 24px !important
  }

  .p-b-section-1 {
    padding-bottom: 24px !important
  }

  .p-y-section-1 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
  }
}

@media (min-width:992px) {
  .m-t-section-1 {
    margin-top: 32px !important
  }

  .m-b-section-1 {
    margin-bottom: 32px !important
  }

  .m-y-section-1 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
  }

  .p-t-section-1 {
    padding-top: 32px !important
  }

  .p-b-section-1 {
    padding-bottom: 32px !important
  }

  .p-y-section-1 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
  }
}

.m-t-section-2 {
  margin-top: 32px !important
}

.m-b-section-2 {
  margin-bottom: 32px !important
}

.m-y-section-2 {
  margin-top: 32px !important;
  margin-bottom: 32px !important
}

.p-t-section-2 {
  padding-top: 32px !important
}

.p-b-section-2 {
  padding-bottom: 32px !important
}

.p-y-section-2 {
  padding-top: 32px !important;
  padding-bottom: 32px !important
}

@media (min-width:576px) {
  .m-t-section-2 {
    margin-top: 48px !important
  }

  .m-b-section-2 {
    margin-bottom: 48px !important
  }

  .m-y-section-2 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
  }

  .p-t-section-2 {
    padding-top: 48px !important
  }

  .p-b-section-2 {
    padding-bottom: 48px !important
  }

  .p-y-section-2 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
  }
}

@media (min-width:992px) {
  .m-t-section-2 {
    margin-top: 64px !important
  }

  .m-b-section-2 {
    margin-bottom: 64px !important
  }

  .m-y-section-2 {
    margin-top: 64px !important;
    margin-bottom: 64px !important
  }

  .p-t-section-2 {
    padding-top: 64px !important
  }

  .p-b-section-2 {
    padding-bottom: 64px !important
  }

  .p-y-section-2 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
  }
}

.m-t-section-3 {
  margin-top: 48px !important
}

.m-b-section-3 {
  margin-bottom: 48px !important
}

.m-y-section-3 {
  margin-top: 48px !important;
  margin-bottom: 48px !important
}

.p-t-section-3 {
  padding-top: 48px !important
}

.p-b-section-3 {
  padding-bottom: 48px !important
}

.p-y-section-3 {
  padding-top: 48px !important;
  padding-bottom: 48px !important
}

@media (min-width:576px) {
  .m-t-section-3 {
    margin-top: 72px !important
  }

  .m-b-section-3 {
    margin-bottom: 72px !important
  }

  .m-y-section-3 {
    margin-top: 72px !important;
    margin-bottom: 72px !important
  }

  .p-t-section-3 {
    padding-top: 72px !important
  }

  .p-b-section-3 {
    padding-bottom: 72px !important
  }

  .p-y-section-3 {
    padding-top: 72px !important;
    padding-bottom: 72px !important
  }
}

@media (min-width:992px) {
  .m-t-section-3 {
    margin-top: 96px !important
  }

  .m-b-section-3 {
    margin-bottom: 96px !important
  }

  .m-y-section-3 {
    margin-top: 96px !important;
    margin-bottom: 96px !important
  }

  .p-t-section-3 {
    padding-top: 96px !important
  }

  .p-b-section-3 {
    padding-bottom: 96px !important
  }

  .p-y-section-3 {
    padding-top: 96px !important;
    padding-bottom: 96px !important
  }
}

.m-t-section-5 {
  margin-top: 80px !important
}

.m-b-section-5 {
  margin-bottom: 80px !important
}

.m-y-section-5 {
  margin-top: 80px !important;
  margin-bottom: 80px !important
}

.p-t-section-5 {
  padding-top: 80px !important
}

.p-b-section-5 {
  padding-bottom: 80px !important
}

.p-y-section-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important
}

@media (min-width:576px) {
  .m-t-section-5 {
    margin-top: 120px !important
  }

  .m-b-section-5 {
    margin-bottom: 120px !important
  }

  .m-y-section-5 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
  }

  .p-t-section-5 {
    padding-top: 120px !important
  }

  .p-b-section-5 {
    padding-bottom: 120px !important
  }

  .p-y-section-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
  }
}

@media (min-width:992px) {
  .m-t-section-5 {
    margin-top: 160px !important
  }

  .m-b-section-5 {
    margin-bottom: 160px !important
  }

  .m-y-section-5 {
    margin-top: 160px !important;
    margin-bottom: 160px !important
  }

  .p-t-section-5 {
    padding-top: 160px !important
  }

  .p-b-section-5 {
    padding-bottom: 160px !important
  }

  .p-y-section-5 {
    padding-top: 160px !important;
    padding-bottom: 160px !important
  }
}

.m-t-section-7 {
  margin-top: 112px !important
}

.m-b-section-7 {
  margin-bottom: 112px !important
}

.m-y-section-7 {
  margin-top: 112px !important;
  margin-bottom: 112px !important
}

.p-t-section-7 {
  padding-top: 112px !important
}

.p-b-section-7 {
  padding-bottom: 112px !important
}

.p-y-section-7 {
  padding-top: 112px !important;
  padding-bottom: 112px !important
}

@media (min-width:576px) {
  .m-t-section-7 {
    margin-top: 168px !important
  }

  .m-b-section-7 {
    margin-bottom: 168px !important
  }

  .m-y-section-7 {
    margin-top: 168px !important;
    margin-bottom: 168px !important
  }

  .p-t-section-7 {
    padding-top: 168px !important
  }

  .p-b-section-7 {
    padding-bottom: 168px !important
  }

  .p-y-section-7 {
    padding-top: 168px !important;
    padding-bottom: 168px !important
  }
}

@media (min-width:992px) {
  .m-t-section-7 {
    margin-top: 224px !important
  }

  .m-b-section-7 {
    margin-bottom: 224px !important
  }

  .m-y-section-7 {
    margin-top: 224px !important;
    margin-bottom: 224px !important
  }

  .p-t-section-7 {
    padding-top: 224px !important
  }

  .p-b-section-7 {
    padding-bottom: 224px !important
  }

  .p-y-section-7 {
    padding-top: 224px !important;
    padding-bottom: 224px !important
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-a-1 {
  margin: 8px !important
}

.p-a-1 {
  padding: 8px !important
}

.m-t-1 {
  margin-top: 8px !important
}

.m-b-1 {
  margin-bottom: 8px !important
}

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

.p-t-1 {
  padding-top: 8px !important
}

.p-b-1 {
  padding-bottom: 8px !important
}

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

.m-l-1 {
  margin-left: 8px !important
}

.m-r-1 {
  margin-right: 8px !important
}

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

.p-l-1 {
  padding-left: 8px !important
}

.p-r-1 {
  padding-right: 8px !important
}

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

.m-a-2 {
  margin: 16px !important
}

.p-a-2 {
  padding: 16px !important
}

.m-t-2 {
  margin-top: 16px !important
}

.m-b-2 {
  margin-bottom: 16px !important
}

.m-y-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important
}

.p-t-2 {
  padding-top: 16px !important
}

.p-b-2 {
  padding-bottom: 16px !important
}

.p-y-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

.m-l-2 {
  margin-left: 16px !important
}

.m-r-2 {
  margin-right: 16px !important
}

.m-x-2 {
  margin-left: 16px !important;
  margin-right: 16px !important
}

.p-l-2 {
  padding-left: 16px !important
}

.p-r-2 {
  padding-right: 16px !important
}

.p-x-2 {
  padding-left: 16px !important;
  padding-right: 16px !important
}

.m-a-3 {
  margin: 24px !important
}

.p-a-3 {
  padding: 24px !important
}

.m-t-3 {
  margin-top: 24px !important
}

.m-b-3 {
  margin-bottom: 24px !important
}

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

.p-t-3 {
  padding-top: 24px !important
}

.p-b-3 {
  padding-bottom: 24px !important
}

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

.m-l-3 {
  margin-left: 24px !important
}

.m-r-3 {
  margin-right: 24px !important
}

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

.p-l-3 {
  padding-left: 24px !important
}

.p-r-3 {
  padding-right: 24px !important
}

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

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

.m-t-4 {
  margin-top: 32px !important
}

.m-b-4 {
  margin-bottom: 32px !important
}

.m-t-5 {
  margin-top: 40px !important
}

.m-b-5 {
  margin-bottom: 40px !important
}

.p-t-4 {
  padding-top: 32px !important
}

.p-b-4 {
  padding-bottom: 32px !important
}

.p-t-5 {
  padding-top: 40px !important
}

.p-b-5 {
  padding-bottom: 40px !important
}

.section {
  padding-top: 48px;
  padding-bottom: 48px
}

@media (min-width:576px) {
  .section {
    padding-top: 72px;
    padding-bottom: 72px
  }
}

@media (min-width:992px) {
  .section {
    padding-top: 96px;
    padding-bottom: 96px
  }
}

.footer {
  padding-top: 16px
}

@media (min-width:576px) {
  .footer {
    padding-top: 24px
  }
}

@media (min-width:992px) {
  .footer {
    padding-top: 32px
  }
}

.circle {
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  transition: background-color ease .15s, border-color ease .15s, color ease .15s
}

.circle.active {
  border-color: #3f75ab;
  background-color: #3f75ab;
  color: #FFF
}

.circle img {
  width: 100%;
  border-radius: 50%;
  vertical-align: initial
}

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

.circle[style] {
  border: 0;
  border-radius: 50% !important
}

a.circle[style]:hover {
  border: 1px solid #3f75ab
}

.navbar-nav>li>a .circle {
  width: 40px;
  height: 40px;
  line-height: 40px
}

.navbar-nav>li>a .circle .icon {
  line-height: 40px
}

.circle,
.circle-sm {
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px
}

.circle .glyphicon,
.circle-sm .glyphicon,
.circle .icon,
.circle-sm .icon {
  font-size: 24px;
  line-height: 46px
}

.circle .glyphicon,
.circle-sm .glyphicon {
  margin-top: 0px
}

.circle-xs {
  font-size: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px
}

.circle-xs .glyphicon,
.circle-xs .icon {
  font-size: 14px;
  line-height: 22px
}

.circle-xs .glyphicon {
  margin-top: 0px
}

.circle-md {
  font-size: 24px;
  width: 72px;
  height: 72px;
  line-height: 72px
}

.circle-md .glyphicon,
.circle-md .icon {
  font-size: 32px;
  line-height: 70px
}

.circle-md .glyphicon {
  margin-top: -1px
}

.circle-lg {
  font-size: 32px;
  width: 96px;
  height: 96px;
  line-height: 96px
}

.circle-lg .glyphicon,
.circle-lg .icon {
  font-size: 40px;
  line-height: 94px
}

.circle-lg .glyphicon {
  margin-top: -2px
}

a.circle,
a.circle .icon,
a.circle .glyphicon {
  text-decoration: none
}

a:hover .circle,
a.circle:hover {
  border-color: #3f75ab;
  color: #3f75ab;
  text-decoration: none
}

a:hover .circle.active,
a.circle.active:hover {
  text-decoration: none;
  color: #FFF
}

.dropdown-menu li a:hover .circle {
  background-color: #FFF;
  border-color: #FFF;
  color: #fff
}

.dropdown-menu .disabled a:hover .circle {
  background-color: #f2f5f7;
  border-color: transparent;
  color: #a8aaac
}

.circle-inverse {
  background-color: #f2f5f7
}

.circle-responsive {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  overflow: visible
}

.circle-responsive .glyphicon,
.circle-responsive .icon {
  font-size: 24px;
  line-height: 24px
}

.circle-responsive.circle-lg {
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px
}

.circle-responsive.circle-lg.circle-inverse {
  background-color: #f2f5f7
}

.circle-responsive.circle-lg .glyphicon,
.circle-responsive.circle-lg .icon {
  font-size: 24px;
  line-height: 46px
}

.circle-responsive.circle-lg .glyphicon {
  margin-top: 0px
}

@media (min-width:576px) {
  .circle-responsive {
    border-radius: 50%;
    background-color: #fff
  }

  .circle-responsive.circle-inverse {
    background-color: #f2f5f7
  }

  .circle-responsive.circle,
  .circle-responsive.circle-sm,
  .circle-responsive.circle-md {
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px
  }

  .circle-responsive.circle .glyphicon,
  .circle-responsive.circle-sm .glyphicon,
  .circle-responsive.circle-md .glyphicon,
  .circle-responsive.circle .icon,
  .circle-responsive.circle-sm .icon,
  .circle-responsive.circle-md .icon {
    font-size: 24px;
    line-height: 46px
  }

  .circle-responsive.circle .glyphicon,
  .circle-responsive.circle-sm .glyphicon,
  .circle-responsive.circle-md .glyphicon {
    margin-top: 0px
  }

  .circle-responsive.circle-lg {
    font-size: 24px;
    width: 72px;
    height: 72px;
    line-height: 72px
  }

  .circle-responsive.circle-lg .glyphicon,
  .circle-responsive.circle-lg .icon {
    font-size: 32px;
    line-height: 70px
  }

  .circle-responsive.circle-lg .glyphicon {
    margin-top: -1px
  }
}

@media (min-width:768px) {
  .circle-responsive.circle-md {
    font-size: 24px;
    width: 72px;
    height: 72px;
    line-height: 72px
  }

  .circle-responsive.circle-md .glyphicon,
  .circle-responsive.circle-md .icon {
    font-size: 32px;
    line-height: 70px
  }

  .circle-responsive.circle-md .glyphicon {
    margin-top: -1px
  }

  .circle-responsive.circle-lg {
    font-size: 32px;
    width: 96px;
    height: 96px;
    line-height: 96px
  }

  .circle-responsive.circle-lg .glyphicon,
  .circle-responsive.circle-lg .icon {
    font-size: 40px;
    line-height: 94px
  }

  .circle-responsive.circle-lg .glyphicon {
    margin-top: -2px
  }
}

.dropdown-menu li>.circle-sm:first-child,
.dropdown-menu li>a>.circle-sm:first-child {
  margin-right: 12px
}

.btn .circle-sm:first-child {
  margin-right: 12px
}

.circle-bg {
  position: relative;
  z-index: 0
}

.circle-bg:before {
  content: "";
  width: 120%;
  padding-bottom: 120%;
  border-radius: 1000rem;
  position: absolute;
  background: #f2f5f7;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.circle-bg-xs:before {
  width: 25%;
  padding-bottom: 25%
}

.circle-bg-sm:before {
  width: 50%;
  padding-bottom: 50%
}

.circle-bg-lg:before {
  width: 200%;
  padding-bottom: 200%
}

.circle-bg-xl:before {
  width: 400%;
  padding-bottom: 400%
}

.circle-bg-top-c:before {
  top: 0
}

.circle-bg-right-c:before {
  right: -50%;
  left: inherit
}

.circle-bg-left-c:before {
  left: 0;
  transform: translate(-50%, -50%)
}

.circle-bg-bottom-c:before {
  transform: translate(-50%, 50%);
  bottom: 0;
  top: inherit
}

.circle-bg-top:before {
  transform: translate(-50%, -5%);
  top: 0
}

.circle-bg-right:before {
  transform: translate(5%, -50%);
  left: inherit;
  right: 0
}

.circle-bg-left:before {
  left: 0;
  transform: translate(-5%, -50%)
}

.circle-bg-bottom:before {
  top: inherit;
  bottom: 0;
  transform: translate(-50%, 5%)
}

.circle-bg-top.circle-bg-left:before {
  transform: translate(-5%, -5%)
}

.circle-bg-top.circle-bg-right:before {
  transform: translate(5%, -5%)
}

.circle-bg-bottom.circle-bg-left:before {
  transform: translate(-5%, 5%)
}

.circle-bg-bottom.circle-bg-right:before {
  transform: translate(5%, 5%)
}

.circle-bg-center:before {
  transform: translate(-35%, 0%);
  left: 0
}

.circle-bg-clip {
  overflow: hidden
}

.circle-bg-light-blue:before {
  background: #dbf0fd
}

.circle-bg-blue:before {
  background: #223049
}

.circle-bg-navy:before {
  background: #253655
}

.logo,
.logo-primary,
.navbar .navbar-brand {
  display: block;
  background-image: url(https://rewo.s3.amazonaws.com/backoffice/images/logo-rewo.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

.logo-inverse,
.navbar-inverse .navbar-brand,
.affix .logo-text,
.logo-3 {
  height: 24px;
  width: 138px
}

.logo-4 {
  height: 32px;
  width: 184px
}

.logo-5 {
  height: 40px;
  width: 231px
}

.currency-flag {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6)
}

.btn .currency-flag,
.dropdown-menu li .currency-flag {
  margin-top: 3px;
  vertical-align: -3px;
  line-height: 16px
}

.btn-sm .currency-flag,
.form-group-sm .btn .currency-flag,
.input-group-sm .btn .currency-flag {
  vertical-align: -4px
}

.btn-lg .currency-flag,
.form-group-lg .btn .currency-flag,
.input-group-lg .btn .currency-flag {
  margin-top: 6px;
  vertical-align: -1px
}

.sequence {
  padding-left: 24px;
  position: relative;
  margin-left: 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  border-color: #d3d5d8
}

.sequence>li {
  padding-top: 2px;
  padding-bottom: 2px
}

.sequence>li:first-child {
  margin-top: 16px
}

.sequence>li:last-child {
  margin-bottom: 16px
}

@media (min-width:768px) {
  .sequence>li {
    padding-top: 4px;
    padding-bottom: 4px
  }
}

.sequence>li:before {
  margin-top: 8px
}

.sequence>li:after {
  top: 16px
}

.sequence>li:first-child:after {
  height: 100%
}

.sequence>li:last-child:after {
  height: 0
}

.sequence.sequence-top>li:first-child {
  padding-top: 20px;
  margin-top: 0
}

.sequence.sequence-top>li:first-child:after {
  height: calc(100% + 16px)
}

.sequence.sequence-bottom>li:last-child {
  padding-bottom: 20px;
  margin-bottom: 0
}

.sequence.sequence-bottom>li:last-child:after {
  height: calc(100% - 16px)
}

.sequence.sequence-top.sequence-bottom>li:first-child:last-child:after {
  height: 100%
}

.sequence .sequence-icon {
  top: 2px
}

@media (min-width:768px) {
  .sequence .sequence-icon {
    top: 4px
  }
}

.sequence.sequence-top>li:first-child .sequence-icon {
  top: 20px
}

.sequence>li:before {
  margin-left: -27px
}

.sequence>li:after {
  left: -24px
}

.sequence .sequence-icon {
  margin-left: -35px
}

.sequence .sequence-icon-md {
  margin-left: -39px
}

.sequence .sequence-icon-lg {
  margin-left: -43px
}

@media (min-width:768px) {
  .sequence {
    padding-right: 24px;
    font-size: 16px
  }
}

.sequence>li {
  display: block;
  line-height: 24px;
  position: relative;
  border-color: #d3d5d8
}

.sequence>li>a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #3f75ab;
  outline-offset: -1px
}

.sequence>li>a:hover,
.sequence>li>a:focus {
  text-decoration: none;
  color: #00a4df
}

.sequence>li>a:active {
  color: #003366
}

.sequence>li p {
  margin-bottom: 0;
  padding-bottom: 8px;
  max-width: 600px
}

.sequence>li p:last-child {
  padding-bottom: 0
}

.sequence>li h1,
.sequence>li h2,
.sequence>li h3,
.sequence>li h4,
.sequence>li .h1,
.sequence>li .h2,
.sequence>li .h3,
.sequence>li .h4,
.sequence>li .btn-toolbar {
  margin-bottom: 16px
}

.sequence>li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 2;
  border-width: 4px;
  border-style: solid;
  border-color: inherit;
  outline: 0
}

.sequence>li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  outline: 0;
  border-width: 0;
  background-color: #d3d5d8;
  background-size: 200% 200%;
  background-position: 0 0%
}

.sequence .sequence-item-no-pip:before {
  display: none
}

.sequence>.active>a {
  text-decoration: none;
  color: #fff;
  font-weight: 600
}

.sequence>.active>a:hover,
.sequence>.active>a:focus {
  text-decoration: none;
  color: #00a4df
}

.sequence>.active>a:active {
  color: #003366
}

.sequence>.active .small {
  color: #5d7079;
  font-weight: 500
}

.sequence>.active:before {
  border-color: #3f75ab
}

.sequence>.active:after,
.sequence>.active~li:after {
  background-color: #d3d5d8;
  background-image: none
}

.sequence>.active~li:before {
  border-color: #d3d5d8
}

.sequence a {
  text-decoration: none;
  font-weight: 500
}

.sequence-top>li:first-child:after {
  top: 0
}

.sequence-inverse>li {
  border-color: #253655
}

.sequence-inverse>li>a {
  color: #FFF
}

.sequence-inverse>li:after {
  background-color: #253655
}

.sequence-inverse>.active>a {
  color: #FFF
}

.sequence-inverse>.active .small {
  color: #f2f5f7
}

.sequence-inverse>.active:after,
.sequence-inverse>.active~li:after {
  background-color: #253655;
  background-image: none !important
}

.sequence-inverse>.active~li:before {
  border-color: #253655
}

.sequence-info>li {
  border-color: #3f75ab
}

.sequence-info>li:after {
  background-image: linear-gradient(#3f75ab 0, #3f75ab 50%, #d3d5d8 50%, #d3d5d8 100%)
}

.sequence-info.sequence-inverse>li:after {
  background-image: linear-gradient(#3f75ab 0, #3f75ab 50%, #253655 50%, #253655 100%)
}

.sequence-info>.active:before {
  border-color: #3f75ab;
  background-color: #3f75ab
}

@keyframes sequence-pip-info {
  from {
    border-color: #d3d5d8
  }

  to {
    border-color: #3f75ab
  }
}

.sequence-primary>li {
  border-color: #37517e
}

.sequence-primary>li:after {
  background-image: linear-gradient(#37517e 0, #37517e 50%, #d3d5d8 50%, #d3d5d8 100%)
}

.sequence-primary.sequence-inverse>li:after {
  background-image: linear-gradient(#37517e 0, #37517e 50%, #253655 50%, #253655 100%)
}

.sequence-primary>.active:before {
  border-color: #37517e;
  background-color: #37517e
}

@keyframes sequence-pip-primary {
  from {
    border-color: #d3d5d8
  }

  to {
    border-color: #37517e
  }
}

.sequence-success>li {
  border-color: #2ED06E
}

.sequence-success>li:after {
  background-image: linear-gradient(#2ED06E 0, #2ED06E 50%, #d3d5d8 50%, #d3d5d8 100%)
}

.sequence-success.sequence-inverse>li:after {
  background-image: linear-gradient(#2ED06E 0, #2ED06E 50%, #253655 50%, #253655 100%)
}

.sequence-success>.active:before {
  border-color: #2ED06E;
  background-color: #2ED06E
}

@keyframes sequence-pip-success {
  from {
    border-color: #d3d5d8
  }

  to {
    border-color: #2ED06E
  }
}

.sequence-warning>li {
  border-color: #FFA600
}

.sequence-warning>li:after {
  background-image: linear-gradient(#FFA600 0, #FFA600 50%, #d3d5d8 50%, #d3d5d8 100%)
}

.sequence-warning.sequence-inverse>li:after {
  background-image: linear-gradient(#FFA600 0, #FFA600 50%, #253655 50%, #253655 100%)
}

.sequence-warning>.active:before {
  border-color: #FFA600;
  background-color: #FFA600
}

@keyframes sequence-pip-warning {
  from {
    border-color: #d3d5d8
  }

  to {
    border-color: #FFA600
  }
}

.sequence-danger>li {
  border-color: #F53636
}

.sequence-danger>li:after {
  background-image: linear-gradient(#F53636 0, #F53636 50%, #d3d5d8 50%, #d3d5d8 100%)
}

.sequence-danger.sequence-inverse>li:after {
  background-image: linear-gradient(#F53636 0, #F53636 50%, #253655 50%, #253655 100%)
}

.sequence-danger>.active:before {
  border-color: #F53636;
  background-color: #F53636
}

@keyframes sequence-pip-danger {
  from {
    border-color: #d3d5d8
  }

  to {
    border-color: #F53636
  }
}

.sequence-hollow>li:before {
  border-width: 2px;
  background-color: #FFF
}

.sequence-hollow>.active:before {
  border-width: 4px
}

.sequence-hollow>.active~li:before {
  background-color: #FFF
}

.sequence-hollow.sequence-inverse>li:before {
  background-color: #37517e
}

.sequence-icon {
  position: absolute;
  display: block;
  margin-left: -35px;
  background-color: #FFF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 23px;
  z-index: 2;
  text-align: center;
  text-decoration: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: #5d7079;
  top: 4px;
  font-size: 12px
}

.sequence-icon .icon {
  font-size: 16px;
  line-height: 23px
}

.sequence-inverse .sequence-icon {
  background-color: #37517e;
  border-color: #FFF
}

.sequence a .sequence-icon {
  color: #3f75ab;
  border-color: #3f75ab
}

.sequence a:hover .sequence-icon,
.sequence a:focus .sequence-icon {
  color: #00a4df;
  border-color: #00a4df
}

.sequence-table {
  display: table
}

.sequence-table>li {
  display: table-row
}

.sequence-table>li>a {
  position: absolute
}

.sequence-table>li>.sequence-table-td,
.sequence-table>li>.sequence-table-th {
  display: table-cell;
  padding: 4px 12px 4px 0
}

.sequence-table>li>.sequence-table-td:last-child,
.sequence-table>li>.sequence-table-th:last-child {
  padding-right: 0
}

.sequence-table>li>.sequence-table-th {
  color: #fff;
  white-space: nowrap
}

.sequence-table>li:before {
  position: initial
}

.sequence-table>li:after {
  display: none
}

.sequence-table>li .sequence-icon {
  position: initial;
  margin-top: -17px
}

.sequence-table>li:first-child .sequence-table-td,
.sequence-table>li:first-child .sequence-table-th {
  padding-top: 17px
}

.sequence-table>li:last-child .sequence-table-td,
.sequence-table>li:last-child .sequence-table-th {
  padding-bottom: 15px
}

.sequence-table:before {
  content: " ";
  width: 2px;
  left: 0;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  height: calc(100% - 56px);
  margin-top: 28px;
  display: block
}

.sequence-table.sequence-top:before {
  height: calc(100% - 28px);
  margin-top: 0
}

.sequence-table.sequence-bottom:before {
  height: calc(100% - 28px)
}

.sequence-table.sequence-top.sequence-bottom:before {
  height: 100%
}

.sequence-inverse>li>.sequence-table-th,
.sequence-inverse>li>.sequence-table-td {
  color: #e2e6e8
}

.sequence-icon-md {
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin-top: -6px;
  font-size: 14px
}

.sequence-icon-lg {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-top: -6px;
  font-size: 16px
}

.sequence-icon-lg .icon {
  font-size: 22px;
  line-height: 35px
}

.sequence-lg {
  padding-left: 40px
}

.sequence-lg>li {
  padding-top: 8px;
  padding-bottom: 8px
}

.sequence-lg>li:first-child {
  margin-top: 24px
}

.sequence-lg>li:last-child {
  margin-bottom: 24px
}

@media (min-width:768px) {
  .sequence-lg>li {
    padding-top: 8px;
    padding-bottom: 8px
  }
}

.sequence-lg>li:before {
  margin-top: 8px
}

.sequence-lg>li:after {
  top: 20px
}

.sequence-lg>li:first-child:after {
  height: 100%
}

.sequence-lg>li:last-child:after {
  height: 0
}

.sequence-lg.sequence-top>li:first-child {
  padding-top: 32px;
  margin-top: 0
}

.sequence-lg.sequence-top>li:first-child:after {
  height: calc(100% + 20px)
}

.sequence-lg.sequence-bottom>li:last-child {
  padding-bottom: 32px;
  margin-bottom: 0
}

.sequence-lg.sequence-bottom>li:last-child:after {
  height: calc(100% - 20px)
}

.sequence-lg.sequence-top.sequence-bottom>li:first-child:last-child:after {
  height: 100%
}

.sequence-lg .sequence-icon {
  top: 8px
}

@media (min-width:768px) {
  .sequence-lg .sequence-icon {
    top: 8px
  }
}

.sequence-lg.sequence-top>li:first-child .sequence-icon {
  top: 32px
}

.sequence-lg>li:before {
  margin-left: -43px
}

.sequence-lg>li:after {
  left: -40px
}

.sequence-lg .sequence-icon {
  margin-left: -51px
}

.sequence-lg .sequence-icon-md {
  margin-left: -55px
}

.sequence-lg .sequence-icon-lg {
  margin-left: -59px
}

@media (min-width:768px) {
  .sequence-lg {
    padding-left: 48px
  }

  .sequence-lg>li:before {
    margin-left: -51px
  }

  .sequence-lg>li:after {
    left: -48px
  }

  .sequence-lg .sequence-icon {
    margin-left: -59px
  }

  .sequence-lg .sequence-icon-md {
    margin-left: -63px
  }

  .sequence-lg .sequence-icon-lg {
    margin-left: -67px
  }
}

.sequence-animate>li:after {
  background-size: 200% 200%;
  animation: .3s linear 0s both sequence-fill
}

.sequence-animate.sequence-info>li:before {
  animation: .3s linear .3s both sequence-pip-info, 3s linear .3s forwards sequence-pulse-info
}

.sequence-animate.sequence-info>.active:before {
  animation: .3s linear .3s both sequence-pip-info, 3s linear .3s infinite sequence-pulse-info
}

.sequence-animate.sequence-warning>li:before {
  animation: .3s linear .3s both sequence-pip-warning, 3s linear .3s forwards sequence-pulse-warning
}

.sequence-animate.sequence-warning>.active:before {
  animation: .3s linear .3s both sequence-pip-warning, 3s linear .3s infinite sequence-pulse-warning
}

.sequence-animate.sequence-success>li:before {
  animation: .3s linear .3s both sequence-pip-success, 3s linear .3s forwards sequence-pulse-success
}

.sequence-animate.sequence-success>.active:before {
  animation: .3s linear .3s both sequence-pip-success, 3s linear .3s infinite sequence-pulse-success
}

.sequence-animate.sequence-danger>li:before {
  animation: .3s linear .3s both sequence-pip-danger, 3s linear .3s forwards sequence-pulse-danger
}

.sequence-animate.sequence-danger>.active:before {
  animation: .3s linear .3s both sequence-pip-danger, 3s linear .3s infinite sequence-pulse-danger
}

.sequence-animate>li:nth-child(1):before,
.sequence-animate>li:nth-child(1):after {
  animation-delay: .3s !important
}

.sequence-animate>li:nth-child(2):before,
.sequence-animate>li:nth-child(2):after {
  animation-delay: .6s !important
}

.sequence-animate>li:nth-child(3):before,
.sequence-animate>li:nth-child(3):after {
  animation-delay: .9s !important
}

.sequence-animate>li:nth-child(4):before,
.sequence-animate>li:nth-child(4):after {
  animation-delay: 1.2s !important
}

.sequence-animate>li:nth-child(5):before,
.sequence-animate>li:nth-child(5):after {
  animation-delay: 1.5s !important
}

.sequence-animate>li:nth-child(6):before,
.sequence-animate>li:nth-child(6):after {
  animation-delay: 1.8s !important
}

.sequence-animate>li:nth-child(7):before,
.sequence-animate>li:nth-child(7):after {
  animation-delay: 2.1s !important
}

.sequence-animate>li:nth-child(8):before,
.sequence-animate>li:nth-child(8):after {
  animation-delay: 2.4s !important
}

.sequence-animate>li:nth-child(9):before,
.sequence-animate>li:nth-child(9):after {
  animation-delay: 2.7s !important
}

.sequence-animate>li:nth-child(10):before,
.sequence-animate>li:nth-child(10):after {
  animation-delay: 3s !important
}

.sequence-animate>.active~li:before,
.sequence-animate>.active~li:after {
  animation: none
}

@keyframes sequence-fill {
  from {
    background-position: 0 100%
  }

  to {
    background-position: 0 0
  }
}

@keyframes sequence-pulse-info {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 185, 255, 0.3)
  }

  50% {
    box-shadow: 0 0 0 16px rgba(0, 185, 255, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 185, 255, 0)
  }
}

@keyframes sequence-pulse-warning {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 166, 0, 0.3)
  }

  50% {
    box-shadow: 0 0 0 16px rgba(255, 166, 0, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 166, 0, 0)
  }
}

@keyframes sequence-pulse-success {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 208, 110, 0.3)
  }

  50% {
    box-shadow: 0 0 0 16px rgba(26, 208, 110, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(226, 208, 110, 0)
  }
}

@keyframes sequence-pulse-danger {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 54, 54, 0.3)
  }

  50% {
    box-shadow: 0 0 0 16px rgba(245, 54, 54, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(245, 54, 54, 0)
  }
}

.process {
  position: relative;
  margin: auto;
  display: block
}

.process svg {
  width: 100%;
  height: 100%
}

.process-circle {
  transform-origin: center center;
  transition: stroke 1s .2s linear;
  stroke: #3f75ab;
  stroke-opacity: 1;
  stroke-linecap: round;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite
}

.process-inverse .process-circle {
  stroke: #fff
}

.process-icon-container {
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 50%;
  width: 50%;
  left: 25%;
  top: 25%
}

.process-icon-horizontal,
.process-icon-vertical {
  position: absolute;
  display: block;
  width: 0;
  height: 0
}

.process-success .process-icon-horizontal {
  background-color: #2ED06E;
  bottom: 0;
  left: 0
}

.process-success .process-icon-vertical {
  background-color: #2ED06E;
  top: 100%;
  right: 0
}

.process-success .process-circle {
  stroke: #2ED06E
}

.process-danger .process-icon-horizontal {
  background-color: #F53636;
  left: 0
}

.process-danger .process-icon-vertical {
  background-color: #F53636;
  top: 0
}

.process-danger .process-circle {
  stroke: #F53636
}

.process-success .process-circle,
.process-danger .process-circle {
  animation-duration: 1.5s;
  animation-delay: 1ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1
}

.process-success .process-icon-horizontal,
.process-danger .process-icon-horizontal {
  animation: process-width .3s 1.2s ease forwards
}

.process-success .process-icon-vertical,
.process-danger .process-icon-vertical {
  animation: process-height .3s 1.5s ease forwards
}

.process-stopped .process-circle {
  animation: none
}

.process-stopped .process-icon-container {
  display: none
}

.process-xs {
  width: 24px;
  height: 24px
}

.process-xs .process-circle {
  stroke-dashoffset: 69.11503838px;
  stroke-dasharray: 69.11503838px;
  stroke-width: 2px
}

.process-xs.process-danger .process-icon-horizontal {
  top: 5px;
  height: 2px
}

.process-xs.process-danger .process-icon-vertical {
  left: 5px;
  width: 2px
}

.process-xs .process-icon-horizontal,
.process-xs .process-icon-vertical {
  border-radius: 1px
}

.process-xs.process-success .process-icon-container {
  width: 5px;
  height: 10px;
  left: 9px
}

.process-xs.process-success .process-icon-horizontal {
  height: 2px
}

.process-xs.process-success .process-icon-vertical {
  width: 2px
}

.process-sm {
  width: 48px;
  height: 48px
}

.process-sm .process-circle {
  stroke-dashoffset: 144.51326207px;
  stroke-dasharray: 144.51326207px;
  stroke-width: 2.4px
}

.process-sm.process-danger .process-icon-horizontal {
  top: 10.5px;
  height: 3px
}

.process-sm.process-danger .process-icon-vertical {
  left: 10.5px;
  width: 3px
}

.process-sm .process-icon-horizontal,
.process-sm .process-icon-vertical {
  border-radius: 1.5px
}

.process-sm.process-success .process-icon-container {
  width: 10.5px;
  height: 21px;
  left: 18px
}

.process-sm.process-success .process-icon-horizontal {
  height: 3px
}

.process-sm.process-success .process-icon-vertical {
  width: 3px
}

.process-xl {
  width: 128px;
  height: 128px
}

.process-xl .process-circle {
  stroke-dashoffset: 395.84067435px;
  stroke-dasharray: 395.84067435px;
  stroke-width: 3px
}

.process-xl.process-danger .process-icon-horizontal {
  top: 28px;
  height: 8px
}

.process-xl.process-danger .process-icon-vertical {
  left: 28px;
  width: 8px
}

.process-xl .process-icon-horizontal,
.process-xl .process-icon-vertical {
  border-radius: 4px
}

.process-xl.process-success .process-icon-container {
  width: 28px;
  height: 56px;
  left: 48px
}

.process-xl.process-success .process-icon-horizontal {
  height: 8px
}

.process-xl.process-success .process-icon-vertical {
  width: 8px
}

.process-xs .process-circle {
  animation-name: process-chase-circle-xs
}

.process-xs.process-success .process-circle,
.process-xs.process-danger .process-circle {
  animation-name: process-success-circle-xs
}

.process-sm .process-circle {
  animation-name: process-chase-circle-sm
}

.process-sm.process-success .process-circle,
.process-sm.process-danger .process-circle {
  animation-name: process-success-circle-sm
}

.process-xl .process-circle {
  animation-name: process-chase-circle-xl
}

.process-xl.process-success .process-circle,
.process-xl.process-danger .process-circle {
  animation-name: process-success-circle-xl
}

@keyframes process-chase-circle-xs {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 206.34511514px;
    stroke-dasharray: 69.11503838px
  }

  25% {
    stroke-dashoffset: 68.11503838px;
    stroke-dasharray: 34.55751919px
  }

  75% {
    stroke-dashoffset: 68.11503838px;
    stroke-dasharray: 51.83627878px
  }

  100% {
    transform: rotate(360deg);
    stroke-dashoffset: 68.11503838px;
    stroke-dasharray: 69.11503838px
  }
}

@keyframes process-success-circle-xs {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 68.11503838px;
    stroke-dasharray: 69.11503838px
  }

  100% {
    transform: rotate(360deg);
    stroke-dashoffset: 0;
    stroke-dasharray: 69.11503838px
  }
}

@keyframes process-chase-circle-sm {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 432.5397862px;
    stroke-dasharray: 144.51326207px
  }

  25% {
    stroke-dashoffset: 143.51326207px;
    stroke-dasharray: 72.25663103px
  }

  75% {
    stroke-dashoffset: 143.51326207px;
    stroke-dasharray: 108.38494655px
  }

  100% {
    transform: rotate(360deg);
    stroke-dashoffset: 143.51326207px;
    stroke-dasharray: 144.51326207px
  }
}

@keyframes process-success-circle-sm {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 143.51326207px;
    stroke-dasharray: 144.51326207px
  }

  100% {
    transform: rotate(360deg);
    stroke-dashoffset: 0;
    stroke-dasharray: 144.51326207px
  }
}

@keyframes process-chase-circle-xl {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 1186.52202306px;
    stroke-dasharray: 395.84067435px
  }

  25% {
    stroke-dashoffset: 394.84067435px;
    stroke-dasharray: 197.92033718px
  }

  75% {
    stroke-dashoffset: 394.84067435px;
    stroke-dasharray: 296.88050576px
  }

  100% {
    transform: rotate(360deg);
    stroke-dashoffset: 394.84067435px;
    stroke-dasharray: 395.84067435px
  }
}

@keyframes process-success-circle-xl {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 394.84067435px;
    stroke-dasharray: 395.84067435px
  }

  100% {
    transform: rotate(360deg);
    stroke-dashoffset: 0;
    stroke-dasharray: 395.84067435px
  }
}

@keyframes process-width {
  to {
    width: 100%
  }
}

@keyframes process-height {
  to {
    top: 0;
    height: 100%
  }
}

.btn .process:first-child {
  margin-left: -12px;
  margin-right: 12px;
  float: left
}

.btn-block .process:first-child {
  position: absolute
}

.btn .process-circle {
  transition: stroke .5s 0s linear
}

.btn-primary .process-circle,
.btn-success .process-circle {
  stroke: #fff
}

.btn-primary .process-icon-horizontal,
.btn-success .process-icon-horizontal,
.btn-primary .process-icon-vertical,
.btn-success .process-icon-vertical {
  background-color: #fff
}

.btn:hover .process-circle,
.btn:focus .process-circle {
  stroke: #fff
}

.btn:hover .process-icon-horizontal,
.btn:focus .process-icon-horizontal,
.btn:hover .process-icon-vertical,
.btn:focus .process-icon-vertical {
  background-color: #fff
}

.btn[disabled] .process-circle {
  stroke: #a8aaac
}

.btn[disabled] .process-icon-horizontal,
.btn[disabled] .process-icon-vertical {
  background-color: #fff
}

.droppable {
  font-size: 16px;
  text-align: center;
  border: 1px solid #d3d5d8;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: border-color .15s linear
}

.droppable:hover {
  border-color: #829ca9
}

@media (min-width:768px) {
  .droppable {
    border-style: dashed
  }
}

.droppable-card {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: inherit;
  transition: transform .3s ease
}

.droppable-card-content {
  max-width: 100%;
  opacity: 1;
  transition: opacity .5s linear
}

.droppable-dropping {
  border-color: #3f75ab !important
}

.droppable-dropping h3,
.droppable-dropping h4,
.droppable-dropping h5,
.droppable-dropping .icon {
  color: #3f75ab
}

.droppable-processing,
.droppable-complete {
  border-style: solid
}

.droppable .thumbnail {
  width: auto;
  max-height: 96px;
  max-width: 96px;
  margin: 0 auto
}

@media (min-width:768px) {
  .droppable .thumbnail {
    max-height: 128px;
    max-width: 128px
  }
}

.droppable-dropping-card {
  display: none;
  animation: droppable-fade-in .15s 0s linear forwards;
  color: #3f75ab !important;
  background-color: #D8F1fA;
  z-index: 1
}

.droppable-dropping .droppable-dropping-card {
  display: flex
}

.droppable-processing-card {
  display: none
}

.droppable-processing-card .droppable-card-content {
  opacity: 1
}

.droppable-processing .droppable-processing-card {
  display: flex;
  transform: translateX(0)
}

.droppable-processing .droppable-processing-card .droppable-card-content {
  opacity: 1
}

.droppable-complete .droppable-processing-card {
  display: flex;
  transform: translateX(-100%)
}

.droppable-complete .droppable-processing-card .droppable-card-content {
  opacity: 0
}

.droppable-complete-card {
  display: flex;
  transform: translateX(100%)
}

.droppable-complete-card .droppable-card-content {
  opacity: 0
}

.droppable-complete .droppable-complete-card {
  transform: translateX(0)
}

.droppable-complete .droppable-complete-card .droppable-card-content {
  opacity: 1
}

.droppable-processing .droppable-default-card .droppable-card-content,
.droppable-complete .droppable-default-card .droppable-card-content {
  opacity: 0
}

.droppable-mobile {
  display: block
}

.droppable-desktop {
  display: none
}

@media (min-width:768px) {
  .droppable-mobile {
    display: none
  }

  .droppable-desktop {
    display: block
  }
}

.droppable-active-cover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center
}

.droppable-active .droppable-active-cover {
  display: flex;
  background-color: #fff
}

.droppable-dropping .droppable-active-cover {
  color: #3f75ab !important;
  background-color: #D8F1fA
}

.droppable-active {
  border-style: solid
}

.droppable-active.droppable-dropping {
  border-style: dashed
}

.droppable-sm,
.droppable-sm .droppable-active-cover {
  padding: 16px 16px
}

@media (min-width:576px) {

  .droppable-sm,
  .droppable-sm .droppable-active-cover {
    padding: 24px 16px
  }
}

@media (min-width:992px) {

  .droppable-sm,
  .droppable-sm .droppable-active-cover {
    padding: 32px 24px
  }
}

.droppable-md,
.droppable-md .droppable-active-cover {
  padding: 32px 32px
}

@media (min-width:576px) {

  .droppable-md,
  .droppable-md .droppable-active-cover {
    padding: 48px 32px
  }
}

@media (min-width:992px) {

  .droppable-md,
  .droppable-md .droppable-active-cover {
    padding: 64px 48px
  }
}

.droppable-lg,
.droppable-lg .droppable-active-cover {
  padding: 48px 48px
}

@media (min-width:576px) {

  .droppable-lg,
  .droppable-lg .droppable-active-cover {
    padding: 72px 48px
  }
}

@media (min-width:992px) {

  .droppable-lg,
  .droppable-lg .droppable-active-cover {
    padding: 96px 72px
  }
}

@keyframes droppable-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.decision {
  cursor: pointer;
  padding: 24px 12px 24px 0;
  margin-bottom: 0 !important;
  border-top: 1px solid #e2e6e8;
  border-bottom: 1px solid #e2e6e8;
  align-items: center;
  -webkit-transition: background-color ease .15s;
  -o-transition: background-color ease .15s;
  transition: background-color ease .15s
}

.decision+.decision {
  margin-top: -1px
}

.decision dd:last-child {
  margin-bottom: 0
}

.decision dl {
  margin-top: 8px
}

.decision .caret {
  color: #3f75ab;
  padding-bottom: 8px
}

.decision .media-left {
  display: none
}

@media (min-width:480px) {
  .decision {
    padding: 24px
  }

  .decision .media-left {
    display: block
  }
}

.decision.disabled {
  opacity: .5;
  cursor: not-allowed
}

@media (min-width:480px) {
  .decision:not(.disabled):hover {
    background-color: #f2f5f7
  }

  .decision:not(.disabled):hover .circle-inverse {
    background-color: #fff
  }
}

.decision:not(.disabled):hover .tw-checkbox-button,
.decision:not(.disabled):hover .tw-radio-button {
  border-color: #3f75ab
}

.decision.decision-complex {
  align-items: initial
}

.fade-in {
  animation: fade-in .3s 0s linear forwards
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.logo-auth-page {
  height: 100px;
  width: 100%;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.m-b-6 {
  margin-bottom: 48px !important;
}

.m-b-7 {
  margin-bottom: 56px !important;
}

.margin-top-72 {
  margin-top: 72px;
}

#side-image {
  position: fixed;
  width: 41.66666667%;
  height: 100%;
  left: 0;
  opacity: 0;
  background: url(https://rewo.s3.amazonaws.com/backoffice/images/oficina-rewo.jpg) center right / cover no-repeat
}


@media (min-width: 992px) {
  .image-fader {
    opacity: 1 !important;
    transition: all .5s ease-out;
  }
}

.margin-top-logo {
  margin-top: 42px;
}

@media (max-width: 991px) {
  .image-fader {
    left: -500px !important;
    opacity: 0 !important;
    transition: all .3s ease-out;
  }

  .margin-top-logo {
    margin-top: 22px;
  }
}

.twofa-phone {
  margin: 0 auto;
  width: 69px;
  height: 144px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjlweCIgaGVpZ2h0PSIxNDRweCIgdmlld0JveD0iMCAwIDY5IDE0NCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+MmZhX3RleHQ8L3RpdGxlPjxkZWZzPjwvZGVmcz48ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBpZD0iMmZhX3RleHQiPjxnIGlkPSJHcm91cCI+PHBhdGggZD0iTTYyLjMyMjMxOCwxMzUuODAzNDMzIEw2LjkyOTIyNjE3LDEzNS44MDM0MzMgQzMuMTAyNjc5MSwxMzUuODAzNDMzIDAsMTMyLjc2NzMzNCAwLDEyOS4wMjA5MjIgTDAsNi43ODI1MTA1MyBDMCwzLjAzNjk4NDY3IDMuMTAyNjc5MSwwIDYuOTI5MjI2MTcsMCBMNjIuMDcwNzczOCwwIEM2NS44OTczMjA5LDAgNjksMy4wMzY5ODQ2NyA2OSw2Ljc4MjUxMDUzIEw2OSwxMjkuMjY3MTQgQzY5LDEzMi44NzcxNTggNjYuMDEwNDI1MywxMzUuODAzNDMzIDYyLjMyMjMxOCwxMzUuODAzNDMzIiBpZD0iRmlsbC0zIiBmaWxsPSIjNUQ3MDc5Ij48L3BhdGg+PHBvbHlnb24gaWQ9IkZpbGwtNiIgZmlsbD0iIzM3NTE3RSIgcG9pbnRzPSI0LjUgMTIxLjUgNjQuNSAxMjEuNSA2NC41IDE2LjUgNC41IDE2LjUiPjwvcG9seWdvbj48cGF0aCBkPSJNNjQuNSwxNi41IEw2NC41LDEyMS41IEM2Mi43Nzc5MTMxLDEyMC45MjkyMDIgNjEuMjc1MzkyMywxMjAuMjg3MDU1IDU5LjY3Mzg1MTUsMTE5LjU4MjQ3NyBDMjIuNDA3ODkxNywxMDMuMTk4ODAyIDUuMDI5NDUyMDEsNTguODIzNzQ5MyAyMC44NDY4MTk5LDIwLjIyMzU2MjQgQzIxLjM4OTI3NzMsMTguODg1NzU1NSAyMS45ODE2NzUyLDE3LjM5MTg3MTIgMjIuNTkzMDE2LDE2LjUgTDY0LjUsMTYuNSBaIiBpZD0iRmlsbC04IiBmaWxsPSIjMDBCOUZGIj48L3BhdGg+PHBhdGggZD0iTTM4LjI1LDEyOC4yNSBDMzguMjUsMTMwLjMyMTIzMSAzNi41NzEyMzA2LDEzMiAzNC41LDEzMiBDMzIuNDI5NjAwOSwxMzIgMzAuNzUsMTMwLjMyMTIzMSAzMC43NSwxMjguMjUgQzMwLjc1LDEyNi4xNzg3NjkgMzIuNDI5NjAwOSwxMjQuNSAzNC41LDEyNC41IEMzNi41NzEyMzA2LDEyNC41IDM4LjI1LDEyNi4xNzg3NjkgMzguMjUsMTI4LjI1IiBpZD0iRmlsbC05IiBmaWxsPSIjNkY4NjkxIj48L3BhdGg+PHBvbHlnb24gaWQ9IkZpbGwtMTAiIGZpbGw9IiM2Rjg2OTEiIHBvaW50cz0iNDAuODM1NzIzMiAxMC41NTc5NjYzIDI2LjQ0MTY5ODUgMTAuNTU3OTY2MyAyNy43OTk1MzQ4IDYuNTc4NjkxNzEgNDIuMTkzNTU5NSA2LjU3ODY5MTcxIj48L3BvbHlnb24+PHBhdGggZD0iTTU1LjMxNTE0NzYsMTQyLjYyNTEwNCBDNTUuMzE1MTQ3NiwxNDMuMzU4NTQ3IDQ1LjkxMzA0MjMsMTQzLjk1MjYwNCAzNC4zMTUxNDc2LDE0My45NTI2MDQgQzIyLjcxNzI1MjksMTQzLjk1MjYwNCAxMy4zMTUxNDc2LDE0My4zNTg1NDcgMTMuMzE1MTQ3NiwxNDIuNjI1MTA0IEMxMy4zMTUxNDc2LDE0MS44OTE2NiAyMi43MTcyNTI5LDE0MS4yOTc2MDQgMzQuMzE1MTQ3NiwxNDEuMjk3NjA0IEM0NS45MTMwNDIzLDE0MS4yOTc2MDQgNTUuMzE1MTQ3NiwxNDEuODkxNjYgNTUuMzE1MTQ3NiwxNDIuNjI1MTA0IFoiIGlkPSJGaWxsLTEiIGZpbGw9IiNGMkY1RjciPjwvcGF0aD48L2c+PC9nPjwvZz48L3N2Zz4=);
}

.twofa-phone-small {
  margin: 0 auto;
  width: 40px;
  height: 80px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2OCAxMjgiPjxkZWZzPjxzdHlsZT4uY2xzLTEsLmNscy0ye2ZpbGw6bm9uZTt9LmNscy0ye3N0cm9rZTojNjZkZGJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDozcHg7fS5jbHMtM3tmaWxsOiM1NzY5ODg7fS5jbHMtNHtmaWxsOiNmZmY4ZWQ7fS5jbHMtNXtvcGFjaXR5OjAuMTt9LmNscy02e2ZpbGw6IzgzZTRjYjt9LmNscy03e2ZpbGw6I2RhZjdmMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPjJGQS0yPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iXzJGQSIgZGF0YS1uYW1lPSIyRkEiPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzQiIGN5PSI0NSIgcj0iMzAiLz48bGluZSBjbGFzcz0iY2xzLTIiIHgxPSIzMy41IiB5MT0iMTUiIHgyPSIzMy41Ii8+PGxpbmUgY2xhc3M9ImNscy0yIiB4MT0iMTguNTkiIHkxPSIxOC4xOSIgeDI9IjEzLjA5IiB5Mj0iOC42OCIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjQ4LjU3IiB5MT0iMTguMTkiIHgyPSI1NC4wNyIgeTI9IjguNjgiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEwIiB5PSIzNCIgd2lkdGg9IjQ4IiBoZWlnaHQ9Ijk0IiByeD0iNS45OCIgcnk9IjUuOTgiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjEzIiB5PSI0NCIgd2lkdGg9IjQyIiBoZWlnaHQ9Ijc1Ii8+PGcgY2xhc3M9ImNscy01Ij48cmVjdCB4PSIzIiB5PSI3MiIgd2lkdGg9IjY1IiBoZWlnaHQ9IjIyIi8+PC9nPjxyZWN0IGNsYXNzPSJjbHMtNiIgeT0iNjkiIHdpZHRoPSI2NSIgaGVpZ2h0PSIyMiIvPjxjaXJjbGUgY2xhc3M9ImNscy03IiBjeD0iMTEuNSIgY3k9Ijc5LjUiIHI9IjYuNSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtNyIgcG9pbnRzPSI1OC43NyA3OCAyMS40NCA3OCAyMi43NyA3NCA2MC4xIDc0IDU4Ljc3IDc4Ii8+PHBvbHlnb24gY2xhc3M9ImNscy03IiBwb2ludHM9IjQ1Ljc3IDg1IDIxLjc3IDg1IDIzLjEgODEgNDcuMSA4MSA0NS43NyA4NSIvPjwvZz48L2c+PC9zdmc+);
}

.twofa-voice {
  margin: 0 auto;
  width: 144px;
  height: 144px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0cHgiIGhlaWdodD0iMTQ0cHgiIHZpZXdCb3g9IjAgMCAxNDQgMTQ0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx0aXRsZT4yZmFfdm9pY2U8L3RpdGxlPjxkZWZzPjxjaXJjbGUgaWQ9InBhdGgtMSIgY3g9IjcyIiBjeT0iNzIiIHI9IjcyIj48L2NpcmNsZT48L2RlZnM+PGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9IjJmYV92b2ljZSI+PGcgaWQ9Ikdyb3VwLTIiPjxnIGlkPSJOZXctQ1MtQWdlbnQtQ29weSI+PGcgaWQ9IlBhZ2UtMSI+PGcgaWQ9IkNTLUFnZW50LUNvcHkiPjxnIGlkPSJNYXNrIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNGMkY1RjciPjxjaXJjbGUgaWQ9InBhdGgtMSIgY3g9IjcyIiBjeT0iNzIiIHI9IjcyIj48L2NpcmNsZT48L2c+PGcgaWQ9IlBhZ2UtMS1DbGlwcGVkIj48bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+PHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT48L21hc2s+PGcgaWQ9InBhdGgtMSI+PC9nPjxnIGlkPSJQYWdlLTEiIG1hc2s9InVybCgjbWFzay0yKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4LjAwMDAwMCwgOTkuMDAwMDAwKSIgaWQ9Ikdyb3VwIj48Zz48cG9seWdvbiBpZD0iRmlsbC0xMSIgZmlsbD0iI0ZEODM4MiIgcG9pbnRzPSI1NS41IDExMSAxMDIuMzY0OTUgMS4zMDUwMDQxMiA0Ni40Nzk0NSAxLjMwNTAwNDEyIDAuMDAwNDUgMTEwLjcyNzAwNCI+PC9wb2x5Z29uPjwvZz48L2c+PC9nPjwvZz48L2c+PC9nPjwvZz48ZyBpZD0iR3JvdXAtMi1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNy41MDAwMDAsIDMwLjAwMDAwMCkiPjxlbGxpcHNlIGlkPSJPdmFsIiBmaWxsPSIjRkZFRUE5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGN4PSI4LjE5ODYzMDE0IiBjeT0iMzUuMjUiIHJ4PSI1LjE5ODYzMDE0IiByeT0iNS4yNSI+PC9lbGxpcHNlPjxlbGxpcHNlIGlkPSJPdmFsIiBmaWxsPSIjRkZFRUE5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGN4PSIzOSIgY3k9IjMwLjI5NjQ0MjciIHJ4PSIzMCIgcnk9IjMwLjI5NjQ0MjciPjwvZWxsaXBzZT48ZWxsaXBzZSBpZD0iT3ZhbCIgZmlsbD0iIzFFMkU0NCIgZmlsbC1ydWxlPSJub256ZXJvIiBjeD0iNTQuOTg2MzAxNCIgY3k9IjMzLjA2NTIxNzQiIHJ4PSIyLjI2MDI3Mzk3IiByeT0iMi4yODI2MDg3Ij48L2VsbGlwc2U+PGVsbGlwc2UgaWQ9Ik92YWwiIGZpbGw9IiMxRTJFNDQiIGZpbGwtcnVsZT0ibm9uemVybyIgY3g9IjM3LjgwODIxOTIiIGN5PSIzMy4wNjUyMTc0IiByeD0iMi4yNjAyNzM5NyIgcnk9IjIuMjgyNjA4NyI+PC9lbGxpcHNlPjxlbGxpcHNlIGlkPSJPdmFsIiBmaWxsPSIjRDZDRUNFIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ1LjkwNTYwOCwgNDYuMTE3OTk3KSByb3RhdGUoLTQuNjgwMDAwKSB0cmFuc2xhdGUoLTQ1LjkwNTYwOCwgLTQ2LjExNzk5NykgIiBjeD0iNDUuOTA1NjA4MSIgY3k9IjQ2LjExNzk5NzIiIHJ4PSI5LjA0MTA5NTg5IiByeT0iNS40NzgyNjA4NyI+PC9lbGxpcHNlPjxwYXRoIGQ9Ik02OC43NjEyMDI2LDI2LjU0ODUxNCBDNjguNjYyOTY4OCwyOS40NTYxNDgxIDY4LjAzNjc3NDcsMzIuMzIwODM3MyA2Ni45MTM3ODMxLDM1LjAwMDAyMDIgQzY1Ljk2NjY2MzIsMzcuNTMyNjA0NyA2NC43NDk0Mzc3LDM5Ljk1MzU3NzIgNjMuMjgzNjAzNyw0Mi4yMjAxODExIEM2MS40MzYxODQyLDQ1LjAxODY5MyA1OC45MzI5MzA3LDQ1LjQ2NjQ1NDkgNTYuMTgwMjc1Nyw0Ni41MTEyMzI3IEM0Ni45MTYwNzQsNTAuMDA2OTkxNiAzNi42MjE0NDYsNDkuMzkzNzY5MSAyNy44Mjg0MjM0LDQ0LjgyMjM5MTQgQzE5LjAzNTQwMDksNDAuMjUxMDEzNiAxMi41NTk5NjM0LDMyLjE0NTY5NzkgOS45OTQ3ODc3NSwyMi41IEM1Ljk2MTI0NTMsMzcuOTc1NDIxNiAxNC41MzI0MTIxLDUzLjk1MTkyOTUgMjkuNTcyMDMzOCw1OC45OTE2NTA2IEM0NC42MTE2NTU1LDY0LjAzMTM3MTggNjAuOTQwMTI2Nyw1Ni4zOTg2Mzk4IDY2Ljg2NzU5NzYsNDEuNTU3ODY2NiBDNjkuMjc4NDgsMzYuMjEyNzA4NyA2OS4xOTUzNDYyLDMwLjE4NjU3OTYgNjguNzYxMjAyNiwyNi41NDg1MTQgTDY4Ljc2MTIwMjYsMjYuNTQ4NTE0IFogTTY4LjUzOTUxMjIsMjQuNjU0ODU0MiBMNjguNDE5NDMsMjQuMjA3MDkyMyBDNjguNTMwMjc1MSwyNC43ODU0NTE0IDY4LjY1OTU5NDUsMjUuNTc4MzYzMiA2OC43NjEyMDI2LDI2LjU0ODUxNCBDNjguNzY3NzkzMSwyNS45MTAzMTc2IDY4LjY5MzI4ODIsMjUuMjczOTAzNyA2OC41Mzk1MTIyLDI0LjY1NDg1NDIgTDY4LjUzOTUxMjIsMjQuNjU0ODU0MiBaIiBpZD0iU2hhcGUiIGZpbGw9IiNENkNFQ0UiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPjxwYXRoIGQ9Ik0zNy45MDA1MDcyLDQ0LjQ3ODI2MDkgQzM3LjkwMDUwNzIsNDQuNDc4MjYwOSAzNC4yODQwNjg4LDQ2LjMwNDM0NzggMjcuMDUxMTkyMSw0NC40NzgyNjA5IEMxOS44MTgzMTU0LDQyLjY1MjE3MzkgMzEuNTcxNzQwMSw0OC4xMzA0MzQ4IDMxLjU3MTc0MDEsNDguMTMwNDM0OCBMMzcuOTAwNTA3Miw0OS4wNDM0NzgzIEwzNy45MDA1MDcyLDQ0LjQ3ODI2MDkgWiBNNTQsNDMuNSBDNTQsNDMuNSA2MC41ODAyNzM4LDQ1LjcxNDQyOTggNjMuMjkyNjAyNSw0Mi4wNjIyNTU5IEM2MS40ODQzODM0LDQ1LjcxNDQyOTggNTQuMTc0NDc5OCw0OC4xMDIxNzI5IDU0LjE3NDQ3OTgsNDguMTAyMTcyOSBMNTQsNDMuNSBaIiBpZD0iU2hhcGUiIGZpbGw9IiNENkNFQ0UiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPjxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iIzcyNzFBNSIgZmlsbC1ydWxlPSJub256ZXJvIiBwb2ludHM9IjEwLjUgMzEuNSA1Mi4wODkwNDExIDMxLjUgNTIuMDg5MDQxMSAzMyAxMC41IDMzIj48L3BvbHlnb24+PGVsbGlwc2UgaWQ9Ik92YWwiIGZpbGw9IiNGRkVFQTkiIGZpbGwtcnVsZT0ibm9uemVybyIgY3g9IjM3LjM1NjE2NDQiIGN5PSIzMS42OTU2NTIyIiByeD0iOC4xMzY5ODYzIiByeT0iOC4yMTczOTEzIj48L2VsbGlwc2U+PHBhdGggZD0iTTM3LjUsNDAuNSBDMzIuNTI5NDM3Myw0MC41IDI4LjUsMzYuNDcwNTYyNyAyOC41LDMxLjUgQzI4LjUsMjYuNTI5NDM3MyAzMi41Mjk0MzczLDIyLjUgMzcuNSwyMi41IEM0Mi40NzA1NjI3LDIyLjUgNDYuNSwyNi41Mjk0MzczIDQ2LjUsMzEuNSBDNDYuNSwzNi40NzA1NjI3IDQyLjQ3MDU2MjcsNDAuNSAzNy41LDQwLjUgTDM3LjUsNDAuNSBaIE0zNy41LDI0LjMgQzMzLjUyMzU0OTgsMjQuMyAzMC4zLDI3LjUyMzU0OTggMzAuMywzMS41IEMzMC4zLDM1LjQ3NjQ1MDIgMzMuNTIzNTQ5OCwzOC43IDM3LjUsMzguNyBDNDEuNDc2NDUwMiwzOC43IDQ0LjcsMzUuNDc2NDUwMiA0NC43LDMxLjUgQzQ0LjcsMjcuNTIzNTQ5OCA0MS40NzY0NTAyLDI0LjMgMzcuNSwyNC4zIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzcyNzFBNSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+PGVsbGlwc2UgaWQ9Ik92YWwiIGZpbGw9IiNGRkVFQTkiIGZpbGwtcnVsZT0ibm9uemVybyIgY3g9IjU5Ljk1ODkwNDEiIGN5PSIzMS42OTU2NTIyIiByeD0iOC4xMzY5ODYzIiByeT0iOC4yMTczOTEzIj48L2VsbGlwc2U+PHBhdGggZD0iTTYwLDQwLjUgQzU1LjAyOTQzNzMsNDAuNSA1MSwzNi40NzA1NjI3IDUxLDMxLjUgQzUxLDI2LjUyOTQzNzMgNTUuMDI5NDM3MywyMi41IDYwLDIyLjUgQzY0Ljk3MDU2MjcsMjIuNSA2OSwyNi41Mjk0MzczIDY5LDMxLjUgQzY5LDM2LjQ3MDU2MjcgNjQuOTcwNTYyNyw0MC41IDYwLDQwLjUgTDYwLDQwLjUgWiBNNjAsMjQuMyBDNTYuMDIzNTQ5OCwyNC4zIDUyLjgsMjcuNTIzNTQ5OCA1Mi44LDMxLjUgQzUyLjgsMzUuNDc2NDUwMiA1Ni4wMjM1NDk4LDM4LjcgNjAsMzguNyBDNjMuOTc2NDUwMiwzOC43IDY3LjIsMzUuNDc2NDUwMiA2Ny4yLDMxLjUgQzY3LjIsMjcuNTIzNTQ5OCA2My45NzY0NTAyLDI0LjMgNjAsMjQuMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM3MjcxQTUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPjxwYXRoIGQ9Ik00My45NTU3LDAgQzIyLjUyOTcsMCA1LjE1OTcsMTcuMzcgNS4xNTk3LDM4Ljc5NiBMMzguNzc3Nyw1MC40NzUiIGlkPSJTdHJva2UtMjAiIHN0cm9rZT0iIzJFNDM2OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD48cGF0aCBkPSJNNDIuNTI3NCw1MC40NzU2IEM0Mi41Mjc0LDUyLjU0NTYgNDAuODQ4OSw1NC4yMjU2IDM4Ljc3NzQsNTQuMjI1NiBDMzYuNzA3NCw1NC4yMjU2IDM1LjAyNzQsNTIuNTQ1NiAzNS4wMjc0LDUwLjQ3NTYgQzM1LjAyNzQsNDguNDA0MSAzNi43MDc0LDQ2LjcyNTYgMzguNzc3NCw0Ni43MjU2IEM0MC44NDg5LDQ2LjcyNTYgNDIuNTI3NCw0OC40MDQxIDQyLjUyNzQsNTAuNDc1NiIgaWQ9IkZpbGwtMjIiIGZpbGw9IiMyRTQzNjkiPjwvcGF0aD48cGF0aCBkPSJNMTAuMzE4NSwzOC40NzU2IEMxMC4zMTg1LDQxLjMyNDEgOC4wMDg1LDQzLjYzMjYgNS4xNiw0My42MzI2IEMyLjMxLDQzLjYzMjYgMCw0MS4zMjQxIDAsMzguNDc1NiBDMCwzNS42MjcxIDIuMzEsMzMuMzE3MSA1LjE2LDMzLjMxNzEgQzguMDA4NSwzMy4zMTcxIDEwLjMxODUsMzUuNjI3MSAxMC4zMTg1LDM4LjQ3NTYiIGlkPSJGaWxsLTI0IiBmaWxsPSIjMkU0MzY5Ij48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
}

.twofa-phone-error {
  margin: 0 auto;
  width: 79px;
  height: 144px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9Ijc5cHgiIGhlaWdodD0iMTQ0cHgiIHZpZXdCb3g9IjAgMCA3OSAxNDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0NiAoNDQ0MjMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT4yZmEtZGlzYWJsZWQ8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IjJmYS1kaXNhYmxlZCIgZmlsbC1ydWxlPSJub256ZXJvIj4NCiAgICAgICAgICAgIDxwYXRoIGQ9Ik01My4yOTAwOTgsMTM4IEw1LjkyNDk5MDQ5LDEzOCBDMi42NTMwMTU0NiwxMzggMCwxMzUuNDA2NjM4IDAsMTMyLjIwNjU0NCBMMCwyNy43OTM0NTYxIEMwLDI0LjU5NDExODcgMi42NTMwMTU0NiwyMiA1LjkyNDk5MDQ5LDIyIEw1My4wNzUwMDk1LDIyIEM1Ni4zNDY5ODQ2LDIyIDU5LDI0LjU5NDExODcgNTksMjcuNzkzNDU2MSBMNTksMTMyLjQxNjg1NyBDNTksMTM1LjUwMDQ0NyA1Ni40NDM2OTcsMTM4IDUzLjI5MDA5OCwxMzgiIGlkPSJGaWxsLTMiIGZpbGw9IiNBOEFBQUMiPjwvcGF0aD4NCiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTYiIGZpbGw9IiNGNEY0RjQiIHBvaW50cz0iMyAxMjYgNTUgMTI2IDU1IDM1IDMgMzUiPjwvcG9seWdvbj4NCiAgICAgICAgICAgIDxwYXRoIGQ9Ik01NSwzNSBMNTUsMTI2IEM1My41MDQwNDU3LDEyNS41MDUzMDkgNTIuMTk4ODI1NywxMjQuOTQ4NzgyIDUwLjgwNzU4ODMsMTI0LjMzODE0NyBDMTguNDM1MTM4MiwxMTAuMTM4OTYyIDMuMzM4NzE1OSw3MS42ODA1ODI3IDE3LjA3OTA1NTcsMzguMjI3MDg3NCBDMTcuNTUwMjgxMiwzNy4wNjc2NTQ4IDE4LjA2NDg4OTUsMzUuNzcyOTU1IDE4LjU5NTk1MzMsMzUgTDU1LDM1IFoiIGlkPSJGaWxsLTgiIGZpbGw9IiNEM0Q1RDgiPjwvcGF0aD4NCiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMywxMzEuNSBDMzMsMTMzLjQzMzE0OSAzMS40MzMxNDg1LDEzNSAyOS41LDEzNSBDMjcuNTY3NjI3NiwxMzUgMjYsMTMzLjQzMzE0OSAyNiwxMzEuNSBDMjYsMTI5LjU2Njg1MSAyNy41Njc2Mjc2LDEyOCAyOS41LDEyOCBDMzEuNDMzMTQ4NSwxMjggMzMsMTI5LjU2Njg1MSAzMywxMzEuNSIgaWQ9IkZpbGwtOSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPg0KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtMTAiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMzUuNzkzMTc3IDMwIDIzIDMwIDI0LjIwNjgyMyAyNyAzNyAyNyI+PC9wb2x5Z29uPg0KICAgICAgICAgICAgPHBhdGggZD0iTTQ3LDE0MyBDNDcsMTQzLjU1MjUgMzguOTQxMDUyNiwxNDQgMjksMTQ0IEMxOS4wNTg5NDc0LDE0NCAxMSwxNDMuNTUyNSAxMSwxNDMgQzExLDE0Mi40NDc1IDE5LjA1ODk0NzQsMTQyIDI5LDE0MiBDMzguOTQxMDUyNiwxNDIgNDcsMTQyLjQ0NzUgNDcsMTQzIFoiIGlkPSJGaWxsLTEiIGZpbGw9IiNGMkY1RjciPjwvcGF0aD4NCiAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwtMyIgZmlsbD0iI0ZGQTYwMCIgY3g9IjU3LjUiIGN5PSIyMS41IiByPSIyMS41Ij48L2NpcmNsZT4NCiAgICAgICAgICAgIDxwYXRoIGQ9Ik01NCwzMCBDNTQsMjguMzQyOCA1NS4zNDI4LDI3IDU3LDI3IEM1OC42NTcyLDI3IDYwLDI4LjM0MjggNjAsMzAgQzYwLDMxLjY1NzIgNTguNjU3MiwzMyA1NywzMyBDNTUuMzQyOCwzMyA1NCwzMS42NTcyIDU0LDMwIiBpZD0iRmlsbC0xIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+DQogICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0zIiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjU4LjgxNDIyOTIgMjMgNTUuMTg1NzcwOCAyMyA1NCAxMSA2MCAxMSI+PC9wb2x5Z29uPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
}

.content-margin-top {
  margin-top: 26px;
}

.grecaptcha-badge {
  visibility: collapse !important
}