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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #565656;
  background-color: #fff;
}

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

a {
  color: #293782;
  text-decoration: none;
}

a:hover, a:focus {
  color: #293782;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #565656;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

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

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

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

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

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

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

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

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

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

p {
  margin: 0 0 9px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #a4a7b9;
}

.text-primary {
  color: #293782;
}

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

.text-success {
  color: #5cb85c;
}

a.text-success:hover,
a.text-success:focus {
  color: #449d44;
}

.text-info {
  color: #293782;
}

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

.text-warning {
  color: #f0ad4e;
}

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

.text-danger {
  color: #e44647;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #293782;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #e1e4ee;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #e1e4ee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #a4a7b9;
}

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

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e1e4ee;
  border-left: 0;
  text-align: right;
}

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

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

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

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

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

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

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

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #565656;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}

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: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

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

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

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

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

.table-bordered {
  border: 1px solid #ddd;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

table 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.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857;
  color: #565656;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #565656;
  background-color: #fff;
  background-image: none;
  border: 1px solid #565656;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #565656;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 86, 86, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(86, 86, 86, 0.6);
}

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

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

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

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e1e4ee;
  opacity: 1;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.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 + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}

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

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

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

.has-success .form-control {
  border-color: #5cb85c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #449d44;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #fff;
}

.has-success .form-control-feedback {
  color: #5cb85c;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #ec971f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e44647;
}

.has-error .form-control {
  border-color: #e44647;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #d81f21;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f19fa0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f19fa0;
}

.has-error .input-group-addon {
  color: #e44647;
  border-color: #e44647;
  background-color: #fff;
}

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

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

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #969696;
}

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

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

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

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

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

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

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #fff;
  background-color: #293782;
  border-color: #293782;
}

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #1d275b;
  border-color: #0a0e21;
}

.btn-default:hover {
  color: #fff;
  background-color: #1d275b;
  border-color: #1a2353;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #1d275b;
  border-color: #1a2353;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #141b40;
  border-color: #0a0e21;
}

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

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

.btn-default .badge {
  color: #293782;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #293782;
  border-color: #293782;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1d275b;
  border-color: #0a0e21;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1d275b;
  border-color: #1a2353;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d275b;
  border-color: #1a2353;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #141b40;
  border-color: #0a0e21;
}

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

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

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

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #2d672d;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

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

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

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #293782;
  border-color: #293782;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1d275b;
  border-color: #0a0e21;
}

.btn-info:hover {
  color: #fff;
  background-color: #1d275b;
  border-color: #1a2353;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1d275b;
  border-color: #1a2353;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #141b40;
  border-color: #0a0e21;
}

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

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #293782;
  border-color: #293782;
}

.btn-info .badge {
  color: #293782;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #b06d0f;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

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

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e44647;
  border-color: #e44647;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d81f21;
  border-color: #951617;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d81f21;
  border-color: #cf1e1f;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d81f21;
  border-color: #cf1e1f;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b81b1c;
  border-color: #951617;
}

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

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #e44647;
  border-color: #e44647;
}

.btn-danger .badge {
  color: #e44647;
  background-color: #fff;
}

.btn-link {
  color: #293782;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #293782;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #a4a7b9;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

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

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

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #565656;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #565656;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #293782;
  background-color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #293782;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #a4a7b9;
}

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #a4a7b9;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

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

@media (min-width: 991px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

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

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

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

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

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #565656;
  text-align: center;
  background-color: #e1e4ee;
  border: 1px solid #565656;
  border-radius: 0px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

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

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 20px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #e1e4ee;
}

.nav > li.disabled > a {
  color: #a4a7b9;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #a4a7b9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e1e4ee;
  border-color: #293782;
}

.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #e1e4ee #e1e4ee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #868484;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #293782;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 991px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 991px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 991px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 991px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 991px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 991px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 11px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 40px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 991px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 991px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 5.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

@media (max-width: 990px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 991px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 990px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 991px) {
  .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;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px;
}

@media (min-width: 991px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 991px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar-default .navbar-brand {
  color: #565656;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #3d3d3d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #565656;
}

.navbar-default .navbar-nav > li > a {
  color: #565656;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #293782;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #293782;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #868484;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #565656;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #293782;
}

@media (max-width: 990px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #565656;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #293782;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #293782;
    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: #868484;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #565656;
}

.navbar-default .navbar-link:hover {
  color: #293782;
}

.navbar-default .btn-link {
  color: #565656;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #293782;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #868484;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #cfd1da;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #cfd1da;
}

.navbar-inverse .navbar-nav > li > a {
  color: #cfd1da;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.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-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 990px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #cfd1da;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #cfd1da;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #cfd1da;
}

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

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 0px 20px;
  margin-bottom: 18px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #565656;
}

.breadcrumb > .active {
  color: #e44647;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #293782;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #293782;
  background-color: #e1e4ee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #293782;
  border-color: #293782;
  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: #a4a7b9;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e1e4ee;
}

.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: #a4a7b9;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #565656;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

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

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

.label-default {
  background-color: transparent;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: transparent;
}

.label-primary {
  background-color: #293782;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1d275b;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #293782;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #1d275b;
}

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #e44647;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d81f21;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a4a7b9;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #293782;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e1e4ee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

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

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 18px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #565656;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 20px 10px;
  color: #293782;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #293782;
}

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

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  background-color: #fff;
  border-color: #5cb85c;
  color: #5cb85c;
}

.alert-success hr {
  border-top-color: #4cae4c;
}

.alert-success .alert-link {
  color: #449d44;
}

.alert-info {
  background-color: #fff;
  border-color: #293782;
  color: #293782;
}

.alert-info hr {
  border-top-color: #232f6f;
}

.alert-info .alert-link {
  color: #1d275b;
}

.alert-warning {
  background-color: #fff;
  border-color: #f0ad4e;
  color: #f0ad4e;
}

.alert-warning hr {
  border-top-color: #eea236;
}

.alert-warning .alert-link {
  color: #ec971f;
}

.alert-danger {
  background-color: #fff;
  border-color: #e44647;
  color: #e44647;
}

.alert-danger hr {
  border-top-color: #e13031;
}

.alert-danger .alert-link {
  color: #d81f21;
}

@-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 {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #293782;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #293782;
}

.progress-striped .progress-bar-info {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #e44647;
}

.progress-striped .progress-bar-danger {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #e1e4ee;
  color: #a4a7b9;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #a4a7b9;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #293782;
  border-color: #293782;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #98a3df;
}

.list-group-item-success {
  color: #5cb85c;
  background-color: #fff;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #5cb85c;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #5cb85c;
  background-color: #f2f2f2;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.list-group-item-info {
  color: #293782;
  background-color: #fff;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #293782;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #293782;
  background-color: #f2f2f2;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #293782;
  border-color: #293782;
}

.list-group-item-warning {
  color: #f0ad4e;
  background-color: #fff;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f0ad4e;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #f0ad4e;
  background-color: #f2f2f2;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.list-group-item-danger {
  color: #e44647;
  background-color: #fff;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e44647;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #e44647;
  background-color: #f2f2f2;
}

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

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

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

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

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

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 18px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #565656;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #565656;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #293782;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #293782;
  border-color: #293782;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #293782;
}

.panel-primary > .panel-heading .badge {
  color: #293782;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #293782;
}

.panel-success {
  border-color: #5cb85c;
}

.panel-success > .panel-heading {
  color: #5cb85c;
  background-color: #fff;
  border-color: #5cb85c;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5cb85c;
}

.panel-success > .panel-heading .badge {
  color: #fff;
  background-color: #5cb85c;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5cb85c;
}

.panel-info {
  border-color: #293782;
}

.panel-info > .panel-heading {
  color: #293782;
  background-color: #fff;
  border-color: #293782;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #293782;
}

.panel-info > .panel-heading .badge {
  color: #fff;
  background-color: #293782;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #293782;
}

.panel-warning {
  border-color: #f0ad4e;
}

.panel-warning > .panel-heading {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #f0ad4e;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0ad4e;
}

.panel-warning > .panel-heading .badge {
  color: #fff;
  background-color: #f0ad4e;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0ad4e;
}

.panel-danger {
  border-color: #e44647;
}

.panel-danger > .panel-heading {
  color: #e44647;
  background-color: #fff;
  border-color: #e44647;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e44647;
}

.panel-danger > .panel-heading .badge {
  color: #fff;
  background-color: #e44647;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e44647;
}

.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 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px 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-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

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

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Caption */
.slick-caption {
  position: absolute;
  bottom: 50%;
  left: 20%;
  right: 20%;
  padding-bottom: 18px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slick-caption .btn {
  text-shadow: none;
}

@media screen and (max-width: 991px) {
  .slick-caption {
    left: 15%;
    right: 15%;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  border: none;
  outline: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev span,
.slick-next span {
  display: block;
  width: 8px;
  height: 14px;
}

.slick-prev {
  padding: 15px 19px 15px 17px;
  left: 25px;
}

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

.slick-next {
  padding: 15px 17px 15px 19px;
  right: 25px;
}

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

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 8px;
  width: 8px;
  background-color: #293782;
  border-radius: 100%;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  outline: none;
  padding: 4px;
  margin: 0 2.5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #293782;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 15px;
  }
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-slider {
  height: 3px;
  background-color: #e1e4ee;
  border-radius: 3px;
}

.ui-slider .ui-slider-range {
  background: #0000ff;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  top: -6px;
  width: 15px;
  height: 15px;
  border: 3px solid #0000ff;
  background-color: #fff;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:active, .ui-slider .ui-slider-handle:focus {
  outline: none;
}

.ui-slider .ui-slider-handle:active {
  border-width: 4px;
}

/*! jQuery UI - v1.11.4 - 2016-05-27
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background-color: #fff;
  border: 1px solid #565656;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
  content: url("../img/svg/caret.svg");
  position: absolute;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker .ui-datepicker-prev::before {
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-next::before {
  right: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td.ui-datepicker-today {
  background-color: #fff;
  color: #293782;
  font-weight: 700;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  -o-transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
          animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
          animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button polyline,
.baguetteBox-button line {
  stroke: #293782;
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
          animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

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

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* Main form wrapper */
.fs-form-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

.overview .fs-form-wrap {
  height: auto;
}

/* Title */
.fs-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 40px;
  width: 100%;
}

.fs-title h1 {
  margin: 0;
}

/* Form */
.fs-form {
  position: relative;
  text-align: left;
  font-size: 2.5em;
}

.no-js .fs-form {
  padding: 0 0 6em 0;
}

/* Views (fullscreen and overview)*/
.fs-form-full {
  top: 32%;
  margin: 0 auto;
  width: 70%;
}

.fs-form-full,
.fs-message-error {
  max-width: 960px;
}

.fs-form-overview {
  padding: 2.5em 30% 6em;
  width: 100%;
  height: 100%;
  background: #fffed8;
  color: #3b3f45;
  font-size: 1.2em;
}

.fs-form-overview .fs-fields::before {
  display: block;
  margin-bottom: 2.5em;
  color: #3b3f45;
  content: 'Review & Submit';
  font-weight: 700;
  font-size: 1.85em;
}

/* Switch view animation (we hide the current view, switch the view class and show it again) */
.fs-form.fs-show {
  -webkit-animation: animFadeIn 0.5s;
  animation: animFadeIn 0.5s;
}

@-webkit-keyframes animFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fs-form.fs-show .fs-fields {
  -webkit-animation: animMove 0.5s;
  animation: animMove 0.5s;
}

@-webkit-keyframes animMove {
  from {
    top: 100px;
  }
}

@keyframes animMove {
  from {
    top: 100px;
  }
}

/* we need to use top here because otherwise all our fixed elements will become absolute */
/* Visibility control of elements */
.fs-form-full .fs-fields > li,
.fs-nav-dots,
.fs-progress,
.fs-numbers,
button.fs-continue,
.fs-message-error,
.fs-message-final {
  display: none;
}

.no-js .fs-form-full .fs-fields > li {
  display: block;
}

.fs-show {
  display: block !important;
}

/* Some general styles */
.fs-form-wrap button {
  /*border: none;
    background: none;*/
}

.fs-form-wrap button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

.fs-form-wrap input:focus,
.fs-form-wrap button:focus {
  outline: none;
}

/* Hide the submit button */
.fs-form .fs-submit {
  display: none;
}

/* Fields */
.fs-fields {
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 0;
  list-style: none;
}

.fs-fields > li {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
}

.fs-fields > li:hover {
  z-index: 999;
}

.js .fs-form-full .fs-fields > li {
  position: absolute;
  width: 100%;
}

.fs-form-overview .fs-fields > li,
.no-js .fs-form .fs-fields > li {
  margin: 1em 0 2em;
  padding: 0 0 2em 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/* Labels & info */
.fs-fields > li label {
  position: relative;
}

.fs-fields > li label.fs-field-label {
  display: inline-block;
  padding: 0 5px 1em 0;
  font-weight: 700;
  pointer-events: none;
}

.fs-form-full .fs-fields > li label[data-info]::after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  content: 'i';
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  font-family: Georgia, serif;
  line-height: 20px;
  cursor: pointer;
  pointer-events: auto;
}

.fs-form-full .fs-fields > li label[data-info]::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 0 10px;
  min-width: 200px;
  content: attr(data-info);
  font-size: 0.4em;
  color: #6a7b7e;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  pointer-events: none;
}

