/*!  v1.0.0 | (c) 2020 NQDA | ISC License | Contributors: 
 */

@charset "UTF-8";

#noscriptContainer {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
}

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

[class*="social-icon-"],
.icon,
.navbar-nav > li.search > a,
.search-link,
footer .footer__logo:after,
.list--border:after,
.border-layout__widget-left ul li a:after,
.accordion__link:before,
.banner__home .slick-prev:before,
.banner__home .slick-next:before,
.arrow-bottom-radius:before,
.banner__total__slide__content--link .banner__total__slide__content__text:after,
.btn--send:before,
.btn--point:before,
.btn--comments:before,
.checkbox input[type="checkbox"]:checked + label span:before,
.close-modal:before,
#successContactsModal i:before,
#successRemoveModal i:before,
#successNewsletterModal i:before,
#menuModal #search-form .icon-search:before,
#menuModal .language-choose .select2-container--default .select2-selection--single .select2-selection__rendered:after,
.radio-button input[type="radio"]:checked + label span:before,
.slider__highlights .slick-prev:before,
.slider__highlights .slick-next:before,
.pagination__pager__icon--left:after,
.pagination__pager__icon--right:after,
.timeline__content__title:before,
.modules ul:not(.modules__links__content):not(.timeline) li:before,
.modules__blockquote--border:before,
.modules__gallery__slider__arrow--right:before,
.modules__gallery__slider__arrow--left:before,
.share .share__icon,
.search-header__form__icon-search:before,
.search-header__form__close-search:before,
.back:before,
.back-arrow:before,
.floating-contact__close:before,
.search__input:before,
.media-page--video__list__open-video:before,
.page-conferences .speaker.lg-link .speaker__img:before,
.lg-fullscreen:after,
.lg-toolbar .lg-close:after,
.lg-actions .lg-prev:after,
.lg-actions .lg-prev:before,
.lg-actions .lg-next:after,
.lg-actions .lg-next:before,
.lg-toolbar #lg-share:after,
#toTop:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?oc2gkm");
  src: url("../fonts/icomoon/icomoon.eot?#iefixoc2gkm") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?oc2gkm") format("woff"), url("../fonts/icomoon/icomoon.ttf?oc2gkm") format("truetype"), url("../fonts/icomoon/icomoon.svg?oc2gkm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-facebook:before {
  content: "\e924";
}

.icon-like-click:before {
  content: "\e925";
}

.icon-like:before {
  content: "\e926";
}

.icon-linkedin:before {
  content: "\e927";
}

.icon-mail:before {
  content: "\e928";
}

.icon-twitter:before {
  content: "\e929";
}

.icon-whatsapp:before {
  content: "\e92a";
}

.social-icon-linkedin:before {
  content: "\e901";
}

.social-icon-facebook:before {
  content: "\e902";
}

.social-icon-twitter:before {
  content: "\e903";
}

.social-icon-facebook-2:before {
  content: "\e922";
}

.social-icon-link:before {
  content: "\e921";
}

.social-icon-post:before {
  content: "\e923";
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "AzoSans", sans-serif;
  font-size: 15px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
}

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

a {
  color: #003e52;
  text-decoration: none;
}

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.display,
p.display,
.h3,
.h4,
.h5,
.h6,
.role {
  font-family: "AzoSans", sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #003e52;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.display small,
.h2 .small,
.display .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.role small,
.h6 .small,
.role .small {
  font-weight: 400;
  line-height: 1;
  color: #ababab;
}

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

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

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

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

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

h2,
.h2,
.display,
p.display {
  font-size: 24px;
}

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

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

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

h6,
.h6,
.role {
  font-size: 14px;
}

p {
  margin: 0 0 9px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #ababab;
}

.text-primary {
  color: #003e52;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #00171f;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #003e52;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00171f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.25;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

.initialism {
  font-size: 90%;
}

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

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

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

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

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

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

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

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

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

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

.container:after {
  clear: both;
}

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

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

@media (min-width: 1440px) {
  .container {
    width: 1185px;
  }
}

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

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

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

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

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

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.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-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 81.25%;
}

.col-xs-14 {
  width: 87.5%;
}

.col-xs-15 {
  width: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 81.25%;
}

.col-xs-pull-14 {
  right: 87.5%;
}

.col-xs-pull-15 {
  right: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 81.25%;
}

.col-xs-push-14 {
  left: 87.5%;
}

.col-xs-push-15 {
  left: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16 {
    float: left;
  }

  .col-sm-1 {
    width: 6.25%;
  }

  .col-sm-2 {
    width: 12.5%;
  }

  .col-sm-3 {
    width: 18.75%;
  }

  .col-sm-4 {
    width: 25%;
  }

  .col-sm-5 {
    width: 31.25%;
  }

  .col-sm-6 {
    width: 37.5%;
  }

  .col-sm-7 {
    width: 43.75%;
  }

  .col-sm-8 {
    width: 50%;
  }

  .col-sm-9 {
    width: 56.25%;
  }

  .col-sm-10 {
    width: 62.5%;
  }

  .col-sm-11 {
    width: 68.75%;
  }

  .col-sm-12 {
    width: 75%;
  }

  .col-sm-13 {
    width: 81.25%;
  }

  .col-sm-14 {
    width: 87.5%;
  }

  .col-sm-15 {
    width: 93.75%;
  }

  .col-sm-16 {
    width: 100%;
  }

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

  .col-sm-pull-1 {
    right: 6.25%;
  }

  .col-sm-pull-2 {
    right: 12.5%;
  }

  .col-sm-pull-3 {
    right: 18.75%;
  }

  .col-sm-pull-4 {
    right: 25%;
  }

  .col-sm-pull-5 {
    right: 31.25%;
  }

  .col-sm-pull-6 {
    right: 37.5%;
  }

  .col-sm-pull-7 {
    right: 43.75%;
  }

  .col-sm-pull-8 {
    right: 50%;
  }

  .col-sm-pull-9 {
    right: 56.25%;
  }

  .col-sm-pull-10 {
    right: 62.5%;
  }

  .col-sm-pull-11 {
    right: 68.75%;
  }

  .col-sm-pull-12 {
    right: 75%;
  }

  .col-sm-pull-13 {
    right: 81.25%;
  }

  .col-sm-pull-14 {
    right: 87.5%;
  }

  .col-sm-pull-15 {
    right: 93.75%;
  }

  .col-sm-pull-16 {
    right: 100%;
  }

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

  .col-sm-push-1 {
    left: 6.25%;
  }

  .col-sm-push-2 {
    left: 12.5%;
  }

  .col-sm-push-3 {
    left: 18.75%;
  }

  .col-sm-push-4 {
    left: 25%;
  }

  .col-sm-push-5 {
    left: 31.25%;
  }

  .col-sm-push-6 {
    left: 37.5%;
  }

  .col-sm-push-7 {
    left: 43.75%;
  }

  .col-sm-push-8 {
    left: 50%;
  }

  .col-sm-push-9 {
    left: 56.25%;
  }

  .col-sm-push-10 {
    left: 62.5%;
  }

  .col-sm-push-11 {
    left: 68.75%;
  }

  .col-sm-push-12 {
    left: 75%;
  }

  .col-sm-push-13 {
    left: 81.25%;
  }

  .col-sm-push-14 {
    left: 87.5%;
  }

  .col-sm-push-15 {
    left: 93.75%;
  }

  .col-sm-push-16 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-13 {
    margin-left: 81.25%;
  }

  .col-sm-offset-14 {
    margin-left: 87.5%;
  }

  .col-sm-offset-15 {
    margin-left: 93.75%;
  }

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16 {
    float: left;
  }

  .col-md-1 {
    width: 6.25%;
  }

  .col-md-2 {
    width: 12.5%;
  }

  .col-md-3 {
    width: 18.75%;
  }

  .col-md-4 {
    width: 25%;
  }

  .col-md-5 {
    width: 31.25%;
  }

  .col-md-6 {
    width: 37.5%;
  }

  .col-md-7 {
    width: 43.75%;
  }

  .col-md-8 {
    width: 50%;
  }

  .col-md-9 {
    width: 56.25%;
  }

  .col-md-10 {
    width: 62.5%;
  }

  .col-md-11 {
    width: 68.75%;
  }

  .col-md-12 {
    width: 75%;
  }

  .col-md-13 {
    width: 81.25%;
  }

  .col-md-14 {
    width: 87.5%;
  }

  .col-md-15 {
    width: 93.75%;
  }

  .col-md-16 {
    width: 100%;
  }

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

  .col-md-pull-1 {
    right: 6.25%;
  }

  .col-md-pull-2 {
    right: 12.5%;
  }

  .col-md-pull-3 {
    right: 18.75%;
  }

  .col-md-pull-4 {
    right: 25%;
  }

  .col-md-pull-5 {
    right: 31.25%;
  }

  .col-md-pull-6 {
    right: 37.5%;
  }

  .col-md-pull-7 {
    right: 43.75%;
  }

  .col-md-pull-8 {
    right: 50%;
  }

  .col-md-pull-9 {
    right: 56.25%;
  }

  .col-md-pull-10 {
    right: 62.5%;
  }

  .col-md-pull-11 {
    right: 68.75%;
  }

  .col-md-pull-12 {
    right: 75%;
  }

  .col-md-pull-13 {
    right: 81.25%;
  }

  .col-md-pull-14 {
    right: 87.5%;
  }

  .col-md-pull-15 {
    right: 93.75%;
  }

  .col-md-pull-16 {
    right: 100%;
  }

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

  .col-md-push-1 {
    left: 6.25%;
  }

  .col-md-push-2 {
    left: 12.5%;
  }

  .col-md-push-3 {
    left: 18.75%;
  }

  .col-md-push-4 {
    left: 25%;
  }

  .col-md-push-5 {
    left: 31.25%;
  }

  .col-md-push-6 {
    left: 37.5%;
  }

  .col-md-push-7 {
    left: 43.75%;
  }

  .col-md-push-8 {
    left: 50%;
  }

  .col-md-push-9 {
    left: 56.25%;
  }

  .col-md-push-10 {
    left: 62.5%;
  }

  .col-md-push-11 {
    left: 68.75%;
  }

  .col-md-push-12 {
    left: 75%;
  }

  .col-md-push-13 {
    left: 81.25%;
  }

  .col-md-push-14 {
    left: 87.5%;
  }

  .col-md-push-15 {
    left: 93.75%;
  }

  .col-md-push-16 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-13 {
    margin-left: 81.25%;
  }

  .col-md-offset-14 {
    margin-left: 87.5%;
  }

  .col-md-offset-15 {
    margin-left: 93.75%;
  }

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

@media (min-width: 1440px) {
  .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-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16 {
    float: left;
  }

  .col-lg-1 {
    width: 6.25%;
  }

  .col-lg-2 {
    width: 12.5%;
  }

  .col-lg-3 {
    width: 18.75%;
  }

  .col-lg-4 {
    width: 25%;
  }

  .col-lg-5 {
    width: 31.25%;
  }

  .col-lg-6 {
    width: 37.5%;
  }

  .col-lg-7 {
    width: 43.75%;
  }

  .col-lg-8 {
    width: 50%;
  }

  .col-lg-9 {
    width: 56.25%;
  }

  .col-lg-10 {
    width: 62.5%;
  }

  .col-lg-11 {
    width: 68.75%;
  }

  .col-lg-12 {
    width: 75%;
  }

  .col-lg-13 {
    width: 81.25%;
  }

  .col-lg-14 {
    width: 87.5%;
  }

  .col-lg-15 {
    width: 93.75%;
  }

  .col-lg-16 {
    width: 100%;
  }

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

  .col-lg-pull-1 {
    right: 6.25%;
  }

  .col-lg-pull-2 {
    right: 12.5%;
  }

  .col-lg-pull-3 {
    right: 18.75%;
  }

  .col-lg-pull-4 {
    right: 25%;
  }

  .col-lg-pull-5 {
    right: 31.25%;
  }

  .col-lg-pull-6 {
    right: 37.5%;
  }

  .col-lg-pull-7 {
    right: 43.75%;
  }

  .col-lg-pull-8 {
    right: 50%;
  }

  .col-lg-pull-9 {
    right: 56.25%;
  }

  .col-lg-pull-10 {
    right: 62.5%;
  }

  .col-lg-pull-11 {
    right: 68.75%;
  }

  .col-lg-pull-12 {
    right: 75%;
  }

  .col-lg-pull-13 {
    right: 81.25%;
  }

  .col-lg-pull-14 {
    right: 87.5%;
  }

  .col-lg-pull-15 {
    right: 93.75%;
  }

  .col-lg-pull-16 {
    right: 100%;
  }

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

  .col-lg-push-1 {
    left: 6.25%;
  }

  .col-lg-push-2 {
    left: 12.5%;
  }

  .col-lg-push-3 {
    left: 18.75%;
  }

  .col-lg-push-4 {
    left: 25%;
  }

  .col-lg-push-5 {
    left: 31.25%;
  }

  .col-lg-push-6 {
    left: 37.5%;
  }

  .col-lg-push-7 {
    left: 43.75%;
  }

  .col-lg-push-8 {
    left: 50%;
  }

  .col-lg-push-9 {
    left: 56.25%;
  }

  .col-lg-push-10 {
    left: 62.5%;
  }

  .col-lg-push-11 {
    left: 68.75%;
  }

  .col-lg-push-12 {
    left: 75%;
  }

  .col-lg-push-13 {
    left: 81.25%;
  }

  .col-lg-push-14 {
    left: 87.5%;
  }

  .col-lg-push-15 {
    left: 93.75%;
  }

  .col-lg-push-16 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-13 {
    margin-left: 81.25%;
  }

  .col-lg-offset-14 {
    margin-left: 87.5%;
  }

  .col-lg-offset-15 {
    margin-left: 93.75%;
  }

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

table {
  background-color: transparent;
}

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

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

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.25;
  color: #555555;
}

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

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

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

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

.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

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

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

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

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

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 37px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

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

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

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

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

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

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

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

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

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.btn-default:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  background-image: none;
  border-color: black;
}

.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: #ffffff;
  background-color: black;
  border-color: black;
}

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

.btn-default .badge {
  color: #000000;
  background-color: #ffffff;
}

.btn-primary {
  color: #fff;
  background-color: #003e52;
  border-color: #002b39;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00171f;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00171f;
  border-color: black;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00171f;
  background-image: none;
  border-color: black;
}

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #003e52;
  border-color: #002b39;
}

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

.btn-success {
  color: #fff;
  background-color: #46a43c;
  border-color: #3e9135;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #367f2e;
  border-color: #163413;
}

.btn-success:hover {
  color: #fff;
  background-color: #367f2e;
  border-color: #2b6525;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #367f2e;
  background-image: none;
  border-color: #2b6525;
}

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

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #46a43c;
  border-color: #3e9135;
}

.btn-success .badge {
  color: #46a43c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

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

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #bd9100;
  border-color: #574300;
}

.btn-warning:hover {
  color: #fff;
  background-color: #bd9100;
  border-color: #997600;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #bd9100;
  background-image: none;
  border-color: #997600;
}

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b83131;
  border-color: #671c1c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b83131;
  border-color: #9b2a2a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b83131;
  background-image: none;
  border-color: #9b2a2a;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #9b2a2a;
  border-color: #671c1c;
}

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

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

.btn-link {
  font-weight: 400;
  color: #003e52;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

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

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

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

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.25;
  color: #ababab;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

.nav:after {
  clear: both;
}

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

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

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

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

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #003e52;
}

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

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

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

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

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

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #e5e5e5;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

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

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

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

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

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

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

.navbar:after {
  clear: both;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

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

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 16px 5px;
  font-size: 19px;
  line-height: 18px;
}

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

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

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

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

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

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

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

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

.navbar-nav {
  margin: 8px -5px;
}

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

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

  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

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

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -5px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d1d1d1;
  }

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

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

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

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

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

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

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

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

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

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

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

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
  border-color: #003e52;
}

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

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

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

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

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

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

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

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

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

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

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

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

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

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

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

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

.modal-backdrop.in {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

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

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

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

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

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

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

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

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

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

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

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

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

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

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

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

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

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

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

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

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

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

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

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

/* Slider */

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

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

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Timepicker Component for Twitter Bootstrap Copyright 2013 Joris de Wit Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors For the full copyright and license information, please view the LICENSE file that was distributed with this source code. */

.bootstrap-timepicker {
  position: relative;
}

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

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
  width: 100%;
}

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }

  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/

.sf-menu {
  float: left;
  margin-bottom: 1em;
}

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-menu a {
  color: #13a;
}

.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  transition: background .2s;
}

.sf-menu ul li {
  background: #AABDE6;
}

.sf-menu ul ul li {
  background: #9AAEDB;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  transition: none;
}

/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/

.sf-navbar {
  background: #BDD2FF;
  position: relative;
  margin-bottom: 5em;
}

/* provide background colour for submenu strip */

/* you should just set the menu's container bg colour rather than use pseudo-elements */

.sf-navbar:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #BDD2FF;
  height: 200%;
  width: 100%;
}

.sf-navbar ul {
  box-shadow: none;
}

.sf-navbar li {
  background: #AABDE6;
  position: static;
}

.sf-navbar > li > a,
.sf-navbar > li > ul > li > a {
  border: none;
}

.sf-navbar > li > ul {
  min-width: 36em;
  /* set this to whatever suits your design */
}

.sf-navbar ul li {
  background: #BDD2FF;
  position: relative;
}

.sf-navbar ul ul {
  left: 0;
  top: 100%;
}

.sf-navbar ul ul li {
  width: 100%;
}

.sf-navbar > li > ul > li {
  float: left;
}

.sf-navbar li.current {
  background: #BDD2FF;
}

.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar ul li.current {
  background: #BDD2FF;
}

.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
.sf-navbar ul ul li {
  background: #D1DFFF;
}

.sf-navbar ul ul li:hover,
.sf-navbar ul ul li.sfHover,
.sf-navbar ul ul li.current {
  background: #E6EEFF;
}

.sf-navbar ul li.current > a {
  font-weight: bold;
}

/*** point all arrows down ***/

.sf-arrows.sf-navbar ul .sf-with-ul:after {
  margin-top: -3px;
  margin-right: 0;
  border-color: transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows.sf-navbar ul > li > .sf-with-ul:focus:after,
.sf-arrows.sf-navbar ul > li:hover > .sf-with-ul:after,
.sf-arrows.sf-navbar ul > .sfHover > .sf-with-ul:after {
  border-color: transparent;
  border-top-color: white;
}

/*! Datepicker for Bootstrap v1.7.0-dev (https://github.com/eternicode/bootstrap-datepicker) Copyright 2012 Stefan Petre Improvements by Andrew Rowls Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) */

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

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  z-index: 8005 !important;
  border: 0;
}

@media (min-width: 768px) {
  .datepicker {
    padding: 30px;
  }
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #000000;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #F3D2D2;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #1a1a1a;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #F3D2D2;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #1a1a1a;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #bcd0c6;
}

.datepicker .prev .disabled,
.datepicker .next .disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #F3D2D2;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*# sourceMappingURL=bootstrap-datepicker.css.map */

/* Place this after bootstrap.scss */

@media (min-width: 1921px) {
  .container {
    width: 1900px;
  }
}

