html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px; }

body {
  overflow-x: hidden; }

.no-padding {
  padding: 0 !important; }

.no-padding {
  padding: 0 !important; }

.visible {
  visibility: visible !important; }

.disable {
  visibility: hidden; }

.hide {
  opacity: 0; }

.show {
  opacity: 1 !important; }

.display-none {
  display: none; }

.d-block {
  display: block; }

.headline {
  color: #FFF; }

.hilight {
  color: #000; }

sub {
  vertical-align: super;
  font-size: x-large;
  bottom: 0; }

.sub-default sub {
  vertical-align: baseline;
  font-size: initial;
  bottom: -.25em; }

p {
  margin-bottom: 20px; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

a {
  color: #224099;
  text-decoration: none;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #111;
    background-color: transparent;
    outline: none; }
  a:focus, a:active {
    text-decoration: none;
    color: #111;
    background-color: transparent;
    outline: none; }
  a.link-white {
    color: #FFF;
    text-decoration: none; }
    a.link-white:hover {
      text-decoration: none;
      color: #D8D8D8; }
    a.link-white:focus, a.link-white:active {
      text-decoration: none;
      color: #D8D8D8; }
  a.link-tel {
    text-decoration: none; }

@keyframes slidein {
  from {
    bottom: -100%; }
  to {
    bottom: 0; } }

@keyframes slideout {
  from {
    bottom: 0; }
  to {
    bottom: 100%; } }

.btn-default {
  color: #224099;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
  padding: 0 !important;
  font-weight: bold;
  min-width: 260px;
  white-space: normal;
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease-out 0s;
  -moz-transition: all ease-out 0s;
  -ms-transition: all ease-out 0s;
  -o-transition: all ease-out 0s;
  transition: all ease-out 0s; }
  .btn-default:after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFCA05;
    animation-duration: .5s;
    animation-name: slideout; }
  .btn-default > span {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 20px !important;
    position: relative;
    z-index: 99;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    .btn-default > span:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f105";
      position: absolute;
      top: 27%;
      right: 30%;
      font-size: 18px;
      opacity: 0;
      -webkit-transition: all ease-out 0.2s;
      -moz-transition: all ease-out 0.2s;
      -ms-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff;
    background-color: #fff; }
    .btn-default:hover span, .btn-default:focus span, .btn-default:active span {
      padding: 8px 30px 8px 20px; }
      .btn-default:hover span:before, .btn-default:focus span:before, .btn-default:active span:before {
        opacity: 1;
        right: 20%; }
    .btn-default:hover:after, .btn-default:focus:after, .btn-default:active:after {
      animation-duration: .5s;
      animation-name: slidein;
      bottom: 0; }

.btn-join {
  min-width: 320px; }
  .btn-join:hover > span:before {
    right: 8%; }
  .btn-join > span:before {
    right: 10%; }

.btn-innovation {
  border: 1px solid #FFF; }
  .btn-innovation:hover, .btn-innovation:focus, .btn-innovation:active {
    border: 1px solid #FFF; }
    .btn-innovation:hover span:before, .btn-innovation:focus span:before, .btn-innovation:active span:before {
      right: 10%; }

.btn-default-reverse {
  color: #fff;
  background-color: #224099;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
  padding: 0 !important;
  font-weight: bold;
  min-width: 160px;
  white-space: normal;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  outline: none;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .btn-default-reverse.btn-download span {
    padding: 8px 20px 8px 45px !important; }
    .btn-default-reverse.btn-download span:before {
      font-family: "tu" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\45";
      position: absolute;
      top: 25%;
      left: 15px; }
  .btn-default-reverse.btn-showmore span {
    padding: 8px 45px 8px 20px !important; }
    .btn-default-reverse.btn-showmore span:after {
      font-family: "tu" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\68";
      position: absolute;
      top: 25%;
      right: 15px; }
  .btn-default-reverse.btn-print span {
    padding: 8px 20px 8px 45px !important;
    min-width: 220px; }
    .btn-default-reverse.btn-print span:before {
      font-family: "tu" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\66";
      position: absolute;
      top: 25%;
      left: 30%; }
  .btn-default-reverse:after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .btn-default-reverse > span {
    width: 100%;
    height: 100%;
    display: block;
    padding: 4.5px 20px !important;
    position: relative;
    z-index: 99;
    font-size: 18px;
    text-transform: uppercase; }
  .btn-default-reverse:hover, .btn-default-reverse:focus, .btn-default-reverse:active {
    color: #224099;
    background-color: rgba(0, 0, 0, 0);
    border-color: #224099;
    border: 1px solid #224099;
    outline: none; }

.btn-primary {
  color: #fff;
  background-color: #224099;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px !important;
  padding: 0 !important;
  font-weight: bold;
  min-width: 230px;
  white-space: normal;
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease-out 0s;
  -moz-transition: all ease-out 0s;
  -ms-transition: all ease-out 0s;
  -o-transition: all ease-out 0s;
  transition: all ease-out 0s; }
  .btn-primary:after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFCA05;
    animation-duration: .5s;
    animation-name: slideout; }
  .btn-primary > span {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 20px;
    position: relative;
    z-index: 99;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s; }
    .btn-primary > span:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f105";
      position: absolute;
      top: 27%;
      right: 30%;
      font-size: 18px;
      opacity: 0;
      -webkit-transition: all ease-out 0.3s;
      -moz-transition: all ease-out 0.3s;
      -ms-transition: all ease-out 0.3s;
      -o-transition: all ease-out 0.3s;
      transition: all ease-out 0.3s; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #224099; }
    .btn-primary:hover span, .btn-primary:focus span, .btn-primary:active span {
      padding: 8px 30px 8px 20px; }
      .btn-primary:hover span:before, .btn-primary:focus span:before, .btn-primary:active span:before {
        opacity: 1;
        right: 20%; }
    .btn-primary:hover:after, .btn-primary:focus:after, .btn-primary:active:after {
      animation-duration: .5s;
      animation-name: slidein;
      bottom: 0; }

.btn-lg {
  line-height: 24px;
  min-width: 210px; }

.text-white {
  color: #FFF; }

.text-black {
  color: #111; }

.text-gray {
  color: #999; }

.text-white {
  color: #fff; }

.text-blue {
  color: #224099; }

.text-ligthblue {
  color: #71CFEB; }

.text-yellow {
  color: #FFCA05; }

.text-ashgray {
  color: #9EACB5; }

.text-babyblue {
  color: #B5CBDE; }

.text-pastelblue {
  color: #D4E3F5; }

.text-charcoal {
  color: #222222; }

.text-denimblue {
  color: #009FD8; }

.bg-white {
  background-color: #fff !important; }

.bg-white-opa50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-white-opa40 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-white-opa30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-blue {
  background-color: #224099 !important; }

.bg-gray {
  background-color: #EAECEE !important; }
  .bg-gray-gradient {
    background: #eaecee;
    background: -moz-linear-gradient(top, #eaecee 0%, #fff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eaecee 0%, #fff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eaecee 0%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */ }
  .bg-gray-gradient-left {
    background: #eaecee;
    background: -moz-linear-gradient(left, #eaecee 0%, #fff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eaecee 0%, #fff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eaecee 0%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */ }

.bg-ligthblue {
  background-color: #71CFEB !important; }

.bg-yellow {
  background-color: #FFCA05 !important; }

.bg-ashgray {
  background-color: #9EACB5 !important; }

.bg-babyblue {
  background-color: #B5CBDE !important; }

.bg-pastelblue {
  background-color: #D4E3F5 !important; }

.bg-charcoal {
  background-color: #222222 !important; }

.bg-denimblue {
  background-color: #009FD8 !important; }

.text-underline {
  text-decoration: underline; }

.transform-none {
  text-transform: none !important; }

address span {
  display: block; }

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .dropdown-style {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
  .dropdown-style-select {
    padding-right: 2.5em;
    /* accommodate with the pseudo elements for the dropdown arrow */
    text-align: center;
    border: 1px solid #D6D6D6 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    outline: none !important;
    background: transparent;
    box-shadow: none !important; }
    .dropdown-style-select.form-control {
      height: 30px;
      padding: 0 15px;
      text-align: left; }
  .dropdown-style::before,
  .dropdown-style::after {
    content: "";
    position: absolute;
    pointer-events: none; }
  .dropdown-style::after {
    /*  Custom dropdown arrow */
    font-family: "tu" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\68";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
    color: #D6D6D6; }
  .dropdown-style::before {
    background-color: transparent;
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6; }
  /* FF only temp fix */ }

.nav-white, .footer__rights .nav a {
  color: #FFF;
  outline: none; }
  .nav-white:hover, .footer__rights .nav a:hover, .nav-white:active, .footer__rights .nav a:active, .nav-whitefocus {
    background-color: transparent;
    color: #FFF;
    outline: none; }

.list-2-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-2-column > li {
    padding-left: 1em;
    text-indent: -.7em;
    display: block; }
    .list-2-column > li:before {
      content: "\002022" !important;
      color: #000;
      font-size: 22px; }

.link-underline {
  text-decoration: underline; }

.img-responsive {
  display: inline; }

.w-100 {
  width: 100%; }

.colorbox {
  position: relative; }
  .colorbox:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0; }
  .colorbox__wrapper--right {
    float: left;
    width: 45%; }
    .colorbox__wrapper--right-lg {
      width: 60%; }
  .colorbox__wrapper--left {
    float: left;
    width: 55%; }
    .colorbox__wrapper--left-sm {
      width: 40%; }
    .colorbox__wrapper--left-lg {
      width: 65%; }
      .colorbox__wrapper--left-lg + .colorbox__wrapper--right {
        width: 35%; }
  .colorbox__video {
    width: 100%;
    margin: 0px 10px 15px 10px; }
    .colorbox__video h5 {
      margin: 0; }
    .colorbox__video img {
      max-height: 280px;
      width: 100%; }
    .colorbox__video .caption-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -ms-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
      .colorbox__video .caption-cover i {
        font-size: 35px;
        font-size: 3.5rem;
        position: absolute;
        left: calc(50% - 35px);
        top: 23%;
        width: 70px;
        height: 70px;
        background-color: #224099;
        color: #fff;
        border-radius: 100%; }
        .colorbox__video .caption-cover i:before {
          padding: 18px 22px;
          display: block; }
    .colorbox__video .thumbnail:hover .caption-cover {
      background-color: rgba(0, 0, 0, 0.1); }
  .colorbox__single {
    width: 95%;
    min-height: 385px;
    margin: 0px 10px 15px 10px; }
    .colorbox__single-bottom {
      margin-top: 100px; }
    .colorbox__single h5 {
      margin: 0; }
    .colorbox__single time {
      margin-bottom: 5px;
      display: block; }
    .colorbox__single p {
      max-height: 38px;
      display: -webkit-box !important;
      -webkit-line-clamp: 2 !important;
      -webkit-box-orient: vertical !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .colorbox__single--title {
      width: 100%;
      height: 160px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px;
      color: #FFF;
      -webkit-transition: height 0.3s ease-in-out;
      -moz-transition: height 0.3s ease-in-out;
      -ms-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out; }
    .colorbox__single--caption.caption {
      background-color: #FFF;
      display: block;
      padding: 20px;
      min-height: 160px;
      position: relative; }
    .colorbox__single--caption:hover .thumbnail__news--title {
      height: 220px; }
    .colorbox__single--caption:hover .thumbnail__news--seemore span:after, .colorbox__single--caption:hover .card--highlight-home .card__link span:after, .card--highlight-home .colorbox__single--caption:hover .card__link span:after {
      opacity: 1;
      right: -15px; }
    .colorbox__single--seemore {
      width: calc(100% - 40px);
      text-transform: lowercase;
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px; }
      .colorbox__single--seemore span {
        font-weight: bold;
        position: relative; }
        .colorbox__single--seemore span:after {
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f105";
          position: absolute;
          top: 3px;
          right: -10px;
          font-size: 18px;
          opacity: 0;
          -webkit-transition: right 0.3s ease-in-out;
          -moz-transition: right 0.3s ease-in-out;
          -ms-transition: right 0.3s ease-in-out;
          -o-transition: right 0.3s ease-in-out;
          transition: right 0.3s ease-in-out; }
      .colorbox__single--seemore:after {
        content: "";
        border-bottom: 1px solid #FFF;
        position: absolute;
        bottom: -3px;
        left: 0;
        height: 1px;
        width: 100%; }
    .colorbox__single .thumbnail {
      position: relative;
      overflow: hidden;
      border: none;
      border-radius: 0px;
      padding: 0;
      margin: 0;
      min-height: 385px;
      background-color: transparent; }
      .colorbox__single .thumbnail:hover .colorbox__single--caption p {
        opacity: 1; }
      .colorbox__single .thumbnail:hover .colorbox__single--title {
        height: 200px; }
      .colorbox__single .thumbnail:hover .colorbox__single--seemore span:after {
        opacity: 1;
        right: -15px; }
  .colorbox__small {
    width: 175px;
    margin: 10px 10px; }
    .colorbox__small--fix {
      width: 185px; }
    .colorbox__small-bottom {
      margin-top: 220px; }
    .colorbox__small h5 {
      margin: 0; }
    .colorbox__small time {
      margin-bottom: 5px;
      display: block; }
    .colorbox__small p {
      opacity: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .colorbox__small--caption {
      min-height: 200px; }
    .colorbox__small--seemore {
      width: calc(100% - 20px);
      color: #FFF;
      text-transform: lowercase;
      position: absolute;
      bottom: 20px;
      left: 10px;
      right: 10px; }
      .colorbox__small--seemore span {
        font-weight: bold;
        position: relative; }
        .colorbox__small--seemore span:after {
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f105";
          position: absolute;
          top: 3px;
          right: -10px;
          font-size: 18px;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out;
          -moz-transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out;
          transition: opacity 0.3s ease-in-out, right 0.5s ease-in-out; }
      .colorbox__small--seemore:after {
        content: "";
        border-bottom: 1px solid #FFF;
        position: absolute;
        bottom: -3px;
        left: 0;
        height: 1px;
        width: 100%; }
    .colorbox__small .thumbnail {
      min-height: 200px;
      position: relative; }
      .colorbox__small .thumbnail .caption {
        min-height: 200px;
        padding: 15px; }
      .colorbox__small .thumbnail:hover .colorbox__small--seemore span:after {
        opacity: 1;
        right: -15px; }
      .colorbox__small .thumbnail:hover .colorbox__small--seemore p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  .colorbox__medium {
    min-height: 280px;
    width: 90%;
    float: right;
    margin: 10px 10px; }
    .colorbox__medium h5 {
      margin: 0; }
    .colorbox__medium p {
      max-height: 56px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .colorbox__medium .caption {
      position: absolute;
      bottom: -35px;
      padding: 10px 20px;
      width: 100%;
      -webkit-transition: bottom 0.3s ease-in-out;
      -moz-transition: bottom 0.3s ease-in-out;
      -ms-transition: bottom 0.3s ease-in-out;
      -o-transition: bottom 0.3s ease-in-out;
      transition: bottom 0.3s ease-in-out; }
    .colorbox__medium--title {
      min-height: 130px; }
    .colorbox__medium--full .caption {
      position: relative;
      bottom: 0;
      padding: 20px 20px 10px 20px;
      height: 280px; }
    .colorbox__medium--full .colorbox__medium--seemore:after {
      border: none; }
    .colorbox__medium--full-middle {
      margin-top: 130px; }
    .colorbox__medium--seemore {
      text-transform: lowercase; }
      .colorbox__medium--seemore-bottom {
        position: absolute;
        bottom: 15px; }
        .colorbox__medium--seemore-bottom:after {
          border: none; }
      .colorbox__medium--seemore span {
        font-weight: bold;
        position: relative; }
        .colorbox__medium--seemore span:after {
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f105";
          position: absolute;
          top: 3px;
          right: -10px;
          font-size: 18px;
          opacity: 0;
          -webkit-transition: right 0.6s ease-in-out;
          -moz-transition: right 0.6s ease-in-out;
          -ms-transition: right 0.6s ease-in-out;
          -o-transition: right 0.6s ease-in-out;
          transition: right 0.6s ease-in-out; }
      .colorbox__medium--seemore:after {
        content: "";
        border-bottom: 1px solid #224099;
        position: absolute;
        bottom: -3px;
        left: 0;
        height: 1px;
        width: 100%; }
    .colorbox__medium .thumbnail {
      position: relative;
      overflow: hidden;
      border: none;
      border-radius: 0px;
      padding: 0;
      margin: 0;
      min-height: 280px; }
      .colorbox__medium .thumbnail:hover .caption {
        bottom: 0; }
      .colorbox__medium .thumbnail:hover .colorbox__medium--seemore span:after {
        opacity: 1;
        right: -15px; }
  .colorbox.colorbox--figure .colorbox__video {
    margin: 0; }
    .colorbox.colorbox--figure .colorbox__video .caption-cover i {
      top: 35%; }
  .colorbox.colorbox--figure .thumbnail {
    margin-bottom: 0; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  -o-animation: bounce 3s infinite;
  -ms-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    margin-top: 20px; }
  to {
    opacity: 1;
    margin-top: 0px; } }

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    margin-top: 20px; }
  to {
    opacity: 1;
    margin-top: 0px; } }

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

.backtotop__wrapper {
  margin: 2em 0; }
  .backtotop__wrapper a {
    color: #224099; }
    .backtotop__wrapper a:hover, .backtotop__wrapper a:active, .backtotop__wrapper a:focus {
      color: #224099; }

.popup__form .form-control {
  border: 1px solid #D6D6D6 !important; }

.popup__form .dropdown-style-select,
.popup__form .dropdown-style,
.popup__form .dropdown-style:before,
.popup__form .dropdown-style:before {
  border-color: #D6D6D6 !important; }

.modal-dialog .modal-header {
  border: none; }

.modal-dialog .modal-body {
  padding-bottom: 60px; }

.modal-header .close {
  position: absolute;
  right: 10px;
  top: 0px;
  margin: 0;
  width: auto;
  color: #224099;
  opacity: 1;
  text-shadow: none;
  outline: none;
  font-size: 50px;
  font-size: 5rem; }

.popup-block {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  margin: 0 auto;
  top: 0;
  left: 0;
  background-color: #272727;
  padding: 0px;
  color: #FFF;
  z-index: 10000;
  overflow-y: scroll; }
  .popup-block .row {
    position: relative; }

.popup-close {
  padding: 10px 15px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #4a4a4a;
  background-color: #FFF;
  border: 1px solid #cacaca; }
  .popup-close:hover, .popup-close:focus {
    color: #4a4a4a; }
  .popup-close > i {
    font-size: 26px; }

.thumbnail {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0px;
  padding: 0;
  line-height: 1; }
  .thumbnail__news {
    min-height: 235px; }
    .thumbnail__news img {
      max-height: 255px; }
    .thumbnail__news:hover .thumbnail__news--title {
      height: 190px; }
    .thumbnail__news:hover .thumbnail__news--seemore span:after, .thumbnail__news:hover .card--highlight-home .card__link span:after, .card--highlight-home .thumbnail__news:hover .card__link span:after {
      opacity: 1;
      right: -15px; }
    .thumbnail__news--title {
      width: 100%;
      height: 180px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 5px 20px 0 20px;
      background-color: #FFF;
      -webkit-transition: height 0.3s ease-in-out;
      -moz-transition: height 0.3s ease-in-out;
      -ms-transition: height 0.3s ease-in-out;
      -o-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out; }
      .thumbnail__news--title p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .thumbnail__news--caption.caption {
      background-color: #FFF;
      display: block;
      padding: 15px 20px;
      min-height: 180px;
      position: relative; }
    .thumbnail__news--caption h5 {
      font-size: 20px;
      font-size: 2rem; }
    .thumbnail__news--seemore, .card--highlight-home .card__link {
      width: calc(100% - 40px);
      color: #224099;
      text-transform: lowercase;
      position: relative;
      position: absolute;
      bottom: 25px;
      left: 20px;
      right: 20px; }
      .thumbnail__news--seemore span, .card--highlight-home .card__link span {
        font-weight: bold;
        position: relative; }
        .thumbnail__news--seemore span:after, .card--highlight-home .card__link span:after {
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f105";
          position: absolute;
          top: 3px;
          right: -10px;
          font-size: 18px;
          opacity: 0;
          -webkit-transition: right 0.3s ease-in-out;
          -moz-transition: right 0.3s ease-in-out;
          -ms-transition: right 0.3s ease-in-out;
          -o-transition: right 0.3s ease-in-out;
          transition: right 0.3s ease-in-out; }
      .thumbnail__news--seemore:after, .card--highlight-home .card__link:after {
        content: "";
        border-bottom: 1px solid #224099;
        position: absolute;
        bottom: -3px;
        left: 0;
        height: 1px;
        width: 100%; }
  .thumbnail__hilight--left {
    height: 100%;
    overflow: hidden;
    padding: 0; }
  .thumbnail__hilight .caption-cover {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .thumbnail__hilight .caption-cover i {
      font-size: 35px;
      font-size: 3.5rem;
      position: absolute;
      left: calc(50% - 42px);
      top: 30%;
      width: 70px;
      height: 70px;
      background-color: #224099;
      color: #fff;
      border-radius: 100%; }
      .thumbnail__hilight .caption-cover i:before {
        padding: 18px 22px;
        display: block; }

.thumbnail-img {
  width: 100%;
  height: 245px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

.img-center {
  margin: 0 auto; }

ol.list-number,
ol.list-number ol {
  list-style-type: none;
  counter-reset: item;
  margin: 10px 0px 0px 0px;
  padding: 0; }

ol.list-number > li,
ol.list-number ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em; }

ol.list-number > li:before,
ol.list-number ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em; }

ol.list-number > li li {
  margin: 0px 0px 10px 0px; }

ol.list-number > li li:before {
  content: counters(item, ".") " "; }

ol.list-number strong {
  margin: 0px 0px 10px 0px;
  display: block; }

.list-group.list-group-download a.list-group-item {
  background-color: #224099;
  border-radius: 0px;
  border: none;
  margin: 0 0 12px 0;
  color: #fff;
  font-weight: bold;
  min-height: 48px; }
  .list-group.list-group-download a.list-group-item span {
    display: block;
    display: table-cell;
    vertical-align: top; }
    .list-group.list-group-download a.list-group-item span:first-child {
      padding: 3px 10px 0 0;
      font-size: 20px; }
    .list-group.list-group-download a.list-group-item span:last-child {
      line-height: 1; }

.row-table {
  display: table;
  width: 100%;
  margin: 0; }
  .row-table > div {
    display: table-cell;
    float: none;
    vertical-align: top; }

.nav-tabs.nav-justified {
  background-color: #F7F7F7;
  padding: 0px;
  margin-bottom: 30px; }
  .nav-tabs.nav-justified > li {
    vertical-align: middle;
    background-color: #F7F7F7;
    border: none; }
    .nav-tabs.nav-justified > li.active {
      border: none;
      background-color: #224099;
      color: #fff;
      outline: none; }
      .nav-tabs.nav-justified > li.active > a,
      .nav-tabs.nav-justified > li.active > a:hover,
      .nav-tabs.nav-justified > li.active a:focus {
        color: #fff;
        border: none;
        outline: none;
        background-color: #224099; }
    .nav-tabs.nav-justified > li > a {
      text-transform: uppercase;
      font-weight: bold;
      color: #224099;
      border: none;
      background-color: transparent;
      padding: 10px 15px;
      outline: none;
      border-radius: 0px; }

.form-control {
  border-radius: 0px;
  outline: none;
  background: transparent;
  box-shadow: none;
  min-height: 34px;
  border: 1px solid #D6D6D6 !important; }
  .form-control:focus {
    box-shadow: none !important; }

.form-group .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.form-group .inputfile-6 + label {
  border: 1px solid #224099;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  width: 100%; }
  .form-group .inputfile-6 + label span {
    width: calc(100% - 245px);
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    line-height: 2em;
    padding: 0 15px; }

.form-group .inputfile-6 + label strong {
  height: 100%;
  color: #fff;
  background-color: #224099;
  display: inline-block;
  cursor: pointer;
  padding: 8px 20px;
  width: 240px;
  text-align: center;
  border-left: 1px solid #224099;
  float: right;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s; }

.form-group .inputfile-6:focus + label strong,
.form-group .inputfile-6.has-focus + label strong,
.form-group .inputfile-6 + label:hover strong {
  color: #224099;
  background-color: #fff;
  border-color: #224099; }

#accordion .panel-accordion {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  cursor: pointer; }
  #accordion .panel-accordion > .panel-heading {
    position: relative;
    background-color: #F8F8F8;
    padding: 5px 15px;
    text-align: center;
    overflow: hidden;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    #accordion .panel-accordion > .panel-heading h5 {
      color: #224099;
      margin: 10px 0px;
      text-transform: uppercase; }
    #accordion .panel-accordion > .panel-heading i.icon {
      position: absolute;
      top: 50%;
      right: 20px;
      color: #224099;
      font-size: 20px;
      border: none;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      #accordion .panel-accordion > .panel-heading i.icon:before {
        padding-top: 7px;
        display: block; }
    #accordion .panel-accordion > .panel-heading:not(.collapsed) i.icon:before {
      content: "\67" !important; }

#accordion .panel-body {
  cursor: default;
  border: none; }
  #accordion .panel-body .nav-tabs {
    margin-bottom: 10px;
    border-bottom: none; }
  #accordion .panel-body .nav-tabs > li > a,
  #accordion .panel-body .nav-tabs > li > a:hover,
  #accordion .panel-body .nav-tabs > li > a:focus {
    color: #9e9e9e;
    background-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom-color: transparent;
    cursor: pointer;
    margin-right: 0px;
    font-weight: bold;
    border-width: initial;
    border-style: none;
    padding: 0px 15px;
    border-radius: 0px;
    text-transform: uppercase;
    outline: none; }
  #accordion .panel-body .nav-tabs > li.active > a,
  #accordion .panel-body .nav-tabs > li.active > a:hover,
  #accordion .panel-body .nav-tabs > li.active > a:focus {
    color: #224099;
    margin-right: 0px; }
  #accordion .panel-body .nav-tabs > li + li > a {
    border-left: 1px solid #224099 !important; }

#accordion .panel-group {
  margin-bottom: 10px; }

.pagination__wrapper--prev a {
  padding: 9px 0 0 0 !important; }

.pagination__wrapper--next a {
  padding: 9px 0 0 0 !important; }

.pagination__wrapper li span {
  min-height: 30px; }

.pagination__wrapper li:first-child span {
  padding: 0px 10px;
  border: none; }

.pagination__wrapper li:last-child a {
  padding: 0px 10px;
  line-height: 25px; }

.pagination__wrapper li:last-child span {
  padding: 0px 10px;
  border: none; }

.pagination__wrapper li.active span {
  padding: 0px 10px;
  line-height: 25px;
  font-weight: bold;
  background-color: #224099; }
  .pagination__wrapper li.active span:hover {
    background-color: #224099; }

.pagination__wrapper li > a {
  border: none;
  padding: 0 10px;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  color: #224099;
  min-height: 30px;
  line-height: 30px; }
  .pagination__wrapper li > a:hover {
    background-color: transparent; }

.alert button {
  width: auto !important; }

.list__result--header {
  color: #FFF;
  font-weight: bold;
  display: table;
  width: 100%;
  overflow: auto;
  line-height: 17px;
  overflow: auto;
  margin: 15px 15px 0 15px;
  text-transform: uppercase;
  text-align: center; }
  .list__result--header .header--img {
    max-width: 255px; }
  .list__result--header > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
    background-color: #9EACB5;
    padding: 10px 15px; }

.list__result--long .list__result--row {
  padding: 15px 0; }

.list__result--list {
  width: 100%;
  display: block;
  overflow: auto;
  margin: 0px 15px; }
  .list__result--list > div:nth-child(odd) {
    background-color: #FBFCFD; }
  .list__result--list > div:nth-child(even) {
    background-color: #F0F5F8; }

.list__result--update {
  padding: 10 0 !important; }
  .list__result--update > a {
    display: block; }
  .list__result--update .list__result--title {
    vertical-align: top;
    padding: 15px 15px; }
    .list__result--update .list__result--title .h3 {
      font-weight: 600; }
  .list__result--update .list__result--title-arial .h3 {
    font-size: 17px;
    font-family: Arial;
    font-weight: 600; }
  .list__result--update .list__result--date {
    padding: 15px 15px;
    vertical-align: top;
    text-align: center; }

.list__result--blog {
  padding: 10 0 !important; }
  .list__result--blog > a {
    display: block; }
    .list__result--blog > a:after {
      content: "";
      clear: both;
      display: block;
      height: 0;
      visibility: hidden; }
    .list__result--blog > a:hover {
      background-color: #ffffff; }
  .list__result--blog .list__result--title {
    vertical-align: top; }
  .list__result--blog .list__result--date {
    padding: 15px 15px;
    vertical-align: top; }

.list__result--row {
  display: table;
  width: 100%;
  overflow: auto;
  padding: 10px 0;
  line-height: 17px; }
  .list__result--row span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .list__result--row > div {
    display: table-cell;
    float: none;
    vertical-align: middle; }

.list__result--year, .list__result--filetype, .list__result--size {
  text-align: center; }

.list__result--btn {
  padding: 0;
  text-align: center; }

.list__result--topic-arial {
  font-size: 15px;
  font-family: Arial;
  font-weight: 300;
  line-height: 1.25; }

.bounce {
  display: block;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  -ms-animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite; }

@-webkit-keyframes bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-moz-keyframes bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0%,
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.owl-year {
  margin-top: 15px;
  max-height: 115px; }
  .owl-year h3 {
    margin: 0;
    color: #224099;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px; }
  .owl-year .owl-controls {
    position: absolute;
    width: 100%;
    top: 0; }
    .owl-year .owl-controls .owl-nav {
      position: relative; }
      .owl-year .owl-controls .owl-nav .owl-prev {
        position: absolute;
        left: -35px;
        top: 0px;
        border: none;
        background-color: #224099;
        width: 35px;
        height: 44px;
        border-right: 1px solid #fff; }
        .owl-year .owl-controls .owl-nav .owl-prev > i {
          color: #FFF;
          margin: 0 0 0 10px; }
          .owl-year .owl-controls .owl-nav .owl-prev > i:before {
            font-size: 40px;
            font-size: 4rem; }
      .owl-year .owl-controls .owl-nav .owl-next {
        position: absolute;
        right: -35px;
        top: 0px;
        border: none;
        background-color: #224099;
        width: 35px;
        height: 44px;
        border-left: 1px solid #fff; }
        .owl-year .owl-controls .owl-nav .owl-next > i {
          color: #FFF;
          margin: 0 0 0 10px; }
          .owl-year .owl-controls .owl-nav .owl-next > i:before {
            font-size: 40px;
            font-size: 4rem; }
  .owl-year .item {
    text-align: center; }
    .owl-year .item.center .item-top a {
      background-color: #224099 !important;
      border-color: #224099 !important; }
      .owl-year .item.center .item-top a h3 {
        color: #FFF; }
      .owl-year .item.center .item-top a span {
        color: #224099;
        visibility: visible; }
    .owl-year .item .item-top {
      position: relative; }
      .owl-year .item .item-top > a {
        position: relative;
        border-radius: 0;
        width: 100%;
        height: 44px;
        border: none;
        z-index: 2;
        box-shadow: none;
        border-left: 1px solid #224099;
        background-color: #F7F7F7;
        display: block;
        padding: 5px 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

.btn-group.open .dropdown-toggle {
  background-color: white; }

.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  width: 32px;
  height: 5px;
  border: none;
  background-color: #D8D8D8; }
  .owl-carousel .owl-controls .owl-dot + .owl-dot {
    margin-left: 6px; }
  .owl-carousel .owl-controls .owl-dot:hover {
    background-color: #71CFEB; }
  .owl-carousel .owl-controls .owl-dot.active {
    background-color: #224099; }

.owl-highlight-home .item {
  display: flex;
  min-height: 400px; }

.owl-highlight-home .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 20px; }
  .owl-highlight-home .owl-dots .owl-dot:hover {
    background-color: #FFCA05; }

.owl-highlight-home.owl-highlight-home--reverse .owl-dots {
  position: absolute;
  left: 20px;
  right: initial; }

.card--job {
  display: block;
  border: 1px solid #cacaca;
  border-radius: 3px;
  padding: 15px 15px 30px 15px;
  min-height: 315px; }
  .card--job .card__logo img {
    width: auto;
    max-width: 100%; }
  .card--job .card__body {
    position: relative;
    padding-bottom: 40px;
    height: 155px; }
  .card--job .card__subtitle {
    display: block;
    height: 50px;
    margin-bottom: 25px; }
  .card--job .card__more {
    position: absolute;
    bottom: 0;
    left: 0; }

.card--highlight-home {
  display: flex;
  flex-direction: row;
  word-wrap: break-word;
  width: 100%;
  min-height: 320px; }
  .card--highlight-home .card__bg {
    height: 100%;
    width: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .card--highlight-home .card__body {
    position: relative;
    padding: 2rem 2rem 4rem 2rem;
    background-color: #fff;
    width: 40%; }
  .card--highlight-home .card__title {
    margin-bottom: 35px; }
  .card--highlight-home .card__link {
    bottom: 50px; }
  .card--highlight-home:hover .card__link span:after {
    opacity: 1;
    right: -15px; }

.icon.icon--circle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #90A0A7;
  color: #ffffff !important; }
  .icon.icon--circle:before {
    font-size: 12px !important; }
  .icon.icon--circle:hover {
    background-color: #224099; }

.news-title {
  text-transform: none !important; }
  .news-title.news-title--arial {
    font-family: Arial;
    font-size: 32px; }

.list.list--download {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .list.list--download > li a {
    text-decoration: underline; }
  .list.list--download > li:not(:first-child) {
    position: relative;
    padding-left: 1rem;
    margin-left: 1rem; }
    .list.list--download > li:not(:first-child):before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
      background-color: rgba(34, 64, 153, 0.2);
      width: 1px;
      height: 70%; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-auto {
  overflow: auto !important; }

.text-size-10 {
  font-size: 10px !important;
  font-size: 1.0rem !important; }

.text-size-15 {
  font-size: 15px !important;
  font-size: 1.5rem !important; }

.text-size-18 {
  font-size: 18px !important;
  font-size: 1.8rem !important; }

.text-size-20 {
  font-size: 20px !important;
  font-size: 2.0rem !important; }

.text-size-22 {
  font-size: 22px !important;
  font-size: 2.2rem !important; }

.text-size-24 {
  font-size: 24px !important;
  font-size: 2.4rem !important; }

.text-size-30 {
  font-size: 30px !important;
  font-size: 3.0rem !important; }

.text-size-65 {
  font-size: 65px !important;
  font-size: 6.5rem !important; }

.text-line-height-16 {
  line-height: 16px !important; }

.text-line-height-18 {
  line-height: 18px !important; }

.text-line-height-20 {
  line-height: 20px !important; }

.text-line-height-22 {
  line-height: 22px !important; }

.text-line-height-30 {
  line-height: 30px !important; }

.text-line-height-40 {
  line-height: 40px !important; }

.text-line-height-normal {
  line-height: normal !important; }

.text-bold {
  font-weight: bold !important; }

.text-normal {
  font-weight: normal !important; }

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

.text-999 {
  color: #999999 !important; }

.text-666 {
  color: #666666 !important; }

.text-333 {
  color: #333333 !important; }

.text-red {
  color: #7f2d1a !important; }

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

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

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

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

.remove-border {
  border-bottom: 0 !important; }

.margin-3-bottom {
  margin-bottom: 3px !important; }

.margin-6-bottom {
  margin-bottom: 6px !important; }

.margin-9-bottom {
  margin-bottom: 9px !important; }

.margin-12-bottom {
  margin-bottom: 12px !important; }

.margin-15-bottom {
  margin-bottom: 15px !important; }

.margin-18-bottom {
  margin-bottom: 18px !important; }

.margin-21-bottom {
  margin-bottom: 21px !important; }

.margin-24-bottom {
  margin-bottom: 24px !important; }

.margin-30-bottom {
  margin-bottom: 30px !important; }

.margin-40-bottom {
  margin-bottom: 40px !important; }

.margin-50-bottom {
  margin-bottom: 50px !important; }

.margin-60-bottom {
  margin-bottom: 60px !important; }

.margin-3-top {
  margin-top: 3px !important; }

.margin-6-top {
  margin-top: 6px !important; }

.margin-9-top {
  margin-top: 9px !important; }

.margin-12-top {
  margin-top: 12px !important; }

.margin-15-top {
  margin-top: 15px !important; }

.margin-18-top {
  margin-top: 18px !important; }

.margin-21-top {
  margin-top: 21px !important; }

.margin-24-top {
  margin-top: 24px !important; }

.margin-30-top {
  margin-top: 30px !important; }

.margin-40-top {
  margin-top: 40px !important; }

.margin-3-left {
  margin-left: 3px !important; }

.margin-6-left {
  margin-left: 6px !important; }

.margin-9-left {
  margin-left: 9px !important; }

.margin-12-left {
  margin-left: 12px !important; }

.margin-15-left {
  margin-left: 15px !important; }

.margin-18-left {
  margin-left: 18px !important; }

.margin-21-left {
  margin-left: 21px !important; }

.margin-24-left {
  margin-left: 24px !important; }

.margin-30-left {
  margin-left: 30px !important; }

.margin-3-right {
  margin-right: 3px !important; }

.margin-6-right {
  margin-right: 6px !important; }

.margin-9-right {
  margin-right: 9px !important; }

.margin-12-right {
  margin-right: 12px !important; }

.margin-15-right {
  margin-right: 15px !important; }

.margin-18-right {
  margin-right: 18px !important; }

.margin-21-right {
  margin-right: 21px !important; }

.margin-24-right {
  margin-right: 24px !important; }

.margin-30-right {
  margin-right: 30px !important; }

.remove-margin {
  margin: 0 !important; }

.remove-margin-top {
  margin-top: 0 !important; }

.remove-margin-left {
  margin-left: 0 !important; }

.remove-margin-right {
  margin-right: 0 !important; }

.remove-margin-bottom {
  margin-bottom: 0 !important; }

.force-remove-margin {
  margin: 0 !important; }

.force-remove-margin-top {
  margin-top: 0 !important; }

.force-remove-margin-left {
  margin-left: 0 !important; }

.force-remove-margin-right {
  margin-right: 0 !important; }

.force-remove-margin-bottom {
  margin-bottom: 0 !important; }

.padding-12-bottom {
  padding-bottom: 12px !important; }

.padding-3-right {
  padding-right: 3px !important; }

.padding-3-left {
  padding-left: 3px !important; }

.force-remove-padding {
  padding: 0 !important; }

.force-remove-padding-top {
  padding-top: 0 !important; }

.force-remove-padding-left {
  padding-left: 0 !important; }

.force-remove-padding-right {
  padding-right: 0 !important; }

.force-remove-padding-bottom {
  padding-bottom: 0 !important; }

.m-a-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a {
  margin: 1px !important; }

.m-t {
  margin-top: 1px !important; }

.m-r {
  margin-right: 1px !important; }

.m-b {
  margin-bottom: 1px !important; }

.m-l {
  margin-left: 1px !important; }

.m-x {
  margin-right: 1px !important;
  margin-left: 1px !important; }

.m-y {
  margin-top: 1px !important;
  margin-bottom: 1px !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-xs {
  margin: 5px !important; }

.m-t-xs {
  margin-top: 5px !important; }

.m-r-xs {
  margin-right: 5px !important; }

.m-b-xs {
  margin-bottom: 5px !important; }

.m-l-xs {
  margin-left: 5px !important; }

.m-x-xs {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.m-y-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-a-sm {
  margin: 10px !important; }

.m-t-sm {
  margin-top: 10px !important; }

.m-r-sm {
  margin-right: 10px !important; }

.m-b-sm {
  margin-bottom: 10px !important; }

.m-l-sm {
  margin-left: 10px !important; }

.m-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.m-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-a-md {
  margin: 20px !important; }

.m-t-md {
  margin-top: 20px !important; }

.m-r-md {
  margin-right: 20px !important; }

.m-b-md {
  margin-bottom: 20px !important; }

.m-l-md {
  margin-left: 20px !important; }

.m-x-md {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.m-y-md {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-a-lg {
  margin: 40px !important; }

.m-t-lg {
  margin-top: 40px !important; }

.m-t-xl {
  margin-top: 60px !important; }

.m-r-lg {
  margin-right: 40px !important; }

.m-b-lg {
  margin-bottom: 40px !important; }

.m-l-lg {
  margin-left: 40px !important; }

.m-x-lg {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.m-y-lg {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.p-a-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a {
  padding: 1px !important; }

.p-t {
  padding-top: 1px !important; }

.p-r {
  padding-right: 1px !important; }

.p-b {
  padding-bottom: 1px !important; }

.p-l {
  padding-left: 1px !important; }

.p-x {
  padding-right: 1px !important;
  padding-left: 1px !important; }

.p-y {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

.p-a-xs {
  padding: 5px !important; }

.p-t-xs {
  padding-top: 5px !important; }

.p-r-xs {
  padding-right: 5px !important; }

.p-b-xs {
  padding-bottom: 5px !important; }

.p-l-xs {
  padding-left: 5px !important; }

.p-x-xs {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.p-y-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-a-sm {
  padding: 10px !important; }

.p-t-sm {
  padding-top: 10px !important; }

.p-r-sm {
  padding-right: 10px !important; }

.p-b-sm {
  padding-bottom: 10px !important; }

.p-l-sm {
  padding-left: 10px !important; }

.p-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.p-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-a-md {
  padding: 20px !important; }

.p-t-md {
  padding-top: 20px !important; }

.p-r-md {
  padding-right: 20px !important; }

.p-b-md {
  padding-bottom: 20px !important; }

.p-l-md {
  padding-left: 20px !important; }

.p-x-md {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.p-y-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-a-lg {
  padding: 40px !important; }

.p-t-lg {
  padding-top: 40px !important; }

.p-r-lg {
  padding-right: 40px !important; }

.p-b-lg {
  padding-bottom: 40px !important; }

.p-l-lg {
  padding-left: 40px !important; }

.p-x-lg {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.p-y-lg {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.footer {
  color: #FFF;
  background-color: #224099;
  padding: 30px 0 10px 0; }
  .footer button[data-toggle*='collapse'] {
    padding: 0;
    margin: 0;
    width: 100%; }
    .footer button[data-toggle*='collapse'][aria-expanded*="true"] .icon-down:before {
      content: "\68"; }
  .footer__address--addr > span {
    display: block; }
  .footer__address--tel span {
    display: block; }
  .footer__address--follow span {
    display: block; }
  .footer__address--follow .navbar-nav > li a {
    color: #FFF;
    outline: none;
    background-color: transparent;
    padding: 0; }
    .footer__address--follow .navbar-nav > li a:active, .footer__address--follow .navbar-nav > li a:focus, .footer__address--follow .navbar-nav > li a:hover {
      color: #FFF;
      outline: none;
      background-color: transparent; }
  .footer__address--follow .navbar-nav > li:nth-child(even) a {
    padding: 0 8px; }
  .footer__download {
    border-right: 1px solid #FFF; }
    .footer__download .navbar-collapse {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: none;
      padding: 0; }
  .footer__nav--lv1 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
    .footer__nav--lv1 > li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid;
      page-break-inside: avoid; }
      .footer__nav--lv1 > li .dropdown-menu a {
        padding: 5px 0 5px 25px;
        white-space: normal; }
      .footer__nav--lv1 > li > a {
        padding: 0; }
        .footer__nav--lv1 > li > a h5 {
          margin: 0; }
          .footer__nav--lv1 > li > a h5 small {
            font-weight: bold; }
      .footer__nav--lv1 > li a {
        color: #FFF;
        outline: none;
        background-color: transparent !important; }
        .footer__nav--lv1 > li a i {
          position: absolute;
          top: 25%;
          left: 0; }
        .footer__nav--lv1 > li a:hover, .footer__nav--lv1 > li a:focus, .footer__nav--lv1 > li a:active {
          color: #FFF; }
  .footer__nav--lv2 {
    display: block;
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    float: none;
    min-height: 265px; }
    .footer__nav--lv2 > li {
      width: 100%;
      height: 100%;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      column-break-inside: avoid;
      page-break-inside: avoid; }
      .footer__nav--lv2 > li > a {
        padding: 5px 0; }
        .footer__nav--lv2 > li > a .icon-seemore + span {
          text-transform: capitalize; }
  .footer__rights {
    line-height: 1; }
    .footer__rights .nav a {
      padding: 0 5px; }
    .footer__rights .nav > li:not(:last-child) a {
      border-right: 1px solid #FFF; }

.header__wrapper > .container-fluid {
  padding: 0; }

.navbar__header {
  max-height: 90px; }
  .navbar__header--logo {
    padding: 0;
    float: left; }
    .navbar__header--logo a {
      height: 90px;
      padding: 5px 0px;
      display: block; }
      .navbar__header--logo a > img {
        height: 79px; }
  .navbar__header--menu {
    padding: 0;
    float: right; }

.navbar__menu {
  height: 90px; }
  .navbar__menu--top {
    padding: 11px 0px; }
  .navbar__menu--search {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 5px;
    display: block;
    color: #9EACB5;
    outline: none; }
    .navbar__menu--search:hover, .navbar__menu--search:active, .navbar__menu--search:focus {
      color: #9EACB5; }
  .navbar__menu--bottom .navbar-toggle .icon-bar {
    background-color: #9EACB5; }
  .navbar__menu--bottom .nav-contact {
    height: 42px;
    margin-top: -5px; }
    .navbar__menu--bottom .nav-contact > a {
      padding: 12px 0px 12px 10px !important; }
      .navbar__menu--bottom .nav-contact > a:before {
        display: none; }
  .navbar__menu--bottom .navbar-nav > li {
    padding: 0; }
    .navbar__menu--bottom .navbar-nav > li.active > a {
      color: #224099; }
      .navbar__menu--bottom .navbar-nav > li.active > a:before {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    .navbar__menu--bottom .navbar-nav > li > a {
      color: #222222;
      background-color: transparent;
      font-weight: 600;
      text-transform: uppercase;
      position: relative; }
      [lang='th'] .navbar__menu--bottom .navbar-nav > li > a {
        padding: 12px 15px; }
      [lang='en'] .navbar__menu--bottom .navbar-nav > li > a {
        padding: 12px 10px; }
      .navbar__menu--bottom .navbar-nav > li > a:before {
        content: '';
        position: absolute;
        width: calc(100% - 20px);
        height: 2px;
        background: #224099;
        left: 10px;
        bottom: 6px;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: center 50%;
        transform-origin: center 50%;
        -webkit-transition: -webkit-transform .5s;
        transition: transform .5s; }
      .navbar__menu--bottom .navbar-nav > li > a:hover, .navbar__menu--bottom .navbar-nav > li > a:active {
        color: #224099;
        background-color: transparent; }
        .navbar__menu--bottom .navbar-nav > li > a:hover:before, .navbar__menu--bottom .navbar-nav > li > a:active:before {
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
    .navbar__menu--bottom .navbar-nav > li.dropdown i {
      display: none; }
    .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu-large {
      padding: 20px 0;
      border-top: 1px solid #DEE2E5 !important; }
    .navbar__menu--bottom .navbar-nav > li.dropdown.open > a {
      color: #224099;
      background-color: transparent; }
      .navbar__menu--bottom .navbar-nav > li.dropdown.open > a:before {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu {
      border: none;
      border-radius: 0px;
      box-shadow: none; }
      .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2-wrapper {
        float: right;
        padding: 0px 10px; }
      .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 150px;
        -moz-column-width: 150px;
        column-width: 150px;
        height: 300px; }
        .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li {
          -webkit-column-break-inside: avoid;
          -moz-column-break-inside: avoid;
          column-break-inside: avoid;
          page-break-inside: avoid; }
          .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li.active > a {
            color: #224099; }
          .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li.dropdown-submenu .dropdown-menu > li a {
            color: #777777; }
            .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li.dropdown-submenu .dropdown-menu > li a:hover, .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li.dropdown-submenu .dropdown-menu > li a:active, .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li.dropdown-submenu .dropdown-menu > li a:focus {
              color: #FDB102 !important; }
          .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a {
            text-transform: uppercase;
            font-weight: bold;
            padding: 3px 15px;
            color: #222222;
            background-color: transparent;
            white-space: normal; }
            .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a:hover, .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a:active, .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a:focus {
              color: #FDB102;
              background-color: transparent; }
            .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a + .dropdown-menu {
              display: block;
              position: relative;
              float: none;
              margin: 0; }
              .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a + .dropdown-menu > li.active > a {
                color: #224099; }
              .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a + .dropdown-menu > li > a {
                padding: 2px 15px;
                outline: none;
                color: #222222;
                background-color: transparent;
                white-space: normal; }
                .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a + .dropdown-menu > li > a:hover, .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a + .dropdown-menu > li > a:active, .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__lv2 > li > a + .dropdown-menu > li > a:focus {
                  background-color: transparent;
                  color: #FDB102; }
      .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__left {
        width: 60%;
        min-height: 300px;
        float: left;
        border-right: 1px solid #9EACB5;
        padding: 0 15px 0 0; }
        .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__left--noborder {
          border-right: none; }
      .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__right {
        width: 40%;
        min-height: 300px;
        float: left;
        padding: 0 15px; }
        .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__right h5 small {
          color: #224099;
          font-weight: bold; }
        .navbar__menu--bottom .navbar-nav > li.dropdown .dropdown-menu .dropdown__right p {
          line-height: 1; }
  .navbar__menu--stock {
    background-color: #224099;
    position: relative;
    z-index: 1; }
  .navbar__menu--breadcrumbs {
    border-top: 1px solid #DEE2E5; }
    .navbar__menu--breadcrumbs .breadcrumb {
      background-color: transparent;
      padding: 10px 0; }
      .navbar__menu--breadcrumbs .breadcrumb > li {
        color: #224099;
        text-transform: uppercase; }
        .navbar__menu--breadcrumbs .breadcrumb > li + li:before {
          content: ">"; }
        .navbar__menu--breadcrumbs .breadcrumb > li:last-child {
          font-weight: bold;
          text-transform: uppercase;
          color: #224099; }

.navbar__lang--bar > li {
  padding: 5px; }
  .navbar__lang--bar > li:nth-child(odd) {
    padding-right: 0px; }
    .navbar__lang--bar > li:nth-child(odd) > a {
      border-right: 1px solid #1F1F1F;
      padding-right: 5px; }
  .navbar__lang--bar > li.active > a {
    color: #224099; }
  .navbar__lang--bar > li > a {
    padding: 0px;
    line-height: 1;
    color: #9EACB5;
    background-color: transparent; }
    .navbar__lang--bar > li > a:hover, .navbar__lang--bar > li > a:active, .navbar__lang--bar > li > a:focus {
      color: #224099;
      background-color: transparent; }

.navbar__stock {
  max-height: 50px; }
  .navbar__stock--title {
    color: #B5CBDE; }
    .navbar__stock--title small {
      color: #B5CBDE; }
    .navbar__stock--title + span {
      color: #B5CBDE; }
  .navbar__stock--lastdone .navbar__stock--title {
    position: relative;
    margin-right: 20px; }
    .navbar__stock--lastdone .navbar__stock--title.up:after {
      font-family: "tu" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\50";
      position: absolute;
      top: 5px;
      color: #FFF; }
    .navbar__stock--lastdone .navbar__stock--title.down:after {
      font-family: "tu" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\7b";
      position: absolute;
      top: 3px;
      color: #FFF; }
  .navbar__stock.list-group {
    margin: 0;
    height: 50px;
    line-height: 50px;
    display: table;
    width: 100%; }
    .navbar__stock.list-group .list-group-item {
      font-size: 95%;
      display: table-cell;
      background-color: transparent;
      border: none;
      color: #FFF;
      padding: 0; }
      .navbar__stock.list-group .list-group-item > div {
        float: left; }
        .navbar__stock.list-group .list-group-item > div + div {
          margin-left: 5px; }
        .navbar__stock.list-group .list-group-item > div a small {
          font-size: 85%;
          border-bottom: 1px solid #FFF; }
  .navbar__stock small {
    font-size: 75%; }

.navbar__social .navbar-nav {
  margin-right: 1rem;
  padding: 4px 0 0 0;
  min-width: 110px; }
  .navbar__social .navbar-nav > li.active a {
    color: #224099;
    background-color: transparent; }
  .navbar__social .navbar-nav > li:first-child a {
    color: #90A0A7; }
    .navbar__social .navbar-nav > li:first-child a:hover, .navbar__social .navbar-nav > li:first-child a:active, .navbar__social .navbar-nav > li:first-child a:focus {
      color: #B2B8BC; }
  .navbar__social .navbar-nav > li a {
    padding: 0 3px;
    color: #D6D6D6;
    background-color: transparent;
    outline: none; }
    .navbar__social .navbar-nav > li a:hover, .navbar__social .navbar-nav > li a:active, .navbar__social .navbar-nav > li a:focus {
      color: #D6D6D6;
      background-color: transparent;
      outline: none; }
    .navbar__social .navbar-nav > li a > span {
      display: block;
      float: left; }
      .navbar__social .navbar-nav > li a > span.icon {
        color: #90A0A7; }
        .navbar__social .navbar-nav > li a > span.icon:before {
          font-size: 24px; }
        .navbar__social .navbar-nav > li a > span.icon:hover {
          color: #224099; }
      .navbar__social .navbar-nav > li a > span + span {
        margin: 0 10px 0 5px;
        font-weight: bold; }

.dropdown-large {
  position: static !important; }

.dropdown-menu-large {
  right: 0;
  left: 0;
  top: 90px;
  margin: 0px;
  padding: 0px; }

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0; }

.dropdown-menu-large > li > ul > li {
  list-style: none; }

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

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

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

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px; }