.fs-form-full .fs-fields > li label[data-info]:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fs-form-full .fs-fields > li label:hover ~ .fs-info,
.fs-form-full .fs-fields > li .fs-info:hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  pointer-events: auto;
}

/* Inputs */
.fs-fields input {
  display: block;
  margin: 0;
  padding: 0 0 0.15em;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #fffed8;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 0;
}

.fs-fields input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
  /* removes red shadow in FF*/
}

.fs-form-overview .fs-fields input {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}

.fs-fields [required] {
  background-image: url(../img/abacusstar.svg);
  background-position: top right;
  background-size: 18px;
  background-repeat: no-repeat;
}

.fs-fields input:focus {
  background-color: #3b3f45;
  /* Fixes chrome bug with placeholder */
}

.fs-form-overview .fs-fields input:focus {
  background-color: #fffed8;
  /* Fixes chrome bug with placeholder */
}

.fs-form-overview .fs-fields input {
  font-size: 1.2em;
}

.fs-fields .fs-radio-custom input[type="radio"] {
  position: absolute;
  display: block;
  margin: 30px auto 20px;
  margin: 0 auto 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.fs-fields > li .fs-radio-custom span {
  float: left;
  position: relative;
  margin-right: 3%;
  padding: 10px;
  max-width: 200px;
  width: 30%;
  text-align: center;
  font-weight: 700;
  font-size: 50%;
}

.fs-fields > li .fs-radio-custom span label {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.fs-form-overview .fs-fields > li .fs-radio-custom span {
  max-width: 140px;
}

.fs-form-overview .fs-fields > li .fs-radio-custom span {
  font-size: 75%;
}

.fs-fields > li .fs-radio-custom label {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.fs-fields .fs-radio-custom label::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: 85%;
  background-repeat: no-repeat;
  content: '';
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.fs-fields .fs-radio-custom label.radio-mobile::after {
  background-image: url(../img/mobile.svg);
}

.fs-fields .fs-radio-custom label.radio-social::after {
  background-image: url(../img/social.svg);
}

.fs-fields .fs-radio-custom label.radio-conversion::after {
  background-image: url(../img/conversion.svg);
}

.fs-fields .fs-radio-custom label:hover::after,
.fs-fields input[type="radio"]:focus + label::after,
.fs-fields input[type="radio"]:checked + label::after {
  opacity: 1;
}

.fs-fields .fs-radio-custom input[type="radio"]:checked + label {
  color: #fffed8;
}

.fs-form-overview .fs-fields .fs-radio-custom input[type="radio"]:checked + label {
  color: rgba(0, 0, 0, 0.8);
}

.fs-fields textarea {
  padding: 0.25em;
  width: 100%;
  height: 200px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #fffed8;
  font-weight: 700;
  font-size: 0.85em;
  resize: none;
}

.fs-form-overview .fs-fields textarea {
  height: 100px;
  color: rgba(0, 0, 0, 0.5);
}

.fs-fields textarea:focus {
  outline: none;
}

.fs-form-overview .fs-fields textarea {
  padding: 0;
  border-color: transparent;
}

.fs-form-overview .fs-fields textarea:focus {
  background: #fffed8;
}

.fs-form div.cs-select.cs-skin-boxes {
  display: block;
}

.fs-form-overview .cs-skin-boxes > span {
  border-radius: 5px;
  width: 90px;
  height: 70px;
  font-size: 0.8em;
}

.fs-form-overview .cs-skin-boxes > span::before {
  padding-top: 50px;
  -webkit-box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30;
          box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30;
}

.fs-fields input.fs-mark {
  padding-left: 1em;
  background-image: url(../img/dollar.svg);
  background-position: 0% 0.15em;
  background-size: auto 75%;
  background-repeat: no-repeat;
}

.fs-fields input.fs-mark[required] {
  background-image: url(../img/dollar.svg), url(../img/abacusstar.svg);
  background-position: 0% 0.15em, top right;
  background-size: auto 75%, 18px;
  background-repeat: no-repeat;
}

/* placeholder */
.fs-fields input::-webkit-input-placeholder,
.fs-fields textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.fs-fields input:-moz-placeholder,
.fs-fields textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.fs-fields input::-moz-placeholder,
.fs-fields textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.fs-fields input:-ms-input-placeholder,
.fs-fields textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

/* Hide placeholder when focused in Webkit browsers */
.fs-fields input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Dot navigation */
.fs-nav-dots {
  position: absolute;
  top: 50%;
  right: 60px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.fs-nav-dots button {
  position: relative;
  display: block;
  padding: 0;
  margin: 16px 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.fs-nav-dots button::before,
.fs-nav-dots button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  text-indent: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fs-nav-dots button::after {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}

.fs-nav-dots button.fs-dot-current {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}

.fs-nav-dots button:hover::before,
.fs-nav-dots button.fs-dot-current::before {
  background: #fffed8;
}

/* Progress bar */
.fs-progress {
  position: absolute;
  top: 0;
  width: 0%;
  height: 0.5em;
  background: #fffed8;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

/* Number indicator */
.fs-numbers {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.4);
  margin: 40px;
  width: 2em;
  font-weight: 700;
  font-size: 2em;
  cursor: default;
}

.fs-numbers:after {
  position: absolute;
  width: 100%;
  text-align: center;
  content: '/';
  font-weight: 300;
  opacity: 0.4;
  left: 0;
}

.fs-numbers span {
  float: right;
  width: 40%;
  text-align: center;
}

.fs-numbers .fs-number-current {
  float: left;
}

.fs-numbers .fs-number-new {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}

/* Animations for numbers */
/* Show next number */
@-webkit-keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fs-numbers.fs-show-next .fs-number-current {
  -webkit-animation: animMoveUp 0.4s both;
  animation: animMoveUp 0.4s both;
}

@-webkit-keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/* Show previous number */
.fs-numbers.fs-show-prev .fs-number-new {
  /*   -webkit-animation: animMoveDownFromUp 0.4s both;
    animation: animMoveDownFromUp 0.4s both;*/
}

@-webkit-keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fs-numbers.fs-show-prev .fs-number-current {
  -webkit-animation: animMoveDown 0.4s both;
  animation: animMoveDown 0.4s both;
}

@-webkit-keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%);
  }
}

@keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* Continue button and submit button */
button.fs-submit,
button.fs-continue {
  padding: 0.6em 1.5em;
  border: 3px solid #232529;
  border-radius: 40px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
}

.fs-form-overview .fs-submit,
.no-js .fs-form .fs-submit {
  display: block;
  float: right;
}

.fs-form-overview .fs-submit {
  border-color: #232529;
  color: #232529;
}

button.fs-continue {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 40px 60px 0;
  font-size: 1.25em;
}

button.fs-submit:hover,
button.fs-submit:focus,
button.fs-continue:hover {
  background: #232529;
  color: #fff;
}

.fs-continue::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  line-height: 3;
  text-align: center;
  background: transparent;
  color: rgba(0, 0, 0, 0.3);
  content: 'or press ENTER';
  font-size: 0.65em;
  pointer-events: none;
}

/* Error message */
.fs-message-error {
  position: absolute;
  bottom: 75%;
  left: 50%;
  z-index: 800;
  max-width: 960px;
  width: 70%;
  color: #eb7e7f;
  font-weight: 700;
  font-size: 1em;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -5px, 0);
  transform: translate3d(-50%, -5px, 0);
}

.fs-message-error.fs-show {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/* Animation classes & animations */
.fs-form li.fs-current {
  display: block;
}

.fs-form li.fs-hide,
.fs-form li.fs-show {
  pointer-events: none;
}

/* Hide current li when navigating to next question */
.fs-form .fs-display-next .fs-hide {
  visibility: visible;
}

.fs-form .fs-display-next .fs-hide .fs-anim-lower,
.fs-form .fs-display-next .fs-hide .fs-anim-upper {
  -webkit-animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.fs-form .fs-display-next .fs-hide .fs-anim-lower {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animHideNext {}@keyframes animHideNext {}/* Show new li when navigating to next question */
.fs-form .fs-display-next .fs-show .fs-anim-lower,
.fs-form .fs-display-next .fs-show .fs-anim-upper {
  -webkit-animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}

.fs-form .fs-display-next .fs-show .fs-anim-lower {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@-webkit-keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
}

@keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
}

/* Hide current li when navigating to previous question */
.fs-form .fs-display-prev .fs-hide {
  display: block;
}

.fs-form .fs-display-prev .fs-hide .fs-anim-lower,
.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
}

@keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
}

/* Show new li when navigating to previous question */
.fs-form .fs-display-prev .fs-show .fs-anim-lower,
.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}

.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

@-webkit-keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
  }
}

@keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
}

/* Remove IE clear cross */
input[type=text]::-ms-clear {
  display: none;
}

