/* FONTS
============================================================ */
/* VARIABLES
============================================================ */
/* MIXINS COLLECTION
============================================================ */
/* MIXIN HOVERS
============================================================ */
/* MIXIN TAB-FOCUS
============================================================ */
/* MIXIN CLEARFIX
============================================================ */
/* MIXIN BORDER-RADIUS
============================================================ */
/* MIXIN BUTTONS
============================================================ */
/* MIXIN BREAKPOINTS
============================================================ */
/* MIXIN FORMS
============================================================ */
/* MIXIN GRID-FRAMEWORK
============================================================ */
/* MIXIN GRID
============================================================ */
/* MIXIN IMAGES
============================================================ */
/* MIXIN ICONS
============================================================ */
/* MIXIN LABELS
============================================================ */
/* MIXIN SCREEN-READER
============================================================ */
/* MIXIN SPRITE
============================================================ */
/* MIXIN TEXT
============================================================ */
/* MIXIN RESET-FILTER
============================================================ */
/* NORMALIZE
============================================================ */
/*! 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 {
  outline: 0; }

a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

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 {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

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

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

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

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

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #C0C0C0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* REBOOT
============================================================ */
html {
  box-sizing: border-box; }

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

html {
  height: 100%;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.625;
  color: #505051;
  background-color: #FFF; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

a {
  text-decoration: none;
  color: #2E3579; }
  a:focus, a:hover {
    text-decoration: none;
    color: #9BA6DD; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

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

label {
  display: inline-block;
  margin-bottom: .5rem; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit; }

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

hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #D6D6D6; }

hr.compact {
  margin: 0 0 1rem 0; }

/* TYPE
============================================================ */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase; }

h1, .h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 3.2rem;
  color: #2E3579; }

h2, .h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem; }
  h2,
  h2 a, .h2,
  .h2 a {
    color: #2E3579; }
  h2.h2-secondary, .h2.h2-secondary {
    color: #576DDA; }

h3, .h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase; }
  h3,
  h3 a, .h3,
  .h3 a {
    color: #C9D0F4; }

h4, .h4 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
  color: #2E3579; }

h5, .h5 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #527B94; }

h6, .h6 {
  font-size: 12px;
  line-height: 20px;
  color: #505051;
  text-transform: uppercase; }

/* ICONS
============================================================ */
.icon {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  vertical-align: middle;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 500px 500px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon {
      background-image: url("../img/sprite-2x.png"); } }

.icon-sm {
  width: 1rem;
  height: 1rem; }

.icon-lg {
  width: 3rem;
  height: 3rem; }

.icon-xl {
  width: 8rem;
  height: 8rem; }

.icon-profile {
  background-position: -53px -53px; }
  .icon-profile.dark {
    background-position: -12px -254px; }

.icon-locked {
  background-position: -12px -53px; }
  .icon-locked.dark {
    background-position: -55px -254px; }

.icon-unlocked {
  background-position: -95px -52px; }
  .icon-unlocked.dark {
    background-position: -135px -253px; }

.icon-basket {
  background-position: -132px -50px; }

.icon-arrow-right {
  background-position: -97px -136px; }

.icon-arrow-left {
  background-position: -57px -136px; }

.icon-arrow-top {
  background-position: -14px -175px; }

.icon-remove {
  background-position: -15px -14px; }

.icon-next {
  background-position: -216px -254px; }

.icon-previous {
  background-position: -175px -254px; }

.icon-close {
  background-position: -11px -11px; }
  .icon-close.white {
    background-position: -90px -213px; }

.icon-loader {
  width: 2.6rem;
  height: 2.1rem;
  background-position: -126px -210px; }

.icon-placeholder {
  width: 42px;
  height: 44px;
  background-position: -12px -76px; }

.icon-arrow-down {
  background-position: -130px -172px; }
  .icon-arrow-down.color-purple {
    background-position: -175px -172px; }

.icon-readmore {
  background-position: -175px -172px; }

.icon-dark.icon-locked {
  background-position: -90px -170px; }

/* IMAGES
============================================================ */
.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.img-thumb {
  width: 4rem; }

/* GRID
============================================================ */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.1rem;
  padding-right: 1.1rem; }
  .container::after {
    display: table;
    clear: both;
    content: '';
    overflow: hidden; }
  @media (min-width: 480px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 95%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 98%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1210px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.1rem;
  padding-right: 1.1rem; }
  .container-fluid::after {
    display: table;
    clear: both;
    content: '';
    overflow: hidden; }

.row {
  margin-left: -1.1rem;
  margin-right: -1.1rem; }
  .row::after {
    display: table;
    clear: both;
    content: '';
    overflow: hidden; }

.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.1rem;
  padding-right: 1.1rem; }

.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: 480px) {
  .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: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-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: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-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%; } }

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

/* TABLES
============================================================ */
.table {
  width: 100%;
  max-width: 100%;
  color: #505051;
  table-layout: fixed; }
  .table th {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase; }
  .table th,
  .table td {
    padding: 1rem .3rem; }
    .table th.thumb,
    .table td.thumb {
      width: 10rem;
      padding-right: 3rem; }
    .table th.title,
    .table td.title {
      width: 14rem; }
  .table td {
    font-size: 1.3rem; }
  .table.t-auto {
    table-layout: auto; }