@media (min-width: 1921px) {
  .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,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16 {
    float: left;
  }

  .col-xl-1 {
    width: 6.25%;
  }

  .col-xl-2 {
    width: 12.5%;
  }

  .col-xl-3 {
    width: 18.75%;
  }

  .col-xl-4 {
    width: 25%;
  }

  .col-xl-5 {
    width: 31.25%;
  }

  .col-xl-6 {
    width: 37.5%;
  }

  .col-xl-7 {
    width: 43.75%;
  }

  .col-xl-8 {
    width: 50%;
  }

  .col-xl-9 {
    width: 56.25%;
  }

  .col-xl-10 {
    width: 62.5%;
  }

  .col-xl-11 {
    width: 68.75%;
  }

  .col-xl-12 {
    width: 75%;
  }

  .col-xl-13 {
    width: 81.25%;
  }

  .col-xl-14 {
    width: 87.5%;
  }

  .col-xl-15 {
    width: 93.75%;
  }

  .col-xl-16 {
    width: 100%;
  }

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

  .col-xl-pull-1 {
    right: 6.25%;
  }

  .col-xl-pull-2 {
    right: 12.5%;
  }

  .col-xl-pull-3 {
    right: 18.75%;
  }

  .col-xl-pull-4 {
    right: 25%;
  }

  .col-xl-pull-5 {
    right: 31.25%;
  }

  .col-xl-pull-6 {
    right: 37.5%;
  }

  .col-xl-pull-7 {
    right: 43.75%;
  }

  .col-xl-pull-8 {
    right: 50%;
  }

  .col-xl-pull-9 {
    right: 56.25%;
  }

  .col-xl-pull-10 {
    right: 62.5%;
  }

  .col-xl-pull-11 {
    right: 68.75%;
  }

  .col-xl-pull-12 {
    right: 75%;
  }

  .col-xl-pull-13 {
    right: 81.25%;
  }

  .col-xl-pull-14 {
    right: 87.5%;
  }

  .col-xl-pull-15 {
    right: 93.75%;
  }

  .col-xl-pull-16 {
    right: 100%;
  }

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

  .col-xl-push-1 {
    left: 6.25%;
  }

  .col-xl-push-2 {
    left: 12.5%;
  }

  .col-xl-push-3 {
    left: 18.75%;
  }

  .col-xl-push-4 {
    left: 25%;
  }

  .col-xl-push-5 {
    left: 31.25%;
  }

  .col-xl-push-6 {
    left: 37.5%;
  }

  .col-xl-push-7 {
    left: 43.75%;
  }

  .col-xl-push-8 {
    left: 50%;
  }

  .col-xl-push-9 {
    left: 56.25%;
  }

  .col-xl-push-10 {
    left: 62.5%;
  }

  .col-xl-push-11 {
    left: 68.75%;
  }

  .col-xl-push-12 {
    left: 75%;
  }

  .col-xl-push-13 {
    left: 81.25%;
  }

  .col-xl-push-14 {
    left: 87.5%;
  }

  .col-xl-push-15 {
    left: 93.75%;
  }

  .col-xl-push-16 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-offset-13 {
    margin-left: 81.25%;
  }

  .col-xl-offset-14 {
    margin-left: 87.5%;
  }

  .col-xl-offset-15 {
    margin-left: 93.75%;
  }

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

.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,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

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

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

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

  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table !important;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}

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

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

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

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

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

  .hidden-lg {
    display: block !important;
  }

  table.hidden-lg {
    display: table !important;
  }

  tr.hidden-lg {
    display: table-row !important;
  }

  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }

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

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-three {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33%;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .col-md-three {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33%;
  }
}