/* Adjust form for smaller screens */
@media screen and (max-width: 52.5em) {
  body {
    min-height: 500px;
  }
  .fs-form-wrap {
    font-size: 70%;
  }
  .fs-form {
    top: 6em;
    right: 2em;
    left: 0;
    padding: 0 3.75em 0 1em;
    width: auto;
    font-size: 2em;
  }
  .fs-form.fs-form-overview {
    top: 0;
    right: 0;
    padding: 1.5em 1em 8em 1em;
    font-size: 1.5em;
  }
  .fs-title {
    padding: 20px;
  }
  .fs-numbers {
    margin: 20px;
  }
  .fs-nav-dots {
    right: 25px;
  }
  button.fs-continue {
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 50px 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2em;
  }
  button.fs-continue::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '\27A1';
    text-align: center;
    font-size: 1em;
    line-height: 50px;
  }
  .fs-continue::after {
    content: '';
  }
  button.fs-submit {
    width: 100%;
    font-size: 1.25em;
  }
  .fs-message-error {
    bottom: 1.75em;
    left: 0;
    padding: 0 90px 0 2em;
    width: 100%;
    font-size: 1.5em;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  .fs-message-error.fs-show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-filter: gray;
          filter: gray;
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  -o-transition: filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.grayscale.grayscale-off {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.grayscale.grayscale-replaced {
  -webkit-filter: none;
          filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

.grayscale.grayscale-replaced.grayscale-off > svg {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  .navbar-default .navbar-offcanvas {
    background-color: #fff;
  }
  .navbar-inverse .navbar-offcanvas {
    background-color: #222;
  }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1000;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .navbar-offcanvas.in {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas .dropdown.active .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    -o-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
  }
  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
  .navbar-offcanvas-inner {
    padding-top: 70px;
    padding-bottom: 10px;
  }
  .close-sidebar {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #e44647;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .close-sidebar:focus, .close-sidebar:active:focus {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    outline: 0;
  }
  .close-sidebar span {
    font-weight: 700;
  }
  .close-sidebar svg {
    margin-left: 14px;
    stroke-width: 1.5;
  }
}

/**
* Calculates font size in rem
* Parameter ($size): font size in pixels
*/
/**
* Returns a map of operations to apply to the first color ($a) to obtain the second color ($b)
* Parameter $a will be your base color e.g. $brand-primary
* Parameter $b will be your target color which is not defined e.g. #14212a
*
* Log the return value: @debug color-diff($brand-primary, #14212a);
* This will return a map of operations needed to apply to your base color
*
* Apply the values: background-color: adjust_hue(saturate(darken($brand-primary, 7.84314%), 13.91524%), 0deg);
*/
/*
* Set a rem font size with pixel fallback
* @Usage @include font-size(14px);
*/
/*
* Turn font anti aliasing on or off in Chrome / FF
* @Usage @include font-smoothing(on);
* @Usage on black / dark backgrounds @include font-smoothing(off);
*/
/*
* Outputs vendor-prefixed placeholders for styling. Must be nested in a rule-set.
* @usage:
    input {
      @include placeholder {
        color: red;
      }
    }
*/
/*
* Sets selection colors
* @Usage @include selection(#fff, #000);
*/
/**
* Maintain aspect ratio or fit to content
* <div><p>Test</p></div>
* @Usage div { @include aspect-ratio(16,9); }
*/
/**
* Create css triangles
* @param {Direction} $direction - Triangle direction, either `top`, `right`, `bottom` or `left`
* @param {Color} $color [currentcolor] - Triangle color
* @param {Length} $size [1em] - Triangle size
* @usage
	.foo::before {
	  @include triangle(bottom);
	  position: absolute;
	  left: 50%;
	  bottom: 100%;
	}
*/
/*
* Creates a checkbox
* @usage @include checkbox-variant('.checkbox-primary', $brand-primary);
* @usage @include checkbox-variant('.checkbox-danger', $brand-danger);
* @usage @include checkbox-variant('.checkbox-info', $brand-info);
* @usage @include checkbox-variant('.checkbox-warning', $brand-warning);
* @usage @include checkbox-variant('.checkbox-success', $brand-success);
*/
/*
* Creates a radio
* @usage @include checkbox-variant('.checkbox-primary', $brand-primary);
* @usage @include checkbox-variant('.checkbox-danger', $brand-danger);
* @usage @include checkbox-variant('.checkbox-info', $brand-info);
* @usage @include checkbox-variant('.checkbox-warning', $brand-warning);
* @usage @include checkbox-variant('.checkbox-success', $brand-success);
*/
/*
* Vendor-prefixing the CSS3 calc function. It accepts a property and a value.
* @Usage @include calc(width, "100% - 80px");
*/
/*
* Sets base for pseudo
* @Usage @extend %pseudo-base;
*/
/*
* Covers an entire block
* @Usage @extend %coverer;
*/
/*
* Centers block vertically and horizontally
* It works even when: You don't know know how big it is, You don't know how big the container is, either
* @Usage @extend %centerer;
*/
.js .placeholder-product img, #loader .centerer, #page-error .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
* Vertical align a block
* @Usage @extend %vertical-align;
*/
/*
* Reflect horizontal
* @Usage @extend %flip-horizontal;
*/
/*
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block
* @Usage @extend %text-truncate;
*/
/*
* Provides an easy way for break-word
* @Usage @extend %word-wrap;
*/
/*
* Common CSS rules can be defined here
*/
.no-overflow {
  overflow: hidden;
}

.no-float {
  float: none;
}

.no-border {
  border: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.full-width {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .shrink-left {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .shrink-right {
    padding-right: 30px;
  }
}

.section-lg {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .section-lg {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .section-lg {
    margin-top: 75px;
  }
}

@media screen and (min-width: 992px) {
  .section-lg {
    margin-top: 75px;
  }
}

.section {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .section {
    margin-top: 45px;
  }
}

@media screen and (min-width: 992px) {
  .section {
    margin-top: 60px;
  }
}

.section-md {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .section-md {
    margin-top: 45px;
  }
}

.section-sm {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .section-sm {
    margin-top: 30px;
  }
}

.d-block {
  display: block;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.row-table {
  display: table;
}

.col-table-cell {
  display: table-cell;
  float: none !important;
  vertical-align: top;
}

.eq-row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .eq-row-flex {
    display: block;
  }
}

.eq-col-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.eq-col-flex > * {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .eq-col-flex {
    display: block;
  }
}

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

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

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

.flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-content-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.align-content-end {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.align-content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.align-content-between {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.align-content-around {
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
}

.align-content-stretch {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.align-self-auto {
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
}

.align-self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.align-self-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.align-self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.align-self-baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* ::-webkit-selection {
  color: #fff;
  background: #3547a9;
}

* ::-moz-selection {
  color: #fff;
  background: #3547a9;
}

* ::-o-selection {
  color: #fff;
  background: #3547a9;
}

* ::selection {
  color: #fff;
  background: #3547a9;
}

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

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  /* apply a natural box layout model to all elements, but allowing components to change */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 100%;
  letter-spacing: 0.7px;
}

a,
.btn {
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  outline: 0;
}

a:focus,
.btn:focus {
  outline: 0;
  text-decoration: none;
}

abbr[title],
abbr[data-original-title] {
  border: 0;
  text-decoration: none;
}

picture {
  display: block;
}

.container,
.row {
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.no-result {
  color: #a4a7b9;
}

.bg-responsive {
  background-size: cover;
  background-repeat: no-repeat;
}

.svg-wrapper {
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

.cms-text p:last-of-type {
  margin-bottom: 0;
}

/**
* fontname - fontweight
*/
/*
@font-face {
    font-family: 'fontname';
    src: url('../fonts/fontfamily/fontweight/fontname-webfont.eot');
    src: url('../fonts/fontfamily/fontweight/fontname-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.woff2') format('woff2'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.woff') format('woff'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.ttf') format('truetype'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.svg#fontname') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
.js .carousel {
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  -o-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
}

h1,
.h1,
h2,
.h2 {
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  color: #293782;
  font-weight: 100;
  margin: 0 0 37px 0;
  font-size: 24px;
  font-size: 2.4rem;
}

h1 span,
.h1 span {
  display: block;
  font-weight: 500;
  color: #293782;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    margin: 0 0 30px 0;
  }
}

h2,
.h2 {
  color: #293782;
  font-weight: 100;
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
}

h3,
.h3 {
  margin: 0;
  color: #293782;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

h4,
.h4 {
  margin: 20px 0 0 0;
  color: #e44647;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

.large-title {
  color: #293782;
  font-weight: 100;
  margin: 0 0 60px 0;
  font-size: 30px;
  font-size: 3rem;
}

.cms-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 24px;
}

.cms-text p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 15px 0 0 0;
  font-weight: 300;
  line-height: 24px;
}

.cms-text ul,
.cms-text ol {
  padding: 0;
  list-style-type: square;
  list-style-position: outside;
  margin-left: 1em;
}

.cms-text ul li,
.cms-text ol li {
  padding: 4px;
}

.cms-text b,
.cms-text strong {
  color: #e44647;
  font-weight: 700;
}

.cms-text a {
  color: #293782;
  text-decoration: underline;
}

.cms-text h1,
.cms-text h1 strong,
.cms-text h2,
.cms-text h2 strong,
.cms-text h3,
.cms-text h3 strong {
  margin: 30px 0 0 0;
}

.cms-text h1 + p,
.cms-text h1 strong + p,
.cms-text h2 + p,
.cms-text h2 strong + p,
.cms-text h3 + p,
.cms-text h3 strong + p {
  margin: 30px 0 0 0;
}

.cms-text h2 {
  color: #e44647;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

.cms-text h3,
.cms-text h3 strong {
  color: #e44647;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

.cms-text p:first-child,
.cms-text ul:first-child,
.cms-text ol:first-child,
.cms-text h1:first-child,
.cms-text h2:first-child,
.cms-text h3:first-child {
  margin-top: 0;
}

header.header .navbar-toggle .icon-bar {
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

header.header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
      -ms-transform: rotate(45deg) translateY(4px) translateX(4px);
          transform: rotate(45deg) translateY(4px) translateX(4px);
}

header.header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  opacity: 0;
}

header.header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translateY(-4px) translateX(4px);
      -ms-transform: rotate(-45deg) translateY(-4px) translateX(4px);
          transform: rotate(-45deg) translateY(-4px) translateX(4px);
}

header.header .container {
  position: relative;
}

header.header .container a {
  display: block;
}

header.header #navbar-top {
  background-color: #fff;
}

header.header #navbar-top form {
  position: relative;
  border: solid 1px #565656;
  border-top: 0;
  padding: 0;
}

header.header #navbar-top form .form-control {
  height: 40px;
  width: 240px;
  border: 0;
  padding: 0 40px 0 20px;
}

header.header #navbar-top form .form-control::-webkit-input-placeholder {
  font-style: normal;
  color: #565656;
}

header.header #navbar-top form .form-control::-moz-placeholder {
  font-style: normal;
  color: #565656;
}

header.header #navbar-top form .form-control:-moz-placeholder {
  font-style: normal;
  color: #565656;
}

header.header #navbar-top form .form-control:-ms-input-placeholder {
  font-style: normal;
  color: #565656;
}

header.header #navbar-top form button[type='submit'] {
  margin: 0;
  background-color: #fff;
  border: 0;
  background-image: url("../img/svg/search.svg");
  background-repeat: no-repeat;
  background-position: 38% 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  background-size: 24px 17px;
  position: absolute;
  top: 0;
  right: 0;
}

header.header #navbar-top form button[type='submit']:focus, header.header #navbar-top form button[type='submit']:active, header.header #navbar-top form button[type='submit']:visited {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header.header #navbar-top .dropdown {
  min-width: 150px;
}

header.header #navbar-top .dropdown button {
  position: relative;
  background-color: #fff;
  border: solid 1px #565656;
  border-left: 0;
  border-top: 0;
  color: #565656;
  padding: 11px 20px 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 400;
  height: 41px;
}

header.header #navbar-top .dropdown button .caret {
  border: 0;
  vertical-align: top;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

header.header #navbar-top .dropdown button .caret svg {
  vertical-align: top;
}

header.header #navbar-top .dropdown ul {
  padding: 0 0 10px 0;
  margin: -1px 0 0 0;
  border: solid 1px #565656;
  border-top: 0;
  border-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 151px;
}

header.header #navbar-top .dropdown ul li a {
  color: #565656;
  text-transform: none;
  padding: 8px 20px;
}

header.header #navbar-top .dropdown ul li.active a,
header.header #navbar-top .dropdown ul li a:hover {
  background-color: transparent;
  color: #e44647;
}

header.header #navbar-top .navbar-left {
  margin: 10px 0 0 0;
}

header.header #navbar-top .navbar-left li a {
  color: #565656;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

header.header #navbar-top .navbar-left li + li a {
  border-left: solid 1px #565656;
}

header.header #navbar-top .navbar-left li.active a,
header.header #navbar-top .navbar-left li a:hover {
  background-color: transparent;
  color: #e44647;
}

header.header #navbar-top .navbar-left li:first-child a {
  padding-left: 0;
}

header.header #navbar-top .navbar-right {
  margin: 0;
}

header.header #navbar-bottom {
  padding: 32px 0 20px;
}

header.header #navbar-bottom .navbar-brand {
  padding: 0;
  height: auto;
}

header.header #navbar-bottom .navbar-brand img {
  width: 250px;
  height: 45px;
}

@media screen and (max-width: 320px) {
  header.header #navbar-bottom .navbar-brand img {
    width: 200px;
    height: 40px;
  }
}

header.header #navbar-bottom .navbar-right li a {
  padding-top: 30px;
  padding-bottom: 15px;
}

header.header #navbar-bottom .navbar-right li.active a,
header.header #navbar-bottom .navbar-right li a:hover {
  color: #e44647;
}

@media screen and (max-width: 991px) {
  header.header #navbar-bottom {
    border-bottom: solid 1px #a4a7b9;
    padding: 0;
  }
  header.header #navbar-bottom .container {
    padding: 0;
    width: 100%;
  }
  header.header #navbar-bottom .navbar-toggle {
    margin: 8px 0 0 0;
  }
  header.header #navbar-bottom .navbar-header {
    margin: 0;
    padding: 40px 26px;
  }
  header.header #navbar-bottom .navbar-collapse {
    margin: 0;
    padding: 0;
    border-top: solid 1px #565656;
  }
  header.header #navbar-bottom .navbar-right {
    margin: 15px 0;
  }
  header.header #navbar-bottom .navbar-right li {
    width: 50%;
    float: left;
  }
  header.header #navbar-bottom .navbar-right li a {
    padding: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }
  header.header #navbar-bottom .languages-mobile {
    margin: 0;
  }
  header.header #navbar-bottom .languages-mobile li {
    float: left;
    width: 25% !important;
    border-top: solid 1px #565656;
  }
  header.header #navbar-bottom .languages-mobile li a {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  header.header #navbar-bottom .languages-mobile li + li {
    border-left: solid 1px #565656;
  }
  header.header #navbar-bottom .languages-mobile li.active a {
    background-color: #293782;
    color: #fff;
  }
}

footer.footer.sticky {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer.footer .navbar-default {
  background-color: #565656;
  padding: 60px 0;
  color: #fff;
}

footer.footer .navbar-default ul {
  margin: 0;
  list-style-position: outside;
}

footer.footer .navbar-default ul li {
  list-style-type: square;
  padding: 4px 0 0 0;
  margin-left: 1.3em;
  line-height: 20px;
}

footer.footer .navbar-default ul li a {
  color: #fff;
}

footer.footer .navbar-default ul li + li {
  padding: 8px 0 0 0;
}

footer.footer .navbar-default a {
  color: #fff;
}

footer.footer .navbar-default .split-list ul {
  width: 50%;
  float: left;
}

footer.footer .navbar-default .list-inline li {
  padding: 0;
}

footer.footer .navbar-default .list-inline li + li {
  margin: 0 0 0 10px;
}

footer.footer .navbar-default .footer-block .footer-title {
  color: #fff;
  padding: 0 0 5px 0;
  margin: 0 0 35px 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #e44647;
  display: inline-block;
}

footer.footer .navbar-default .author {
  text-align: right;
}

footer.footer .navbar-default .copyright {
  margin: 0;
}

footer.footer .navbar-default + .navbar-default {
  padding: 0;
}

footer.footer .navbar-default + .navbar-default .navbar-wrapper {
  padding: 25px 0 30px;
  border-top: solid 1px #fff;
}

@media screen and (max-width: 991px) {
  footer.footer .navbar-default + .navbar-default {
    text-align: center;
  }
  footer.footer .navbar-default .author {
    text-align: center;
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  footer.footer .navbar-default {
    text-align: center;
    padding: 10px 0 60px;
  }
  footer.footer .navbar-default ul li {
    list-style-type: none;
    margin-left: 0;
  }
  footer.footer .navbar-default .footer-block {
    margin: 40px 0 0 0;
  }
  footer.footer .navbar-default .copyright {
    line-height: 25px;
  }
}

footer.footer #footer-bottom span {
  display: inline-block;
  padding: 0 10px;
}

footer.footer #social-media li {
  margin-left: 0;
}

footer.footer #social-media li + li {
  margin: 0 0 0 10px;
}

aside img + img {
  margin: 10px 0 0 0;
}

aside .sidebar-panel {
  border: solid 1px #e1e4ee;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

aside .sidebar-panel .panel-heading {
  color: #293782;
  font-weight: 500;
  padding: 30px 30px 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

aside .sidebar-panel .panel-body {
  padding: 0 30px;
}

aside .sidebar-panel .panel-body ul {
  margin: 14px 0 20px;
}

aside .sidebar-panel .panel-body ul li h2 a,
aside .sidebar-panel .panel-body ul li h3 a {
  display: block;
  padding: 8px 0;
  color: #565656;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}

aside .sidebar-panel .panel-body ul li.active a,
aside .sidebar-panel .panel-body ul li a:hover {
  color: #e44647;
  text-decoration: none;
  padding-left: 14px;
}

aside .sidebar-panel .panel-body ul li.active a {
  font-weight: 600;
  position: relative;
}

aside .sidebar-patch {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 30px;
  font-weight: 300;
  border: 1px solid #e1e4ee;
  font-size: 16px;
  font-size: 1.6rem;
}

aside .sidebar-patch .btn {
  white-space: normal;
  line-height: 20px;
  margin-top: 10px;
}

aside .sidebar-patch h3 {
  margin: 0 0 20px 0;
  font-weight: 300;
  line-height: 20px;
}

aside .sidebar-patch ul, aside .sidebar-patch p, aside .sidebar-patch span, aside .sidebar-patch strong {
  font-size: 14px;
  font-size: 1.4rem;
}

aside .sidebar-patch:hover {
  text-decoration: none;
}

aside .sidebar-patch:hover .btn.btn-danger {
  background-color: #293782;
}

aside .sidebar-block + .sidebar-block {
  margin: 50px 0 0 0;
}

@media screen and (max-width: 1199px) {
  aside {
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  aside {
    padding-right: 0;
    margin: 40px 0 0 0;
  }
  aside .sidebar-patch {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  aside .sidebar-panel,
  aside .sidebar-patch {
    border-color: #293782;
  }
}

input,
textarea {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
}

textarea {
  resize: vertical;
}

.control-label {
  font-weight: 300;
}

.form-control {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 34px;
}

.form-control:focus, .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .form-controlinput, .form-controlselect, .form-controltextarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-group.has-error .form-control {
  border-color: #e44647;
  color: #e44647;
}

.form-group.has-error .form-control .control-label {
  color: #e44647;
}

.form-group.has-error .form-control::-webkit-input-placeholder {
  color: #e44647;
}

.form-group.has-error .form-control::-moz-placeholder {
  color: #e44647;
}

.form-group.has-error .form-control:-moz-placeholder {
  color: #e44647;
}

.form-group.has-error .form-control:-ms-input-placeholder {
  color: #e44647;
}

.product {
  position: relative;
}

.product .labels-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  text-align: center;
}

.product .labels-wrapper .label + .label {
  margin-left: 5px;
}

.placeholder-product {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
}

.placeholder-product img {
  padding: 30px;
}

.nav-wizard > li {
  float: left;
}

.nav-wizard > li > a {
  position: relative;
  background-color: #fff;
}

.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #fff;
  background-color: #293782;
}

.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}

.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}

.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav-wizard > li.complete > a {
  background-color: #acb5e5;
}

.nav-wizard > li.complete > a::before {
  border-right-color: #acb5e5;
}

.nav-wizard > li.complete > a::after {
  border-left-color: #acb5e5;
}

.nav-wizard > li.complete:hover > a, .nav-wizard > li:hover > a {
  background-color: #293782;
  color: #fff;
}

.nav-wizard > li.complete:hover > a:before, .nav-wizard > li:hover > a:before {
  border-right-color: #293782;
}

.nav-wizard > li.complete:hover > a:after, .nav-wizard > li:hover > a:after {
  border-left-color: #293782;
}

.nav-wizard > li.active > a {
  color: #fff;
  background-color: #293782;
}

.nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus {
  color: #fff;
  background-color: #293782;
}

.nav-wizard > li.active > a:after {
  border-left-color: #293782;
}

.nav-wizard > li.active > a .badge {
  color: #293782;
  background-color: #fff;
}

.nav-wizard > li.disabled > a {
  color: #565656;
}

.nav-wizard > li.disabled > a:hover, .nav-wizard > li.disabled > a:focus {
  color: #565656;
  text-decoration: none;
  background-color: #fff;
  cursor: default;
}

.nav-wizard > li.disabled > a:before {
  border-right-color: #fff;
}

.nav-wizard > li.disabled > a:after {
  border-left-color: #fff;
}

.nav-wizard.nav-justified > li {
  float: none;
}

.nav-wizard.nav-justified > li > a {
  padding: 10px 15px 10px 36px;
}

@media screen and (max-width: 767px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before, .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}

.browsehappy {
  background-color: #e44647;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.browsehappy button.close {
  background: transparent;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0;
  top: 3px;
  right: -34px;
  padding: 10px;
}

.browsehappy a {
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}

.browsehappy a:hover {
  color: #fff;
}

.application-thumbnail {
  display: block;
  border: solid 1px #565656;
}

.application-thumbnail .caption {
  border-top: solid 1px #565656;
  text-align: center;
  padding: 20px 10px;
}

.application-thumbnail .caption h3,
.application-thumbnail .caption .h3,
.application-thumbnail .caption h2,
.application-thumbnail .caption .h3 {
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.application-thumbnail .caption h3 span,
.application-thumbnail .caption .h3 span,
.application-thumbnail .caption h2 span,
.application-thumbnail .caption .h3 span {
  margin: 10px 0 0 0;
  display: block;
  color: #e44647;
  font-size: 14px;
  font-size: 1.4rem;
}

.application-thumbnail:hover {
  text-decoration: none;
}

.application-thumbnail:hover .caption h2,
.application-thumbnail:hover .caption .h2,
.application-thumbnail:hover .caption h3,
.application-thumbnail:hover .caption .h3 {
  color: #e44647;
}

.product-thumbnail {
  display: block;
  border: solid 1px #565656;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.product-thumbnail img {
  margin: 0 auto;
}

.product-thumbnail picture {
  margin: 0 auto;
}

.product-thumbnail .caption {
  border-top: solid 1px #565656;
}

.product-thumbnail .caption h3,
.product-thumbnail .caption .h3,
.product-thumbnail .caption h2,
.product-thumbnail .caption .h2 {
  padding: 30px 10px;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
}

.product-thumbnail .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.35s, bottom cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  -o-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.35s, bottom cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.35s, bottom cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
}

.product-thumbnail .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("../img/svg/badge.svg");
  background-size: 40px 40px;
  background-position: top right;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  display: none;
}

.product-thumbnail:hover {
  text-decoration: none;
}

.product-thumbnail:hover .caption h2,
.product-thumbnail:hover .caption .h2,
.product-thumbnail:hover .caption h3,
.product-thumbnail:hover .caption .h3 {
  color: #e44647;
}

.product-thumbnail:hover .btn {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.product-thumbnail.custom-hover picture + picture {
  display: none;
}

.product-thumbnail.custom-hover .badge {
  display: block;
}

.product-thumbnail.custom-hover:hover picture {
  display: none;
}

.product-thumbnail.custom-hover:hover picture + picture {
  display: block;
}

#product-test {
  border: solid 1px #293782;
  padding: 60px;
  text-align: center;
  position: relative;
}

#product-test h2 {
  color: #293782;
  font-size: 30px;
  font-size: 3rem;
}

#product-test .cms-text {
  margin: 30px 0 0 0;
}

#product-test .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.cta ul {
  margin: 0;
  position: relative;
  z-index: 4000;
}

.cta ul li h3 a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 300;
  padding: 10px 0;
  line-height: 32px;
  font-size: 28px;
  font-size: 2.8rem;
}

.cta ul li h3 a span {
  display: inline-block;
  margin: 0 10px 0 0;
}

.cta ul li h3 a span .icon {
  fill: #fff;
}

.cta ul li h3 a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #e44647;
  -webkit-transition: width cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  -o-transition: width cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  transition: width cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
}

.cta ul li h3 a:hover {
  text-decoration: none;
}

.cta ul li h3 a:hover:after {
  width: 100%;
}

.cta .h1 {
  color: #fff;
  font-weight: 300;
  line-height: 40px;
  font-size: 32px;
  font-size: 3.2rem;
}

.cta .caption {
  position: relative;
  z-index: 10;
}

.cta .bg-responsive {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cta:after {
  content: '';
  background-color: #293782;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

@media screen and (max-width: 1199px) {
  .cta ul li h3 a {
    padding: 20px 0;
    line-height: 34px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .cta ul li h3 a:hover:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cta ul li h3 a {
    padding: 15px 0;
    line-height: 26px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.cssfilters .cta .bg-responsive {
  display: block;
}

.cssfilters .cta #bg-image-fallback {
  display: none;
}

.no-cssfilters .cta .bg-responsive {
  display: none;
}

.no-cssfilters .cta #bg-image-fallback {
  display: block;
}

.widget.section-md {
  margin-top: 30px;
}

.widget hr {
  border-color: #e9ebf2;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .widget img {
    margin-left: auto;
    margin-right: auto;
  }
}

.widget .cms-text {
  margin: 20px 0 0 0;
}

.widget.widget-image-first .widget-image,
.widget.widget-image-first .widget-video, .widget.widget-video .widget-image,
.widget.widget-video .widget-video {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .widget.widget-image-first .widget-image,
  .widget.widget-image-first .widget-video, .widget.widget-video .widget-image,
  .widget.widget-video .widget-video {
    padding-right: 0;
    margin: 40px 0 0 0;
  }
}

.widget.widget-text-first .widget-image {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .widget.widget-text-first .widget-image {
    padding-left: 0;
    margin: 40px 0 0 0;
  }
}

.widget.widget-image-full-width .widget-image {
  margin: 0 0 30px 0;
}

.widget.widget-call-to-action h2 {
  font-weight: 500;
  color: #293782;
  font-size: 14px;
  font-size: 1.4rem;
}

.widget.widget-call-to-action .btn {
  width: 100%;
  white-space: normal;
  line-height: 20px;
}

.widget.widget-call-to-action .cta-wrapper + .cta-wrapper {
  margin: 26px 0 0 0;
}

.widget.widget-call-to-action .widget-content {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .widget.widget-call-to-action .widget-content {
    padding-right: 0;
  }
  .widget.widget-call-to-action .btn {
    margin: 30px 0 0 0;
    width: auto;
    float: none !important;
  }
  .widget.widget-call-to-action .cta-wrapper + .cta-wrapper {
    margin: 40px 0 0 0;
  }
}

.widget.widget-tabs .nav-tabs {
  border-color: #565656;
}

.widget.widget-tabs .nav-tabs li a {
  margin: 0;
  border: solid 1px #565656;
  font-weight: 500;
  color: #293782;
  padding: 20px 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.widget.widget-tabs .nav-tabs li + li a {
  border-left: 0;
}

.widget.widget-tabs .nav-tabs li.active a {
  background-color: #293782;
  color: #fff;
  border-color: #293782;
  border-bottom-color: #293782;
}

.widget.widget-tabs .tab-content {
  border: solid 1px #565656;
  border-top: 0;
  padding: 50px;
}

.widget.widget-tabs .tab-content h2 {
  color: #e44647;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

.widget.widget-tabs .tab-content .widget hr {
  display: none;
}

.widget.widget-tabs .tab-content .widget + .widget {
  margin: 50px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .widget.widget-tabs .nav-tabs li {
    float: none;
    margin: 0;
  }
  .widget.widget-tabs .nav-tabs li a {
    border: solid 1px #293782;
    border-bottom: 0;
    padding: 15px 20px;
    text-align: center;
  }
  .widget.widget-tabs .nav-tabs li + li a {
    border-left: solid 1px #565656;
  }
  .widget.widget-tabs .tab-content {
    padding: 30px;
  }
  .widget.widget-tabs .tab-content .widget + .widget {
    margin: 20px 0 0 0;
  }
}

.widget.widget-three-gallery .thumbnail {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}

.widget.widget-three-gallery .thumbnail img {
  margin: 0 auto;
  border: solid 1px #a4a7b9;
}

.widget.widget-three-gallery .thumbnail .caption {
  padding: 20px 0 0 0;
}

.widget.widget-three-gallery .thumbnail .caption p {
  margin: 0;
}

.widget.widget-three-gallery .thumbnail:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .widget.widget-three-gallery .thumbnail {
    margin: 30px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .widget.widget-three-gallery {
    margin: 15px 0 0 0;
  }
}

.widget.widget-tabs-sub-cta {
  background-color: #e1e4ee;
}

.widget.widget-tabs-sub-cta .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .widget.widget-tabs-sub-cta .flex-row {
    display: block;
  }
}

.widget.widget-tabs-sub-cta .h3,
.widget.widget-tabs-sub-cta h3 {
  font-weight: 500;
  margin: 0 20px 0 0;
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  font-size: 1.6rem;
}

.widget.widget-tabs-sub-cta .btn {
  margin: 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .widget.widget-tabs-sub-cta .btn {
    margin: 20px 0 0 0;
  }
}

.widget.widget-tabs-sub-cta + div {
  margin: 50px 0 0 0;
}

.widget:first-child {
  margin-top: 0;
}

.widget:last-child hr {
  display: none;
}

.page-carousel {
  background-color: #e9ebf2;
  padding: 60px 0;
  position: relative;
}

.page-carousel .h2 {
  color: #565656;
  margin: 0 0 60px 0;
}

.page-carousel .carousel {
  padding: 0 30px;
}

.page-carousel .carousel a:hover {
  text-decoration: none;
}

.page-carousel .thumbnail {
  margin: 0 20px;
  background-color: #fff;
  border: solid 1px #565656;
}

.page-carousel .thumbnail .caption {
  text-align: center;
  padding: 30px 10px;
}

.page-carousel .thumbnail .caption p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-carousel .container {
  position: relative;
  z-index: 2;
}

.page-carousel .bg-triangle {
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  fill: #e1e4ee;
  z-index: 1;
  width: 90%;
  height: 90%;
}

.page-carousel .slick-dots {
  margin: 30px 0 0 0;
  position: relative;
  bottom: auto;
}

.page-carousel .slick-dots li button {
  background-color: #565656;
  width: 10px;
  height: 10px;
  margin: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-carousel .slick-dots li.slick-active button {
  background-color: #e44647;
}

@media screen and (max-width: 1199px) {
  .page-carousel .h2 {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .page-carousel .carousel {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-carousel {
    margin-top: 50px;
  }
}

#newsletter {
  border: solid 1px #e1e4ee;
  padding: 60px;
}

#newsletter form input {
  padding: 0 20px;
  color: #293782;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

#newsletter form input::-webkit-input-placeholder {
  font-style: normal;
  color: #293782;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

#newsletter form input::-moz-placeholder {
  font-style: normal;
  color: #293782;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

#newsletter form input:-moz-placeholder {
  font-style: normal;
  color: #293782;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

#newsletter form input:-ms-input-placeholder {
  font-style: normal;
  color: #293782;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

#newsletter form button[type='submit'] {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#newsletter form .form-group {
  margin: 0;
  border: solid 1px #565656;
  position: relative;
}

#newsletter form .form-group.has-error {
  border-color: #e44647;
}

#newsletter form .form-group.has-error .form-control {
  color: #e44647;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#newsletter form .form-group.has-error .form-control::-webkit-input-placeholder {
  color: #e44647;
}

#newsletter form .form-group.has-error .form-control::-moz-placeholder {
  color: #e44647;
}

#newsletter form .form-group.has-error .form-control:-moz-placeholder {
  color: #e44647;
}

#newsletter form .form-group.has-error .form-control:-ms-input-placeholder {
  color: #e44647;
}

#newsletter form .form-control {
  height: 60px;
  border: 0;
}

#newsletter .h2 {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 1199px) {
  #newsletter .h2 {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  #newsletter {
    margin-top: 75px;
  }
  #newsletter form .form-group {
    padding: 3px 20px 20px 20px;
  }
  #newsletter form button[type='submit'] {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.page-cta {
  background-color: #e9ebf2;
  padding: 30px;
  text-align: center;
}

.page-cta h2,
.page-cta .h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-cta .button-group {
  margin: 10px 0 0 0;
}

.page-cta .btn.btn-danger, .page-cta .btn.btn-default {
  margin: 10px 10px 0 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 10px;
  padding: 12px 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.page-cta + div {
  margin: 60px 0 0 0;
}

.title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px 0;
}

.title-group .h2 {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #868484;
}

@media screen and (max-width: 991px) {
  .title-group .h2 {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .title-group {
    display: block;
    text-align: center;
    margin: 0 0 40px 0;
  }
}

#dealer-map .map-wrapper {
  position: relative;
}

#dealer-map .map-wrapper h2,
#dealer-map .map-wrapper aside {
  z-index: 5;
}

#dealer-map .marker-infowindow .h5 {
  text-transform: uppercase;
  color: #293782;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 10px 10px 10px;
}

#dealer-map .marker-infowindow address,
#dealer-map .marker-infowindow p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 6px 10px 0 10px;
}

#dealer-map .marker-infowindow address:last-child,
#dealer-map .marker-infowindow p:last-child {
  margin: 6px 10px 10px 10px;
}

#dealer-map .marker-infowindow a {
  color: #293782;
  font-weight: 500;
}

#dealer-map h2 {
  color: #293782;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #fff;
  padding: 30px;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 767px) {
  #dealer-map h2 {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    text-align: left;
    border-top: solid 1px #293782;
  }
}

#dealer-map aside {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #fff;
  padding: 30px;
}

#dealer-map aside ul {
  margin: 0;
}

#dealer-map aside ul address {
  margin: 0;
  line-height: 22px;
}

#dealer-map aside ul strong {
  color: #293782;
}

#dealer-map aside ul a,
#dealer-map aside ul abbr {
  color: #e44647;
}

#dealer-map aside ul li + li {
  margin: 10px 0 0 0;
}

#dealer-map aside .title {
  margin: 0;
  color: #293782;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

#dealer-map aside .content-block + .content-block {
  margin: 50px 0 0 0;
}

#dealer-map aside .legende {
  margin: 20px 0 0 0;
}

#dealer-map aside .legende li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#dealer-map aside .legende li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #868484;
  margin: 0 10px 0 0;
}

#dealer-map aside .legende li.type0:before {
  background-color: #e44647;
}

#dealer-map aside .legende li.type1:before {
  background-color: #a6b1d5;
}

#dealer-map aside .legende li.type2:before {
  background-color: #293782;
}

#dealer-map aside .legende li + li {
  padding: 0;
  margin: 6px 0 0 0;
}

@media screen and (max-width: 767px) {
  #dealer-map aside {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding-top: 0;
  }
}

#dealer-map #map {
  height: 70vh;
}

.alert {
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff;
}

.alert.alert-danger {
  background-color: #e44647;
}

.alert.alert-warning {
  background-color: #f0ad4e;
}

.alert.alert-success {
  background-color: #5cb85c;
}

#breadcrumbs {
  background-color: #e1e4ee;
}

#breadcrumbs .breadcrumb {
  padding: 44px 0;
  margin: 0;
}

#breadcrumbs .breadcrumb li {
  font-size: 12px;
  font-size: 1.2rem;
}

#breadcrumbs .breadcrumb li a {
  color: #565656;
}

#breadcrumbs .breadcrumb li a:hover {
  text-decoration: none;
  color: #e44647;
}

#breadcrumbs .breadcrumb li + li:before {
  content: "";
  display: none;
}

#breadcrumbs .breadcrumb li.active {
  font-weight: 500;
}

#breadcrumbs .breadcrumb li:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/svg/arrow.svg");
  background-size: 12px 12px;
  margin: 0 12px;
  position: relative;
  top: 2px;
}

#breadcrumbs .breadcrumb li:first-child {
  margin-right: 12px;
}

#breadcrumbs .breadcrumb li:first-child:after, #breadcrumbs .breadcrumb li:last-child:after {
  display: none;
}

.btn.btn-gray, .btn.btn-danger, .btn.btn-warning, .btn.btn-success {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin: 0;
  line-height: 10px;
  padding: 12px 10px;
  border: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray:active, .btn.btn-gray:visited, .btn.btn-gray:active:visited, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger:visited, .btn.btn-danger:active:visited, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning:visited, .btn.btn-warning:active:visited, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success:visited, .btn.btn-success:active:visited {
  outline: 0;
  border: 0;
}

.btn.btn-gray {
  background-color: #868484;
  border-color: #868484;
  color: #fff;
}

.btn.btn-pointer {
  background-color: transparent;
  padding: 36px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  -webkit-animation-name: movingUpDown;
          animation-name: movingUpDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.btn.btn-pointer img {
  width: 20px;
  height: 28px;
}

.btn.btn-pointer:focus, .btn.btn-pointer:active, .btn.btn-pointer:visited {
  outline: 0;
}

.btn.btn-pdf {
  margin: 20px 0 0 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  color: #e44647;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}

.btn.btn-pdf span {
  line-height: 26px;
}

.btn.btn-pdf .icon {
  margin: 0 10px 0 0;
}

.btn.btn-pdf:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

@-webkit-keyframes movingUpDown {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}

@keyframes movingUpDown {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #565656;
  background-color: #fff;
  -webkit-transition: border 0.35s cubic-bezier(0.455, 0, 0.515, 1), color 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: border 0.35s cubic-bezier(0.455, 0, 0.515, 1), color 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: border 0.35s cubic-bezier(0.455, 0, 0.515, 1), color 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  color: #565656;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  background-color: #868484;
  width: 11px;
  height: 11px;
  top: 3px;
  left: 3px;
  content: '';
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e1e4ee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

/*
@include checkbox-variant('.checkbox-primary', $brand-primary);
@include checkbox-variant('.checkbox-danger', $brand-danger);
@include checkbox-variant('.checkbox-info', $brand-info);
@include checkbox-variant('.checkbox-warning', $brand-warning);
@include checkbox-variant('.checkbox-success', $brand-success);
*/
.icon {
  display: inline-block;
  -webkit-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

.icon.shape-close {
  width: 12px;
  height: 12px;
  stroke-width: 1.5;
  position: relative;
  top: -1px;
}

.icon.shape-pencil {
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
}

.icon.shape-check {
  width: 14px;
  height: 11px;
  position: relative;
  top: -1px;
}

.icon.shape-chevron {
  width: 13px;
  height: 7px;
}

.icon.shape-chevron.chevron-right {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon.shape-caret {
  width: 8px;
  height: 6px;
}

.icon.shape-arrow {
  width: 16px;
  height: 16px;
  fill: #293782;
}

.icon.shape-search {
  stroke: #565656;
  stroke-width: 2px;
  width: 18px;
  height: 18px;
  fill: transparent;
}

.icon.shape-webatvantage {
  width: 124px;
  height: 24px;
}

.icon.shape-slider-arrow {
  stroke: #fff;
  stroke-width: 2px;
  fill: transparent;
  width: 12px;
  height: 33px;
}

.icon.shape-slider-arrow.right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon.shape-youtube, .icon.shape-linkedin {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.icon.shape-pdf {
  width: 18px;
  height: 22px;
}

.icon.shape-zoom-in, .icon.shape-zoom-out {
  width: 10px;
  height: 10px;
  stroke: #868484;
  stroke-width: 1.4;
}

.fill-brand-primary {
  fill: #293782;
}

.fill-brand-danger {
  fill: #e44647;
}

.fill-link-color {
  fill: #293782;
}

.fill-link-hover-color {
  fill: #293782;
}

.fill-body-bg {
  fill: #fff;
}

.fill-gray-darker {
  fill: #222222;
}

.stroke-brand-primary {
  stroke: #293782;
  fill: transparent;
}

.stroke-brand-danger {
  stroke: #e44647;
  fill: transparent;
}

.stroke-link-color {
  stroke: #293782;
  fill: transparent;
}

.stroke-link-hover-color {
  stroke: #293782;
  fill: transparent;
}

.stroke-body-bg {
  stroke: #fff;
  fill: transparent;
}

.stroke-gray-darker {
  stroke: #222222;
  fill: transparent;
}

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

.list-chevron > li + li {
  margin-top: 10px;
}

.list-chevron > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  border: 1px solid #ddd;
  color: #293782;
  text-decoration: none;
  background: none;
}

.list-chevron > li > a .svg-wrapper {
  padding-left: 5px;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.list-chevron > li > a:focus, .list-chevron > li > a:hover {
  border-color: #293782;
}

.list-chevron > li > a:focus .svg-wrapper, .list-chevron > li > a:hover .svg-wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#loader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.75);
}

#loader .circles {
  width: 75px;
  height: 75px;
  position: relative;
}

#loader .circles .circle-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#loader .circles .circle-child::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #293782;
  border-radius: 100%;
  -webkit-animation: circleBounceDelay 1.2s infinite ease-in-out both;
          animation: circleBounceDelay 1.2s infinite ease-in-out both;
}

#loader .circles .circle1 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

#loader .circles .circle1::before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

#loader .circles .circle2 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

#loader .circles .circle2::before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

#loader .circles .circle3 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#loader .circles .circle3::before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

#loader .circles .circle4 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}

#loader .circles .circle4::before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

#loader .circles .circle5 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}

#loader .circles .circle5::before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

#loader .circles .circle6 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#loader .circles .circle6::before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

#loader .circles .circle7 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}

#loader .circles .circle7::before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

#loader .circles .circle8 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}

#loader .circles .circle8::before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

#loader .circles .circle9 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

#loader .circles .circle9::before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

#loader .circles .circle10 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}

#loader .circles .circle10::before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

#loader .circles .circle11 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

#loader .circles .circle11::before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

#loader .circles .circle12 {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

#loader .circles .circle12::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pagination > li {
  display: inline-block;
}

.placeholder-product img {
  width: 100%;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #565656;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: border 0.35s cubic-bezier(0.455, 0, 0.515, 1);
  transition: border 0.35s cubic-bezier(0.455, 0, 0.515, 1);
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #565656;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

/*
@include radio-variant('.radio-primary', $brand-primary);
@include radio-variant('.radio-danger', $brand-danger);
@include radio-variant('.radio-info', $brand-info);
@include radio-variant('.radio-warning', $brand-warning);
@include radio-variant('.radio-success', $brand-success);
*/
/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
.custom-select {
  display: inline-block;
  position: relative;
  padding: 0 !important;
  width: 100%;
  background-image: url("../img/svg/caret.svg");
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  /* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
  /* Set options to normal weight */
}

.custom-select:hover, .custom-select:focus, .custom-select:active {
  border-color: #565656;
}

.custom-select select {
  width: 100%;
  margin: 0;
  padding: 0 25px 0 12px;
  background: none;
  border: 1px solid #565656;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  color: #565656;
  /* Remove select styling */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  font-size: 1em;
  /* Focus style */
}

@media screen and (max-width: 991px) {
  .custom-select select {
    font-size: 16px !important;
  }
}

.custom-select select:focus {
  outline: none;
  background-color: transparent;
}

.custom-select select:hover, .custom-select select:focus, .custom-select select:active {
  border: 1px solid #565656;
}

.custom-select option {
  font-weight: normal;
  text-shadow: none;
  color: #565656;
  padding: 10px 15px;
}

/* ------------------------------------  */
/* UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus,
.custom-select::after {
  display: none;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}

/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    /*width: 120%;
        width: -moz-calc(100% + 3em);
        width: calc(100% + em);*/
    /* https://gist.github.com/joaocunha/6273016 */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@media screen and (max-width: 767px) {
  .table.table-responsive thead {
    display: none;
  }
  .table.table-responsive tbody tr:last-child {
    display: none !important;
  }
  .table.table-responsive tbody th, .table.table-responsive tbody td {
    display: block;
    padding: 10px 15px 10px 30%;
    width: 100%;
    text-align: right;
    background: none;
    position: relative;
  }
  .table.table-responsive tbody th::before, .table.table-responsive tbody th::after, .table.table-responsive tbody td::before, .table.table-responsive tbody td::after {
    position: absolute;
    display: block;
    content: '';
  }
  .table.table-responsive tbody th::before, .table.table-responsive tbody td::before {
    float: left;
    text-align: left;
    content: attr(data-th);
    font-weight: 700;
    display: inline-block;
    width: 30%;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .table.table-responsive tbody th.full-width, .table.table-responsive tbody td.full-width {
    padding-left: 15px !important;
  }
  .table.table-responsive .spacer {
    background-color: #fff;
  }
}

#cart-table {
  border-bottom: 2px solid #ddd;
}

#cart-table thead {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

#cart-table td {
  vertical-align: middle;
}

#cart-table img {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #cart-table {
    margin-bottom: 0;
  }
  #cart-table tbody td {
    border: 0;
  }
  #cart-table tbody td[class*="text-"] {
    border-top: 1px solid #ddd;
    vertical-align: middle;
  }
  #cart-table .td-thumb {
    background-color: #fff;
  }
  #cart-table .td-thumb img {
    margin: 0 auto;
  }
  #cart-table .visible-xs, #cart-table .btn {
    width: 100%;
  }
  #cart-table .visible-xs:not(.spacer) td {
    padding: 0;
  }
  #cart-table .tr-remove-mobile td,
  #cart-table .td-product,
  #cart-table .td-thumb {
    text-align: center;
    padding-left: 15px;
  }
  #cart-table .tr-remove-mobile {
    background-color: #fff;
  }
  #cart-table .tr-remove-mobile .btn-cart-remove {
    padding: 15px;
    color: #e44647;
  }
}