.search .table td a {
  display: inline-block;
  font-weight: 400;
  border-bottom: 1px solid #576DDA; }
  .search .table td a:hover {
    border-bottom: 1px solid transparent; }
  @media (max-width: 767.9px) {
    .search .table td a {
      border-bottom: 1px solid transparent; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto; }
  .table-responsive table {
    min-width: 650px; }

.table-bordered td {
  border-top: 1px solid #DDDFE6; }

.table-striped tr:nth-of-type(even) {
  background-color: #F7F9FA; }

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

/* FORMS
============================================================ */
.required {
  color: #9BA6DD; }

.form-group {
  margin-bottom: 1rem; }

.form-control {
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 1.2rem 1rem;
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #738691;
  background-color: #FFF;
  background-image: none;
  border: 0.1rem solid #DDDFE6;
  border-radius: 0;
  box-shadow: 0px 0px 10px 0px inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #2E3579;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #517C96; }
  .form-control::-moz-placeholder {
    color: #517C96;
    opacity: 1; }
  .form-control::placeholder {
    color: #517C96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #505051;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

textarea.form-control,
.form-control.area {
  min-height: 16rem; }

.toggle-field {
  display: none; }
  .toggle-field.active {
    display: block; }

/* ALERT
============================================================ */
.alert {
  position: relative;
  margin: 2rem 0;
  padding: 1rem;
  color: #FFF; }

.alert-danger {
  background-color: #E85A16; }
  .alert-danger.has-icon::after {
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position: -171px -92px;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .alert-danger.has-icon::after {
        background-image: url("../img/sprite-2x.png"); } }

.alert-success {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: #6CAC5A;
  background-color: #EEF7E2; }
  .alert-success.has-icon::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position: -11px -212px;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .alert-success.has-icon::after {
        background-image: url("../img/sprite-2x.png"); } }

/* LABELS
============================================================ */
.form-label {
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: #505051; }

.field-label {
  display: inline-block; }
  .field-label .meta-label {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 1rem;
    font-family: "Arial", sans-serif;
    font-size: 1.3rem;
    line-height: 2.5rem;
    color: #505051;
    background-color: #E6E9EB;
    border-bottom: 1px solid #E6E9EB; }
  .field-label .form-control {
    float: left;
    max-width: 60px;
    height: 25px; }

/* DROPDOWN
============================================================ */
.dropdown-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2rem;
  line-height: 4rem;
  text-align: left;
  vertical-align: middle; }
  .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position: -95px -251px;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .dropdown-toggle::after {
        background-image: url("../img/sprite-2x.png"); } }
  .dropdown-toggle:focus {
    outline: 0; }
  @media (min-width: 768px) {
    .dropdown-toggle::after {
      background-position: -95px -251px; } }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 160px;
  font-size: 1.4rem;
  list-style: none;
  text-align: left;
  color: #505051;
  background-clip: padding-box;
  background-color: #1F255D;
  border: 0;
  z-index: 1000;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 10px 0px 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-title {
  display: inline-block;
  padding: .5rem 1rem;
  color: #FFF; }

.dropdown-item {
  display: block;
  position: relative;
  clear: both;
  padding: .5rem 2rem;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  line-height: 2.8rem;
  text-align: inherit;
  color: #FFF;
  white-space: nowrap;
  background: #1F255D;
  border-top: 1px solid #2E3579; }
  .dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none; }
  .dropdown-item:hover, .dropdown-item:hover:focus, .dropdown-item:hover:hover, .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    text-decoration: none;
    outline: 0; }
  .dropdown-item:hover::after, .dropdown-item.active::after {
    display: inline-block;
    float: left;
    width: 2.8rem;
    height: 2.8rem;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position: -50px -8px;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .dropdown-item:hover::after, .dropdown-item.active::after {
        background-image: url("../img/sprite-2x.png"); } }
  .dropdown-item.active {
    color: #FFF; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #505051; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }
  @media (min-width: 768px) {
    .dropdown-item {
      padding: .5rem 1rem;
      color: #738691;
      background: #FFF;
      border-top-color: #DDDFE6; }
      .dropdown-item:hover, .dropdown-item.active {
        color: #2E3579; } }

.open .dropdown-toggle::after {
  background-position: -8px -4px; }
  @media (min-width: 768px) {
    .open .dropdown-toggle::after {
      background-color: #FFF;
      background-position: 0 -4px; } }

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

.open > a {
  outline: 0; }

.dropdown {
  display: block;
  height: 3.7rem;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 0%, rgba(238, 238, 239, 0.98) 94%, #eeeeef 96%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(254, 254, 254, 0)), color-stop(94%, rgba(238, 238, 239, 0.98)), color-stop(96%, #eeeeef));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 0%, rgba(238, 238, 239, 0.98) 94%, #eeeeef 96%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 0%, rgba(238, 238, 239, 0.98) 94%, #eeeeef 96%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 0%, rgba(238, 238, 239, 0.98) 94%, #eeeeef 96%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 0%, rgba(238, 238, 239, 0.98) 94%, #eeeeef 96%);
  border: 0.1rem solid #DDDFE6;
  cursor: pointer;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeef', GradientType=0 ); }
  .dropdown select {
    height: 3.7rem;
    font-family: 'Arial', sans-serif;
    font-size: 1.4rem;
    text-indent: 1px;
    text-overflow: '';
    color: #505051;
    background: transparent;
    background-image: url("../img/icon-select.png");
    background-repeat: no-repeat;
    background-position: 98% 46%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    box-shadow: none; }
    .dropdown select:focus {
      border: 0; }
  .dropdown .form-control {
    padding: 0 1rem; }

.btn-dropdown-language {
  position: relative;
  background-color: #1F255D; }
  .btn-dropdown-language .btn {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.1rem;
    text-transform: uppercase;
    color: #2E3579;
    background-color: #1F255D; }
    @media (min-width: 768px) {
      .btn-dropdown-language .btn {
        background-color: transparent; } }
  .language-mobile .btn-dropdown-language {
    position: relative;
    z-index: 1000;
    margin-bottom: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #b6bcc1;
    background-color: #FFF; }
    .language-mobile .btn-dropdown-language .btn {
      background-color: #FFF; }
  .btn-dropdown-language .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    right: 0;
    width: 100%;
    min-width: 0;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    box-shadow: none; }
    @media (min-width: 768px) {
      .btn-dropdown-language .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -1px;
        right: auto; } }
  .btn-dropdown-language .dropdown-item {
    padding-left: 4.8rem; }
    .btn-dropdown-language .dropdown-item:hover, .btn-dropdown-language .dropdown-item.active {
      padding-left: 2rem; }
  @media (min-width: 768px) {
    .btn-dropdown-language {
      float: right;
      width: 135px;
      margin-top: 2.6rem;
      background-color: transparent; }
      .btn-dropdown-language .dropdown-item {
        padding-left: 3.8rem; }
        .btn-dropdown-language .dropdown-item:hover, .btn-dropdown-language .dropdown-item.active {
          padding-left: 1rem; } }

/* BUTTONS
============================================================ */
.btn {
  display: inline-block;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0.1rem solid transparent;
  cursor: pointer;
  vertical-align: middle;
  touch-action: manipulation;
  user-select: none;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  border-radius: 0;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
  .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;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: 0px 0px 10px 0px none; }

.btn-primary {
  text-align: center;
  color: #FFF !important;
  background-color: #2E3579;
  border-color: #2E3579; }
  .btn-primary:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #202554;
    border-color: #1d224d; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FFF !important;
    background-color: #202554;
    border-color: #1d224d; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #FFF !important;
    background-color: #202554;
    background-image: none;
    border-color: #1d224d;
    box-shadow: 0px 0px 10px 0px inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .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 !important;
      background-color: #16193a;
      border-color: #0b0d1d; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #2E3579;
    border-color: #2E3579; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover,
  fieldset[disabled] .btn-primary:hover {
    background-color: #2E3579;
    border-color: #2E3579; }

.btn-default {
  text-align: center;
  color: #919AA4 !important;
  background-color: #E6E9EB;
  border-color: #E6E9EB; }
  .btn-default:hover {
    text-decoration: none;
    color: #919AA4;
    background-color: #cad0d4;
    border-color: #c4cbd0; }
  .btn-default:focus, .btn-default.focus {
    color: #919AA4 !important;
    background-color: #cad0d4;
    border-color: #c4cbd0; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #919AA4 !important;
    background-color: #cad0d4;
    background-image: none;
    border-color: #c4cbd0;
    box-shadow: 0px 0px 10px 0px inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .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: #919AA4 !important;
      background-color: #b6bfc4;
      border-color: #9fabb2; }
  .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default:disabled:focus, .btn-default:disabled.focus,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #E6E9EB;
    border-color: #E6E9EB; }
  .btn-default.disabled:hover, .btn-default:disabled:hover,
  fieldset[disabled] .btn-default:hover {
    background-color: #E6E9EB;
    border-color: #E6E9EB; }

.btn-highlight {
  text-align: center;
  color: #FFF !important;
  background-color: #E85A16;
  border-color: #E85A16; }
  .btn-highlight:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #b94812;
    border-color: #b04411; }
  .btn-highlight:focus, .btn-highlight.focus {
    color: #FFF !important;
    background-color: #b94812;
    border-color: #b04411; }
  .btn-highlight:active, .btn-highlight.active,
  .open > .btn-highlight.dropdown-toggle {
    color: #FFF !important;
    background-color: #b94812;
    background-image: none;
    border-color: #b04411;
    box-shadow: 0px 0px 10px 0px inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-highlight:active:hover, .btn-highlight:active:focus, .btn-highlight:active.focus, .btn-highlight.active:hover, .btn-highlight.active:focus, .btn-highlight.active.focus,
    .open > .btn-highlight.dropdown-toggle:hover,
    .open > .btn-highlight.dropdown-toggle:focus,
    .open > .btn-highlight.dropdown-toggle.focus {
      color: #FFF !important;
      background-color: #993b0e;
      border-color: #742d0b; }
  .btn-highlight.disabled:focus, .btn-highlight.disabled.focus, .btn-highlight:disabled:focus, .btn-highlight:disabled.focus,
  fieldset[disabled] .btn-highlight:focus,
  fieldset[disabled] .btn-highlight.focus {
    background-color: #E85A16;
    border-color: #E85A16; }
  .btn-highlight.disabled:hover, .btn-highlight:disabled:hover,
  fieldset[disabled] .btn-highlight:hover {
    background-color: #E85A16;
    border-color: #E85A16; }

.btn-primary-light {
  text-align: center;
  color: #FFF !important;
  background-color: #a3c62c;
  border-color: #a3c62c;
  padding: .2rem .8rem; }
  .btn-primary-light:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #819c23;
    border-color: #7a9421; }
  .btn-primary-light:focus, .btn-primary-light.focus {
    color: #FFF !important;
    background-color: #819c23;
    border-color: #7a9421; }
  .btn-primary-light:active, .btn-primary-light.active,
  .open > .btn-primary-light.dropdown-toggle {
    color: #FFF !important;
    background-color: #819c23;
    background-image: none;
    border-color: #7a9421;
    box-shadow: 0px 0px 10px 0px inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-primary-light:active:hover, .btn-primary-light:active:focus, .btn-primary-light:active.focus, .btn-primary-light.active:hover, .btn-primary-light.active:focus, .btn-primary-light.active.focus,
    .open > .btn-primary-light.dropdown-toggle:hover,
    .open > .btn-primary-light.dropdown-toggle:focus,
    .open > .btn-primary-light.dropdown-toggle.focus {
      color: #FFF !important;
      background-color: #697f1c;
      border-color: #4d5e15; }
  .btn-primary-light.disabled:focus, .btn-primary-light.disabled.focus, .btn-primary-light:disabled:focus, .btn-primary-light:disabled.focus,
  fieldset[disabled] .btn-primary-light:focus,
  fieldset[disabled] .btn-primary-light.focus {
    background-color: #a3c62c;
    border-color: #a3c62c; }
  .btn-primary-light.disabled:hover, .btn-primary-light:disabled:hover,
  fieldset[disabled] .btn-primary-light:hover {
    background-color: #a3c62c;
    border-color: #a3c62c; }

.btn-link {
  padding: 0;
  color: #576DDA; }
  .btn-link .icon-readmore.up {
    margin-top: -8px;
    margin-left: -7px;
    margin-right: 11px;
    transform: rotate(180deg); }
  .btn-link .icon-readmore.down {
    transform: rotate(0deg);
    margin-left: 2px;
    margin-right: 2px; }

.btn-icon {
  width: 2rem;
  height: 2rem;
  background: transparent; }

.btn-small {
  padding: .3rem .5rem; }

/* BUTTON-GROUP
============================================================ */
.button-group .btn {
  display: inline-block;
  margin-right: 1rem; }
  .button-group .btn:last-child {
    margin-right: 0; }

/* INPUT-GROUP
============================================================ */
.input-group {
  display: table;
  position: relative;
  width: 100%;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    margin-bottom: 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
    z-index: 2; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.field-group .field-label, .field-group .btn {
  float: left;
  margin: 0 !important; }

.field-group .btn {
  padding: .2rem .5rem; }

.field-group::after {
  display: table;
  clear: both;
  content: '';
  overflow: hidden; }

/* ANIMATION
============================================================ */
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* UTILITIES
============================================================ */
.clearfix::after {
  display: table;
  clear: both;
  content: '';
  overflow: hidden; }

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

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

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

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

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

[hidden] {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

.text-sm {
  font-size: 1.2rem; }

.text-md {
  font-size: 1.6rem; }

.text-lg {
  font-size: 1.8rem;
  font-weight: 600; }

.text-xl {
  font-size: 2.2rem; }

.text-xxl {
  font-size: 3rem; }

.text-default {
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #505051 !important; }

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

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

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

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

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

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.text-highlight {
  color: #C9D0F4; }

.text-highlighted {
  color: #2E3579; }

.text-accent {
  font-weight: 600; }

.text-more {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #576DDA; }

.text-note {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  color: #91A8B9; }

.text-lead {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #527B94; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-upper {
  text-transform: uppercase; }

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

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

.text-muted {
  color: #505051 !important; }

.text-block {
  display: block; }

.text-primary {
  color: #2E3579; }

.text-danger {
  color: #86131B; }

.text-label {
  color: #517C96 !important; }

.text-help {
  display: inline-block;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  vertical-align: middle; }
  .text-help .btn {
    font-size: 1.5rem; }
    .text-help .btn::after {
      right: 3rem; }

.text-italic {
  font-family: "Arial", sans-serif;
  font-size: 1.6rem;
  font-style: italic; }

.b-1 {
  border: 1px solid #DDDFE6; }

.border-top {
  border-top: 1px solid #DDDFE6; }

@media (max-width: 767.9px) {
  .border-top-sm {
    border-top: 1px solid #4B54A3; } }

.border-dashed-top {
  border-top: 1px dashed #DDDFE6; }

.border-dashed-bottom {
  border-bottom: 1px dashed #DDDFE6; }

.border-bottom {
  border-bottom: 1px solid #DDDFE6; }

.border-right {
  border-right: 1px solid #DDDFE6; }

.border-right-highlighted {
  border-right: 1px solid #c2c3cd; }

@media (min-width: 768px) {
  .padded {
    padding-right: 10rem; } }

@media (min-width: 768px) {
  .offset-right-none, .offset-right-removed {
    padding-right: 0 !important; } }

.offset-top-inside-large {
  padding-top: 4rem; }

.offset-top-inside-small {
  padding-top: .5rem; }

@media (max-width: 767.9px) {
  .offset-top-small-sm, .mt-sm {
    margin-top: 1rem; } }

@media (max-width: 767.9px) {
  .mb-sm-30 {
    margin-bottom: 3rem; } }

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pt-10 {
  padding-top: 1rem; }

.pt-20 {
  padding-top: 2rem; }

.pt-25 {
  padding-top: 2.5rem; }

.pt-30 {
  padding-top: 3rem; }

.pt-40 {
  padding-top: 4rem; }

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0; } }

.pb-20 {
  padding-bottom: 2rem; }

.mt-20 {
  margin-top: 2rem; }

.mb-5 {
  margin-bottom: .5rem; }

.mb-10 {
  margin-bottom: 1rem; }

.mb-15 {
  margin-bottom: 1.5rem; }

.mb-20 {
  margin-bottom: 2rem; }

.mt-10 {
  margin-top: 1rem; }

.pl-0 {
  padding-left: 0; }

.pb-5 {
  padding-bottom: 3rem; }

.pb-3 {
  padding-bottom: 1rem; }

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.offset-top {
  margin-top: 2rem; }

.offset-top-large {
  margin-top: 5rem; }

.offset-bottom-xsmall {
  margin-bottom: .5rem !important; }

.offset-bottom-small {
  margin-bottom: 1rem !important; }

.offset-bottom {
  margin-bottom: 2rem; }

.offset-bottom-removed {
  margin-bottom: 0 !important; }

.offset-left-inside-removed {
  padding-left: 0; }

.offset-right-small {
  margin-right: 1rem; }

.offset-top-inside {
  padding-top: 2.8rem; }

.offset-y-inside-small {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.offset-y-inside {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.offset-x-inside-small {
  padding-left: 1rem;
  padding-right: 1rem; }

.offset-x-removed {
  padding-left: 0;
  padding-right: 0; }

.no-hover, .no-hover:hover, .no-hover:focus {
  color: inherit; }

@media (max-width: 767.9px) {
  .mb-sm {
    margin-bottom: 1rem; } }

.negative {
  color: #FFF; }

.gray-bg {
  background-color: #C0C0C0 !important; }

.d-none {
  display: none; }

.hidden-xs-up {
  display: none !important; }

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

@media (min-width: 480px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.9px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.9px) {
  .hidden-md-down {
    display: none !important; } }

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

@media (max-width: 1199.9px) {
  .hidden-lg-down {
    display: none !important; } }

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

.hidden-xl-down {
  display: none !important; }

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

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

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

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

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

/* RADIOS
============================================================ */
.radio input[type="radio"] {
  display: none; }

.radio input[type="radio"] + label {
  position: relative;
  padding-left: 2.5rem;
  font-family: "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4rem;
  text-transform: none;
  cursor: pointer; }
  .radio input[type="radio"] + label::before {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #FFF;
    border: 3px solid #FFF;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #DDDFE6;
    content: ''; }

.radio input[type="radio"]:checked + label::before {
  background-color: #9BA6DD; }

.radio input[type="radio"]:checked:disabled + label {
  color: #505051; }
  .radio input[type="radio"]:checked:disabled + label::before {
    background-color: #505051; }

.radio input[type="radio"]:disabled + label {
  color: #505051; }
  .radio input[type="radio"]:disabled + label::before {
    background-color: #505051; }

.has-error .radio input[type="radio"] + label, .radio.has-error .radio input[type="radio"] + label {
  color: #E85A16; }
  .has-error .radio input[type="radio"] + label::before, .radio.has-error .radio input[type="radio"] + label::before {
    border-color: #E85A16; }

.radiobuttons .radio {
  margin-right: 2rem; }

.table-item .radio .radio-label::before {
  bottom: -5px; }

.radio-image {
  line-height: 4rem; }
  .radio-image::before {
    bottom: 1.3rem !important; }
  .radio-image img {
    margin-right: 1.5rem; }

/* CHECKBOX
============================================================ */
.checkbox input[type="checkbox"] {
  display: none; }

.checkbox input[type="checkbox"] + label {
  position: relative;
  padding-left: 2.5rem;
  font-family: "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 2rem;
  text-transform: none;
  cursor: pointer; }
  .checkbox input[type="checkbox"] + label::before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 1px;
    background-color: #FFF;
    border: 0;
    box-shadow: 0 0 0 1px #DDDFE6;
    content: ''; }

.checkbox input[type="checkbox"]:checked + label::before {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-size: 500px 500px;
  background-position: -132px -133px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .checkbox input[type="checkbox"]:checked + label::before {
      background-image: url("../img/sprite-2x.png"); } }

.checkbox input[type="checkbox"]:checked:disabled + label {
  color: #505051; }
  .checkbox input[type="checkbox"]:checked:disabled + label::before {
    background-color: #505051; }

.checkbox input[type="checkbox"]:disabled + label {
  color: #505051; }
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #505051; }

.has-error .checkbox input[type="checkbox"] + label, .checkbox.has-error .checkbox input[type="checkbox"] + label {
  color: #E85A16; }
  .has-error .checkbox input[type="checkbox"] + label::before, .checkbox.has-error .checkbox input[type="checkbox"] + label::before {
    border-color: #E85A16; }

.radiobuttons .checkbox {
  margin-right: 2rem; }

/* LAYOUT
============================================================ */
@media (min-width: 768px) {
  .bg-unlocked {
    background-image: url("../img/icon-unlocked.png");
    background-repeat: no-repeat;
    background-position: top right; } }

/* HEADER
============================================================ */
.bg-primary {
  background-color: #a3c62c; }

.site-branding {
  position: relative;
  margin: 2rem 0 3.6rem 0; }
  @media (min-width: 992px) {
    .site-branding {
      margin: 2rem 0 2rem 0; } }
  @media (max-width: 767.9px) {
    .site-branding {
      margin: 0; } }

.site-logo {
  position: absolute;
  text-align: center;
  padding: 7px 10px;
  background-color: #2E3579; }
  .site-logo > a {
    display: block; }
  .site-logo > img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .site-logo {
      text-align: left; }
      .site-logo img {
        max-width: 243px; } }
  @media (max-width: 767.9px) {
    .site-logo {
      top: 6rem;
      left: 50%;
      transform: translateX(-50%); } }

.site-slogan {
  margin: 0 0 1rem 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #FFF; }

.header-action {
  min-height: 2.2rem; }
  .header-action, .header-action > a {
    color: #2E3579; }
    @media (max-width: 991.9px) {
      .header-action, .header-action > a {
        color: #FFF; } }
  .header-action a {
    padding-right: .5rem; }

.header-account, .header-account > a {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase; }

@media (min-width: 768px) and (max-width: 991.9px) {
  .header-account:nth-child(1) {
    border-right: 1px solid #FFF; } }

@media (min-width: 768px) {
  .header-account {
    text-align: left !important; }
    .header-account:nth-child(2) .icon {
      float: left; } }

@media (max-width: 991px) {
  .header-account {
    float: left;
    padding: 0 1.1rem; } }

@media (max-width: 767.9px) {
  .header-account:nth-child(2) {
    float: right;
    text-align: right;
    padding-right: 0; } }

@media (min-width: 992px) {
  .header-account {
    display: inline-block;
    position: relative;
    margin-top: 2.8rem;
    padding-left: 1rem;
    padding-right: 3rem;
    text-align: right !important; }
    .header-account .icon {
      position: absolute;
      top: .2rem;
      right: -2.5rem;
      width: 2rem;
      height: 2rem; } }

.header-basket {
  margin-top: 1rem;
  padding-right: 0; }
  .header-basket .btn {
    display: block;
    text-align: left; }
  @media (min-width: 768px) {
    .header-basket {
      margin-top: 0;
      padding-top: 0;
      text-align: right;
      border-top: 0; }
      .header-basket .btn {
        text-align: right; }
      .header-basket .icon {
        float: none !important;
        margin-left: 1rem; } }
  @media (min-width: 992px) {
    .header-basket {
      display: inline-block;
      position: relative;
      margin-top: 2.8rem;
      padding-left: 1rem;
      padding-right: 3rem;
      text-align: right; }
      .header-basket .btn {
        text-align: left; }
      .header-basket .icon {
        position: absolute;
        top: 0;
        right: -2.5rem;
        width: 2rem;
        height: 2rem; } }

/* NAVIGATION
============================================================ */
.nav-primary {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #FFF; }
  .nav-primary .nav-items {
    display: block;
    margin: 0;
    padding: 0; }
  .nav-primary .nav-item {
    display: block;
    margin: 0;
    padding: 0; }
    .nav-primary .nav-item:hover a, .nav-primary .nav-item.selected a {
      color: #FFF;
      background-color: #809e26; }
  .nav-primary a {
    display: block;
    padding: 1rem 2rem;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #4D6979;
    border-top: 1px solid #DDDFE6;
    transition: all 0.15s ease-in; }
  @media (min-width: 768px) {
    .nav-primary .nav-item {
      display: block;
      float: left; }
    .nav-primary a {
      display: inline-block;
      padding: 1rem;
      border-top: 0;
      border-right: 1px solid #DDDFE6; } }

.nav-categories .nav-items, .nav-aside .nav-items, .nav-pages .nav-items {
  display: block;
  margin: 0;
  padding: 0; }

.nav-categories .nav-item, .nav-aside .nav-item, .nav-pages .nav-item {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #DDDFE6; }
  .nav-categories .nav-item:first-child, .nav-aside .nav-item:first-child, .nav-pages .nav-item:first-child {
    border-top: 1px solid #DDDFE6; }
  .nav-categories .nav-item::before, .nav-aside .nav-item::before, .nav-pages .nav-item::before {
    display: inline-block;
    position: absolute;
    top: 1.6rem;
    left: .6rem;
    width: .6rem;
    height: .6rem;
    border-radius: 90px;
    background-color: #a3c62c;
    content: ''; }
  .nav-categories .nav-item::after, .nav-aside .nav-item::after, .nav-pages .nav-item::after {
    display: table;
    clear: both;
    content: '';
    overflow: hidden; }
  .nav-categories .nav-item.nav-level-2, .nav-aside .nav-item.nav-level-2, .nav-pages .nav-item.nav-level-2 {
    border-top: 0;
    border-bottom: 0; }
    .nav-categories .nav-item.nav-level-2::before, .nav-aside .nav-item.nav-level-2::before, .nav-pages .nav-item.nav-level-2::before {
      display: none; }
    .nav-categories .nav-item.nav-level-2 a, .nav-aside .nav-item.nav-level-2 a, .nav-pages .nav-item.nav-level-2 a {
      padding: .5rem 1rem .5rem 2rem;
      font-size: 1.2rem;
      color: #89969E; }
    .nav-categories .nav-item.nav-level-2:last-child, .nav-aside .nav-item.nav-level-2:last-child, .nav-pages .nav-item.nav-level-2:last-child {
      padding-bottom: 1rem; }

.nav-categories .nav-item:hover > a,
.nav-categories .selected > a,
.nav-categories .nav-level-2.selected > a, .nav-aside .nav-item:hover > a,
.nav-aside .selected > a,
.nav-aside .nav-level-2.selected > a, .nav-pages .nav-item:hover > a,
.nav-pages .selected > a,
.nav-pages .nav-level-2.selected > a {
  color: #2E3579; }

.nav-categories .nav-item:hover::before,
.nav-categories .selected::before,
.nav-categories .nav-level-2.selected::before, .nav-aside .nav-item:hover::before,
.nav-aside .selected::before,
.nav-aside .nav-level-2.selected::before, .nav-pages .nav-item:hover::before,
.nav-pages .selected::before,
.nav-pages .nav-level-2.selected::before {
  background-color: #2E3579; }

.nav-categories a, .nav-aside a, .nav-pages a {
  display: block;
  padding: 1rem 1rem 1rem 2rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #505051; }

.nav-categories .nav-item, .nav-categories .nav-item > a {
  font-size: 1.4rem; }

.nav-aside .nav-item:first-child {
  border-top: 0; }

.nav-footer .nav-items {
  display: block;
  margin: 0;
  padding: 0; }

.nav-footer .nav-item {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }
  .nav-footer .nav-item::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: .6rem;
    height: .6rem;
    border-radius: 90px;
    background-color: #b6bcc1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ''; }

.nav-footer a {
  display: inline;
  padding: .3rem 1rem .3rem 1.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #505051; }

.nav-archive .nav-items {
  display: block;
  margin: 0;
  padding: 0; }

.nav-archive .nav-item {
  display: block;
  margin: 0;
  padding: 0; }
  .nav-archive .nav-item a {
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-transform: lowercase;
    color: #576DDA;
    transition: color 0.15s ease-in; }

.nav-archive .archive-year a {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #505051; }

.archive-months .nav-item:hover a {
  color: #2E3579; }

.archive-months .selected a {
  font-weight: 600;
  color: #2E3579; }

/* CLOSE
============================================================ */
/* ASIDE
============================================================ */
.aside-primary .aside-title {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600; }

@media (min-width: 768px) {
  .aside-primary {
    padding-right: 3.5rem; } }

/* BREADCRUMB
============================================================ */
/* PAGINATION
============================================================ */
.pagination {
  display: block;
  margin: 2rem 0;
  padding: 0; }
  .pagination .list-item {
    display: inline-block; }
    .pagination .list-item a {
      display: block;
      margin: 0 .5rem;
      padding: .2rem .8rem;
      font-size: 1.5rem;
      line-height: 2rem;
      text-align: center;
      cursor: pointer;
      box-sizing: border-box;
      color: #919aa4; }
    .pagination .list-item:hover a {
      color: #919aa4; }
    .pagination .list-item.active a {
      color: #FFF;
      background-color: #a3c62c; }

/* CAROUSEL
============================================================ */
.carousel {
  display: block;
  position: relative;
  margin: 0 -1.1rem;
  padding: 0; }
  .carousel .btn-next {
    display: block;
    position: absolute;
    bottom: 3rem;
    right: 0;
    cursor: pointer; }
    @media (min-width: 768px) {
      .carousel .btn-next {
        top: 50%;
        bottom: auto;
        right: 1rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .carousel .btn-prev {
    display: block;
    position: absolute;
    bottom: 3rem;
    left: 1.5rem;
    cursor: pointer; }
    @media (min-width: 768px) {
      .carousel .btn-prev {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
  @media (min-width: 768px) {
    .carousel {
      margin: 0;
      z-index: 500; }
      .carousel .icon-arrow-right {
        background-position: -117px -94px; }
      .carousel .icon-arrow-left {
        background-position: -70px -94px; } }
  @media (min-width: 992px) {
    .carousel {
      margin-bottom: 6rem; } }

.carousel-detail, .carousel-detail a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }

.carousel-detail-image-wrapper {
  display: block; }
  @media (min-width: 768px) {
    .carousel-detail-image-wrapper {
      height: 30rem;
      overflow: hidden; } }

.carousel-detail-image {
  max-width: 100%; }
  @media (min-width: 768px) {
    .carousel-detail-image {
      width: 100%;
      height: auto;
      object-fit: cover; } }

.carousel-box {
  display: block;
  padding: 2rem;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  background-color: #E6E9EB; }
  @media (min-width: 768px) {
    .carousel-box {
      position: absolute;
      bottom: 0;
      left: 25%;
      left: calc(25% + .6rem);
      width: 34rem;
      text-align: left;
      background-color: rgba(46, 53, 121, 0.9);
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); } }
  @media (min-width: 992px) {
    .carousel-box {
      bottom: 2.5rem;
      left: 45%; } }

.carousel-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .carousel-title {
      color: #FFF; } }

.carousel-more {
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #576DDA; }
  @media (min-width: 768px) {
    .carousel-more {
      color: #B9C2ED; } }

/* MEDIA
============================================================ */
/* THUMBNAIL
============================================================ */
/* PAGE
============================================================ */
.page-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh; }

.main-wrapper {
  flex: 1 1 auto;
  width: 100%; }

@media (min-width: 768px) and (max-width: 991.9px) {
  .page-main.page-home .content-entry {
    padding-top: 8rem; } }

@media (min-width: 768px) {
  .page-main {
    padding: 4rem 0; } }

.entry-content {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .entry-content {
      padding-top: 0;
      padding-bottom: 0; } }

.page-title {
  margin-bottom: 2rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-transform: uppercase;
  color: #2E3579; }

/* PANE
============================================================ */
/* PANEL
============================================================ */
.panel-compare {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  padding: 2rem 0;
  background-color: rgba(231, 234, 236, 0.95);
  z-index: 5000; }
  .panel-compare.collapse {
    transition: bottom 0.3s ease-in-out;
    bottom: -340px; }
    @media (max-width: 991.9px) {
      .panel-compare.collapse {
        bottom: -305px; } }
    @media (max-width: 767.9px) {
      .panel-compare.collapse {
        bottom: -210px; } }
  .panel-compare.collapsed {
    transition: bottom 0.3s ease-in-out;
    bottom: 0; }
  .panel-compare .actions {
    text-align: right; }
    .panel-compare .actions .btn-hide {
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      font-size: 1.2rem;
      color: #89969e;
      text-transform: uppercase;
      text-decoration: none;
      transition: color 0.3s ease; }
      .panel-compare .actions .btn-hide .text, .panel-compare .actions .btn-hide icon {
        pointer-events: none; }
      .panel-compare .actions .btn-hide:hover {
        color: #2E3579; }
  .panel-compare .aside-content {
    max-width: 20rem;
    font-family: 'Arial', sans-serif;
    font-size: 1.4rem;
    color: #505051;
    margin: 2rem 0; }
  .panel-compare .error-message {
    position: absolute;
    top: -4.5rem;
    height: 4.5rem;
    width: 100%;
    padding: 1rem 0;
    color: #FFF;
    background-color: #E85A16; }
    .panel-compare .error-message .inner {
      position: relative; }
      .panel-compare .error-message .inner::after {
        position: absolute;
        top: .6rem;
        right: 1rem;
        width: 2rem;
        height: 2rem;
        background-image: url(../img/sprite.png);
        background-repeat: no-repeat;
        background-size: 500px 500px;
        background-position: -171px -92px;
        content: ''; }

.compare-items {
  margin-bottom: 4rem;
  padding-top: 2rem; }
  .collapse .compare-items {
    margin-top: 1rem; }
  @media (max-width: 767.9px) {
    .compare-items {
      margin-bottom: 0; } }

.compare-item {
  position: relative;
  padding: 0 1rem !important; }
  .compare-item > .inner {
    position: relative;
    display: block;
    padding: 1rem 1rem 2rem 1rem !important;
    background-color: #FFF; }
    @media (max-width: 767.9px) {
      .compare-item > .inner {
        padding: 1rem 4rem 1rem 1rem !important; } }
  .compare-item .product-image {
    margin-bottom: 1rem; }
    @media (max-width: 767.9px) {
      .compare-item .product-image {
        margin-bottom: 0; }
        .compare-item .product-image .item-placeholder {
          display: none; } }
  @media (max-width: 767.9px) {
    .compare-item .product-title {
      margin-bottom: 0; } }
  .compare-item .btn-close {
    position: absolute;
    background-color: rgba(155, 166, 221, 0.9);
    padding: .2rem;
    top: .5rem;
    right: .5rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 500;
    transition: background-color 0.3s ease-in; }
    .compare-item .btn-close:hover {
      background-color: #9ba6dd; }
  @media (max-width: 767.9px) {
    .compare-item {
      margin-bottom: 5px; } }

.panel-preload {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/img-overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10000; }
  .panel-preload .inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16rem;
    height: 4rem;
    padding: 1rem 2rem;
    transform: translate(-50%, -50%);
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }
    .panel-preload .inner::after {
      display: table;
      clear: both;
      content: '';
      overflow: hidden; }
  .panel-preload .icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    transition-property: transform;
    transition-duration: 1s;
    -webkit-animation: rotate 2s infinite linear;
    -moz-animation: rotate 2s infinite linear;
    -o-animation: rotate 2s infinite linear;
    -ms-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear; }
  .panel-preload .text {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    color: #2E3579;
    margin-left: 3rem; }

/* WELL
============================================================ */
/* CARD
============================================================ */
/* HERO
============================================================ */
/* INCENTIVES
============================================================ */
.incentive {
  font-family: "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase; }

.incentive-success {
  color: #6CAC5A; }

.incentive-danger {
  color: #E85A16; }

.incentive-warning {
  color: #E3A122; }

.item-incentives {
  position: absolute;
  top: 1.5rem;
  left: 1.1rem; }

.item-incentive {
  display: inline-block;
  padding: .5rem .7rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: #FFF;
  background-color: rgba(155, 166, 221, 0.9); }

/* LIST
============================================================ */
.list-none {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-inline {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-inline li {
    display: inline; }

.nav-questions .list-items {
  display: block;
  margin: 0 0 3rem 0;
  padding: 0; }

.nav-questions .list-item {
  display: block;
  position: relative;
  margin: 1.5rem 0;
  padding: 0 0 0 3rem; }
  .nav-questions .list-item, .nav-questions .list-item a {
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #576DDA;
    transition: color 0.15s ease; }
  .nav-questions .list-item::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position: -211px -90px;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .nav-questions .list-item::before {
        background-image: url("../img/sprite-2x.png"); } }
  .nav-questions .list-item:hover a {
    color: #2E3579; }
  .nav-questions .list-item:hover::before {
    background-position: -211px -130px; }

.list-docs {
  display: block;
  margin: 2rem 0;
  padding: 0; }
  .list-docs .list-item {
    display: block;
    position: relative;
    margin: .5rem 0;
    padding: 0 0 0 2.5rem;
    list-style: none; }
    .list-docs .list-item, .list-docs .list-item a {
      line-height: 2rem;
      color: #576DDA; }
    .list-docs .list-item::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 2rem;
      height: 2rem;
      background-image: url("../img/sprite.png");
      background-repeat: no-repeat;
      background-size: 500px 500px;
      background-position: -53px -213px;
      content: ''; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .list-docs .list-item::before {
          background-image: url("../img/sprite-2x.png"); } }

.list-steps {
  margin-left: 0;
  padding-left: 0;
  counter-reset: li; }
  .list-steps .list-item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 4rem;
    list-style-type: none;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #919aa4; }
    .list-steps .list-item::before {
      position: absolute;
      top: -.2rem;
      left: 0;
      width: 2.5rem;
      height: 2.5rem;
      margin-right: 8px;
      padding: 4px;
      font-family: "Arial", sans-serif;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.8rem;
      text-align: center;
      color: #B0B7D8;
      background-color: #e8ebed;
      content: counter(li);
      counter-increment: li;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .list-steps .list-item::after {
      display: block;
      position: absolute;
      top: 2.3rem;
      left: 1.25rem;
      width: 2px;
      height: 4rem;
      background-color: #e8ebed;
      content: ''; }
    .list-steps .list-item:last-child {
      border-left: 0; }
      .list-steps .list-item:last-child::after {
        display: none; }
    .list-steps .list-item.viewable, .list-steps .list-item.viewable a {
      color: #919aa4; }
    .list-steps .list-item.selected, .list-steps .list-item.selected a {
      color: #2E3579 !important; }
    .list-steps .list-item.selected::before {
      color: #FFF;
      background-color: #2E3579; }

/* PLACEHOLDER
============================================================ */
/* GRID
============================================================ */
/* BOX
============================================================ */
.box-nav-primary {
  margin: 1rem 0 2rem 0; }
  .box-nav-primary .btn-toggle {
    position: relative;
    width: 100%;
    padding: 1rem;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: left;
    text-transform: uppercase;
    color: #2E3579;
    background-color: #FFF;
    border: 0;
    outline: 0; }
    .box-nav-primary .btn-toggle::after {
      display: inline-block;
      position: absolute;
      top: 1.4rem;
      right: 1rem;
      width: 1.4rem;
      height: 1.3rem;
      background-image: url("../img/sprite.png");
      background-repeat: no-repeat;
      background-size: 500px 500px;
      background-position: -14px -15px;
      content: ''; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .box-nav-primary .btn-toggle::after {
          background-image: url("../img/sprite-2x.png"); } }
    .box-nav-primary .btn-toggle.collapsed::after {
      background-position: -133px -15px; }
  .box-nav-primary .box-content {
    display: none;
    background-color: #FFF; }
    .box-nav-primary .box-content.collapse.in {
      display: block; }
  .box-nav-primary .nav-item a {
    padding: 1rem 1.5rem; }
  @media (min-width: 768px) {
    .box-nav-primary .box-content {
      display: block; } }

.box-nav-mobile-2nd {
  margin: 0 -1.1rem;
  border-bottom: 1px solid #DDDFE6; }
  .box-nav-mobile-2nd .btn-toggle {
    position: relative;
    width: 100%;
    padding: 1.2rem 2rem;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: left;
    text-transform: uppercase;
    color: #2E3579;
    background-color: #FFF;
    border: 0;
    outline: 0; }
    .box-nav-mobile-2nd .btn-toggle::after {
      display: inline-block;
      position: absolute;
      top: 1.4rem;
      right: 2rem;
      width: 1.4rem;
      height: 1.6rem;
      background-image: url("../img/sprite.png");
      background-repeat: no-repeat;
      background-size: 500px 500px;
      background-position: -14px -12px;
      content: ''; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .box-nav-mobile-2nd .btn-toggle::after {
          background-image: url("../img/sprite-2x.png"); } }
    .box-nav-mobile-2nd .btn-toggle.collapsed::after {
      background-position: -15px -132px; }
  .box-nav-mobile-2nd .box-content {
    display: none;
    background-color: #FFF; }
    .box-nav-mobile-2nd .box-content.collapse.in {
      display: block; }

.box-aside {
  margin-top: 5rem;
  margin-bottom: 5rem; }
  .box-aside .box-title {
    font-family: "Arial", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #505051; }
  @media (min-width: 768px) {
    .box-aside {
      margin-bottom: 0; } }

/* FILTER
============================================================ */
.filter-browser {
  margin: 0;
  padding: 1rem;
  box-shadow: 0px 0px 10px 0px #e6e9eb; }
  .filter-browser.active .filter-header .btn-link {
    margin-top: -4px;
    margin-right: 6px;
    transform: rotate(180deg); }
  .filter-browser.active .filter-content {
    display: block !important; }

.filter-header {
  padding: 1rem;
  background-color: #e6e9eb; }

@media (max-width: 535px) {
  .filter-content {
    display: none; } }

.filter-header-title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #919aa4;
  padding: 0;
  margin: 0; }
  @media (max-width: 535px) {
    .filter-header-title {
      width: 50%; } }

.filter-block {
  padding: 1.8rem;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .filter-block:nth-child(4n) {
      clear: left; } }
  @media (max-width: 535px) {
    .filter-block {
      width: 100%; } }
  @media (min-width: 536px) {
    .filter-block {
      min-height: 18rem; } }

.filter-title {
  font-size: 1.2rem;
  line-heigth: 2rem;
  color: #505051;
  padding: 0;
  margin: 0 0 2rem 0; }

.filter-list {
  display: block;
  margin: 0;
  padding: 0; }
  @media (min-width: 536px) {
    .filter-list {
      min-height: 10rem; } }

.filter-item {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0; }
  .filter-list-collapsed .filter-item:nth-child(3) {
    margin: 0; }
  @media (min-width: 536px) {
    .filter-item.hidden-filter {
      display: none; } }
  .filter-item:last-child {
    margin: 0; }

/* WIDGET
============================================================ */
.widget-footer {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .widget-footer {
      min-height: 17rem; } }

/* SEARCH
============================================================ */
.search-form {
  display: block;
  margin: 0;
  padding: 2rem 1rem 1rem 1rem;
  border-top: 1px solid #DDDFE6; }
  @media (min-width: 768px) {
    .search-form {
      padding: .5rem; } }
  @media (min-width: 992px) {
    .search-form {
      padding: .2rem;
      border-top: 0;
      border-left: 1px solid #DDDFE6; } }
  .search-form.bordered {
    max-width: 32rem;
    padding: 0;
    border-left: 0; }
    .search-form.bordered .form-control {
      border: 1px solid #DDDFE6;
      box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
    .search-form.bordered .btn {
      height: 3.5rem;
      margin: 0; }

.input-group-search .form-control {
  float: left;
  width: 100%;
  max-width: 70%; }
  @media (min-width: 768px) {
    .input-group-search .form-control {
      max-width: 70%;
      border: 0;
      box-shadow: none; } }
  @media (min-width: 992px) {
    .input-group-search .form-control {
      max-width: 75%; } }

.input-group-search .btn {
  float: left;
  width: 100%;
  max-width: 30%;
  height: 35px;
  margin: 0; }
  @media (min-width: 768px) {
    .input-group-search .btn {
      height: 32px;
      margin: .3rem 0; } }
  @media (min-width: 992px) {
    .input-group-search .btn {
      max-width: 24%; } }

/* FOOTER
============================================================ */
.footer-primary {
  position: relative;
  padding-top: 1.2rem;
  border-top: 1px solid #DDDFE6; }
  .footer-primary, .footer-primary a {
    font-size: 1.3rem;
    line-height: 2.5rem;
    color: #738691; }
  .footer-primary::after {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.1rem;
    width: 42px;
    height: 44px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position: -12px -78px;
    content: ''; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .footer-primary::after {
        background-image: url("../img/sprite-2x.png"); } }
    @media (min-width: 768px) {
      .footer-primary::after {
        right: 0; } }

.footer-primary h2, .footer-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: #4D6979; }

.footer-secondary {
  padding: 2rem 0;
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
  border-top: 1px solid #DDDFE6; }

/* RTE
============================================================ */
.rte, .rte p {
  font-family: 'Arial', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2rem;
  color: #505051; }

.rte .h2, .rte h2 {
  margin-bottom: 1rem; }

.rte .h3, .rte h3 {
  margin-bottom: 1rem;
  font-family: 'Arial', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #505051; }

.rte .h4, .rte h4 {
  margin-bottom: 1rem;
  font-family: 'Arial', sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  color: #798187; }

.rte ul {
  margin: 0 0 1.5rem 2rem; }
  .rte ul li {
    display: block;
    position: relative;
    padding: 0 0 1rem 1.5rem;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    text-decoration: none;
    color: #505051; }
    .rte ul li:before {
      display: block;
      position: absolute;
      top: .8rem;
      left: -1.5rem;
      width: .6rem;
      height: .6rem;
      background-color: #9BA6DD;
      border-radius: 90px;
      content: ' '; }
    .rte ul li ul {
      margin: 0;
      padding: .5rem 0 1rem 3rem; }
      .rte ul li ul li {
        padding: 0 0 .5rem .5rem;
        font-size: 1.3rem; }
        .rte ul li ul li:before {
          width: .4rem;
          height: .4rem; }
  @media (max-width: 767.9px) {
    .rte ul {
      margin: 0 0 1.5rem 0;
      padding: 0 0 0 2rem; } }

.rte ol {
  margin: 0 0 1.5rem 2rem;
  counter-reset: item; }
  .rte ol li {
    display: block;
    position: relative;
    padding: 0 0 1rem 1.5rem;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    text-decoration: none;
    color: #505051; }
    .rte ol li:before {
      display: block;
      position: absolute;
      top: 0;
      left: -1.5rem;
      font-size: 1.2rem;
      color: #9BA6DD;
      content: counters(item, ".") ".";
      counter-increment: item; }
    .rte ol li ol {
      margin: 0;
      padding: 1rem 0 1rem 1.5rem; }
      .rte ol li ol li {
        padding: 0 0 .5rem 2rem;
        font-size: 1.3rem; }
        .rte ol li ol li:before {
          font-size: 1.1rem; }
  @media (max-width: 767.9px) {
    .rte ol {
      padding: 0 0 1rem 0; } }

.rte table {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem; }
  .rte table td, .rte table th {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: left;
    color: #505051; }
  .rte table th {
    font-size: 1.2rem;
    text-transform: uppercase; }
  .rte table td {
    font-size: 1.3rem; }
  .rte table tr {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6; }
    .rte table tr:last-child {
      border-bottom: 0; }

.rte h2 + table {
  margin-top: 0; }

.rte h3 + table {
  margin-top: 0; }

.rte h4 + table {
  margin-top: 0; }

.rte h5 + table {
  margin-top: 0; }

blockquote, .rte blockquote {
  padding: 2rem 4.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #505051;
  background-image: url("../img/icon-quote.png");
  background-repeat: no-repeat;
  background-position: .5rem 2.5rem; }
  blockquote p, blockquote ul, blockquote li, .rte blockquote p, .rte blockquote ul, .rte blockquote li {
    font-family: "Titillium Web", sans-serif;
    font-size: 2.2rem;
    font-weight: 200;
    line-height: 2.8rem;
    color: #505051; }
    blockquote p:last-child, blockquote ul:last-child, blockquote li:last-child, .rte blockquote p:last-child, .rte blockquote ul:last-child, .rte blockquote li:last-child {
      margin: 0; }
  @media (max-width: 767.9px) {
    blockquote, .rte blockquote {
      margin-left: 0;
      margin-right: 0;
      padding-right: 0; } }

/* BANNER
============================================================ */
.widget-banner img {
  max-width: 100%;
  height: auto; }

/* CATALOG
============================================================ */
/* PRODUCT
============================================================ */
.product-browser .list-group {
  margin: 0;
  padding: 0; }

.widget-products .list-group {
  display: block;
  margin: 0;
  padding: 0; }
  .widget-products .list-group::after {
    display: table;
    clear: both;
    content: '';
    overflow: hidden; }

.widget-products .product-description {
  text-align: center; }

.product-item {
  position: relative;
  min-height: 175px;
  margin: 1rem 0; }
  .product-item .item-visual {
    position: relative; }
  .product-item .item-incentive {
    position: absolute;
    display: inline-block;
    left: -1.1rem;
    top: .5rem; }
  .product-item .product-description {
    min-height: 40px;
    max-height: 100px;
    overflow: hidden;
    color: #505051; }
  @media (min-width: 768px) {
    .product-item {
      margin: 2rem 0; } }
  @media (min-width: 992px) {
    .product-item:nth-child(4n+1) {
      clear: left; } }

@media (min-width: 768px) and (max-width: 991.9px) {
  .product-item:nth-child(3n+1) {
    clear: left; } }
  @media (max-width: 767.9px) {
    .product-item:nth-child(2n+1) {
      clear: left; } }

.item-visual:hover .product-compare {
  display: block; }

.item-placeholder {
  position: relative;
  display: block;
  text-align: center;
  background-color: #F7F9FA;
  overflow: hidden; }
  .item-placeholder::after, .item-placeholder::before {
    display: block;
    padding-top: 40%;
    content: ''; }

.product-gallery .item-incentive {
  display: block;
  margin-bottom: .5rem; }

.product-title:hover a {
  color: inherit; }

@media (max-width: 767.9px) {
  .order-form {
    margin: 1rem 0; } }

@media (max-width: 767.9px) {
  .order-form .pull-right {
    float: none !important; } }

@media (max-width: 767.9px) {
  .order-form .field-label, .order-form .btn {
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1111px) {
  .order-form .field-label, .order-form .btn {
    width: 100%; } }

@media (max-width: 767.9px) {
  .order-form .meta-label {
    width: 25%; } }

@media (max-width: 479.9px) {
  .order-form .meta-label {
    width: 50%; } }

@media (min-width: 992px) and (max-width: 1111px) {
  .order-form .meta-label {
    width: 50%; } }

.order-form .form-control {
  height: 2.6rem; }
  @media (max-width: 767.9px) {
    .order-form .form-control {
      max-width: none;
      width: 75%; } }
  @media (max-width: 479.9px) {
    .order-form .form-control {
      width: 50%; } }
  @media (min-width: 992px) and (max-width: 1111px) {
    .order-form .form-control {
      max-width: none;
      width: 50%; } }

.product-compare {
  display: none;
  position: absolute;
  width: calc(100% - 2rem);
  bottom: 1rem;
  left: 1rem; }
  .product-compare .error-message {
    padding: 1rem;
    color: #FFF;
    background-color: #E85A16; }
  .product-compare .checkbox {
    width: 100%;
    height: 4rem;
    padding: 1rem 1.2rem;
    background-color: white; }
  @media (max-width: 991.9px) {
    .product-compare {
      display: block;
      position: relative;
      width: 100%;
      left: 0;
      bottom: 0;
      margin-bottom: 1rem;
      border: 1px solid #DDDFE6;
      border-top: 0; } }

/* PRICE
============================================================ */
.box-total {
  font-size: 12px; }
  .box-total .price {
    display: inline-block;
    width: 100px; }
  .box-total .price-lg {
    font-size: 18px;
    font-weight: bold;
    color: #2D3476; }

/* GALLERY
============================================================ */
.product-gallery .gallery-view {
  display: block; }

.product-gallery .gallery-detail {
  display: block; }
  .product-gallery .gallery-detail img {
    max-width: 100%; }

.product-gallery .gallery-items {
  display: block;
  margin: 2rem 0 0 0;
  padding: 0; }
  .product-gallery .gallery-items::after {
    display: table;
    clear: both;
    content: '';
    overflow: hidden; }

.product-gallery .gallery-item {
  display: block;
  float: left;
  width: 33.333%;
  margin: 0;
  margin-right: 10px;
  padding: 0; }
  .product-gallery .gallery-item a {
    display: block; }
    @media (min-width: 768px) {
      .product-gallery .gallery-item a {
        width: 105px;
        height: 105px; } }

@media (max-width: 768px) {
  .product-gallery .gallery-item + .gallery-item {
    margin-left: 10px; } }

.product-gallery .gallery-item.video a {
  position: relative; }
  .product-gallery .gallery-item.video a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-image: url("../img/icon-youtube.png");
    background-size: 80px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    content: ''; }

.product-gallery .widget-video iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

/* BASKET
============================================================ */
.basket-header {
  padding: .5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  border-top: 1px solid #DDDFE6;
  border-bottom: 1px solid #DDDFE6; }
  .basket-header.border-removed {
    border-top: 0;
    border-bottom: 0; }

.basket-item {
  display: block;
  padding: 1rem 0;
  font-family: "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  border-bottom: 1px solid #DDDFE6; }
  .basket-item.border-inverse {
    border-top: 1px solid #DDDFE6;
    border-bottom: 0; }
  .basket-item .text-wrapper {
    display: inline-block;
    padding-top: .8rem;
    line-height: 1.6rem; }
  @media (min-width: 768px) {
    .basket-item .field-label {
      margin-top: .8rem; } }

.column {
  line-height: 4rem; }

/* CHECKOUT
============================================================ */
/* WIDGET
============================================================ */
.widget-footer {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .widget-footer {
      min-height: 17rem; } }

/* VISUAL
============================================================ */
.item-visual img {
  max-width: 100%; }

.visual-category {
  margin-bottom: 2rem; }
  .visual-category.has-image {
    overflow: hidden; }

/* EMPTY
============================================================ */
/* STEPPER
============================================================ */
/* DATAGRID
============================================================ */
.table {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem; }
  .table td, .table th {
    padding-top: 1rem;
    padding-bottom: .5rem;
    text-align: left;
    color: #505051; }
  .table th {
    font-size: 1.2rem;
    text-transform: uppercase; }
  .table td {
    font-size: 1.3rem; }
    .table td a {
      font-weight: bold;
      color: #576DDA; }
  .table tr {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6; }
    .table tr:last-child {
      border-bottom: 0; }

/* TAB
============================================================ */
/* MODAL
============================================================ */
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.6); }

@media (min-width: 768px) {
  .modal-lg {
    max-width: 90%; } }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
  @media (min-width: 480px) {
    .modal-dialog {
      margin: 30px auto; } }
  @media (min-width: 768px) {
    .modal-dialog {
      max-width: 50%; } }

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

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out; }

.modal-content {
  position: relative;
  background-color: #FFF;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e5e5; }

.modal-title {
  margin: 0;
  line-height: 1.5;
  font-weight: bold; }

.modal-body {
  position: relative;
  padding: 1.5rem; }

/* COLLAPSE
============================================================ */
/* POPOVER
============================================================ */
.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50000; }

.popover {
  position: relative;
  margin: 15rem auto 0 auto;
  background-color: #FFF;
  max-width: 350px; }
  .popover .nav-list {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none; }
  .popover .lang-item {
    border-top: 1px solid #dddfe6; }
    .popover .lang-item a {
      display: block;
      padding: 1rem 1rem 1rem 2rem !important; }
      .popover .lang-item a::before {
        display: inline-block;
        position: relative;
        width: 2rem;
        height: 2rem;
        line-height: 1;
        vertical-align: middle;
        content: ''; }
    .popover .lang-item:hover a:before, .popover .lang-item.active a:before {
      background-image: url("../img/sprite.png");
      background-repeat: no-repeat;
      background-size: 500px 500px;
      background-position: -55px -12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .popover .lang-item:hover a:before, .popover .lang-item.active a:before {
          background-image: url("../img/sprite-2x.png"); } }

.popover-head {
  padding: 1.5rem 2rem; }

.popover-title {
  margin: 0; }

.popover-subtitle {
  padding: 0 2rem; }

/* TOOLTIP
============================================================ */
/* COOKIES
============================================================ */
.box-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.5rem;
  color: #FFF;
  background-color: rgba(46, 53, 121, 0.9);
  z-index: 100000; }
  @media (min-width: 768px) {
    .box-cookies {
      padding: 1.5rem 2rem; } }
  .box-cookies .btn {
    position: absolute;
    top: 1.5rem;
    right: .5rem; }
    @media (min-width: 768px) {
      .box-cookies .btn {
        right: 1rem; } }
    @media (min-width: 992px) {
      .box-cookies .btn {
        right: 1.5rem; } }

.cookies-title {
  font-weight: bold;
  line-height: 3rem;
  color: #FFF; }

.cookies-more {
  font-size: 1.5rem;
  line-height: 3rem;
  text-decoration: underline;
  color: #FFF; }
  .cookies-more:hover {
    color: #FFF; }

/* PREVIEW
============================================================ */