@media (min-width: 1440px) {
  .col-lg-three {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-seven {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .col-md-seven {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
  }
}

@media (min-width: 1440px) {
  .col-lg-seven {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
  }
}

.divide40 {
  height: 40px;
}

.divide80 {
  height: 80px;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter-cols > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.data-fill {
  background-size: initial !important;
}

.padding-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.list a:not(.accordion__link),
.banner__total--bottom .banner__total__slide__bg,
.banner__total a,
.banner__total__slide__bg,
.checkbox input[type="checkbox"]:checked + label span:before,
.radio-button.radio-button--simple input[type="radio"]:checked + label span:before,
.radio-button input[type="radio"]:checked + label span:before,
.timeline__link,
.modules__text-right_bg figure,
.graphic__background,
.media-page--link,
.media-page--all__block--link,
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.arrow-bottom-radius {
  position: absolute;
  left: 50%;
  right: auto;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner__home__description,
.banner__highlights,
.slider__highlights .slick-prev,
.slider__highlights .slick-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.relative {
  position: relative;
}

.clear {
  clear: both;
}

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

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

@media (min-width: 1440px) {
  .container.container-lg {
    width: 1305px;
  }
}

@keyframes leaveToRight {
  50% {
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  51% {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  52% {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  53% {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  54% {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes opacityAnime {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@keyframes leaveToRightSimple {
  0% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes leaveToBottomSimple {
  0% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes leaveToTopSimple {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeInDown {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* %zIndex-header {z-index        : $zIndex1;} */

@media print {
@page {
    size: A3;
    margin: 10mm 5mm;
}

  body {
    margin-bottom: 0 !important;
  }

  .navbar-header {
    box-shadow: none !important;
  }

  .responsive-menu {
    display: none !important;
  }

  #toTop,
  .graphic,
  .content--highlights .btn,
  .share,
  .pagination,
  .back,
  .letter--single .banner__total,
  .media-page--article .banner__total--bottom,
  .search__input,
  .back__down {
    display: none !important;
  }

  .slide-highlights {
    padding-bottom: 0 !important;
  }

  footer {
    display: none;
  }

  .navbar-brand {
    padding-left: 45px !important;
    width: 200px !important;
  }

  .fixed-header .navbar {
    position: absolute !important;
  }

  .page--mrg-top {
    margin-top: 20px !important;
  }

  .timeline--section,
  .modules__blockquote,
  .modules__text-right_bg,
  .modules__gallery,
  .modules__text-left,
  .modules__text-right,
  .media-page--article__list,
  .media-page--video__list,
  .media-page--blog__list {
    page-break-inside: avoid;
  }
}

/* Row with equal height columns -------------------------------------------------- */

@media (min-width: 992px) {
  .row-eq-height {
    display: -ms-flexbox;
    display: flex;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  color: #313435;
  font-size: 18px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  body {
    margin-bottom: 378px;
  }
}

@media (min-width: 992px) {
  body {
    margin-bottom: 408px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #ffffff;
  background: #000000;
}

::selection {
  color: #ffffff;
  background: #000000;
}

a:focus {
  outline: none;
}

body.modal-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 992px) {
  #wrap.mrg-top {
    padding-top: 50px;
  }
}

#main-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
}

.content {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .content--inner {
    padding-left: 4.9%;
    padding-right: 4.9%;
  }
}

.content--mid-box {
  max-width: 1069px;
}

.content--mid-text {
  max-width: 978px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .content--padd {
    padding: 0 15px;
  }
}

.content--max {
  max-width: 2560px;
}

.content--light {
  background: #f4f3ef;
}

.space_bottom:last-child {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .space_bottom:last-child {
    margin-bottom: 170px;
  }
}

.text-light {
  font-weight: 300;
}

@media (min-width: 0px) and (max-width: 767px) {
  .pull-right--sm {
    float: none !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .affix {
    position: static;
  }
}

.separator-line {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f4f3ef;
}

.separator-line--thick {
  border-bottom: 4px solid #f4f3ef;
}

.lg {
  /*.lg-icon { &:before { font-family: 'lg'; } }*/
}

@media (min-width: 768px) {
  .lg .lg-icon {
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6) !important;
    padding: 0 !important;
    transition: background 0.2s ease;
  }
}

@media (min-width: 768px) {
  .lg .lg-icon:hover {
    background-color: white !important;
  }
}

.lg .lg-icon:hover:before,
.lg .lg-icon:hover:after {
  color: #b7b7b7 !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .lg .lg-actions .lg-next:before,
  .lg .lg-actions .lg-next:after,
  .lg .lg-actions .lg-prev:before,
  .lg .lg-actions .lg-prev:after {
    font-size: 19px;
  }
}

.lg .lg-actions .lg-next:before {
  color: #b7b7b7;
  content: "\e917";
}

@media (min-width: 0px) and (max-width: 767px) {
  .lg .lg-actions .lg-next {
    right: 5px;
  }
}

.lg .lg-actions .lg-prev:after {
  color: #b7b7b7;
  content: "\e911";
}

@media (min-width: 0px) and (max-width: 767px) {
  .lg .lg-actions .lg-prev {
    left: 5px;
  }
}

.lg .lg-toolbar .lg-close {
  width: 60px;
  height: 60px;
  background: #ffffff;
  line-height: 60px;
  margin: 0;
  padding: 0;
}

.lg .lg-toolbar .lg-close:after {
  content: "\e909" !important;
  color: #b7b7b7;
  font-size: 18px;
}

.lg .lg-toolbar .lg-close:hover {
  color: #b7b7b7;
}

.lg .lg-toolbar .lg-close:hover:after {
  color: #b7b7b7;
}

.conference.media-page--video__list {
  margin-bottom: 50px;
}

.navbar {
  margin: 0;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 2010;
  min-height: inherit;
}

.navbar-brand {
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent !important;
  width: 94px;
  height: auto;
}

@media (min-width: 0px) and (max-width: 991px) {
  .navbar-brand {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    width: 144px;
    padding-top: 26px;
    padding-bottom: 28px;
  }
}

.navbar-brand img {
  width: 100%;
}

.header-content {
  display: table;
  position: initial;
}

.navbar-header {
  width: 100%;
  background: #ffffff;
  padding: 0;
  min-height: 70px;
  float: none !important;
  transition: min-height 0.5s;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
}

.navbar-header .container {
  height: 100%;
}

.scroll-fixed {
  position: fixed;
  top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.2s ease;
  visibility: hidden;
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media (min-width: 768px) {
  .scroll-fixed {
    min-height: auto;
    height: 100px;
  }
}

@media (min-width: 768px) {
  .scroll-fixed .navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* .navbar.fixed-header { .scroll-fixed { @include transition(all 0.3s ease); @include opacity(1); @include transform(translateY(0)); visibility: visible; } } */

.navbar-collapse {
  width: auto;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 0px) and (max-width: 991px) {
  .navbar-collapse {
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}

.navbar-nav {
  margin: 0;
  margin-top: 75px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .navbar-nav {
    width: 100%;
    max-width: 720px;
    margin: 20px auto 0;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li {
    padding-bottom: 12px;
    border-bottom: 10px solid transparent;
    transition: border 0.3s ease;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .navbar-nav > li {
    float: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li {
    margin-left: 20px;
  }
}

@media (min-width: 1921px) {
  .navbar-nav > li {
    margin-left: 25px;
  }
}

.navbar-nav > li > a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #003e52;
  padding: 5px;
  color: #003e52;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: #ffffff;
  color: #000000;
}

@media (min-width: 0px) and (max-width: 991px) {
  .navbar-nav > li > a {
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}

.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus {
  background-color: #ffffff;
  color: #000000;
}

.navbar-nav > li.lang {
  margin-left: 0;
  position: relative;
  display: inline-block;
}

@media (min-width: 992px) {
  .navbar-nav > li.lang {
    display: block;
  }

  .navbar-nav > li.lang ~ :before {
    content: "";
    display: block;
    position: absolute;
    top: 44px;
    left: -2px;
    width: 2px;
    height: 10px;
    background-color: #ffffff;
    transition: top 0.35s;
  }

  .navbar-nav > li.lang.active:before {
    display: none;
  }
}

.navbar-nav > li.lang > a {
  padding: 5px 6px 3px 5px;
}

.navbar-nav > li.active > a {
  font-weight: bold;
}

.navbar-nav > li:hover,
.navbar-nav > li.sf-breadcrumb.sfHover {
  border-color: #fafafa;
}

.navbar-nav > li.search:before {
  display: none;
}

.navbar-nav > li.search > a {
  font-size: 18px;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    width: 100%;
  }

  .navbar-nav .dropdown-menu > li > a,
  .navbar-nav .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .dropdown-menu > li > a {
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-nav .dropdown-menu > li > a:focus {
    background: none;
    color: #313435;
  }

  .navbar-nav .dropdown-menu > .active a {
    background: none;
    color: #313435;
  }
}

.nav > li.current > a {
  background: none;
  color: #000000;
}

.navbar .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 190px;
  background-color: #ffffff;
  border: none;
  border-top: 2px solid #000000;
  border-radius: 0;
  box-shadow: none;
}

.navbar .dropdown-menu .dropdown-menu {
  border: none !important;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
  background: transparent;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.17);
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
  border: none;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
  padding: 15px;
  line-height: 1;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
  padding: 15px;
  filter: none;
  line-height: 1;
  background-color: #2e353d;
  color: #FFF;
}

.navbar.black .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar.black .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
  background: #292929;
}

.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
  display: none;
}

.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
  display: none;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
  background: none;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn.responsive-menu {
  padding: 6px 15px;
  margin: 0;
  margin-top: 22px;
  width: 60px;
  display: block;
  font-size: 15px;
  color: #003e52;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .btn.responsive-menu {
    margin-top: 22px;
  }
}

@media (min-width: 992px) {
  .btn.responsive-menu {
    display: none;
  }
}

.btn.responsive-menu .icon-bar {
  display: block;
  width: 30px;
  height: 1px;
  width: 100%;
  background: #003e52;
}

.btn.responsive-menu .icon-bar + .icon-bar {
  margin-top: 7px;
}

.navbar.basic.default {
  width: 100%;
  position: absolute;
}

.navbar.basic.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

.navbar.basic .navbar-collapse {
  max-height: inherit;
}

@media (min-width: 0px) and (max-width: 991px) {
  .navbar.basic .navbar-collapse {
    width: 100%;
    float: none !important;
    margin: 0;
  }
}

.search-link {
  float: right;
  margin-top: 80px;
  margin-left: 45px;
  font-size: 20px;
  text-decoration: none !important;
}

.search-link:before {
  content: "\e906";
}

.sf-arrows .sf-with-ul {
  padding-right: 5px;
}

.sf-arrows .sf-with-ul:after {
  display: none;
}

.together:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  margin-top: 15px;
  background: #fafafa;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.3s;
}

.together:hover:before {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.drop {
  position: static !important;
}

.drop:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 50px;
  background: #fafafa;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.3s;
}

.drop.sfHover:after {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.drop ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style-type: none;
  text-align: right;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 2;
  background: #fafafa;
}

.drop ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  color: #7c7c7c;
  margin-right: 37px;
  padding: 17px 0;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .drop ul li {
    margin-right: 15px;
  }
}

.drop ul li a {
  color: inherit;
  text-decoration: none;
}

.drop ul li a:hover {
  color: #313435;
  text-decoration: underline;
}

.drop ul li.active a {
  color: #313435;
  text-decoration: underline;
}

.drop ul li:last-child {
  margin-right: 70px;
}

.fixed-header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  animation: opacityAnime 0.45s ease-in;
}

.fixed-header #wrap {
  padding-top: 128px;
}

@media (min-width: 992px) {
  .fixed-header #wrap.mrg-top {
    padding-top: 178px;
  }
}

.fixed-header .navbar-brand {
  width: 78px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .fixed-header .navbar-brand {
    padding-top: 15px;
  }
}

.fixed-header .navbar-nav {
  margin: 0;
  margin-top: 26px;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .fixed-header .navbar-nav > li {
    padding-bottom: 4px;
  }
}

.fixed-header .search-link {
  margin-top: 26px;
}

#menuModal li.active > a:first-child {
  color: #313435 !important;
}

#menuModal li.active > .dropdown-menu {
  display: block;
}

.shop svg {
  width: 15px;
  height: 15px;
  fill: #003e52;
}

.shop svg:hover {
  fill: #000000;
}

footer {
  color: #ffffff;
}

@media (min-width: 768px) {
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 378px;
  }
}

@media (min-width: 992px) {
  footer {
    height: 408px;
  }
}

footer a {
  color: inherit;
}

footer .vertical-line:before {
  height: 10px;
  left: -10px;
  width: 2px;
  background-color: #949494;
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s;
}

@media (min-width: 768px) {
  footer .vertical-line:before {
    content: '';
  }
}

footer .footer {
  padding-top: 2.4rem;
  padding-bottom: 2.8rem;
  background: #5a5e61;
}

@media (min-width: 992px) {
  footer .footer {
    padding-top: 6.4rem;
  }
}

footer .footer__mrg {
  padding-top: 32px;
}

@media (min-width: 0px) and (max-width: 767px) {
  footer .footer__first {
    margin: 0 auto;
    display: table;
    text-align: center;
  }
}

footer .footer__logo {
  margin-bottom: 20px;
}

footer .footer__logo:after {
  content: "\e904";
  font-size: 91px;
  color: #ffffff;
  margin-left: -11px;
}

footer .footer__sub-footer {
  color: #ffffff;
  background: #4f5355;
  padding: 22px 0 18px 0;
  font-size: 10px;
  font-weight: 300;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

@media (min-width: 0px) and (max-width: 767px) {
  footer .footer__sub-footer__company {
    text-align: center;
  }
}

footer .footer__info {
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 0.7px;
}

footer .footer__info span {
  display: block;
}

footer .footer__info span a {
  color: #ffffff;
}

footer .footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 25px;
}

@media (min-width: 0px) and (max-width: 767px) {
  footer .footer__social {
    margin: 0 auto;
    display: table;
    text-align: center;
    clear: both;
  }
}

footer .footer__social li {
  float: left;
}

footer .footer__social li a {
  color: #ffffff;
  font-size: 17px;
  float: left;
  padding: 5px;
  margin-right: 20px;
  text-decoration: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  footer .footer__social li:last-child a {
    margin-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  footer .footer__newsletter {
    text-align: center;
    clear: both;
  }
}

footer .footer__newsletter__title {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  footer .footer__newsletter__title {
    margin-bottom: 44px;
  }
}

footer .footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 1.2px;
}

@media (min-width: 0px) and (max-width: 767px) {
  footer .footer__list {
    text-align: center;
  }
}

footer .footer__list li a {
  color: #ffffff;
  position: relative;
  font-weight: bold;
}

footer .footer__list li a:hover {
  color: #ffffff;
  text-decoration: none;
}

footer .footer__list li a:hover.vertical-line:before {
  background-color: #ffffff;
}

footer .footer__list--light {
  margin-top: 10px;
}

@media (min-width: 768px) {
  footer .footer__list--light {
    margin-top: 25px;
  }
}

footer .footer__list--light li a {
  font-weight: 300;
}

footer .footer__list--by {
  font-size: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  footer .footer__list--by {
    padding-top: 12px;
    text-align: left;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  footer .footer__list--by {
    padding-top: 15px;
  }
}

footer .footer__list--by li a {
  font-weight: 300;
}

.list {
  display: table;
  width: 100%;
}

.list .list--border {
  float: left;
  width: 100%;
}

.list:first-of-type .list--border {
  border-top: 4px solid #f4f3ef;
}

.list:last-child .list--border:not(.list--border--noLast) {
  border-bottom: 1px solid #f4f3ef;
  margin-bottom: 38px;
}

@media (min-width: 768px) {
  .list:last-child .list--border:not(.list--border--noLast) {
    margin-bottom: 68px;
  }
}

.no-touch .list--nohover .list--border:hover {
  background: transparent;
}

.no-touch .list--nohover .list--border:hover:after {
  filter: alpha(opacity=0);
  opacity: 0;
}

.list--border {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #f4f3ef;
  transition: all 0.3s;
}

.list--border--noPadd {
  padding-top: 0;
  padding-bottom: 0;
}

.list--border:after {
  position: absolute;
  right: 42px;
  top: 50%;
  margin-top: -11px;
  content: "\e900";
  filter: alpha(opacity=0);
  opacity: 0;
}

.no-touch .list--border:hover {
  background: #fbfaf9;
}

.no-touch .list--border:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  animation: leaveToRightSimple 0.65s;
}

.list--normal-link a {
  position: relative !important;
}

.list__title {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  color: #313435;
}

@media (min-width: 768px) {
  .list__title {
    line-height: 1.89;
  }
}

.list__link {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  color: #1e718c;
  word-break: break-all;
}

.list--two-cols {
  border-bottom: none;
  font-family: "AzoSans", sans-serif;
  font-weight: 700;
  color: #494949;
}

.list--two-cols__total-block {
  border-top: 4px solid #f4f3ef;
  position: relative;
  min-height: 12.5rem;
}

.list--two-cols__total-block__big-title {
  font-size: 42px;
  text-align: center;
  line-height: 0.75;
  padding-top: 30px;
  position: absolute;
  top: 2px;
  bottom: 0;
  color: #003e52;
}

@media (min-width: 768px) {
  .list--two-cols__total-block__big-title {
    font-size: 72px;
  }
}

.list--two-cols__total-block .list__block,
.list--two-cols__total-block .list_noresults {
  border-top: none;
  border-bottom: 1px solid #f4f3ef;
}

@media (min-width: 0px) and (max-width: 991px) {
  .list--two-cols__total-block .list__block,
  .list--two-cols__total-block .list_noresults {
    width: 100%;
  }
}

.list--two-cols__total-block .list__block:visible:last-child,
.list--two-cols__total-block .list_noresults:visible:last-child {
  border-bottom: none;
}

.no-touch .list--two-cols__total-block .list__block:hover,
.no-touch .list--two-cols__total-block .list_noresults:hover {
  background: #ffffff;
}

.no-touch .list--two-cols__total-block .list__block:hover .list__block__left:after,
.no-touch .list--two-cols__total-block .list_noresults:hover .list__block__left:after {
  position: absolute;
  float: left;
  left: 3rem;
  top: 3.3rem;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.list--two-cols__total-block .list__block.border,
.list--two-cols__total-block .list_noresults.border {
  border-bottom: 1px solid #f4f3ef;
}

.list--two-cols__total-block .list__block.noBorder,
.list--two-cols__total-block .list_noresults.noBorder {
  border-bottom: none;
}

.list--two-cols__total-block .list__block--no-results,
.list--two-cols__total-block .list_noresults--no-results {
  display: block !important;
}

.list--two-cols .list__block__content,
.list--two-cols .list_noresults__content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .list--two-cols .list__block__content,
  .list--two-cols .list_noresults__content {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}

.list--two-cols .list__block__content--title,
.list--two-cols .list_noresults__content--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.89;
  padding-bottom: 5px;
  color: #313435;
}

@media (min-width: 768px) {
  .list--two-cols .list__block__content--title,
  .list--two-cols .list_noresults__content--title {
    font-size: 18px;
  }
}

.list--two-cols .list__block__content--text,
.list--two-cols .list_noresults__content--text {
  max-width: 88.3%;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.67;
  color: #313435;
}

.list--two-cols p {
  max-width: 88.3%;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.67;
  color: #313435;
  margin-bottom: 0;
}

.grid-boxed {
  margin-top: 82px;
  margin-bottom: 75px;
}

.grid-boxed__item {
  color: #ffffff;
}

.grid-boxed__item .img {
  display: block;
  padding-bottom: 58.33%;
  position: relative;
}

@media (min-width: 0px) and (max-width: 991px) {
  .grid-boxed__item:nth-child(2n+1) .img {
    border-left: 0;
  }
}

@media (min-width: 992px) {
  .grid-boxed__item:nth-child(3n+1) .img {
    border-left: 0;
  }
}

.grid-boxed__item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px;
  z-index: 2;
}

@media (min-width: 768px) {
  .grid-boxed__item__content {
    padding: 20px 42px;
  }
}

.grid-boxed__item__content:before {
  content: '';
  width: 22px;
  height: 2px;
  background: #ffffff;
  float: left;
  margin-bottom: 10px;
}

.grid-boxed__item__content__title {
  font-size: 20px;
  letter-spacing: 1.3px;
  line-height: 1.5;
  color: #ffffff;
  text-transform: none;
  margin: 0;
  margin-bottom: 3px;
  clear: both;
}

.grid-boxed__item__content p {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.9;
  line-height: 1.42;
  font-weight: 400;
  margin-bottom: 0;
}

.grid-boxed__item__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.grid-rectangular {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  /*> div > div { .grid-rectangular__item { padding-right:90px; } &:nth-child(3n+3) { .grid-rectangular__item { padding-right:0; } } }*/
}

@media (min-width: 1440px) {
  .grid-rectangular .row {
    margin-left: -45px;
    margin-right: -45px;
  }
}

@media (min-width: 1440px) {
  .grid-rectangular .row .col {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.grid-rectangular--single .grid-rectangular__item__figure__content__logo:before {
  font-size: 44px;
}

@media (min-width: 992px) {
  .grid-rectangular--single .grid-rectangular__item__figure__content__logo:before {
    font-size: 104px;
  }
}

.grid-rectangular--single .grid-rectangular__item__figure__content__title {
  max-width: 160px;
  padding: 0 30px;
}

.grid-rectangular--single .grid-rectangular__item__figure__content__sub-title {
  padding: 0 30px;
}

.grid-rectangular--single .grid-rectangular__item__figure.grid-rectangular__item--hover:hover {
  border-color: #2d505c;
}

.grid-rectangular--single .grid-rectangular__item__figure.grid-rectangular__item--hover:hover .grid-rectangular__item__figure__img {
  filter: alpha(opacity=100);
  opacity: 1;
}

.grid-rectangular__item {
  width: 100%;
  margin-bottom: 40px;
  max-width: 360px;
}

.grid-rectangular__item__figure {
  position: relative;
  border: 12px solid #2d505c;
  text-decoration: none;
  display: block;
  transition: border 0.2s ease;
}

.grid-rectangular__item__figure--detail {
  border-width: 22px;
}

.grid-rectangular__item__figure--detail .grid-rectangular__item__figure__content__title {
  bottom: 26%;
  max-width: 180px;
}

.grid-rectangular__item__figure--detail .grid-rectangular__item__figure__content__sub-title {
  bottom: 12%;
}

.grid-rectangular__item__figure__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-rectangular__item__figure__img {
  width: 100%;
  padding-bottom: 145.83%;
  transition: opacity 0.2s ease;
}

.grid-rectangular__item__figure__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-rectangular__item__figure__content__logo {
  overflow: hidden;
  position: absolute;
  bottom: -14px;
  right: 0;
  float: right;
  /*&:before { content: "\e904"; @extend %icomoon; font-size: 44px; //content: "\e91e"; //font-size: 274px; color: $white; }*/
}

@media (min-width: 480px) {
  .grid-rectangular__item__figure__content__logo {
    margin-right: 12px;
  }
}

.grid-rectangular__item__figure__content__logo img {
  width: 60px;
}

@media (min-width: 480px) {
  .grid-rectangular__item__figure__content__logo img {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .grid-rectangular__item__figure__content__logo img {
    width: 138px;
  }
}

@media (min-width: 992px) {
  .grid-rectangular__item__figure__content__logo img {
    width: 100px;
  }
}

@media (min-width: 1440px) {
  .grid-rectangular__item__figure__content__logo img {
    width: 138px;
  }
}

.grid-rectangular__item__figure__content__title {
  position: absolute;
  bottom: 21%;
  left: 0;
  padding: 0 17px;
  margin: 0;
  color: #ffffff !important;
  line-height: 1.1 !important;
}

.grid-rectangular__item__figure__content__sub-title {
  position: absolute;
  bottom: 6%;
  left: 0;
  padding: 0 17px;
  color: #ffffff !important;
  margin: 0;
}

.grid-rectangular__item__figure--hover:hover {
  border-color: #355f6d;
}

.grid-rectangular__item__figure--hover:hover .grid-rectangular__item__figure__img {
  filter: alpha(opacity=95);
  opacity: 0.95;
}

.grid-rectangular__item h5 {
  color: #313435;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 30px;
  letter-spacing: 1.2px;
}

.grid-rectangular__item p {
  font-size: 14px;
  color: #003e52;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1.8px;
}

.grid-rectangular__item--grey .grid-rectangular__item__figure {
  -o-border-image: -o--compass-list(radial-gradient(circle at 276% 115%, #fbfbfb, #ececec));
  border-image: radial-gradient(circle at 276% 115%, #fbfbfb, #ececec);
  border-image-slice: 1;
}

.grid-rectangular__item--grey.grid-rectangular__item--hover:hover .grid-rectangular__item__figure {
  border-color: #ededed;
}

.grid-rectangular__item--grey.grid-rectangular__item--hover:hover .grid-rectangular__item__figure__img {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.grid-rectangular__item--blue .grid-rectangular__item__figure {
  -o-border-image: -o--compass-list(radial-gradient(circle at 276% 115%, #5a818d, #2d505c));
  border-image: radial-gradient(circle at 276% 115%, #5a818d, #2d505c);
  border-image-slice: 1;
}

.grid-rectangular__item--blue.grid-rectangular__item--hover:hover .grid-rectangular__item__figure {
  border-color: #00516c;
}

.grid-rectangular__item--blue.grid-rectangular__item--hover:hover .grid-rectangular__item__figure__img {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.grid-rectangular__item--dark-blue .grid-rectangular__item__figure {
  -o-border-image: -o--compass-list(radial-gradient(circle at 276% 115%, #12bff6, #003e52));
  border-image: radial-gradient(circle at 276% 115%, #12bff6, #003e52);
  border-image-slice: 1;
}

.grid-rectangular__item--dark-blue.grid-rectangular__item--hover:hover .grid-rectangular__item__figure {
  border-color: #00516c;
}

.grid-rectangular__item--dark-blue.grid-rectangular__item--hover:hover .grid-rectangular__item__figure__img {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.grid-hover {
  margin-top: 42px;
}

@media (min-width: 768px) {
  .grid-hover {
    margin-top: 82px;
  }
}

.grid-hover__item {
  color: #ffffff;
  background: transparent;
  box-shadow: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  padding: 41px 44px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .grid-hover__item {
    padding: 31px 14px;
  }
}

.grid-hover__item__image {
  height: 200px;
}

@media (min-width: 480px) {
  .grid-hover__item__image {
    height: 300px;
  }
}

.grid-hover__item__image img {
  max-height: 100%;
  max-width: 100%;
}

.grid-hover__item__title {
  text-transform: none;
  font-size: 14px;
  line-height: 1.79;
  margin-top: 30px;
  letter-spacing: 0.3px;
}

.grid-hover__item .role {
  margin-top: 16px;
  font-size: 14px;
}

.grid-hover__item p {
  margin-bottom: 0;
}

.grid-hover__item__date {
  font-size: 14px;
  color: #b7b7b7;
  line-height: 1.43;
}

.grid-hover__item .padd-top {
  padding-top: 32px;
}

@media (min-width: 992px) {
  .grid-hover__item .padd-top {
    padding-top: 40px;
  }
}

.grid-hover__item:hover,
.grid-hover__item:focus {
  text-decoration: none;
}

.no-touch .grid-hover__item .btn {
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.no-touch .grid-hover__item:hover {
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.no-touch .grid-hover__item:hover .btn {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media (min-width: 768px) {
  .border-layout--left {
    border-left: 1px solid #f4f3ef;
  }
}

@media (min-width: 768px) {
  .border-layout--bottom {
    border-bottom: 1px solid #f4f3ef;
  }
}

.border-layout--bottomMrg {
  padding-bottom: 38px;
}

@media (min-width: 768px) {
  .border-layout--bottomMrg {
    padding-bottom: 68px;
  }
}

.border-layout--mrg-top {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .border-layout--mrg-top {
    margin-top: 60px;
  }
}

.border-layout__top-title {
  margin-bottom: 45px;
}

.border-layout__widget-left {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .border-layout__widget-left {
    margin-top: 250px;
  }
}

@media (min-width: 1440px) {
  .border-layout__widget-left {
    margin-top: 347px;
  }
}

@media (min-width: 992px) {
  .border-layout__widget-left {
    margin-left: 40px;
  }
}

.border-layout__widget-left--title {
  margin-bottom: 14px;
}

.border-layout__widget-left ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: 0.2px;
  color: #7c7c7c;
}

.border-layout__widget-left ul li {
  position: relative;
  margin-bottom: 10px;
}

.border-layout__widget-left ul li a {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  padding-right: 28px;
}

.border-layout__widget-left ul li a:after {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  right: 15px;
  content: "\e900";
  color: #313435;
}

.no-touch .border-layout__widget-left ul li a:hover {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  color: #313435;
}

.no-touch .border-layout__widget-left ul li a:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  animation: leaveToRightSimple 0.7s;
}

.border-layout__widget-left ul li a.active {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  color: #313435;
}

.border-layout__widget-left ul li a.active:after {
  filter: alpha(opacity=100);
  opacity: 1;
  animation: leaveToRightSimple 0.7s;
}

.accordion__link {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  color: #003e52;
  margin-left: 40px;
  padding-top: 35px;
  padding-bottom: 15px;
  display: block;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .accordion__link {
    margin-left: 90px;
    font-size: 18px;
    padding-bottom: 35px;
    margin-right: 80px;
  }
}

.accordion__link:before {
  position: absolute;
  left: 10px;
  content: "\e909";
}

@media (min-width: 768px) {
  .accordion__link:before {
    left: 25px;
  }
}

.accordion__link:hover,
.accordion__link:focus,
.accordion__link:active {
  color: #003e52 !important;
  text-decoration: none;
}

.accordion__link.collapsed {
  color: #313435;
}

.accordion__link.collapsed:before {
  content: "\e900";
}

.accordion__content {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  color: #313435;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .accordion__content {
    margin-left: 90px;
    margin-right: 80px;
  }
}

.accordion__content p {
  font-size: 15px;
}

@media (min-width: 992px) {
  .accordion__content p {
    font-size: 18px;
  }
}

.accordion--open {
  background: #fafafa;
}

.accordion--open:hover {
  background: #fafafa !important;
}

.down-line {
  padding-top: 15px;
  border-top: 1px solid #f4f3ef;
  margin-bottom: 90px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #b7b7b7;
  text-transform: uppercase;
  display: table;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .down-line {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .down-line {
    padding-left: 80px;
  }
}

.down-line a {
  color: #b7b7b7;
  text-decoration: none;
}

.down-line a:hover {
  color: #9e9e9e;
}

.down-line .back__down {
  float: left;
  border: none;
  margin-left: 0 !important;
  padding-top: 0;
}

.down-line .right_down {
  float: right;
  padding-top: 2px;
}

.cookie--fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2000;
}

#cookie-alert {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 5px;
  background-color: #313435;
  color: #ffffff;
  padding: 20px;
}

@media (min-width: 480px) {
  #cookie-alert {
    left: auto;
    right: 25px;
    padding: 30px;
    width: 260px;
    height: 252px;
  }
}

#cookie-alert .cookie-alert__title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  #cookie-alert .cookie-alert__title {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

#cookie-alert .cookie-alert__description {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.37;
  margin-bottom: 16px;
}

@media (min-width: 480px) {
  #cookie-alert .cookie-alert__description {
    font-size: 15px;
    margin-bottom: 26px;
    line-height: 1.67;
  }
}

#cookie-alert .cookie-alert__description--know-more {
  text-decoration: underline;
}

#cookie-alert .cookie-alert__close {
  float: right;
}

#cookie-alert a {
  color: inherit;
}

.banner {
  position: relative;
}

.banner__height {
  height: 100%;
}

.banner__home {
  height: 65vh !important;
}

@media (min-width: 768px) {
  .banner__home {
    height: 70vh !important;
  }
}

@media (min-width: 1440px) {
  .banner__home {
    height: 75vh !important;
  }
}

.banner__home .slick-slide {
  position: relative;
}

.banner__home .slick-slide > div:not(.banner__home__bg) {
  height: 100%;
}

.banner__home__bg {
  width: 80%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -ms-transform-origin: top right;
  transform-origin: top right;
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

@media (min-width: 768px) {
  .banner__home__bg {
    width: 44.5%;
  }
}

.banner__home figure {
  height: 100%;
  width: 100%;
}

.banner__home .content {
  height: 100%;
  position: relative;
}

.banner__home__description {
  width: 100%;
}

@media (min-width: 0px) and (max-width: 991px) {
  .banner__home__description {
    padding: 0 15px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .banner__home__description h2 {
    font-size: 30px;
  }
}

.banner__home__description p {
  font-size: 12px;
  color: #003e52;
  line-height: 1.67;
  font-weight: normal;
}

.banner__home__description .display {
  margin-bottom: 10px;
  font-size: 20px;
  max-width: 565px;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .banner__home__description .display {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.banner__home__description .display--small {
  margin-top: 20px;
  line-height: 1.7;
  letter-spacing: 0.4px;
  max-width: 410px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .banner__home__description .display--small {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .banner__home__description .display--small {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .banner__home__description .display--small {
    margin-top: 40px;
  }
}

.banner__home__description + .btn {
  position: absolute;
  bottom: 30px;
  left: 15px;
  border-radius: 30px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .banner__home__description + .btn {
    bottom: 51px;
  }
}

@media (min-width: 992px) {
  .banner__home__description + .btn {
    left: 4.9%;
  }
}

.banner__home .slick-prev,
.banner__home .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: transparent;
  height: 50px;
  line-height: 0px;
  font-size: 0px;
  outline: 0;
  border: 0;
  right: 31px;
  width: 50px;
}

.banner__home .slick-prev:before,
.banner__home .slick-next:before {
  font-size: 30px;
  line-height: 50px;
}

.banner__home .slick-prev:hover,
.banner__home .slick-next:hover {
  transition: all 0.2s ease-in;
}

.banner__home .slick-prev {
  margin-top: 40px;
}

.banner__home .slick-prev:before {
  content: '\e918';
}

.banner__home .slick-next {
  margin-top: -90px;
}

.banner__home .slick-next:before {
  content: '\e919';
}

.banner__highlights {
  right: 25px;
  font-size: 14px;
  color: #5a5e61;
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 767px) {
  .banner__highlights {
    display: none;
  }
}

.banner__highlights > div {
  float: left;
  line-height: 36px;
}

.banner__highlights__separator {
  height: 36px;
  width: 2px;
  background: #5a5e61;
  position: relative;
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  margin: 0 20px;
}

.arrow-bottom-radius {
  bottom: 0;
  width: 45px;
  height: 45px;
  line-height: 47px;
  border-radius: 50%;
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  background: #003e52;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  z-index: 1000;
}

.arrow-bottom-radius:before {
  content: "\e908";
}

@media (min-width: 768px) {
  .arrow-bottom-radius {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
}

/*.slick-prev,
.slick-next {
	position: absolute;
	right:0;
	top:50%;
    z-index: 10;
    background: transparent;
    height: 80px;
    line-height: 0px;
    font-size: 0px;
    outline: 0;
    border: 0;

    &:before {
    	@extend %icomoon;
        font-size: 15px;
        line-height: 80px;
    }

    &:hover {
        background: rgba($dark-grey, 0.5);
        @include transition(all 0.2s ease-in);
    }
}

.slick-prev {
    right: 0;
    width: 20px;
    margin-top: 100px;

    &:before {
        content: '\e900';
    }

}

.slick-next {
    right: 0;
    width: 20px;
    margin-top: -100px;

    &:before {
        content: '\e900';
    }

}*/

.slick-list,
.slick-track {
  height: 100%;
}

.slick-slide,
.slick-track {
  outline: none;
}

.banner__total {
  height: 400px;
  color: #ffffff;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .banner__total {
    height: 600px;
  }
}

@media (min-width: 768px) {
  .banner__total {
    height: 600px;
  }
}

.banner__total--bottom {
  margin-bottom: 0;
}

.banner__total--bottom .banner__total__slide__bg {
  background: rgba(49, 52, 53, 0.68);
  transition: background 0.3s ease;
}

.no-touch .banner__total--bottom:hover .banner__total__slide__bg {
  background: rgba(49, 52, 53, 0.15);
}

.no-touch .banner__total:hover .banner__total__slide__content__text:after {
  right: -55px;
}

@media (min-width: 768px) {
  .no-touch .banner__total:hover .banner__total__slide__content__text:after {
    right: -50px;
  }
}

@media (min-width: 1440px) {
  .no-touch .banner__total:hover .banner__total__slide__content__text:after {
    right: -41%;
  }
}

.banner__total__slide,
.banner__total figure {
  height: 100%;
}

.banner__total--noImage {
  background: #e8edef;
  color: #003e52;
  transition: background 0.2s ease;
}

.banner__total--noImage .banner__total__slide__content__top-text:after {
  background: #003e52;
}

.banner__total--noImage .content {
  height: 100%;
}

.no-touch .banner__total--noImage:hover {
  background: #d4e0e4;
}

.banner__total--white {
  color: #003e52;
  height: auto;
}

@media (min-width: 768px) {
  .banner__total--white {
    min-height: 400px;
    height: 100%;
  }
}

.banner__total--white .banner__total__slide__bg,
.banner__total--white figure {
  display: none;
}

.banner__total--white .banner__total__slide__content {
  position: relative;
  width: 100%;
  padding-top: 80px;
  left: auto;
  top: auto;
  bottom: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner__total--white .banner__total__slide__content {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .banner__total--white .banner__total__slide__content {
    padding-top: 130px;
    padding-left: 270px;
  }
}

.banner__total__slide__bg {
  background: rgba(49, 52, 53, 0.3);
}

.banner__total__slide__content {
  position: absolute;
  bottom: 74px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .banner__total__slide__content {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .banner__total__slide__content {
    left: 40px;
  }
}

@media (min-width: 992px) {
  .banner__total__slide__content {
    left: 170px;
  }
}

@media (min-width: 1440px) {
  .banner__total__slide__content {
    left: 270px;
  }
}

.banner__total__slide__content--center {
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner__total__slide__content--link .banner__total__slide__content__text {
  position: relative;
}

.banner__total__slide__content--link .banner__total__slide__content__text:after {
  content: "\e900";
  right: 0px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  .banner__total__slide__content--link .banner__total__slide__content__text:after {
    right: -45px;
  }
}

@media (min-width: 1440px) {
  .banner__total__slide__content--link .banner__total__slide__content__text:after {
    right: -40%;
  }
}

.banner__total__slide__content__top {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .banner__total__slide__content__top {
    margin-bottom: 99px;
  }
}

.banner__total__slide__content__top-text {
  margin-bottom: 5px;
  position: relative;
}

.banner__total__slide__content__top-text:after {
  content: '';
  width: 22px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: -15px;
}

.banner__total__slide__content__top-text,
.banner__total__slide__content__notes {
  font-size: 13px;
  line-height: 1.43;
  letter-spacing: 0.9px;
}

@media (min-width: 768px) {
  .banner__total__slide__content__top-text,
  .banner__total__slide__content__notes {
    font-size: 14px;
  }
}

.banner__total__slide__content__text {
  max-width: 645px;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 28px;
}

@media (min-width: 768px) {
  .banner__total__slide__content__text {
    font-size: 42px;
    padding-right: 0;
  }
}

.btn {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s;
  padding-bottom: 3px;
}

.btn a {
  text-decoration: none;
}

.btn:active {
  box-shadow: none;
}

.btn:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  transition: all 0.3s;
}

.btn--send {
  padding-right: 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .btn--send {
    margin-top: 20px;
  }
}

.btn--send:before {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 18px;
  content: '\e905';
}

.btn--send:after {
  margin-right: 40px;
}

.btn--point,
.btn--comments {
  padding-right: 26px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .btn--point,
  .btn--comments {
    margin-top: 20px;
  }
}

.btn--point:before,
.btn--comments:before {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 18px;
  content: '\e91f';
}

.btn--point:after,
.btn--comments:after {
  display: none;
}

.btn--comments:before {
  content: '\e920';
}

.btn--border {
  border-radius: 40px;
  border: 2px solid #003e52;
  line-height: 36px;
  padding: 0 16px;
}

.btn--border:hover,
.btn--border:focus {
  background: #003e52;
  color: #ffffff;
}

.btn--border-white {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #003e52;
}

.btn--border-white:hover,
.btn--border-white:focus {
  background: #003e52;
  color: #ffffff;
  border-color: #003e52;
}

.btn--blue {
  color: #003e52;
}

.btn--blue:after {
  background: #a72626;
}

.btn--blue:hover,
.btn--blue:focus {
  color: black;
}

.btn--white {
  color: #ffffff;
}

.btn--white:after {
  background: #787c7e;
}

.btn--white:hover:after,
.btn--white:focus:after {
  background: #ffffff;
}

.btn[disabled] {
  color: #b7b7b7;
}

.btn[disabled]:before {
  color: #b7b7b7;
}

.btn[disabled]:after {
  background: #b7b7b7;
}

.btn--boxed {
  background: #a72626;
  color: #ffffff;
  padding: 10px 15px;
  padding-top: 12px;
  border-radius: 20px;
}

.btn--boxed:after {
  display: none;
}

.btn--boxed.btn--send {
  padding-right: 46px;
}

.btn--boxed.btn--send:before {
  top: 6px;
  right: 12px;
}

.btn--boxed:hover {
  background: #922121;
}

.no-touch .btn:hover:after {
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

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

.checkbox input[type="checkbox"] + label {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7c7c7c;
  letter-spacing: normal;
  padding: 0;
}

.checkbox input[type="checkbox"] + label span {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  float: left;
  transition: all 0.2s;
}

.checkbox input[type="checkbox"] + label .checkbox__name {
  margin-left: 30px;
  text-transform: none;
  line-height: 1.3;
}

.checkbox input[type="checkbox"]:checked + label span:before {
  content: "\e91b";
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  margin: 2px;
  color: #003e52;
}

.checkbox input[type="checkbox"]:checked:disabled + label span:before {
  color: #7c7c7c;
}

.checkbox input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label span {
  cursor: not-allowed;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?oc2gkm");
  src: url("../fonts/icomoon/icomoon.eot?#iefixoc2gkm") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?oc2gkm") format("woff"), url("../fonts/icomoon/icomoon.ttf?oc2gkm") format("truetype"), url("../fonts/icomoon/icomoon.svg?oc2gkm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-facebook:before {
  content: "\e924";
}

.icon-like-click:before {
  content: "\e925";
}

.icon-like:before {
  content: "\e926";
}

.icon-linkedin:before {
  content: "\e927";
}

.icon-mail:before {
  content: "\e928";
}

.icon-twitter:before {
  content: "\e929";
}

.icon-whatsapp:before {
  content: "\e92a";
}

.social-icon-linkedin:before {
  content: "\e901";
}

.social-icon-facebook:before {
  content: "\e902";
}

.social-icon-twitter:before {
  content: "\e903";
}

.social-icon-facebook-2:before {
  content: "\e922";
}

.social-icon-link:before {
  content: "\e921";
}

.social-icon-post:before {
  content: "\e923";
}

.form-group {
  margin-bottom: 1.2rem;
  position: relative;
}

.form-group label {
  font-size: 10px;
  letter-spacing: 2.1px;
  color: #313435;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: bold;
}

.form-group input {
  height: 5rem;
}

.form-group textarea {
  height: 8.5rem;
  resize: vertical;
}

.form-group input,
.form-group textarea {
  background: #fafafa;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: none;
  outline: none;
  text-align: left;
  padding: 1.6rem 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "AzoSans", sans-serif;
  color: #313435;
  font-weight: 400;
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-group input:not(:placeholder-shown),
.form-group textarea:not(:placeholder-shown) {
  background: #ffffff;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #1e718c;
  background: #fafafa;
}

.form-group input[disabled],
.form-group textarea[disabled] {
  background: #f0f0f0;
}

.form-group.has-error input,
.form-group.has-error .form-control {
  border-color: #a72626;
  box-shadow: none;
  background: #f5e2e2;
}

.form-group.has-error input::-moz-placeholder,
.form-group.has-error .form-control::-moz-placeholder {
  color: #a72626;
  opacity: 1;
}

.form-group.has-error input:-ms-input-placeholder,
.form-group.has-error .form-control:-ms-input-placeholder {
  color: #a72626;
}

.form-group.has-error input::-webkit-input-placeholder,
.form-group.has-error .form-control::-webkit-input-placeholder {
  color: #a72626;
}

.form-group.has-error input:focus,
.form-group.has-error .form-control:focus {
  border-color: #a72626;
  box-shadow: none;
}

.form-group.has-error label {
  color: #a72626;
}

.form-group.has-error.checkbox span {
  border-color: #a72626;
}

.form-group.has-error.checkbox label > div {
  color: #a72626;
}

.form-group.has-error.radio-button input[type="radio"] + label span {
  border-color: #a72626;
}

.form-group.has-error.radio-button input[type="radio"] + label .radio__name {
  color: #a72626;
}

.form-result {
  font-size: 12px;
  font-weight: normal;
  transition: background 0.2s ease, color 0.2s ease;
}

.form-result.form-result--error,
.form-result.form-result--success {
  padding: 1.3rem 1.5rem;
  padding-top: 1.7rem;
}

.form-result.form-result--error {
  background: #f5e2e2;
  color: #a72626;
}

.form-result.form-result--error i {
  font-style: normal;
  font-weight: bold;
  border: 2px solid #a72626;
  padding: 0 6px;
  line-height: 1;
  font-size: 14px;
  margin-right: 10px;
}

.form-result.form-result--success {
  background: lightgreen;
  color: green;
}

.parsley-type {
  font-size: 13px;
}

#errorBot .parsley-required {
  color: #a72626;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.g-recaptcha {
  padding: 20px 0;
}

.filter {
  display: block;
  margin-top: 60px;
  margin-bottom: 45px;
}

.filter ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}

.filter ul li {
  margin-bottom: 2px;
  margin-right: 6px;
  display: inline-block;
}

.filter ul li a {
  float: left;
  line-height: 38px;
  color: #777777;
  background: #ffffff;
  border: 1px solid #777777;
  padding: 0 18px;
  transition: color 0.3s ease, background 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}

.filter ul li a:hover {
  background: #777777;
  color: #ffffff;
}

.filter ul li.active a {
  background: #777777;
  color: #ffffff;
}

#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-color: #ffffff;
}

.spinner {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #003e52;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/* .logo { position: relative; width: rem(45); height: rem(45); background: $white; float: left; @include breakpoint(sm) { width: rem(90); height: rem(90); border-left: rem(1) solid $white-two; } &:after { content: "\e91c"; font-size: rem(35); color: #ab9d70; @include absolute-center(xy); @extend %icomoon; @include breakpoint(sm) { font-size: rem(52); } } } */

.modal {
  z-index: 3000;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0);
  transform: translate(0);
}

@media (min-width: 992px) {
  .modal-dialog {
    width: 710px;
  }
}

.close-modal {
  color: #b7b7b7;
  background: transparent;
  border: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.close-modal:before {
  content: "\e909";
}

.close-modal:hover {
  color: #313435;
}

.modal-backdrop {
  background: #f4f3ef;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 52px 30px;
}

@media (min-width: 768px) {
  .modal-content {
    padding: 62px 90px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-content {
    padding-bottom: 32px;
  }
}

.modal-content .pre-title {
  color: #003e52;
}

.modal-content .notes p {
  font-size: 14px;
  font-weight: 300;
}

.modal-content form {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .modal-content .display {
    font-size: 45px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

/* .modal-alternative */

.modal-alternative .share {
  position: absolute;
  top: 60px;
  right: 0;
}

.modal-alternative .share .share__icon {
  background: #ffffff;
}

.modal-alternative .close-modal {
  background: #ffffff;
}

/* .modal-video */

.modal-newsletter-detail .modal-content {
  padding: 32px 54px;
}

/* .modal-video */

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

@media screen and (min-width: 768px) {
  .modal-video:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}

@media (min-width: 768px) {
  .modal-video .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .modal-video .modal-dialog {
    margin: 20px 10px;
  }
}

.modal-video .modal-content {
  padding: 0;
}

.modal-video .video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.modal-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 15px;
  padding-top: 60px;
  padding-bottom: 50px;
  height: 100%;
}

.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}

@media (min-width: 1440px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px;
  }
}

/* newsletter modal */

#newsletterModal .checkbox {
  margin-top: 25px;
}

@media (min-width: 0px) and (max-width: 767px) {
  #newsletterModal .btn--send {
    margin-bottom: 35px;
  }
}

/* success modal */

#successContactsModal,
#successRemoveModal,
#successNewsletterModal {
  text-align: center;
}

#successContactsModal i,
#successRemoveModal i,
#successNewsletterModal i {
  color: #1e718c;
  font-size: 50px;
  display: block;
  margin-bottom: 58px;
}

#successContactsModal i:before,
#successRemoveModal i:before,
#successNewsletterModal i:before {
  content: "\e91c";
}

#successContactsModal strong,
#successRemoveModal strong,
#successNewsletterModal strong {
  font-weight: bold;
}

#successContactsModal p,
#successRemoveModal p,
#successNewsletterModal p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}

#menuModal .close-modal {
  color: #003e52;
  z-index: 4;
}

#menuModal #search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  z-index: 3;
}

#menuModal #search-form .icon-search {
  font-size: 22px;
  line-height: 70px;
  float: left;
  padding-top: 1px;
  padding-left: 15px;
  color: #b7b7b7;
}

#menuModal #search-form .icon-search:before {
  content: "\e906";
}

#menuModal #search-form input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0;
  line-height: 60px;
  padding-top: 15px;
  height: 60px;
  padding-left: 55px;
  padding-right: 60px;
  font-weight: 300;
  font-size: 15px;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: #909698;
}

#menuModal #search-form input::-moz-placeholder {
  color: #909698;
  opacity: 1;
}

#menuModal #search-form input:-ms-input-placeholder {
  color: #909698;
}

#menuModal #search-form input::-webkit-input-placeholder {
  color: #909698;
}

#menuModal #search-form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

#menuModal #search-form input:-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
}

#menuModal #search-form input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
}

#menuModal #search-form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

#menuModal .language-choose {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fafafa;
  color: #313435;
  z-index: 3;
}

#menuModal .language-choose .select2-container {
  width: 100% !important;
}

#menuModal .language-choose .select2-container--default .select2-selection--single {
  border: 0;
  background: transparent;
  font-size: 10px;
  color: #313435;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.3px;
  outline: none;
}

#menuModal .language-choose .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  outline: none;
}

#menuModal .language-choose .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "\e908";
  color: #909698;
  font-size: 3px;
  padding-left: 6px;
  position: relative;
  top: -2px;
}

.select2-dropdown {
  border: 0;
}

.select2-results {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.select2-results__option {
  line-height: 30px;
  background: #fafafa;
  font-size: 12px;
}

.select2-container {
  z-index: 3000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #003e52;
  color: #ffffff;
}

/* .form-group { &.my-datepicker { label { left: rem(20) !important; pointer-events: none; @include transition(background 0.3s); } .my-datepicker__icon { font-size: rem(30); position: absolute; right: rem(15); bottom: 0; height: rem(70); line-height: rem(70); color: $warm-grey; @include transition(background 0.3s); @include breakpoint(sm) { font-size: rem(40); } } input { @include transition(background 0.3s); font-size: rem(16); font-weight: 700; line-height: 1.88; color: $greyish-brown; padding: rem(26) rem(20) rem(6) rem(20); &:hover { background: $white; } &.my-datepicker--open { background: $greyish-brown !important; color: $white; + label { color: $white; + .my-datepicker__icon { color: $white; } } } &.my-datepicker--active { background: $white; } &[date-disabled="true"], &:disabled { background: $white-three; color: $warm-grey; &:hover { background: $white-three; } + label { color: $warm-grey; + .my-datepicker__icon { color: $warm-grey; } } } } } } .datepicker { @include box-shadow(0px 4px 15px 0 rgba(63, 63, 63, 0.1)); padding: rem(20); color: $greyish-brown; margin-top: 0; margin-left: rem(-15); @include breakpoint(sm) { margin-left: rem(-20); padding: rem(20) rem(40); } .table-condensed { > thead { .datepicker-switch { text-transform: uppercase; font-size: rem(12); letter-spacing: rem(1); } > tr { > th { padding: 0; width: rem(35); height: rem(34); &:hover { background: $light-tan; } &.prev, &.next { @extend %icomoon; span { color: $greyish; font-size: rem(18); } } } } } > tbody { > tr { > td { padding: 0; width: rem(35); height: rem(34); background: $white-three; border: 1px solid $white; font-size: rem(12); font-weight: 700; letter-spacing: rem(1); color: $greyish; &:hover { background: $light-tan; color: $greyish-brown; } &.active { padding: 0; border: 4px solid $golden; color: $greyish-brown; &:hover { background: transparent; color: $greyish;; } } } } } } &.datepicker-dropdown { &.datepicker-orient-left { &:before, &:after { left: 50%; } } } } */

/* .form-group { &.my-timepicker { label { left: rem(20) !important; pointer-events: none; @include transition(background 0.3s); } .my-timepicker__icon { font-size: rem(30); position: absolute; right: rem(15); bottom: 0; height: rem(70); line-height: rem(70); color: $warm-grey; @include transition(background 0.3s); @include breakpoint(sm) { font-size: rem(40); } } input { @include transition(background 0.3s); font-size: rem(16); font-weight: 700; line-height: 1.88; color: $greyish-brown; padding: rem(26) rem(20) rem(6) rem(20); &:hover { background: $white; } &.my-timepicker--open { background: $greyish-brown !important; color: $white; + label { color: $white; + .my-timepicker__icon { color: $white; } } } &.my-timepicker--active { background: $white; } &[date-disabled="true"], &:disabled { background: $white-three; color: $warm-grey; &:hover { background: $white-three; } + label { color: $warm-grey; + .my-timepicker__icon { color: $warm-grey; } } } } } } .bootstrap-timepicker-widget { width: rem(260); &.timepicker-orient-bottom, &.timepicker-orient-top { &:before, &:after { left: 50%; @include transform(translateX(-50%)); } } &.dropdown-menu { @include border-radius(0); @include box-shadow(0px 4px 15px 0 rgba(63, 63, 63, 0.1)); border: 0; margin: 0; padding: 0 rem(90); table { td { padding: 0; a { width: rem(35); padding: 0; border: 0; @include border-radius(0); &:hover, &:focus { background: $light-tan; } } &.separator { display: none; } .glyphicon { @extend %icomoon; &:before { font-size: rem(30); color: $warm-grey; } &.glyphicon-chevron-up { &:before { content: "\e923"; } } &.glyphicon-chevron-down { &:before { content: "\e924"; } } } input { @include border-radius(0); border: 1px solid $white-two; background: $white-three; width: rem(35); height: rem(35); font-size: rem(12); font-weight: 700; letter-spacing: rem(1.2); color: $greyish-brown; &:focus { outline: none; border: 4px solid $golden; } } } } } } */

.radio-button label {
  margin-bottom: 0;
}

.radio-button.radio-button--simple {
  float: left;
}

.radio-button.radio-button--simple input[type="radio"] + label {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  color: #313435;
}

.radio-button.radio-button--simple input[type="radio"] + label span {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: transparent;
  border: solid 1px #c3c3c3;
}

.radio-button.radio-button--simple input[type="radio"]:checked + label span:before {
  content: '';
  background: #a72626;
  margin: 3px;
  border-radius: 50%;
}

.radio-button.radio-button--simple input[type="radio"]:checked:disabled + label span:before {
  color: #7c7c7c;
}

.radio-button input[type="radio"] {
  display: none;
}

.radio-button input[type="radio"] + label {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #7c7c7c;
  letter-spacing: normal;
  cursor: pointer;
  padding: 0;
}

.radio-button input[type="radio"] + label span {
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  float: left;
  transition: all 0.2s;
}

.radio-button input[type="radio"] + label .radio__name {
  position: relative;
  margin-left: 30px;
  text-transform: none;
  line-height: 1.3;
}

.radio-button input[type="radio"]:checked + label span:before {
  content: "\e91b";
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  margin: 2px;
  color: #003e52;
}

.radio-button input[type="radio"]:checked:disabled + label span:before {
  color: #7c7c7c;
}

.radio-button input[type="radio"]:disabled + label {
  cursor: not-allowed;
}

.radio-button input[type="radio"]:disabled + label span {
  cursor: not-allowed;
}

/* $border: 1px solid $white-two; $color-custom: $warm-grey; $font-size-custom: rem(10); $font-weight-custom: 700; $background-hover-custom: $white; $color-hover-custom: $greyish-brown; $color-active-custom: $color-hover-custom; .radio-custom { input[type="radio"] { display:none; + label { display: block; margin-bottom: 0; span { display: inline-block; width: 100%; vertical-align: middle; cursor: pointer; @include transition(all .3s); &:hover { background: $background-hover-custom; color: $color-hover-custom; .icon { color: $warm-grey-three; } } } } &:disabled { + label { span { cursor: default; @include opacity(0.5); } } } &:checked { + label { span { color: $color-active-custom; background: $background-hover-custom; .icon { color: $warm-grey-three; } } } } } &__col { &__form-control { padding: rem(8) 0 rem(14) 0; margin: 0; height: 100%; text-align: center; text-transform: uppercase; background: $light-gray; color: $color-custom; font-size: $font-size-custom; @include box-shadow(none); @include border-radius(0); .icon { font-size: rem(40); color: $greyish; @include transition(all .3s); } &.form-control--border { border-top: $border; border-left: 1px solid transparent; border-right: $border; border-bottom: $border; } } &:first-child { .form-control--border { border-left: $border; } } } } */

/* form { .form-group { .title--select { top: 0; left: 0; font-weight: 700; margin-left: 0; } } } .select2-container { display: block; width: auto !important; @include breakpoint(0,sm) { width: 100% !important; height: 100%; left: 0 !important; right: 0; top: 0 !important; bottom: 0; } &.select2-container--default { .select2-selection { &.select2-selection--single { height: rem(70); border: 1px solid $white-two; @include border-radius(0); outline: none; .select2-selection__rendered { background: $white-three; color: $warm-grey; height: 100%; line-height: 1; font-size: rem(16); text-transform: uppercase; padding: rem(38) rem(30) 0 rem(29); @include transition(all 0.3s); &:hover, &:focus { background: $white; } } .select2-selection__arrow { width: auto; height: auto; top: 0; &:before { content: "\e924"; @extend %icomoon; line-height: rem(70); font-size: rem(30); color: $warm-grey; right: rem(8); position: absolute; } [role="presentation"] { display: none; } } } } &.select2-container--open { .select2-selection { &.select2-selection--single { .select2-selection__rendered { background: $greyish-brown; color: $white; } .select2-selection__arrow { &:before { color: $white; } } } } + label { color: $white; } } } + label { left: rem(29) !important; pointer-events: none; } } //Select2 Slim .select2--slim { + .select2-container { &.select2-container--default { .select2-selection { &--single { height: rem(40); border-color: transparent; &:hover, &:focus { border-color: $white-two; } .select2-selection__placeholder { font-size: rem(10); color: $warm-grey-two; letter-spacing: rem(1); } .select2-selection__rendered { background: $white; padding-top: 0; padding-left: rem(105); font-size: rem(10); line-height: rem(38); color: $warm-grey-two; letter-spacing: rem(1); } .select2-selection__arrow { &:before { line-height: rem(40); color: $warm-grey-two; } } } } &.select2-container--open { .select2-selection { &.select2-selection--single { .select2-selection__placeholder { color: $white; } } } } } + label { top: rem(30); font-size: rem(10); color: $warm-grey-two; line-height: rem(40); } } &--custom { + .select2-container { + label { top: 0; } } } } label { margin-bottom: 0; } .select2-dropdown--below, .select2-dropdown--above { background: $white; border: 0 !important; @include border-radius(0); @include box-shadow(0px 4px 15px 0 rgba(63, 63, 63, 0.1)); @include breakpoint(0,sm) { width: 100% !important; height: 100%; } .select2-search--dropdown { display: none; } .select2-results { @include breakpoint(0,sm) { height: 100%; } .select2-results__options { padding: rem(5) 0 0 0; @include breakpoint(0,sm) { padding: 10px; max-height: 100%; } } .select2-results__option[aria-selected] { height: auto; line-height: rem(20); margin: rem(8) 0; padding: 0 rem(8) 0 rem(29); color: $warm-grey-three; font-size: rem(12); font-weight: 700; letter-spacing: rem(0.6); position: relative; float: left; width: 100%; &:first-of-type { display: none; } &:before { content: ""; width: 2px; height: 20px; background: transparent; left: rem(19); position: absolute; } } .select2-results__option[aria-selected=true] { background: $white; color: $greyish-brown !important; &:before { content: ""; background: $golden; } } .select2-results__option--highlighted[aria-selected],  { background: $white; color: $greyish-brown !important; &:before { content: ""; background: $golden; } } .select2-results__option[role=group] { float: left; } .select2-results__group { padding: 0 rem(10) 0 0; margin: rem(3) 0 0 rem(19); height: rem(20); line-height: rem(20); color: $greyish-brown; font-size: rem(10); font-weight: 700; letter-spacing: rem(0.6); text-transform: uppercase; } } } .close-select { position: fixed; top: 10px; right: 10px; width: rem(34); height: rem(34); background: $white; z-index: 1052; display: none; &.active { @include breakpoint(0,sm) { display: block; } } &:after { content: "\e94f"; font-size: rem(34); color: $greyish-brown; @extend %icomoon; } } .select2-results__option { pointer-events: none; @include breakpoint(md) { pointer-events: all; } } */

.slide-highlights {
  padding-bottom: 58px;
}

.slide-highlights h2 {
  margin-top: 70px;
  margin-bottom: 0;
}

.slide-highlights .view-all {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .slider__highlights {
    padding: 20px;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .slider__highlights .slick-list {
    padding: 20px;
  }
}

.slider__highlights .slick-slide {
  position: relative;
}

.slider__highlights .slick-slide.slick-active {
  background: transparent;
  box-shadow: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  z-index: 7;
}

.slider__highlights a {
  display: block;
  padding: 20px 10px;
}

@media (min-width: 992px) {
  .slider__highlights a {
    padding: 30px 30px;
  }
}

.slider__highlights a:hover,
.slider__highlights a:focus {
  text-decoration: none;
}

.slider__highlights h4 {
  line-height: 1.3;
  text-transform: none;
  margin-top: 26px;
  margin-bottom: 22px;
  font-weight: normal;
  font-size: 17px;
}

@media (min-width: 480px) {
  .slider__highlights h4 {
    font-size: 23px;
    margin-top: 36px;
    margin-bottom: 32px;
  }
}

.slider__highlights p {
  font-size: 14px;
  line-height: 1.64;
}

.slider__highlights .image {
  padding-bottom: 100%;
}

.slider__highlights .padd-top {
  padding-top: 10px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .slider__highlights .padd-top {
    padding-top: 32px;
  }
}

.slider__highlights .slick-prev,
.slider__highlights .slick-next {
  top: 45%;
  z-index: 10;
  background: transparent;
  height: 80px;
  line-height: 0px;
  font-size: 0px;
  outline: 0;
  border: 0;
  width: 40px;
}

.slider__highlights .slick-prev:before,
.slider__highlights .slick-next:before {
  font-size: 34px;
  line-height: 80px;
}

.slider__highlights .slick-prev:hover,
.slider__highlights .slick-next:hover {
  transition: all 0.2s ease-in;
}

.slider__highlights .slick-prev {
  left: 0;
}

.slider__highlights .slick-prev:before {
  content: '\e911';
}

.slider__highlights .slick-next {
  right: 0;
}

.slider__highlights .slick-next:before {
  content: '\e917';
}

.no-touch .slider__highlights .btn {
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.no-touch .slider__highlights .slick-slide.slick-active:hover {
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.no-touch .slider__highlights .slick-slide.slick-active:hover .btn {
  filter: alpha(opacity=100);
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.display,
p.display,
.h3,
.h4,
.h5,
.h6,
.role {
  font-family: "AzoSans", sans-serif;
  color: #003e52;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: 5px;
  font-weight: normal;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 37px;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}

h2,
.h2,
.display,
p.display {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  h2,
  .h2,
  .display,
  p.display {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  h2,
  .h2,
  .display,
  p.display {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
}

h4,
.h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.35;
}

h5,
.h5 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #313435;
}

h6,
.h6,
.role {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #313435;
}

.lead {
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: 0.5px;
  color: #003e52;
  font-weight: normal;
}

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

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

.mega {
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: 8.6px;
  color: #003e52;
  text-transform: uppercase;
  font-weight: normal;
}

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

@media (min-width: 992px) {
  .mega {
    font-size: 72px;
  }
}

.display,
p.display {
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #003e52;
  text-transform: none;
  font-weight: normal;
}

.display--small,
p.display--small {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #003e52;
}

@media (min-width: 768px) {
  .display--small,
  p.display--small {
    font-size: 20px;
  }
}

.jumbo {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
  color: #003e52;
  text-transform: uppercase;
  font-weight: 900;
}

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

@media (min-width: 992px) {
  .jumbo {
    font-size: 48px;
  }
}

.role {
  text-transform: none;
  margin-top: 14px;
}

p {
  margin-bottom: 30px;
}

p,
ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.69;
  color: #313435;
}

@media (min-width: 768px) {
  p,
  ul {
    font-size: 18px;
  }
}

p.default,
ul.default {
  font-weight: normal;
}

p a {
  position: relative;
  color: #000000;
  text-decoration: underline;
  z-index: 3;
  text-decoration: none;
  border-bottom: 1px solid #1e718c;
  box-shadow: inset 0 -4px 0 #1e718c;
  transition: background 0.2s ease, color 0.2s ease;
}

p a:hover,
p a:focus {
  background: #1e718c;
  text-decoration: none;
  color: #ffffff;
}

p a.link {
  font-size: 15px;
  text-decoration: underline;
  color: #1e718c;
  background: none;
  box-shadow: none;
  border: 0;
}

.note-underline-sm {
  text-decoration: underline;
  color: #909698;
  font-size: 12px;
  letter-spacing: 0.7px;
}

.notes {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.67;
  color: #7c7c7c;
}

.notes h2 {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.67;
  letter-spacing: 2.6px;
  color: #7c7c7c;
}

.small-note {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0.9px;
  color: #b7b7b7;
}

.small-note--grey {
  color: #313435;
}

b,
strong {
  font-weight: 400;
}

.breadcrumbs {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  color: #909698;
  display: inline-block;
  list-style: none;
  margin: 0;
  margin-top: 6px;
  padding: 0;
}

.breadcrumbs li {
  position: relative;
  float: left;
  padding-right: 47.7px;
}

@media (min-width: 480px) {
  .breadcrumbs li {
    padding-right: 62px;
  }
}

.breadcrumbs li a {
  color: inherit;
}

.breadcrumbs li:after {
  content: '';
  right: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24.1px;
  height: 1px;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-color: #d8d8d8;
  display: block;
  margin-right: 13px;
}

@media (min-width: 480px) {
  .breadcrumbs li:after {
    width: 35.1px;
  }
}

.breadcrumbs li:last-child:after {
  content: '';
  display: none;
}

.pagination {
  margin: 0;
  color: #5a5e61;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  overflow: hidden;
}

.pagination__pager {
  display: table;
  width: 100%;
}

.pagination__pager a {
  text-decoration: none;
}

.pagination__pager__icon {
  display: block;
  padding: 5px;
  display: table-cell;
}

.pagination__pager__icon--left {
  padding-left: 32px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .pagination__pager__icon--left {
    padding-left: 62px;
  }
}

.pagination__pager__icon--left:after {
  content: "\e900";
  display: block;
  transition: all 0.4s ease;
}

.pagination__pager__icon--left:not(.disabled):hover:after {
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.pagination__pager__icon--right {
  padding-left: 32px;
}

@media (min-width: 768px) {
  .pagination__pager__icon--right {
    padding-left: 62px;
  }
}

.pagination__pager__icon--right:after {
  content: "\e900";
  display: block;
  transition: all 0.4s ease;
}

.pagination__pager__icon--right:not(.disabled):hover:after {
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.pagination__pager__icon.disabled {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.pagination__pager__page {
  font-size: 14px;
  padding-top: 5px;
  display: table-cell;
  width: 100px;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 38px;
}

.pagination__pager__page span {
  position: relative;
  padding: 20px;
}

.pagination__pager__page span:after {
  content: '';
  left: 3px !important;
  right: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35.1px;
  height: 1px;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-color: #909698;
  display: block;
  margin-right: 13px;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.timeline--section {
  background: url("/images/timeline-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 104px;
  padding-bottom: 103px;
  margin-top: 100px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .timeline--section {
    padding: 15px;
    padding-top: 50px;
  }
}

.timeline--section h2 {
  margin-top: 0px !important;
  margin-bottom: 50px;
}

.timeline--section .lead {
  margin-bottom: 80px;
}

.timeline--section + .content .container-fluid .modules .modules__text-right_bg,
.timeline--section + .content .container-fluid .modules .modules__text-left,
.timeline--section + .content .container-fluid .modules .modules__text-right {
  margin-top: 0;
}

.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 985px;
  margin: 0 auto;
}

@media (min-width: 1140px) {
  .timeline {
    max-width: 1130px;
  }
}

@media (min-width: 768px) {
  .timeline {
    margin-left: 83px;
  }
}

@media (min-width: 992px) {
  .timeline {
    margin-left: auto;
  }
}

.timeline li {
  position: relative;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .timeline li {
    padding-bottom: 25px;
  }
}

.timeline li:last-child {
  background: #f4f3ef;
}

.timeline li.active .timeline__circle {
  background: #a72626;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ffffff;
  left: 60px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 80px;
  }
}

@media (min-width: 992px) {
  .timeline:before {
    left: 140px;
  }
}

.timeline__year {
  display: block;
  width: 130px;
  padding-right: 87px;
  position: absolute;
  color: #003e52;
  font-size: 8px;
  line-height: 2.5;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .timeline__year {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 2px;
  }
}

@media (min-width: 992px) {
  .timeline__year {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.8px;
  }
}

.timeline__circle {
  position: absolute;
  left: 42px;
  width: 20px;
  height: 20px;
  background-color: #f4f3ef;
  border: solid 4px #ffffff;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .timeline__circle {
    left: 62px;
  }
}

@media (min-width: 992px) {
  .timeline__circle {
    left: 122px;
  }
}

.timeline__month {
  position: relative;
  padding-left: 105px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #003e52;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 2.5;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .timeline__month {
    padding-left: 150px;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 2px;
  }
}

@media (min-width: 992px) {
  .timeline__month {
    position: absolute;
    left: 192px;
    padding-left: 0;
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.8px;
  }
}

.timeline__content {
  margin: 0 0 0 390px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .timeline__content {
    margin: 0 0 0 60px;
  }
}

.timeline__content__title {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #313435;
  padding-left: 45px;
  position: relative;
  font-size: 14px;
  line-height: 1.43;
}

@media (min-width: 768px) {
  .timeline__content__title {
    padding-left: 90px;
    font-size: 18px;
    line-height: 1.67;
  }
}

@media (min-width: 992px) {
  .timeline__content__title {
    font-size: 18px;
    line-height: 1.69;
  }
}

.timeline__content__title:before {
  content: "\e909";
  color: #313435;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  float: left;
  font-size: 12px;
  margin-left: 40px;
  margin-right: 20px;
  position: absolute;
  left: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .timeline__content__title:before {
    margin-left: 10px;
    font-size: 9px;
    line-height: 25px;
  }
}

.timeline__content__title.collapsed:before {
  content: "\e900";
}

.timeline__content__text {
  margin-left: 45px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .timeline__content__text {
    margin-left: 90px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.timeline__content__text p {
  font-size: 14px;
  line-height: 1.43;
}

@media (min-width: 768px) {
  .timeline__content__text p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .timeline__content__text p {
    font-size: 18px;
    line-height: 1.69;
  }
}

.modules p,
.modules ul {
  color: #000000;
}

.modules > div[class*="modules"]:last-child.modules__text,
.modules > div[class*="modules"]:last-child.modules__table {
  margin-bottom: 80px;
}

.modules > div:last-child > .modules__text,
.modules > div:last-child > .modules__table {
  margin-bottom: 80px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .modules div[class*="modules"]:not(.modules__text-right):not(.modules__text-left):not(.modules__blockquote):not(.modules__gallery) > div[class^="col"] {
    position: relative;
    padding: 0 30px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .modules div[class*="modules"].modules__text-right > div[class^="col"]:nth-child(2),
  .modules div[class*="modules"].modules__text-left > div[class^="col"]:nth-child(2) {
    position: relative;
    padding: 0 30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modules div[class*="modules"].modules__gallery {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modules div[class*="modules"].modules__gallery > div[class^="col"] {
    padding: 0;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .modules div[class*="modules"].modules__links {
    position: relative;
    padding: 0 25px;
  }
}

@media (min-width: 992px) {
  .modules div[class*="modules"].modules__links {
    z-index: 2;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modules div[class*="modules"].modules__blockquote > div[class^="col"] {
    margin: 0 15px;
  }
}

.modules ul:not(.modules__links__content):not(.timeline) {
  list-style-type: none;
  position: relative;
  margin-left: 80px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .modules ul:not(.modules__links__content):not(.timeline) {
    padding-left: 30px;
    margin-left: 0px;
  }
}

.modules ul:not(.modules__links__content):not(.timeline) li:before {
  content: '\e91d';
  font-size: 10px;
  position: absolute;
  left: 0;
  padding-top: 8px;
  line-height: 1.69;
  color: #003e52;
}

@media (min-width: 768px) {
  .modules ul:not(.modules__links__content):not(.timeline) li:before {
    left: 0px;
  }
}

.modules__links {
  position: absolute;
  left: 18px;
  margin-top: 30px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .modules__links {
    position: relative;
    left: 0;
  }
}

@media (min-width: 992px) {
  .modules__links {
    left: 80px;
  }
}

@media (min-width: 1440px) {
  .modules__links {
    left: 120px;
  }
}

.modules__links__title {
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 2.6px;
  color: #7c7c7c;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.modules__links__description {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  color: #7c7c7c !important;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .modules__links__description {
    font-size: 12px;
  }
}

@media (min-width: 1440px) {
  .modules__links__description {
    font-size: 15px;
  }
}

.modules__links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.modules__links ul li {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.27;
  color: #1e718c;
}

.modules__links ul li a {
  color: inherit;
  text-decoration: underline;
}

.modules__newsletter {
  width: 25%;
  left: 4.9%;
  margin-top: 120px;
}

@media (min-width: 1440px) {
  .modules__newsletter {
    width: 18.75%;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .modules__newsletter {
    display: none;
  }
}

.modules__newsletter--with-link {
  margin-top: 210px;
}

.modules__newsletter--with-link.affix {
  position: fixed;
  top: 0 !important;
}

.modules__newsletter.affix {
  position: fixed;
  top: 50px;
}

.modules__text-right_bg {
  position: relative;
  padding-top: 81px;
  padding-bottom: 45px;
}

.modules__text-right_bg figure {
  background-size: cover;
  background-repeat: no-repeat;
}

.modules__text-right {
  position: relative;
}

.modules__text-right .jumbo {
  margin-bottom: 40px !important;
}

.modules__text-right--light {
  background: #f4f3ef;
}

.modules__text-right__right {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .modules__text-right__right {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .modules__text-right__right {
    margin-top: 114px;
  }
}

.modules__text-right__right h2:first-child {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .modules__text-right__right h2:first-child {
    margin-bottom: 40px;
  }
}

.modules__text-right figure {
  height: 100%;
  min-height: 320px;
}

@media (min-width: 768px) {
  .modules__text-right figure {
    min-height: 480px;
  }
}

@media (min-width: 992px) {
  .modules__text-right figure {
    min-height: 720px;
  }
}

.modules__text-left {
  position: relative;
}

.modules__text-left .jumbo {
  margin-bottom: 40px !important;
}

.modules__text-left--light {
  background: #f4f3ef;
}

.modules__text-left__left {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .modules__text-left__left {
    margin-top: 114px;
  }
}

.modules__text-left__left h2:first-child {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .modules__text-left__left h2:first-child {
    margin-bottom: 40px;
  }
}

.modules__text-left figure {
  height: 100%;
  min-height: 320px;
}

@media (min-width: 768px) {
  .modules__text-left figure {
    min-height: 480px;
  }
}

@media (min-width: 992px) {
  .modules__text-left figure {
    min-height: 720px;
  }
}

@media (min-width: 768px) {
  .modules__blockquote {
    margin-top: 60px !important;
  }
}

.modules__blockquote--border {
  border-left: 4px solid #003e52;
}

.modules__blockquote--border:before {
  font-size: 16px;
  position: absolute;
  top: -40px;
  padding-top: 3px;
  line-height: 1.5;
  color: #003e52;
  left: -15px;
}

@media (min-width: 768px) {
  .modules__blockquote--border:before {
    content: '\e91d';
  }
}

.modules__blockquote--bg {
  background: #f5f5f5;
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .modules__blockquote--bg {
    padding: 40px 40px;
  }
}

@media (min-width: 992px) {
  .modules__blockquote--bg {
    padding: 40px 80px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modules__blockquote ul li:before {
    left: 5px !important;
  }
}

.modules__blockquote p:not(.notes),
.modules__blockquote li {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.69;
  color: #003e52;
  /*@include breakpoint(sm) { font-size: 20px; } @include breakpoint(md) { font-size: 24px; }*/
}

.modules__blockquote p:not(.notes) {
  margin-bottom: 10px;
}

.modules__blockquote .notes {
  margin: 0;
  float: right;
}

.modules__gallery__slider {
  position: relative;
  padding-bottom: 54%;
}

.modules__gallery__slider .slick-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.modules__gallery__slider .slick-slide div {
  height: auto;
}

.modules__gallery__slider figure {
  height: 100%;
  position: relative;
}

.modules__gallery__slider__arrow {
  cursor: pointer;
}

.modules__gallery__slider__arrow--right:before {
  position: absolute;
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e917";
  right: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .modules__gallery__slider__arrow--right:before {
    right: 25px;
  }
}

.modules__gallery__slider__arrow--left:before {
  position: absolute;
  position: absolute;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e911";
  left: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .modules__gallery__slider__arrow--left:before {
    left: 25px;
  }
}

.modules__text_2_cols {
  margin-top: 30px;
  /*@include breakpoint(xl) { margin-top: 60px; }*/
}

.modules__text {
  margin-top: 10px;
  /*@include breakpoint(xl) { margin-top: 40px; }*/
}

@media (min-width: 768px) {
  .modules__text {
    margin-top: 20px;
  }
}

.modules__text img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .modules__text p:not(.lead) {
    padding-left: 80px;
  }
}

.modules__text p {
  margin-bottom: 10px;
  /*@include breakpoint(xl) { margin-bottom: 30px; }*/
}

.modules__text p:last-child {
  margin-bottom: 0;
}

.modules__text ul li {
  margin-bottom: 10px;
  /*@include breakpoint(xl) { margin-bottom: 30px; }*/
}

.modules__text ul li:last-child {
  margin-bottom: 0;
}

.modules__text h2 + p {
  margin-top: 60px;
}

.modules__table {
  margin-top: 60px;
}

.modules__title {
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1920px) {
  .modules__title {
    margin-top: 20px;
  }
}

.modules .content:first-child .modules__title {
  margin-top: 0;
}

.modules h2,
.modules h3,
.modules h4,
.modules h5,
.modules h6,
.modules__blockquote,
.modules__text-right_bg,
.modules__gallery,
.modules__text-left,
.modules__text-right,
.modules .btn {
  margin-top: 20px;
  /*@include breakpoint(xl) { margin-top: 60px; }*/
}

@media (min-width: 768px) {
  .modules h2,
  .modules h3,
  .modules h4,
  .modules h5,
  .modules h6,
  .modules__blockquote,
  .modules__text-right_bg,
  .modules__gallery,
  .modules__text-left,
  .modules__text-right,
  .modules .btn {
    margin-top: 20px;
  }
}

.modules .btn {
  margin-bottom: 20px;
}

.modules .jumbo {
  margin-top: 45px;
}

.timeline--section + .modules__text-left--first > div,
.timeline--section + .modules__text-right--first > div,
.modules__text-left--first + .modules__text-right--first > div,
.modules__text-right--first + .modules__text-left--first > div {
  margin-top: 0;
}

.share {
  position: fixed;
  right: 6px;
  color: #b7b7b7;
  z-index: 4;
  display: none;
}

@media (min-width: 768px) {
  .share {
    display: block;
  }
}

.share a {
  color: inherit;
  display: block;
  height: 100%;
  transition: color 0.2s ease;
  position: relative;
}

.share a:hover {
  color: #313435;
}

.share a span {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "AzoSans", sans-serif;
  font-weight: normal;
  font-size: 8px;
  color: #313435;
  line-height: 1;
}

.share .share__icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f4f3ef;
  color: #b7b7b7;
  margin-bottom: 6px;
  overflow: hidden;
}

.share .share__icon > a {
  transition: background 0.3s ease, color 0.3s ease;
}

.share .share__icon__pdf--icon:after {
  font-size: 16px;
  content: "\e90b";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.share .share__icon__pdf--icon:hover,
.share .share__icon__pdf--icon.active {
  background: #e3e1d7;
}

.share .share__icon__print--icon:after {
  font-size: 16px;
  content: "\e90e";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.share .share__icon__print--icon:hover,
.share .share__icon__print--icon.active {
  background: #e3e1d7;
}

.share .share__icon__social {
  cursor: pointer;
}

.share .share__icon__social:hover,
.share .share__icon__social.active {
  color: #313435;
  background: #ffffff;
}

.share .share__icon__social:after {
  font-size: 26px;
  content: "\e90c";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.share .share__icon__social--like {
  color: #003e52;
}

.share .share__icon__social--like:after {
  font-size: 13px;
  content: "\e926";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.share .share__icon__social--like:hover {
  background: #e3e1d7;
}

.share .share__icon__social--like.active {
  pointer-events: none;
}

.share .share__icon__social--like.active:after {
  content: "\e925";
}

.share .share__icon__social--like.active:hover {
  background: #f4f3ef;
}

.share .share__icon__social--facebook {
  color: #ffffff;
  background: #3b579d;
}

.share .share__icon__social--facebook:after {
  font-size: 14px;
  content: "\e922";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.share .share__icon__social--facebook:hover,
.share .share__icon__social--facebook.active {
  color: #ffffff;
  background: #30477f;
}

.share .share__icon__social--whatsapp {
  color: #ffffff;
  background: #25d365;
}

.share .share__icon__social--whatsapp:after {
  font-size: 16px;
  content: "\e92a";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.share .share__icon__social--whatsapp:hover,
.share .share__icon__social--whatsapp.active {
  color: #ffffff;
  background: #1fb054;
}

.share .share__icon__social--twitter {
  color: #ffffff;
  background: #00aaec;
}

.share .share__icon__social--twitter:after {
  font-size: 14px;
  content: "\e903";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.share .share__icon__social--twitter:hover,
.share .share__icon__social--twitter.active {
  color: #ffffff;
  background: #008dc3;
}

.share .share__icon__social--linkedin {
  color: #ffffff;
  background: #007ebb;
}

.share .share__icon__social--linkedin:after {
  font-size: 14px;
  content: "\e901";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.share .share__icon__social--linkedin:hover,
.share .share__icon__social--linkedin.active {
  color: #ffffff;
  background: #006392;
}

.share .share__icon__social--email {
  color: #ffffff;
  background: #d22722;
}

.share .share__icon__social--email:after {
  font-size: 12px;
  content: "\e90a";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.share .share__icon__social--email:hover,
.share .share__icon__social--email.active {
  color: #ffffff;
  background: #af201c;
}

.share .share__icon__social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 60px;
  top: -100%;
  background: #f0f0f0;
  color: #b7b7b7;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.2s ease-in;
}

.share .share__icon__social ul:after,
.share .share__icon__social ul:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.share .share__icon__social ul:after {
  border-left-color: #f0f0f0;
  border-width: 5px;
  margin-top: -5px;
}

.share .share__icon__social ul:before {
  border-left-color: #f0f0f0;
  border-width: 8px;
  margin-top: -8px;
}

.share .share__icon__social ul.active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.share .share__icon__social ul li {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 1;
}

.search-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  transition: all 0.4s ease;
}

@media (min-width: 0px) and (max-width: 991px) {
  .search-header {
    display: none !important;
  }
}

.search-header .form-group {
  float: left;
  width: 100%;
  margin: 0;
}

.search-header__form {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: all 0.4s ease;
}

.search-header__form__icon-search {
  font-size: 22px;
  line-height: 76px;
  float: left;
  padding-top: 1px;
  color: #b7b7b7;
}

.search-header__form__icon-search:before {
  content: "\e906";
}

.search-header__form__close-search {
  float: right;
  font-size: 22px;
  line-height: 76px;
  padding-left: 15px;
  padding-top: 3px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  color: #313435;
}

.search-header__form__close-search:before {
  content: "\e909";
}

.search-header__form .btn-submit {
  float: right;
  background: transparent;
  border: 0;
  line-height: 76px;
  font-size: 20px;
  color: #313435;
  position: relative;
  z-index: 3;
  outline: 0;
  text-decoration: underline;
  font-weight: 300;
}

@media (min-width: 768px) {
  .search-header__form .btn-submit {
    margin-right: 50px;
  }
}

.search-header__form .btn-submit:disabled {
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.search-header__form .form-control {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0;
  line-height: 76px;
  height: 76px;
  padding-left: 30px;
  padding-right: 60px;
  font-weight: 300;
  font-size: 15px;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: #909698;
}

.search-header__form .form-control::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.search-header__form .form-control:-ms-input-placeholder {
  color: #b7b7b7;
}

.search-header__form .form-control::-webkit-input-placeholder {
  color: #b7b7b7;
}

.search-header__form .form-control::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 300;
}

.search-header__form .form-control:-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
}

.search-header__form .form-control::-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
}

.search-header__form .form-control:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .search-header__form .form-control {
    padding-left: 50px;
    padding-right: 210px;
    font-size: 20px;
  }
}

.search-open .search-header__form {
  height: 100px;
  padding-top: 14px;
}

.fixed-header {
  /*.search-header { padding:0; position:fixed; height: 76px; }*/
}

.back {
  position: absolute;
  left: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #b7b7b7;
  text-transform: uppercase;
  z-index: 4;
  margin-top: 32px;
  margin-left: 31px;
  line-height: 18px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .back {
    margin-left: 0;
  }
}

.back:hover {
  color: #9e9e9e;
  text-decoration: none;
}

.back:before {
  content: "\e900";
  display: block;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  float: left;
  margin-right: 18px;
  font-size: 16px;
  position: relative;
  top: -1px;
}

.back--top {
  margin-top: 22px;
  margin-left: 0;
  padding-left: 4.9%;
}

.back--white {
  color: #ffffff;
}

.back--white:hover {
  color: #e6e6e6;
}

.back__down {
  padding-top: 15px;
  border-top: 1px solid #f4f3ef;
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .back__down {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.back__down span {
  color: #313435;
}

.back__down--left {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.back__down--left li {
  float: left;
}

.back__down--left li:not(:last-child):after {
  content: '|';
  margin: 0 6px;
}

.back-arrow {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #b7b7b7;
  text-transform: uppercase;
}

.back-arrow:hover {
  text-decoration: none;
  color: #9e9e9e;
}

.back-arrow:before {
  content: "\e900";
  display: block;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  float: left;
  margin-right: 18px;
  font-size: 16px;
  position: relative;
  top: -4px;
}

.chart-line {
  position: relative;
  width: 100%;
  background: #f5f4ef;
}

.chart-line canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .chart-line canvas {
    height: 400px;
  }
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  z-index: 6;
  background: white;
  color: #aaaaaa;
  transition: all .1s ease;
  pointer-events: none;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

#chartjs-tooltip > div {
  width: 100%;
}

#chartjs-tooltip .arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#chartjs-tooltip span {
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  width: 100%;
  display: block;
}

#chartjs-tooltip span.separator-tooltip {
  width: 20px;
  margin: 0 auto;
  border-bottom: 1px solid #003e52;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#chartjs-tooltip span.sub-title {
  font-size: 12px;
  color: #003e52;
  font-weight: bold;
}

#chartjs-tooltip .title-tooltip {
  color: #003e52;
  font-size: 16px;
  font-weight: bold;
}

#chartjs-tooltip.last-month {
  -ms-transform: translate(-90%, 0);
  transform: translate(-90%, 0);
}

#chartjs-tooltip.last-month .tooltip-point {
  left: 100%;
  -ms-transform: translate(-90%, 0);
  transform: translate(-90%, 0);
}

#chartjs-tooltip.last-month .arrow-down {
  left: 90%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.graphic {
  position: relative;
  background: #f5f4ef;
  overflow: hidden;
  margin: 0 auto;
  max-width: 2560px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .graphic p {
    line-height: 1.5;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .graphic p {
    font-size: 16px;
  }
}

.graphic h2 {
  padding-top: 10px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .graphic h2 {
    padding-top: 42px;
  }
}

@media (min-width: 992px) {
  .graphic h2 {
    padding-top: 84px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .graphic h2 {
    margin-bottom: 46px;
  }
}

@media (min-width: 1921px) {
  .graphic h2 {
    padding-top: 104px;
  }
}

@media (min-width: 0px) and (max-width: 1920px) {
  .graphic h2 {
    font-size: 15px;
  }
}

.graphic .jumbo {
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .graphic .jumbo {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .graphic .jumbo {
    margin-bottom: 30px;
  }
}

@media (min-width: 1921px) {
  .graphic .jumbo {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1920px) {
  .graphic .jumbo {
    font-size: 30px;
  }
}

.graphic .btn {
  pointer-events: all;
  margin-top: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .graphic .btn {
    position: absolute;
    bottom: -50px;
  }
}

@media (min-width: 1440px) {
  .graphic .btn {
    margin-top: 10px;
  }
}

@media (min-width: 1921px) {
  .graphic .btn {
    margin-top: 20px;
  }
}

.graphic .percent {
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.7px;
  color: #545a6d;
  float: left;
}

@media (min-width: 1440px) {
  .graphic .percent {
    font-size: 45px;
  }
}

.graphic__bars {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding-left: 12px;
  padding-right: 10px;
  margin: 0;
  z-index: 3;
}

.graphic__profitability {
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 50px;
}

@media (min-width: 768px) {
  .graphic__profitability {
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: 100px;
  }
}

@media (min-width: 992px) {
  .graphic__profitability {
    bottom: 220px;
  }
}

@media (min-width: 1440px) {
  .graphic__profitability {
    bottom: 260px;
  }
}

.graphic__container {
  position: relative;
  z-index: 2;
  height: 100%;
}

@media (min-width: 768px) {
  .graphic__container {
    padding-top: 300px;
  }
}

@media (min-width: 992px) {
  .graphic__container {
    padding-top: 320px;
  }
}

@media (min-width: 1440px) {
  .graphic__container {
    padding-top: 150px;
  }
}

.graphic__container .content-chart {
  pointer-events: none;
  position: relative;
  z-index: 3;
  width: 100%;
}

@media (min-width: 768px) {
  .graphic__container .content-chart {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .graphic__container .content-chart .row .row div[class^="col"] {
    position: relative;
    padding: 0 15px;
  }
}

.graphic__container__legend {
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .graphic__container__legend {
    bottom: 20px;
  }
}

.graphic__container__legend ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.graphic__container__type {
  position: relative;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: 0.5px;
  color: #313435;
  margin-right: 6px;
  margin-left: 6px;
}

@media (min-width: 768px) {
  .graphic__container__type {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 10px;
  }
}

.graphic__container__type:last-child {
  margin-right: 0;
}

.graphic__container__type:first-child {
  margin-left: 0;
}

.graphic__container__type:before {
  content: '';
  width: 14px;
  float: left;
  margin-right: 6px;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .graphic__container__type:before {
    width: 28px;
    margin-right: 10px;
    margin-top: 5px;
  }
}

.graphic__container__type--1:before {
  border: 1px dashed #63C8EC;
}

.graphic__container__type--2:before {
  border: 1px dashed #8A8B8A;
}

.graphic__container__type--3:before {
  border: 3px solid #19586e;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .graphic__container__type--3:before {
    margin-top: 3px;
  }
}

@media (min-width: 992px) {
  .graphic__container__type--3:before {
    border: 5px solid #19586e;
    margin-top: 2px;
  }
}

.graphic__container__info {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -2.3px;
  color: #872421;
  float: left;
}

@media (min-width: 768px) {
  .graphic__container__info {
    float: right;
  }
}

@media (min-width: 1440px) {
  .graphic__container__info {
    margin-right: 80px;
    font-size: 75px;
    margin-right: 80px;
  }
}

.graphic__container__info span {
  display: block;
  font-size: 10px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 2px;
  color: #003e52;
  text-transform: uppercase;
  max-width: 114px;
}

@media (min-width: 480px) {
  .graphic__container__info span {
    max-width: 144px;
  }
}

@media (min-width: 1440px) {
  .graphic__container__info span {
    font-size: 12px;
  }
}

.graphic__container__bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 21px;
}

.graphic__container__bottom__content {
  font-size: 10px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: center;
  color: #19586e;
  text-align: center;
}

.graphic__container__bottom__content__bar {
  height: 50px;
  width: 10px;
  margin: 0 auto;
  margin-bottom: 5px;
  display: block;
  position: relative;
}

.graphic__container__bottom__content i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #19586e;
}

.graphic__container__bottom__content--red {
  color: #a72626;
}

.graphic__container__bottom__content--red i {
  background-color: #a72626;
}

.graphic__container__bottom__content span {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  color: #003e52;
  padding-top: 3px;
  margin-top: 1px;
}

.graphic__container__bottom__content span:before {
  content: '';
  width: 37px;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  left: 50%;
  right: auto;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.graphic__background .content,
.graphic__background .container-fluid,
.graphic__background .row,
.graphic__background [class*="col-"] {
  height: 100%;
}

.graphic__background .row {
  padding-left: 12px;
  padding-right: 10px;
  margin: 0;
}

.graphic__background [class*="col-"] {
  border-right: 1px dashed #dddcd8;
}

.graphic__background [class*="col-"]:first-child {
  border-left: 1px dashed #dddcd8;
}

.tooltip-point {
  position: absolute;
  left: 50%;
  right: auto;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 52%;
  bottom: -42px;
  width: 25px;
  height: 25px;
  border: 4px solid white;
  background: #872421;
  z-index: 999;
  border-radius: 50%;
}

.structure .share {
  top: 220px;
}

.structure--single .back {
  color: #b7b7b7;
  width: 90px;
  margin-left: 15px;
}

.structure--single .back:hover {
  color: #9e9e9e;
}

.structure--single h1 {
  margin-top: 121px;
}

.structure--single .small-note {
  font-size: 12px;
}

.structure--single figure {
  height: 750px;
}

.structure--single__content {
  margin-top: 47px;
}

.structure--single .grid-rectangular__item {
  margin-bottom: 0;
}

.structure .jumbo {
  margin-bottom: 0;
}

.structure .special-note {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1px;
  color: #003e52;
}

.table-responsive {
  border: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .touch .table-responsive {
    border: 1px solid #ddd;
  }
}

table {
  width: 100%;
  font-size: 14px;
  color: #313435;
  text-align: center;
  font-weight: 300;
  border-bottom: 4px solid #f4f3ef;
}

table th {
  font-size: 10px;
  text-transform: uppercase;
  padding: 16px 4px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  border-bottom: 4px solid #f4f3ef;
}

@media (min-width: 1440px) {
  table th {
    padding: 16px 0;
  }
}

table th:first-child {
  text-align: left;
  padding-left: 24px;
}

table td {
  padding: 12px 4px;
  font-weight: 300;
  border-left: 1px solid #f4f3ef;
}

@media (min-width: 1440px) {
  table td {
    width: 22%;
  }
}

table td:first-child {
  text-align: left;
  font-weight: normal;
  border-left: 0;
  padding-left: 24px;
  width: auto;
}

table tr:nth-child(2) td {
  padding-top: 38px;
}

table tr:last-child td {
  padding-bottom: 38px;
}

.modules__newsletter__content {
  background: #f4f3ef;
  padding: 30px;
  padding-bottom: 0;
}

.modules__newsletter__content p.pre-title {
  color: #7c7c7c;
  font-size: 13px;
  margin-bottom: 10px;
}

.modules__newsletter__content .h2,
.modules__newsletter__content .display {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 1.62px;
  line-height: normal;
}

.modules__newsletter__content .checkbox__name {
  font-size: 10px;
}

.newsletter-follow {
  padding: 20px 30px;
}

.newsletter-follow__title {
  font-weight: bold;
  text-transform: uppercase;
  color: #7c7c7c;
  margin-bottom: 6px;
}

.newsletter-follow__social {
  list-style: none;
  margin: 0 !important;
}

.newsletter-follow__social li {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 20px;
}

.newsletter-follow__social li :last-child {
  margin-right: 0;
}

.newsletter-follow__social li:before {
  display: none !important;
}

.floating-contact {
  position: fixed;
  right: -60px;
  bottom: 280px;
  z-index: 1001;
  transition: right .3s ease;
}

.floating-contact * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.floating-contact--show {
  right: 0;
}

@media (min-width: 0px) and (max-width: 991px) {
  .floating-contact--show {
    display: none;
  }
}

.floating-contact--success:not(.floating-contact--opened) {
  right: -60px;
}

.floating-contact--close:not(.floating-contact--opened) {
  right: -60px;
}

.floating-contact__wrap {
  position: absolute;
  top: 0;
  right: 0;
  transition: transform .3s ease;
  -ms-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
}

.floating-contact .floating-contact__wrap {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.floating-contact--opened .floating-contact__wrap {
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.floating-contact__title {
  color: #ffffff;
  text-transform: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.33;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.floating-contact__cta {
  background-color: #003e52;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  left: -60px;
  border: 0;
  outline: 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.floating-contact__cta__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
}

.floating-contact__cta__title {
  white-space: nowrap;
  padding-left: 10px;
  position: relative;
  bottom: -2px;
  color: #ffffff;
}

.floating-contact__cta__title:after {
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  background: #ffffff;
}

.floating-contact__cta__title:hover:after {
  background: #a72626;
}

.floating-contact__cta:hover .btn {
  color: #e6e6e6;
}

.floating-contact__cta:hover .btn:after {
  background: #a72626;
}

.floating-contact__content {
  background-color: #003e52;
  position: relative;
  padding: 16px 15px;
  max-width: 420px;
  width: calc( 100vw - 50px);
  min-height: 250px;
}

.floating-contact__content .form-group input {
  background: #ffffff;
  border-color: #ffffff;
}

.floating-contact__content .form-group label {
  color: #ffffff;
}

.floating-contact .checkbox {
  margin-top: 0;
}

.floating-contact .checkbox input[type="checkbox"] + label .checkbox__name {
  font-size: 10px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 300;
}

.floating-contact .checkbox input[type="checkbox"] + label .checkbox__name a {
  color: #ffffff;
  text-decoration: underline;
}

.floating-contact .small {
  font-size: 10px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}

.floating-contact__btn {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 38px;
  height: 38px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 15px;
  padding-top: 2px;
  text-decoration: none;
  border: none;
  color: #003e52;
  background: #ffffff;
  border-radius: 38px;
  box-shadow: none;
  transition: all 0.3s;
  outline: 0;
  margin-top: 5px;
}

.floating-contact__btn:hover {
  background: #e6e6e6;
}

.floating-contact__close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 6px 10px;
  color: #ffffff;
  transition: color 0.2s;
}

.floating-contact__close:before {
  content: "\e909";
  font-size: 12px;
}

.floating-contact__close:hover {
  color: #e6e6e6;
}

.floating-contact .g-recaptcha {
  padding: 0;
}

.floating-contact input {
  outline: 0;
  box-shadow: none !important;
}

.floating-contact .form-result__message i {
  display: none;
}

.floating-contact .input-error-message {
  display: none;
}

.floating-contact .submit {
  margin-bottom: 0;
}

.floating-contact .grecaptcha-badge {
  display: none;
}

.filter-buttons {
  margin: 0;
  padding: 0;
  margin-top: 35px;
}

.filter-buttons--single {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.filter-buttons li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}

.filter-buttons li:last-child {
  margin-right: 0;
}

.filter-buttons li:before {
  display: none !important;
}

.filter-buttons__btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  line-height: 38px;
  height: 38px;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 0 15px;
  padding-top: 2px;
  text-decoration: none !important;
  border: none;
  color: #7c7c7c;
  background: #fafafa;
  border-radius: 38px;
  box-shadow: none;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .filter-buttons__btn {
    padding: 0 18px;
    padding-top: 2px;
  }
}

@media (min-width: 992px) {
  .filter-buttons__btn {
    line-height: 49px;
    height: 49px;
    border-radius: 49px;
    padding: 0 26px;
    padding-top: 1px;
    font-size: 14px;
  }
}

.filter-buttons__btn.active,
.filter-buttons__btn:hover {
  color: #ffffff;
  background: #003e52;
  text-decoration: none;
}

.filter-buttons--single {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.filter-buttons--single .filter-buttons__btn {
  left: -15px;
}

@media (min-width: 992px) {
  .filter-buttons--single .filter-buttons__btn {
    left: -26px;
  }
}

@media (min-width: 1440px) {
  .authors .row {
    padding-left: 85px;
  }
}

.authors__title {
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 2.6px;
  color: #7c7c7c;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.authors .media {
  margin-bottom: 30px;
}

.authors .media .media-left img {
  width: 45px;
}

.authors .media .media-heading {
  margin: 0;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 300;
  color: #7c7c7c;
  text-transform: none;
}

.authors .media ul {
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal;
}

.authors .media ul li {
  display: inline-block;
  margin-bottom: 0;
}

.authors .media ul li:before {
  display: none;
}

.authors .media ul li:after {
  content: '.';
}

.authors .media ul li:last-child:after {
  display: none;
}

.authors .media ul li a {
  color: #313435;
  text-decoration: none;
  font-size: 14px;
}

.authors .media ul li a:hover {
  text-decoration: underline;
}

.authors__initials {
  width: 44px;
  line-height: 48px;
  height: 44px;
  border-radius: 50%;
  background: #e8edef;
  color: #1e718c;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  border: 1px solid #1e718c;
}

.homepage .modules .row:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.homepage .modules .modules__text-right__right .jumbo {
  margin-bottom: 20px;
}

.homepage .modules .modules__text-right__right .btn {
  margin-top: 50px;
}

.search .search__result b {
  font-weight: bold;
}

.search .total p {
  font-size: 13px;
  margin-bottom: 0;
}

.search .total p .is-truncated {
  float: left;
}

.search .total .list__link {
  text-decoration: underline;
}

.search__result {
  padding: 34px 0;
}

.search__input {
  float: left;
  position: relative;
  border: 1px solid #f4f3ef;
  max-width: 350px;
  width: 100%;
  height: 50px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .search__input {
    float: right;
    margin-top: -8px;
  }
}

.search__input:before {
  content: "\e906";
  position: absolute;
  font-size: 22px;
  padding: 11px;
  left: 0;
  color: #b7b7b7;
}

.search__input input {
  border: 0;
  width: 100%;
  height: 100%;
  padding-left: 50px;
}

.search__input input::-moz-placeholder {
  color: #909698;
  opacity: 1;
}

.search__input input:-ms-input-placeholder {
  color: #909698;
}

.search__input input::-webkit-input-placeholder {
  color: #909698;
}

.search__input input:focus {
  outline: none;
}

.search__input input::-webkit-input-placeholder {
  font-weight: 300;
}

.search__input input:-moz-placeholder {
  font-weight: 300;
}

.search__input input::-moz-placeholder {
  font-weight: 300;
}

.search__input input:-ms-input-placeholder {
  font-weight: 300;
}

.search__sub-title {
  font-size: 14px;
  line-height: 2.14;
  color: #777777;
  margin-bottom: 27px;
}

.team .grid-boxed__item {
  overflow: hidden;
}

.team .grid-boxed__item figure,
.team .grid-boxed__item .grid-boxed__item__content:before,
.team .grid-boxed__item .grid-boxed__item__content__title,
.team .grid-boxed__item .grid-boxed__item__content p {
  transition: all 0.5s;
}

.team .grid-boxed__item:hover figure {
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.team .grid-boxed__item:hover .grid-boxed__item__content:before,
.team .grid-boxed__item:hover .grid-boxed__item__content__title,
.team .grid-boxed__item:hover .grid-boxed__item__content p {
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.team .grid-boxed__item:hover .grid-boxed__item__content__title {
  transition-delay: 0.05s;
}

.team .grid-boxed__item:hover .grid-boxed__item__content p {
  transition-delay: 0.1s;
}

.team .clear:first-child + .team-category {
  margin-top: 0;
}

.team .team-category {
  margin-top: 82px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team .team-category {
    padding: 0 15px;
  }
}

.team .team-category-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team .team-category-title {
    margin-top: 0;
  }
}

.team-single .share {
  top: 220px;
}

.team-single--mrg-top {
  margin-top: 20px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single--mrg-top {
    margin-top: 30px;
  }
}

.team-single .link-social {
  color: #909698;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.team-single .banner-image {
  width: 100%;
  padding-bottom: 41.66%;
}

.team-single .role {
  text-transform: none;
  margin-top: 14px;
}

.team-single__top h1 {
  margin-bottom: 11px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single__top h1 {
    padding-top: 50px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single__top {
    padding: 0 15px;
  }
}

.team-single__content {
  margin-top: 67px;
  margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single__content {
    padding: 0 15px;
  }
}

.team-single .team_block {
  display: table;
  width: 100%;
  margin-top: 50px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single .team_block {
    margin-top: 50px;
  }
}

.team-single .team_block .right {
  float: right;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single .team_block .right {
    float: none;
  }
}

.team-single .team_block .imgLiquid {
  height: 375px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single .team_block .imgLiquid {
    padding-bottom: 56%;
    height: 0;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single .team_block .description {
    padding: 0 30px;
  }
}

.team-single .team_block .name {
  font-size: 42px;
  color: #003e52;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single .team_block .name {
    margin-top: 20px;
    font-size: 25px;
  }
}

.team-single .team_block h2 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .team-single .team_block h2 {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .team-single .team_block .make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 121px;
  }
}

.no-smil .make-me-sticky {
  position: relative !important;
  top: 0 !important;
}

.social-entities .team-category-title:first-child {
  margin-top: 60px;
}

.supervision {
  /* .col { @include breakpoint(0,xs) { width: 100%; } } */
}

.supervision h2:not(.normal) {
  margin-bottom: 35px;
  font-weight: 100;
}

@media (min-width: 1440px) {
  .supervision h2:not(.normal) {
    font-size: 45px;
  }
}

.supervision .filter {
  margin-top: 40px;
}

.supervision h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.supervision .modules {
  margin-top: 40px;
  padding-bottom: 28px;
}

.supervision .modules p {
  font-size: 12px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .supervision .grid-rectangular {
    margin-bottom: 0;
  }

  .supervision .grid-rectangular__item__figure__content__title {
    padding: 0 10px;
  }

  .supervision .grid-rectangular__item__figure__content__title.h3 {
    font-size: 10px;
  }

  .supervision .grid-rectangular__item__figure__content__sub-title {
    padding: 0 10px;
  }

  .supervision .grid-rectangular__item__figure__content__sub-title.h5 {
    font-size: 13px;
  }
}

.error-404 .list__link {
  text-decoration: underline;
}

.error-404 .list p {
  font-size: 14px;
  margin-bottom: 0;
}

.error-404 .list p .is-truncated {
  float: left;
}

.error-404 .list .list__link {
  text-decoration: underline;
}

.error-404 .list .small-note {
  color: #313435;
  padding-top: 4px;
}

.glossario {
  margin-bottom: 170px;
}

.glossario .no-results {
  display: none;
}

.glossario .glossario__center {
  margin: 0 auto;
  display: table;
  position: relative;
  margin-top: 3.5rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}

@media (min-width: 768px) {
  .glossario .glossario__center {
    margin-top: 6.5rem;
  }
}

@media (min-width: 992px) {
  .glossario .glossario__center.affix {
    position: fixed !important;
    top: 0px;
    left: 0;
    padding-top: 7rem;
    padding-bottom: 1rem;
    width: 100%;
    z-index: 100;
  }

  .glossario .glossario__center.affix ul {
    margin: 0 auto;
    background: #ffffff;
  }
}

.glossario ul {
  width: 100%;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  /*@include breakpoint(sm) { width: rem(470); }*/
}

@media (min-width: 1440px) {
  .glossario ul {
    width: auto;
    overflow-x: hidden;
    white-space: nowrap;
    height: 5rem;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .glossario ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.glossario ul li {
  position: relative;
  font-size: 19px;
  line-height: 1.75;
  padding: 0 0.7rem;
  display: inline-block;
  font-weight: normal;
}

@media (min-width: 768px) {
  .glossario ul li {
    font-size: 24px;
  }
}

@media (min-width: 1085px) {
  .glossario ul li {
    padding: 0 0.9rem;
  }
}

.glossario ul li a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.glossario ul li a:hover {
  color: #006585;
  text-decoration: none;
}

.glossario ul li.active {
  color: inherit;
}

.glossario ul li.active a {
  color: inherit;
}

.glossario ul li.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 4px;
  background: #313435;
}

@media (min-width: 992px) {
  .glossario ul li.active:before {
    left: 5px;
  }
}

.glossario .list--two-cols__total-block__big-title {
  font-weight: normal;
}

@media (min-width: 0px) and (max-width: 767px) {
  .glossario .list--two-cols__total-block__big-title {
    margin-left: 20px !important;
  }

  .glossario .list--two-cols__total-block .list__block:hover .list__block__left:after {
    left: 1.5rem;
  }

  .glossario .list--two-cols__total-block .list__block__left {
    padding-left: 4rem;
  }

  .glossario .list--two-cols__total-block .list__block__left:after {
    left: 1.5rem;
  }

  .glossario .list--two-cols__total-block .list__block__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (min-width: 768px) {
  .glossario .list--two-cols__total-block .list__block__content {
    padding-left: 4rem;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .glossario .list--two-cols__total-block {
    border-top: none;
  }

  .glossario .list--two-cols__total-block .list__block:nth-child(2) {
    border-top: 1px solid #f0f0f0;
  }

  .glossario .list--two-cols__total-block .list__block:last-child {
    border-bottom: 1px solid #f0f0f0;
  }

  .glossario .list--two-cols__total-block .list__block:hover .list__block__left:after {
    top: 4rem;
  }
}

@media (min-width: 0px) and (max-width: 991px) and (min-width: 0px) and (max-width: 991px) {
  .glossario .list--two-cols__total-block .list__block .arrow-go {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .glossario .list--two-cols__total-block .list__block__right {
    display: none;
  }

  .glossario .list--two-cols__total-block__big-title {
    text-align: left;
    position: relative;
    top: auto;
    bottom: auto;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: normal;
  }

  .glossario .list--two-cols__total-block__big-title {
    margin-left: 80px;
  }

  .glossario .list__block__left,
  .glossario .list__block__content {
    display: block;
    clear: both;
  }

  .glossario .list__block__left {
    font-size: 2.5rem;
  }

  .glossario .list__block__left:after {
    top: 4rem;
  }

  .glossario .list__block__content {
    padding-left: 80px;
  }

  .glossario .list__block__content p {
    max-width: 51rem;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 5px;
  }
}

@media (min-width: 0px) and (max-width: 991px) and (min-width: 768px) {
  .glossario .list__block__content p {
    font-size: 1.5rem;
  }
}

.media-page__title {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .media-page .back__down {
    margin-left: 80px;
  }
}

.media-page--all__container {
  max-width: 1071px;
  width: 100%;
  margin: 0 auto;
  padding-right: 5px;
  padding-left: 5px;
}

.media-page--all__container #grid-random {
  margin-right: -5px;
  margin-left: -5px;
}

.media-page--all__container #grid-random:after {
  content: "";
  display: block;
  clear: both;
}

.media-page--all__line {
  margin-top: 100px;
  margin-bottom: 12px;
  border: 4px solid #f4f3ef;
}

.media-page--all__block {
  position: relative;
  width: 347px;
  margin: 5px;
  float: left;
  border: 2px solid #f4f3ef;
  transition: all 0.2s ease;
}

@media (min-width: 0px) and (max-width: 1097px) {
  .media-page--all__block {
    right: 0;
    width: auto;
  }
}

.no-touch .media-page--all__block:hover {
  background: #fafafa;
}

.no-touch .media-page--all__block:hover .media-page--all__block--image {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.media-page--all__block--image {
  transition: all 0.2s ease;
  position: relative;
  height: 263px;
}

@media (min-width: 0px) and (max-width: 1097px) {
  .media-page--all__block--image {
    height: 350px;
  }
}

.media-page--all__block--image .media-page--video__list__open-video {
  font-size: 68px;
}

.media-page--all__block--content {
  padding: 40px 46px;
  min-height: 263px;
}

@media (min-width: 768px) {
  .media-page--all__block--content {
    padding: 40px 86px;
  }
}

.media-page--all__block--content.image {
  min-height: 277px;
}

.media-page--all__block--line {
  width: 22px;
  height: 2px;
  background-color: #a72626;
  margin-bottom: 21px;
}

.media-page--all__block--category {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.9px;
  color: #b7b7b7;
}

.media-page--all__block--category:not(:last-child) {
  margin-bottom: 10px;
}

.media-page--all__block--title {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1px;
  color: #003e52;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.media-page--article .share {
  position: absolute;
  top: 650px;
}

.media-page--article .share.affix {
  position: fixed;
  top: 160px;
}

.media-page--article--height {
  height: 100%;
}

.media-page--article__list {
  position: relative;
  border-top: 1px solid #f4f3ef;
  transition: background 0.2s ease;
}

@media (min-width: 0px) and (max-width: 767px) {
  .media-page--article__list {
    border-top: 5px solid #f4f3ef;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .media-page--article__list--content {
    padding: 0 20px !important;
  }
}

.media-page--article__list__content ul,
.media-page--article__list__content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: 0.2px;
  color: #313435;
  margin-bottom: 30px;
}

.media-page--article__list:first-child {
  margin-top: 125px;
}

.media-page--article__list:last-child {
  border-bottom: 1px solid #f4f3ef;
}

@media (min-width: 0px) and (max-width: 767px) {
  .media-page--article__list:last-child {
    border-bottom: 5px solid #f4f3ef;
  }
}

.media-page--article__list figure {
  padding-bottom: 90.7%;
}

.media-page--article__list__top {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.9px;
  color: #b7b7b7;
  margin-top: 23px;
  margin-bottom: 12px;
}

@media (min-width: 1440px) {
  .media-page--article__list__top {
    margin-top: 53px;
  }
}

.media-page--article__list__title {
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 2.6px;
  color: #003e52;
  margin-bottom: 18px;
  text-transform: uppercase;
}

@media (min-width: 1440px) {
  .media-page--article__list__title {
    margin-bottom: 45px;
  }
}

.media-page--article__list__content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: 0.2px;
  color: #313435;
}

.media-page--article__list .btn {
  /*position: absolute; bottom: 90px; left: auto;*/
  margin-bottom: 25px;
}

@media (min-width: 1440px) {
  .media-page--article__list .btn {
    margin-top: 15px;
  }
}

.no-touch .media-page--article__list:hover {
  background: #fafafa;
}

.media-page--blog__list {
  border: 0;
  clear: both;
}

.media-page--blog__list .separator-line {
  margin: 0;
}

@media (min-width: 0px) and (max-width: 991px) {
  .media-page--blog__list--content {
    padding: 0 20px !important;
  }
}

.media-page--blog__list:last-child {
  border: 0;
}

.media-page--blog__list figure {
  padding-bottom: 60.67%;
}

.media-page--blog__list__top {
  margin-top: 38px;
}

.media-page--blog__list__title {
  text-transform: uppercase;
  margin-bottom: 28px;
}

.media-page--blog__list .btn {
  position: relative;
  bottom: auto;
  left: auto;
  margin-bottom: 52px;
}

.media-page--video__list .video-img,
.media-page--video__list figure {
  display: block;
  padding-bottom: 54.75%;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.media-page--video__list .video-img:hover,
.media-page--video__list figure:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

@media (min-width: 0px) and (max-width: 991px) {
  .media-page--video__list--content {
    padding: 0 20px !important;
  }
}

.media-page--video__list__top {
  margin-right: 28px;
}

@media (min-width: 992px) {
  .media-page--video__list__top {
    margin-right: 0;
  }
}

.media-page--video__list__title {
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 28px;
}

@media (min-width: 992px) {
  .media-page--video__list__title {
    font-size: 22px;
    margin-right: 0;
  }
}

.media-page--video__list .btn {
  position: relative;
  bottom: auto;
  left: auto;
}

.media-page--video__list__open-video {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-size: 60px;
}

@media (min-width: 992px) {
  .media-page--video__list__open-video {
    font-size: 124px;
  }
}

.media-page--video__list__open-video:before {
  content: "\e90f";
}

.media-page--video__list__open-video:hover,
.media-page--video__list__open-video:focus {
  color: #ffffff;
  text-decoration: none;
}

.no-hover a {
  color: inherit;
}

.containBg {
  background-size: contain !important;
}

@media (min-width: 0px) and (max-width: 991px) {
  .contacts {
    padding: 0 15px;
  }
}

.contacts figure {
  height: 670px;
}

@media (min-width: 768px) {
  .contacts .img-contacts-affix {
    height: 100vh;
  }

  .contacts .img-contacts-affix.affix {
    top: 120px;
    bottom: 0;
    width: 31.25%;
    max-width: 594px;
    position: fixed !important;
  }

  .contacts .img-contacts-affix figure {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .contacts .img-contacts-affix.affix {
    top: 71px;
  }
}

@media (min-width: 1921px) {
  .contacts .img-contacts-affix.affix {
    width: 31.25%;
    max-width: 800px;
  }
}

.contacts h1 {
  margin-bottom: 66px;
}

.contacts h4 {
  padding-top: 66px;
  padding-bottom: 36px;
  clear: both;
  margin: 0;
}

.contacts .share {
  position: absolute;
  left: -60px;
  top: 220px;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .contacts .share {
    top: 210px;
  }
}

.contacts .submit {
  margin-top: 30px;
  margin-bottom: 100px;
}

.contacts p {
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .contacts p {
    font-size: 16px;
  }
}

.contacts p.default--mrg {
  margin-top: 12px;
  margin-bottom: 12px;
}

.contacts a:not(.contacts__a--blue) {
  color: inherit;
}

.contacts a:not(.contacts__a--blue) :hover {
  text-decoration: underline;
}

.contacts__a--blue {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  color: #1e718c;
  text-decoration: underline;
}

.contacts .input-error-message {
  display: none;
}

.contacts .has-success .form-control {
  border-color: #1e718c;
  box-shadow: none;
}

.contacts .has-success .form-control:focus {
  border-color: #1e718c;
  box-shadow: none;
}

.contacts .subject-all.has-error {
  color: #a72626;
}

.contacts .subject-all.has-error label {
  color: #a72626;
}

.contacts .subject-all.has-error .radio-button input[type="radio"] + label span {
  border-color: #a72626;
}

.contacts .subject-all.has-error .radio-button input[type="radio"] + label .radio__name {
  color: #a72626;
}

.img-side {
  position: absolute;
  right: 15px;
}

.img-side img {
  width: 100%;
}

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

.img-inside img {
  width: 100%;
}

.faqs .title-category {
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .faqs .title-category {
    margin-left: 90px;
  }
}

.faqs__answer {
  position: relative;
  margin-top: 30px;
  margin-bottom: 34px;
  z-index: 3;
  display: table;
}

@media (min-width: 768px) {
  .faqs__answer {
    margin-top: 70px;
  }
}

.faqs__answer__text {
  float: left;
  line-height: 3.05;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  color: #313435;
  margin-right: 32px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .faqs__answer__text {
    margin-bottom: 20px;
  }
}

.faqs__answer .radio-button--simple label {
  margin-right: 33px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .faqs__answer .radio-button.radio-button--simple {
    position: relative;
  }
}

.page--mrg-top {
  margin-top: 30px;
  /*@include breakpoint(xl) { margin-top: 140px; }*/
}

@media (min-width: 768px) {
  .page--mrg-top {
    margin-top: 30px;
  }
}

.page__content .page--mrg-top {
  margin-top: 48px;
  /*@include breakpoint(xl) { margin-top: 140px + 18px; }*/
}

@media (min-width: 768px) {
  .page__content .page--mrg-top {
    margin-top: 48px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .page__top {
    padding: 0 15px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .page__top h1 {
    font-size: 25px;
    letter-spacing: 3px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .page__content {
    padding: 0 15px;
  }
}

.page--mrg-bottom {
  margin-bottom: 100px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .page--mrg-bottom {
    margin-bottom: 50px;
  }
}

.page--article .page__top {
  padding-bottom: 20px;
  /*@include breakpoint(xl) { padding-bottom: 40px; }*/
}

@media (min-width: 768px) {
  .page--article .page__top {
    padding-bottom: 20px;
  }
}

.rentabilidade .graphic {
  margin-top: 100px;
}

.library .blockquote {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .library .blockquote {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .library-affix {
    height: 100vh;
  }

  .library-affix .affix {
    top: 120px;
    bottom: 0;
    width: 37.5%;
    position: fixed !important;
  }

  .library-affix figure {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .library-affix .affix {
    top: 71px;
  }
}

@media (min-width: 1921px) {
  .library-affix .affix {
    width: 31.25%;
    max-width: 800px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .letter--single h1 {
    margin-top: 50px;
  }
}

.conferences-affix {
  width: 100%;
  height: 60px;
  background: rgba(30, 113, 140, 0.9);
  bottom: 0px;
  /* Set the top position of pinned element */
  z-index: 5;
}

.conferences-affix.affix-bottom {
  position: absolute;
}

@media (min-width: 0px) and (max-width: 991px) {
  .conferences-affix.affix {
    position: fixed;
  }
}

.conferences-affix p {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  letter-spacing: 1px;
}

.conferences-affix p.conferences-affix__big {
  font-size: 15px;
  letter-spacing: 1.3px;
  padding-top: 7px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .conferences-affix__btn {
    text-align: center;
  }
}

.conferences-affix .btn {
  margin-top: 11px;
  min-width: 188px;
}

@media (min-width: 992px) {
  .conferences-affix .btn {
    float: right;
  }
}

.page-conferences strong {
  font-weight: bold;
}

.page-conferences hr {
  border: 0;
  height: 5px;
  background: #f4f3ef;
}

.page-conferences hr.margin-lg {
  margin-top: 68px;
  margin-bottom: 68px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences hr.margin-lg {
    margin-top: 48px;
    margin-bottom: 18px;
  }
}

.page-conferences .modules__gallery {
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-conferences .blocks_city {
  margin-top: 40px;
  margin-bottom: 25px;
}

.page-conferences .map-text__map {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .map-text__map {
    height: 200px !important;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .page-conferences .map-text__map {
    min-height: 300px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .map-text__text {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .page-conferences .map-text__text {
    padding: 28px;
  }
}

.page-conferences .map-text__text p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42;
}

.page-conferences .map-text__text__dif {
  text-transform: uppercase;
  font-weight: normal !important;
}

.page-conferences .map-text__text a {
  font-size: 15px;
  text-decoration: underline;
  color: #1e718c;
}

.page-conferences .blocks_city [class*='col-'] {
  padding: 26px;
  border: 2px solid #f4f3ef;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .blocks_city [class*='col-'] {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .page-conferences .blocks_city [class*='col-'] {
    padding: 34px;
  }
}

@media (min-width: 768px) {
  .page-conferences .blocks_city [class*='col-']:first-child {
    border-right: 0;
  }
}

.page-conferences .modules__gallery .col-sm-offset-7 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .page-conferences .modules__gallery .col-sm-offset-7 {
    margin-left: 12.5%;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .page-conferences .modules__gallery .col-sm-offset-7 {
    margin-left: 31.25%;
    padding-left: 5px;
  }
}

.page-conferences .modules__gallery .modules__gallery__slider {
  padding-bottom: 64%;
}

.page-conferences .modules__gallery .modules__gallery__slider__arrow--left:before,
.page-conferences .modules__gallery .modules__gallery__slider__arrow--right:before {
  color: #FFF;
  font-size: 23px;
  text-shadow: 1px 1px #b3aeae;
}

.page-conferences .modules__text--margin-top {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .page-conferences .modules__text--margin-top {
    margin-top: 55px;
  }
}

.page-conferences .modules__text h2 {
  margin-bottom: 30px;
}

.page-conferences .modules__text h2 + p {
  margin-top: 0;
}

.page-conferences .modules__text h3 {
  font-weight: normal;
  clear: both;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .modules__text h3 {
    font-size: 16px;
  }
}

.page-conferences .modules__text p:not(.lead) {
  padding-left: 0;
}

.page-conferences .modules__text p:not(.lead).pd-left {
  padding-left: 52px;
}

@media (min-width: 768px) {
  .page-conferences .modules__text p:not(.lead).pd-left {
    padding-left: 58px;
  }
}

.page-conferences .modules__text .icon-svg {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.page-conferences .modules__text .small {
  font-size: 70%;
}

.page-conferences .modules__text .small .icon-svg {
  margin-right: 5px;
  margin-left: 0;
  width: 13px;
  height: 13px;
}

.page-conferences .modules__text .blocks_city .modules__links__title span {
  color: #313435;
}

.page-conferences .modules__text .blocks_city .modules__links__btn {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .page-conferences .modules__text .blocks_city .modules__links__btn {
    margin-top: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .modules__links {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-conferences .modules__links {
    position: relative;
    left: auto;
    padding: 0 30px;
    margin-left: 12.5%;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .page-conferences .modules__links {
    left: 80px;
  }
}

.page-conferences .modules__links__title {
  font-size: 42px;
  line-height: 1.2;
  color: #003e52;
  font-weight: normal;
}

.page-conferences .modules__links__title span {
  display: block;
  font-size: 14px;
}

.page-conferences .modules__links__description {
  color: #313435;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
}

.page-conferences .modules__links__description span {
  display: block;
  font-weight: normal;
}

.page-conferences .modules__links__content {
  margin: 0;
  padding: 0;
  margin-top: 22px;
}

.page-conferences .modules__links__content li {
  line-height: 1.66;
  list-style: none;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}

.page-conferences .modules__links__content li a {
  color: inherit;
  text-decoration: underline;
  color: #1e718c;
}

.page-conferences .modules__links__btn {
  margin-top: 20px;
}

.page-conferences .speaker {
  margin-bottom: 30px;
  text-decoration: none;
}

.page-conferences .speaker__img {
  width: 100%;
  height: 175px;
  float: left;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .speaker__img {
    height: 135px;
  }
}

.page-conferences .speaker__title {
  text-transform: none;
  clear: both;
  padding-top: 32px;
  padding-bottom: 8px;
  position: relative;
  margin: 0;
}

.page-conferences .speaker__title:before {
  content: '';
  width: 16px;
  height: 2px;
  background: #003e52;
  position: absolute;
  left: 0;
  top: 18px;
}

.page-conferences .speaker p {
  font-size: 14px;
  color: #7c7c7c;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .speaker p {
    font-size: 13px;
  }
}

.page-conferences .speaker__social {
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 8px;
}

.page-conferences .speaker__social li {
  display: inline-block;
  list-style: none;
  padding: 0 11px;
}

.page-conferences .speaker__social li:first-child {
  padding-left: 0;
}

.page-conferences .speaker__social li:last-child {
  padding-right: 0;
}

.page-conferences .speaker__social li a {
  color: #b7b7b7;
  transition: color 0.2s ease;
}

.page-conferences .speaker__social li a:hover,
.page-conferences .speaker__social li a:focus {
  text-decoration: none;
  color: #aaaaaa;
}

.page-conferences .speaker__social li:before {
  display: none;
}

.page-conferences .speaker.lg-link .speaker__img:before {
  content: "\e90f";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 60px;
  color: #ffffff;
}

.page-conferences .row-share {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .row-share {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-conferences .row-share__title {
  letter-spacing: 1px;
}

.page-conferences .row-share__social {
  text-align: left;
  padding: 0;
  margin: 0 !important;
  padding-top: 4px;
}

.page-conferences .row-share__social li {
  display: inline-block;
  list-style: none;
  padding: 0 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .row-share__social li {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}

.page-conferences .row-share__social li:first-child {
  padding-left: 0;
}

.page-conferences .row-share__social li:last-child {
  padding-right: 0;
  padding-bottom: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .row-share__social li:last-child {
    display: block;
    padding-left: 0;
    padding-bottom: 15px;
  }
}

.page-conferences .row-share__social li a {
  color: #003e52;
  transition: color 0.2s ease;
  padding: 2px 5px;
}

.page-conferences .row-share__social li a span {
  padding-left: 12px;
  font-size: 18px;
  color: #313435;
  transition: color 0.2s ease;
}

.page-conferences .row-share__social li a:hover,
.page-conferences .row-share__social li a:focus {
  text-decoration: none;
  color: #002b39;
}

.page-conferences .row-share__social li a:hover span,
.page-conferences .row-share__social li a:focus span {
  color: #002b39;
}

.page-conferences .row-share__social li:before {
  display: none;
}

.page-conferences .conferences-footer {
  padding-top: 36px;
  padding-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .conferences-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-conferences .conferences-footer__title {
  letter-spacing: 1px;
  margin-bottom: 26px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .conferences-footer__title {
    margin-bottom: 20px;
  }
}

.page-conferences .conferences-footer p {
  font-size: 15px;
  line-height: 1.53;
  color: #7c7c7c;
}

@media (min-width: 0px) and (max-width: 1439px) {
  .page-conferences .conferences-footer p {
    margin-bottom: 14px;
  }
}

.page-conferences .conferences-footer .btn {
  margin-right: 30px;
}

.page-conferences .conferences-footer .btn:last-child {
  margin-right: 0;
}

@media (min-width: 0px) and (max-width: 991px) {
  .page-conferences .conferences-footer .col-lg-three {
    margin-bottom: 58px;
  }
}

.page-conferences .conferences-footer .footer__social {
  margin: 0;
  padding: 0;
}

.page-conferences .conferences-footer .footer__social li {
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 30px;
  display: none;
}

.page-conferences .conferences-footer .footer__social li:nth-child(1),
.page-conferences .conferences-footer .footer__social li:nth-child(2) {
  display: inline-block;
}

.page-conferences .conferences-footer .footer__social li a {
  color: #003e52;
  transition: color 0.2s ease;
}

.page-conferences .conferences-footer .footer__social li a:hover,
.page-conferences .conferences-footer .footer__social li a:focus {
  text-decoration: none;
  color: #002b39;
}

.page-conferences .conferences-footer .footer__social li:last-child {
  margin-right: 0;
}

.page-conferences .conferences-footer .footer__social li i {
  font-size: 18px;
  padding-left: 8px;
}

.page-conferences .partners {
  padding-top: 12px;
  padding-bottom: 80px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .partners {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-conferences .partners__title {
  margin-bottom: 25px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .page-conferences .partners__title {
    margin-top: 48px;
  }
}

.page-conferences .partners__title--margin-bottom {
  margin-bottom: 48px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .page-conferences .partners__title--margin-bottom {
    margin-bottom: 28px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .page-conferences .partners__logo {
    margin-bottom: 30px;
  }
}

.page-conferences .partners__logo a {
  float: left;
  display: block;
}

.page-conferences .partners__logo--cdi img {
  height: 74px;
}

.page-conferences .partners__logo--jornal img {
  height: 37px;
}

@media (min-width: 768px) {
  .page-conferences .partners__logo--jornal img {
    margin-top: 38px;
  }
}

.page-conferences .partners__logo--investbraga img {
  height: 43px;
}

.page-conferences .partners__logo--uminho img {
  height: 79px;
}

.page-conferences .partners__logo--ccb img {
  height: 60px;
}

@font-face {
  font-family: 'lg';
  src: url("../../../../../assets/fonts/lg/lg.eot?n1z373");
  src: url("../../../../../assets/fonts/lg/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../../../../assets/fonts/lg/lg.woff?n1z373") format("woff"), url("../../../../../assets/fonts/lg/lg.ttf?n1z373") format("truetype"), url("../../../../../assets/fonts/lg/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../../../../assets/images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}