.tooltip {
  font-size: 12px;
  font-size: 1.2rem;
}

.tooltip .tooltip-inner {
  padding: 6px 12px;
}

.carousel a:focus, .carousel a:active, .carousel a:visited {
  outline: 0;
}

.carousel .slick-arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel .slick-arrow svg {
  stroke: #565656;
  stroke-width: 1.8;
  width: 12px;
  height: 24px;
}

.carousel .slick-arrow.slick-next {
  right: -50px;
}

.carousel .slick-arrow.slick-prev {
  left: -50px;
}

@media screen and (max-width: 991px) {
  .carousel .slick-arrow.slick-next {
    right: 0;
  }
  .carousel .slick-arrow.slick-prev {
    left: 0;
  }
}

#cookies-notice {
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

#cookies-notice .text-sm p {
  margin: 5px 0;
}

@media screen and (max-width: 991px) {
  #cookies-notice .text-sm p {
    margin-bottom: 15px;
  }
}

#cookies-notice .btn {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  #cookies-notice {
    text-align: center;
  }
  #cookies-notice .btn {
    display: inline-block;
    float: none !important;
  }
}

#cookie-customizer-modal .modal-body {
  padding: 25px;
  padding-bottom: 0;
}

#cookie-customizer-modal .h2 {
  margin-top: 0;
}

#cookie-customizer-modal .h2 + p {
  margin-bottom: 0;
}

#cookie-customizer-modal .close {
  margin: 10px 15px;
  position: relative;
  z-index: 100000;
}

#cookie-customizer-modal .cookie-group {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#cookie-customizer-modal .cookie-group .checkbox strong {
  margin-top: -2px;
  display: block;
}

#cookie-customizer-modal .cookie-group p {
  padding: 5px;
}

#cookie-customizer-modal .cookie-group p.h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
}

#cookie-customizer-modal .cookie-group:last-child {
  border-bottom: none;
}

#page-home #main-carousel-wrapper {
  background-color: #e1e4ee;
  position: relative;
}

#page-home #main-carousel-wrapper .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#page-home #main-carousel-wrapper .container .caption .title {
  color: #fff;
  font-weight: 100;
  font-size: 26px;
  font-size: 2.6rem;
}

#page-home #main-carousel-wrapper .container .caption .cms-text {
  margin: 40px 0 0 0;
  color: #fff;
}

#page-home #main-carousel-wrapper .container .caption .cms-text ul {
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
}

#page-home #main-carousel-wrapper .container .caption .btn {
  margin: 24px 0 0 0;
}

#page-home #main-carousel-wrapper #main-carousel {
  max-width: 2000px;
  margin: 0 auto;
}

#page-home #main-carousel-wrapper #main-carousel .slide {
  height: 50vh;
  max-height: 400px;
  position: relative;
  background-position: 50% 50%;
}

#page-home #main-carousel-wrapper #main-carousel .slick-dots {
  margin: 0;
  bottom: 30px;
}

#page-home #main-carousel-wrapper #main-carousel .slick-dots li {
  padding: 0 3px;
}

#page-home #main-carousel-wrapper #main-carousel .slick-dots li button {
  width: 11px;
  height: 11px;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#page-home #main-carousel-wrapper #main-carousel .slick-dots li.slick-active button {
  background-color: #e44647;
  opacity: 1;
  filter: alpha(opacity=100);
}

#page-home #main-carousel-wrapper #main-carousel .slick-arrow {
  z-index: 1000;
  padding: 20px;
}

#page-home #main-carousel-wrapper #main-carousel .slick-arrow svg {
  stroke: #fff;
}

#page-home #main-carousel-wrapper #main-carousel .slick-arrow.slick-prev {
  left: 0;
}

#page-home #main-carousel-wrapper #main-carousel .slick-arrow.slick-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  #page-home #main-carousel-wrapper #main-carousel .slide {
    max-height: 240px;
  }
}

@media screen and (max-width: 1199px) {
  #page-home #main-carousel-wrapper .container {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  #page-home #main-carousel-wrapper .caption {
    text-align: center;
  }
  #page-home #main-carousel-wrapper .container {
    width: 75%;
  }
}

#page-home #usp {
  background-color: #a4a7b9;
}

#page-home #usp .flex-row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#page-home #usp .flex-row a,
#page-home #usp .flex-row span {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

#page-home #usp .flex-row a:after {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e44647;
  -webkit-transition: height cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  -o-transition: height cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  transition: height cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
}

#page-home #usp .flex-row a:focus, #page-home #usp .flex-row a:active, #page-home #usp .flex-row a:visited {
  text-decoration: none;
}

#page-home #usp .flex-row a:hover {
  text-decoration: none;
}

#page-home #usp .flex-row a:hover:after {
  height: 4px;
}

#page-home #about .flex-row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#page-home #about .content-right {
  padding: 60px 50px;
  border: solid 1px #565656;
  position: relative;
}

#page-home #about .content-right h1 {
  margin: 0;
  color: #293782;
  font-weight: 100;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}

#page-home #about .content-right .cms-text {
  margin: 40px 0 0 0;
}

#page-home #about .content-right .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

#page-home #about .content-left {
  position: relative;
  height: 100%;
}

#page-home #about .content-left .caption {
  z-index: 10;
  padding: 70px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  #page-home #about .content-left .caption {
    padding: 48px;
  }
}

@media screen and (max-width: 991px) {
  #page-home #about .flex-row {
    display: block;
  }
  #page-home #about .content-left {
    margin-top: 75px;
  }
  #page-home #about .content-left .caption {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  #page-home #about {
    margin-top: 50px;
  }
  #page-home #about .content-right {
    padding: 40px;
  }
  #page-home #about .content-left .caption {
    padding: 20px;
  }
}

#page-home #applications .h2 {
  margin: 0 0 60px 0;
}

#page-home #applications .slide {
  padding: 0 20px;
}

#page-home #applications .slide .application-thumbnail {
  height: 100%;
}

#page-home #applications .slide:focus, #page-home #applications .slide:visited, #page-home #applications .slide:active {
  outline: 0;
}

#page-home #applications .slick-dots {
  position: relative;
  bottom: 0;
  margin: 30px 0 0 0;
}

#page-home #applications .slick-dots li {
  padding: 0 4px;
}

#page-home #applications .slick-dots li button {
  background-color: #868484;
  width: 11px;
  height: 11px;
  opacity: 1;
  filter: alpha(opacity=100);
}

#page-home #applications .slick-dots li.slick-active button {
  background-color: #e44647;
}

@media screen and (max-width: 1199px) {
  #page-home #applications .h2 {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 991px) {
  #page-home #applications .carousel {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  #page-home #applications {
    margin: 50px 0 0 0;
  }
}

#page-home #products {
  background-color: #e9ebf2;
  padding: 60px 0;
  position: relative;
}

#page-home #products .h2 {
  color: #565656;
  margin: 0 0 60px 0;
}

#page-home #products .carousel {
  padding: 0 30px;
}

#page-home #products .carousel .slide {
  padding: 0 12px 20px 12px;
}

#page-home #products .product-thumbnail {
  height: 100%;
}

#page-home #products .product-thumbnail picture {
  padding: 10px 15px 0px 15px;
}

#page-home #products .caption {
  margin: 6px;
}

#page-home #products .container {
  position: relative;
  z-index: 2;
}

#page-home #products .bg-triangle {
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  fill: #e1e4ee;
  z-index: 1;
  width: 90%;
  height: 90%;
}

@media screen and (max-width: 1199px) {
  #page-home #products .h2 {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 991px) {
  #page-home #products .carousel {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  #page-home #products {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #page-home #product-test {
    margin-top: 50px;
  }
}

#page-home #newsletter {
  border: 0;
  padding: 0;
}

#page-separate aside .sidebar-block {
  margin: 0;
}

#page-separate aside .sidebar-block + .sidebar-block {
  margin: 30px 0 0 0;
}

#page-separate aside .sidebar-patch {
  margin: 0;
}

#page-separate aside .gallery img {
  margin: 0 auto;
}

#page-separate aside .gallery a {
  display: block;
}

#page-separate aside .gallery .lightbox-image + .lightbox-image {
  margin: 15px 0 0 0;
}

@media screen and (max-width: 767px) {
  #page-separate aside {
    margin: 30px 0 0 0;
  }
}

#page-separate .shrink-right {
  padding-right: 80px;
}

@media screen and (max-width: 1199px) {
  #page-separate .shrink-right {
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  #page-separate .shrink-right {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #page-separate .shrink-right {
    padding-right: 0;
  }
}

#page-product-overview h1,
#page-product-suboverview h1 {
  margin: 0 0 27px 0;
}

#page-product-overview .h4,
#page-product-suboverview .h4 {
  margin: 0;
}

#page-product-overview .flex-row,
#page-product-suboverview .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

#page-product-overview .flex-row .flex-child,
#page-product-suboverview .flex-row .flex-child {
  margin: 30px 0 0 0;
}

#page-product-overview .product-thumbnail,
#page-product-suboverview .product-thumbnail {
  height: 100%;
}

#page-product-overview .product-thumbnail .caption h3,
#page-product-suboverview .product-thumbnail .caption h3 {
  padding: 20px 10px;
}

#page-product-overview .products-wrapper + .products-wrapper,
#page-product-suboverview .products-wrapper + .products-wrapper {
  margin: 40px 0 0 0;
}

#page-product-overview .legend,
#page-product-suboverview .legend {
  margin: 0;
  text-align: right;
  color: #e44647;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}

#page-product-overview .legend .icon,
#page-product-suboverview .legend .icon {
  margin: 0 10px 0 0;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

#page-product-overview .legend span:first-child,
#page-product-suboverview .legend span:first-child {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: relative;
  margin: 0 20px 0 0;
  background-image: url("../img/svg/badge.svg");
  background-size: 34px 34px;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  #page-product-overview .legend,
  #page-product-suboverview .legend {
    text-align: center;
    padding: 10px;
    margin: 0 0 30px 0;
    border: solid 1px #e44647;
  }
}

@media screen and (max-width: 767px) {
  #page-product-overview .legend,
  #page-product-suboverview .legend {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  #page-product-overview h1 {
    margin: 0;
  }
}

#page-product-detail aside {
  padding: 0 0 0 60px;
}

#page-product-detail aside .sidebar-block {
  padding: 0;
}

#page-product-detail aside .sidebar-block .btn {
  line-height: 20px;
  white-space: normal;
}

#page-product-detail aside .category-block ul {
  margin: 14px 0 0 0;
  padding: 0;
  list-style-position: outside;
}

#page-product-detail aside .category-block ul li {
  padding: 3px 0;
}

#page-product-detail aside .category-block ul li a {
  color: #868484;
  font-weight: 400;
  padding: 3px 0;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}

#page-product-detail aside .category-block ul li a:hover {
  font-weight: 500;
  color: #293782;
  text-decoration: none;
}

#page-product-detail aside .category-block + .category-block {
  margin: 30px 0 0 0;
}

#page-product-detail aside .panel {
  margin: 0 0 30px 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#page-product-detail aside .panel .panel-heading {
  border: 0;
  padding: 0;
  background-color: transparent;
}

#page-product-detail aside .panel .panel-heading .panel-title {
  margin: 0;
}

#page-product-detail aside .panel .panel-heading .panel-title .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page-product-detail aside .panel .panel-heading .panel-title .icon {
  width: 12px;
  height: 10px;
  fill: #e44647;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

#page-product-detail aside .panel .panel-heading .panel-title a:hover, #page-product-detail aside .panel .panel-heading .panel-title a:focus, #page-product-detail aside .panel .panel-heading .panel-title a:active, #page-product-detail aside .panel .panel-heading .panel-title a:visited {
  text-decoration: none;
}

#page-product-detail aside .panel .panel-heading .panel-title a[aria-expanded='true'] .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#page-product-detail aside .panel .panel-body {
  padding: 20px 0 0 0;
}

@media screen and (max-width: 1199px) {
  #page-product-detail aside {
    padding: 0 0 0 50px;
  }
}

@media screen and (max-width: 991px) {
  #page-product-detail aside {
    padding: 0;
    margin: 50px 0 0 0;
  }
}

#page-product-detail .widget-tabs {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 991px) {
  #page-product-detail .widget-tabs {
    margin: 50px 0 0 0;
  }
}

#page-product-detail #product-info {
  padding: 0 80px 0 0;
  border-right: solid 1px #868484;
}

#page-product-detail #product-info .widget-container hr {
  display: none;
}

#page-product-detail #product-info .widget-container .widget h2 {
  color: #e44647;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

#page-product-detail #product-info .widget-container .widget + .widget {
  margin: 30px 0 0 0;
}

#page-product-detail #product-info .widget-container .widget.widget-call-to-action h2 {
  font-weight: 500;
  color: #293782;
  font-size: 14px;
  font-size: 1.4rem;
}

#page-product-detail #product-info .widget-container .widget.widget-image-first .widget-image, #page-product-detail #product-info .widget-container .widget.widget-text-first .widget-image {
  padding: 0;
}

@media screen and (max-width: 767px) {
  #page-product-detail #product-info .widget-container .widget.widget-three-gallery {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 1199px) {
  #page-product-detail #product-info {
    padding: 0 50px 0 0;
  }
}

@media screen and (max-width: 991px) {
  #page-product-detail #product-info {
    padding: 0;
    border: 0;
  }
}

#page-applications-overview .flex-row,
#page-applications-suboverview .flex-row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#page-applications-overview .flex-row .flex-child,
#page-applications-suboverview .flex-row .flex-child {
  margin: 30px 0 0 0;
}

#page-applications-overview .application-thumbnail,
#page-applications-suboverview .application-thumbnail {
  height: 100%;
}

#page-applications-overview .application-thumbnail .caption h2,
#page-applications-suboverview .application-thumbnail .caption h2 {
  font-size: 13px;
  font-size: 1.3rem;
}

#page-applications-overview .application-wrapper + .application-wrapper,
#page-applications-suboverview .application-wrapper + .application-wrapper {
  margin: 40px 0 0 0;
}

#page-applications-overview #topbar h1,
#page-applications-suboverview #topbar h1 {
  margin: 10px 0 0 0;
}

#page-applications-overview #topbar form,
#page-applications-suboverview #topbar form {
  width: 300px;
}

#page-applications-overview #topbar form svg,
#page-applications-suboverview #topbar form svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page-applications-overview #topbar form .form-group,
#page-applications-suboverview #topbar form .form-group {
  margin: 0;
  position: relative;
}

#page-applications-overview #topbar form .form-control,
#page-applications-suboverview #topbar form .form-control {
  border: solid 1px #565656;
  height: 48px;
  padding: 0 20px;
}

#page-applications-overview #topbar form .form-control::-webkit-input-placeholder,
#page-applications-suboverview #topbar form .form-control::-webkit-input-placeholder {
  color: #a4a7b9;
  font-style: normal;
}

#page-applications-overview #topbar form .form-control::-moz-placeholder,
#page-applications-suboverview #topbar form .form-control::-moz-placeholder {
  color: #a4a7b9;
  font-style: normal;
}

#page-applications-overview #topbar form .form-control:-moz-placeholder,
#page-applications-suboverview #topbar form .form-control:-moz-placeholder {
  color: #a4a7b9;
  font-style: normal;
}

#page-applications-overview #topbar form .form-control:-ms-input-placeholder,
#page-applications-suboverview #topbar form .form-control:-ms-input-placeholder {
  color: #a4a7b9;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  #page-applications-overview #topbar form,
  #page-applications-suboverview #topbar form {
    margin: 30px 0 20px 0;
    width: 100%;
  }
}

#page-applications-suboverview h1 {
  margin: 0 0 17px 0;
}

#page-applications-detail .button-group {
  margin: 10px 0 30px 0;
}

#page-applications-detail .button-group .btn {
  background-color: #fff;
  color: #293782;
  border-color: #293782;
  width: 46%;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

#page-applications-detail .button-group .btn + .btn {
  margin-left: 4%;
}

#page-applications-detail .button-group .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

#page-applications-detail .video-container .thumbnail,
#page-applications-detail .video-container .videos-wrapper,
#page-applications-detail .images-container .thumbnail,
#page-applications-detail .images-container .videos-wrapper {
  margin: 30px 0 0 0;
}

#page-applications-detail .video-container .thumbnail,
#page-applications-detail .images-container .thumbnail {
  padding: 0;
  border: 0;
}

#page-applications-detail .video-container .thumbnail .caption,
#page-applications-detail .images-container .thumbnail .caption {
  margin: 14px 0 0 0;
  padding: 0;
  color: #565656;
}

#page-applications-detail .video-container .thumbnail .caption .title,
#page-applications-detail .images-container .thumbnail .caption .title {
  margin: 0;
  font-weight: 500;
  color: #293782;
}

#page-applications-detail .video-container .thumbnail .caption .cms-text,
#page-applications-detail .images-container .thumbnail .caption .cms-text {
  margin: 10px 0 0 0;
}

@media screen and (max-width: 1199px) {
  #page-applications-detail .images-container {
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  #page-applications-detail .images-container {
    padding: 0;
  }
}

#page-error .wrapper {
  top: 50%;
  margin-top: -200px;
}

@media screen and (max-width: 767px) {
  #page-error .wrapper {
    position: relative;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0px;
    left: 0px;
    margin: 0px;
  }
}

#page-error h2 {
  font-size: 115px;
  font-size: 11.5rem;
  margin-bottom: 0px;
}

#page-error h3 {
  font-size: 50px;
  font-size: 5rem;
  margin-top: 0px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px), screen and (max-width: 1199px) {
  #page-seo #col-title {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  #page-seo #col-title {
    float: none;
  }
}

#page-news-overview article h2 {
  font-weight: 100;
  margin: 0;
  color: #565656;
  font-size: 24px;
  font-size: 2.4rem;
}

#page-news-overview article .date {
  color: #e44647;
  font-weight: 500;
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

#page-news-overview article .cms-text {
  margin: 20px 0 0 0;
}

#page-news-overview article + article {
  margin: 80px 0 0 0;
  padding: 80px 0 0 0;
  border-top: solid 1px #e1e4ee;
}

@media screen and (max-width: 1199px) {
  #page-news-overview article + article {
    margin: 60px 0 0 0;
    padding: 60px 0 0 0;
  }
  #page-news-overview article .image-wrapper {
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  #page-news-overview article .image-wrapper {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #page-news-overview article .image-wrapper {
    margin: 30px 0 0 0;
  }
  #page-news-overview article + article {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
  }
}

#page-faq h1,
#page-faq .cms-text,
#page-downloads h1,
#page-downloads .cms-text {
  margin: 0 0 30px 0;
}

#page-faq .list-chevron,
#page-downloads .list-chevron {
  margin: 0;
}

#page-faq .list-chevron li,
#page-downloads .list-chevron li {
  position: relative;
}

#page-faq .list-chevron li a,
#page-downloads .list-chevron li a {
  border: 0;
  border-top: solid 1px #e1e4ee;
  font-weight: 500;
  padding: 20px 40px 20px 14px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.35s;
  -webkit-box-pack: baseline;
  -webkit-justify-content: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}

#page-faq .list-chevron li a:hover,
#page-downloads .list-chevron li a:hover {
  color: #e44647;
  padding: 20px 30px;
}

#page-faq .list-chevron li a:hover svg,
#page-downloads .list-chevron li a:hover svg {
  fill: #e44647;
}

#page-faq .list-chevron li a span,
#page-downloads .list-chevron li a span {
  display: block;
  width: 100%;
}

#page-faq .list-chevron li img,
#page-downloads .list-chevron li img {
  width: 20px;
  margin: 0 20px 0 0;
  display: inline-block;
}

#page-faq .list-chevron li .svg-wrapper,
#page-downloads .list-chevron li .svg-wrapper {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page-faq .list-chevron li + li,
#page-downloads .list-chevron li + li {
  margin: 0;
}

#page-faq .list-chevron li:last-child a,
#page-downloads .list-chevron li:last-child a {
  border-bottom: solid 1px #e1e4ee;
}

#page-faq .cta,
#page-downloads .cta {
  position: relative;
  padding: 80px;
}

@media screen and (max-width: 1199px) {
  #page-faq .cta,
  #page-downloads .cta {
    padding: 30px 60px;
  }
}

@media screen and (max-width: 991px) {
  #page-faq .cta,
  #page-downloads .cta {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #page-faq .cta,
  #page-downloads .cta {
    padding: 30px;
    text-align: center;
  }
}

#page-jobs-detail aside .sidebar-patch {
  display: block;
}

#page-jobs-detail h1 {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
}

#page-jobs-detail .h3 {
  color: #e44647;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

#page-jobs-detail .content-block {
  margin: 30px 0 0 0;
}

#page-jobs-detail .cms-text {
  margin: 14px 0 0 0;
}

#page-enquete {
  background-color: #e9ebf2;
  position: relative;
  overflow: hidden;
}

#page-enquete .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

#page-enquete .flex-row .flex-child {
  margin: 30px 0 0 0;
}

#page-enquete .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

#page-enquete .cms-text {
  color: #868484;
}

#page-enquete .image-group img {
  margin: 0 auto;
}

#page-enquete .image-group,
#page-enquete .fs-radio-group {
  margin: 30px 0 0 0;
}

#page-enquete .cms-text {
  margin: 20px 0 0 0;
}

#page-enquete .bg-triangle {
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  fill: #e1e4ee;
  z-index: 1;
  width: 70%;
  height: 90%;
}

#page-enquete .btn label {
  margin: 0;
}

#page-enquete .btn input {
  border: 0;
}

#page-enquete .fs-show {
  visibility: visible !important;
}

#page-enquete .fs-continue {
  display: none !important;
}

#page-enquete .fs-form-overview {
  background: none;
  padding: 0;
}

#page-enquete .fs-form-overview .fs-fields > li {
  display: none;
}

#page-enquete .fs-form-overview .fs-fields:before {
  display: block;
  margin-bottom: 43px;
  content: attr(data-result);
  font-size: 33px;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: #293782;
  letter-spacing: 0.025em;
}

@media (max-width: 767px) {
  #page-enquete .fs-form-overview .fs-fields:before {
    font-size: 30px;
    font-size: 3rem;
  }
}

#page-enquete .fs-form-wrap {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 590px;
  z-index: 100;
  font-style: initial;
}

#page-enquete .fs-form-wrap ol li, #page-enquete .fs-form-wrap ul li {
  text-align: center;
  margin: 57px 0 0 0;
}

#page-enquete .fs-form-wrap ol li .btn, #page-enquete .fs-form-wrap ul li .btn {
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

#page-enquete .fs-form-wrap ol li .btn label, #page-enquete .fs-form-wrap ul li .btn label {
  padding: 12px 10px;
  cursor: pointer;
}

#page-enquete .fs-form-wrap ol li input:focus, #page-enquete .fs-form-wrap ul li input:focus {
  background-color: transparent;
}

#page-enquete .fs-form-wrap ol li .h1, #page-enquete .fs-form-wrap ul li .h1 {
  padding: 0;
  margin: 0;
  font-weight: 100;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 991px) {
  #page-enquete .fs-form-wrap ol li .h1, #page-enquete .fs-form-wrap ul li .h1 {
    font-weight: 300;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#page-enquete .fs-form-wrap ol li .h1 span, #page-enquete .fs-form-wrap ul li .h1 span {
  font-weight: 300;
  display: block;
  margin: 20px 0 0 0;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  #page-enquete .fs-form-wrap ol li .h1 span, #page-enquete .fs-form-wrap ul li .h1 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #page-enquete .fs-form-wrap ol li, #page-enquete .fs-form-wrap ul li {
    margin: 0;
    position: static;
  }
}

#page-enquete .fs-form-wrap .fs-anim-lower {
  margin: 30px 0 0 0;
}

#page-enquete .fs-form-wrap .fs-numbers {
  position: relative;
  top: auto;
  right: auto;
  z-index: 100;
  width: 100%;
  display: block;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #a4a7b9;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

#page-enquete .fs-form-wrap .fs-numbers span {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 2px;
}

#page-enquete .fs-form-wrap .fs-numbers:after {
  display: none;
}

@media screen and (max-width: 767px) {
  #page-enquete .fs-form-wrap .fs-numbers {
    position: absolute;
    top: 10px;
  }
}

#page-enquete .fs-form-wrap .fs-controls .fs-continue {
  display: none;
}

#page-enquete .fs-form-wrap .fs-controls .fs-nav-dots {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

#page-enquete .fs-form-wrap .fs-controls .fs-nav-dots button {
  width: 12px;
  height: 12px;
  background-color: #a4a7b9;
  border: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

#page-enquete .fs-form-wrap .fs-controls .fs-nav-dots button:after, #page-enquete .fs-form-wrap .fs-controls .fs-nav-dots button:before {
  display: none;
}

#page-enquete .fs-form-wrap .fs-controls .fs-nav-dots button.fs-dot-current {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: #e44647;
}

@media screen and (max-width: 767px) {
  #page-enquete .fs-form-wrap .fs-controls .fs-nav-dots {
    display: none;
  }
}

#page-enquete .fs-form-wrap .fs-progress {
  top: -100px;
  height: 2px;
  background: #e44647;
  z-index: 101;
}

@media screen and (max-width: 1199px) {
  #page-enquete .fs-form-wrap .fs-progress {
    top: -51px;
  }
}

@media screen and (max-width: 767px) {
  #page-enquete .fs-form-wrap .fs-progress {
    top: 0;
  }
}

#page-enquete .fs-form-wrap:after {
  content: '';
  width: 100%;
  height: 140px;
  background-color: #e9ebf2;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 99;
  display: block;
}

@media screen and (max-width: 767px) {
  #page-enquete .fs-form-wrap {
    min-height: 600px;
    height: auto;
    overflow: hidden;
  }
}

@media screen and (max-height: 500px) {
  #page-enquete .fs-form-wrap {
    min-height: 400px;
  }
}

#page-enquete .fs-form,
#page-enquete .fs-form-full {
  top: auto;
  width: 100%;
  max-width: 100%;
  margin: 100px auto;
}

@media screen and (max-width: 1199px) {
  #page-enquete .fs-form,
  #page-enquete .fs-form-full {
    margin: 50px auto;
  }
}

@media screen and (max-width: 991px) {
  #page-enquete .fs-form,
  #page-enquete .fs-form-full {
    padding: 0;
    margin: 50px auto;
  }
}

@media screen and (max-width: 767px) {
  #page-enquete .fs-form,
  #page-enquete .fs-form-full {
    margin: 0;
    top: 0;
    padding: 70px 0;
  }
  #page-enquete .fs-form .fs-fields > li:not(.fs-current),
  #page-enquete .fs-form-full .fs-fields > li:not(.fs-current) {
    height: 0;
  }
}

#page-enquete .fs-form.fs-show {
  -webkit-animation: animMove 0.5s;
          animation: animMove 0.5s;
}

#page-enquete.overview .fs-numbers,
#page-enquete.overview .fs-nav-dots {
  display: none !important;
}

#page-enquete.overview .fs-form-wrap {
  height: auto;
}

#page-enquete.overview .fs-form-wrap:after {
  display: none;
}

#page-enquete.overview #enquete-result {
  display: block;
  -webkit-animation: animMove 0.5s;
          animation: animMove 0.5s;
}

#page-enquete #intro {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page-enquete #intro .btn {
  margin: 30px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

#page-enquete #intro .image-wrapper {
  display: inline-block;
  margin: 40px auto 0;
}

@media screen and (max-width: 991px) {
  #page-enquete #intro {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #page-enquete #intro {
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 50px auto;
    padding: 0;
  }
}

#page-enquete #enquete-result {
  display: none;
}

#page-enquete #enquete-result .h1 {
  text-align: left;
  color: #a4a7b9;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

#page-enquete #enquete-result .h1 span {
  display: block;
  color: #293782;
  font-weight: 100;
  margin: 10px 0 0 0;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  #page-enquete #enquete-result .h1 {
    margin-bottom: 0;
  }
}

#page-enquete #enquete-result .button-section {
  text-align: right;
}

@media screen and (max-width: 991px) {
  #page-enquete #enquete-result .button-section {
    margin: 30px 0 0 0;
  }
  #page-enquete #enquete-result .button-section a {
    display: block;
    width: 100%;
    text-align: center;
  }
  #page-enquete #enquete-result .button-section a + a {
    margin: 30px 0 0 0;
  }
}

#page-enquete #enquete-result .btn-pdf {
  padding: 20px;
  border: solid 1px #e44647;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}

#page-enquete #enquete-result .btn-pdf:hover {
  background-color: #e44647;
  color: #fff;
}

#page-enquete #enquete-result .btn-pdf:hover .icon {
  fill: #fff;
}

#page-enquete #enquete-result .content .h4 {
  margin: 0;
}

#page-enquete #enquete-result .content .cms-text {
  margin: 30px 0 0 0;
}

#page-enquete #enquete-result .content .widget {
  margin: 40px 0 0 0;
}

#page-enquete #enquete-result .content .widget-call-to-action {
  border-top: solid 1px #a4a7b9;
  padding: 50px 0 0 0;
}

#page-enquete #enquete-result .content .widget-call-to-action .btn {
  line-height: 18px;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  #page-enquete #enquete-result .content .widget-call-to-action .btn {
    display: inline-block;
    width: auto;
    float: none !important;
    margin: 20px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #page-enquete #enquete-result .content .widget-call-to-action .btn {
    width: 100%;
    display: block;
  }
}

#page-enquete #enquete-result .content .widget-call-to-action .cms-text {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  #page-enquete #enquete-result .content {
    margin: 30px 0 0 0;
  }
}

#page-enquete #enquete-result aside img {
  border: solid 1px #868484;
}

@media screen and (max-width: 767px) {
  #page-enquete #enquete-result aside img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1199px) {
  #page-enquete #enquete-result aside {
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  #page-enquete #enquete-result aside {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #page-enquete #enquete-result aside {
    margin: 40px 0 0 0;
    padding: 0;
  }
}

#page-enquete #enquete-products {
  margin: 60px 0 0 0;
}

#page-enquete #enquete-products hr {
  border-top: solid 1px #a4a7b9;
}

#page-enquete #enquete-products .h2 {
  margin: 60px 0 30px;
}

#page-enquete #enquete-products .product-thumbnail {
  height: 100%;
}

#page-enquete #enquete-products .product-thumbnail .h2 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #page-enquete #enquete-products .product-thumbnail {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #page-enquete #enquete-products .flex-row {
    display: block;
  }
}

#page-contact h1 {
  margin: 0;
}

#page-contact h1 + .cms-text {
  margin: 30px 0 0 0;
}

#page-contact .cms-text a {
  color: #e44647;
  text-decoration: none;
  font-weight: 700;
}

#page-contact .cms-text,
#page-contact form {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
  #page-contact .cms-text button[type='submit'],
  #page-contact form button[type='submit'] {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #page-contact .cms-text,
  #page-contact form {
    margin: 0;
  }
}

#page-contact aside ul {
  margin: 30px 0 0 0;
}

#page-contact aside ul strong {
  color: #e44647;
  font-size: 16px;
  font-size: 1.6rem;
}

#page-contact aside ul li {
  display: block;
}

#page-contact aside ul li a {
  color: #565656;
}

#page-contact aside ul li a:hover {
  color: #293782;
  text-decoration: none;
}

#page-contact aside ul li a[href^="mailto"] {
  color: #293782;
}

#page-contact aside ul li + li {
  padding: 4px 0 0 0;
}

#page-contact #partners {
  background-color: #e9ebf2;
  padding: 60px 0;
  position: relative;
}

#page-contact #partners .carousel .slide {
  padding: 0 12px 20px 12px;
}

#page-contact #partners .product-thumbnail {
  height: 100%;
}

#page-contact #partners .caption {
  margin: 0px 6px 0px 6px;
  border: none;
}

#page-contact #partners .caption h3 {
  padding: 15px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

#page-contact #partners .container {
  position: relative;
  z-index: 2;
}

#page-contact #partners .bg-triangle {
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  fill: #e1e4ee;
  z-index: 1;
  width: 90%;
  height: 90%;
}

@media screen and (max-width: 991px) {
  #page-contact #partners .carousel {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  #page-contact #partners {
    margin-top: 50px;
  }
}

#page-contact #map-wrapper {
  height: 50vh;
  position: relative;
}

#page-contact #map-wrapper #map {
  height: 100%;
}

#page-contact #map-wrapper #map-directions {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: 20px;
}

#page-contact #map-wrapper #map-directions .title {
  color: #293782;
  font-weight: 500;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

#page-contact #map-wrapper #map-directions .cms-text {
  margin: 14px 0 0 0;
}

#page-contact #map-wrapper #map-directions .btn {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 1199px) {
  #page-contact #map-wrapper #map-directions {
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  #page-contact #map-wrapper {
    height: 40vh;
  }
}

@media screen and (max-width: 991px) {
  #page-contact aside {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #page-contact .content {
    margin: 40px 0 0 0;
  }
}

#page-references-overview h1 {
  margin: 0 0 17px 0;
}

#page-references-overview .thumbnail {
  display: block;
  margin: 30px 0 0 0;
  border: solid 1px #a4a7b9;
  padding: 15px;
}

#page-search .search-section .h2 {
  margin-bottom: 14px;
  font-weight: 500;
  color: #e44647;
  font-size: 16px;
  font-size: 1.6rem;
}

#page-search .search-section ul {
  margin: 0;
}

#page-search .search-section ul a {
  display: block;
  padding: 4px 0;
  color: #565656;
  font-weight: 300;
}

#page-search .search-section ul a:hover {
  text-decoration: none;
  color: #293782;
  font-weight: 700;
}

#page-search .search-section + .search-section {
  margin: 30px 0 0 0;
}

/**
*
* This file should only contain imports and comments
* http://sass-guidelin.es/#main-file
*
**/
