@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,600,700,300italic,400italic);
@import url(../fonts/bai/style.css);
@font-face {
  font-family: "Aaux";
  src: url("fonts/aaux.woff2") format("woff2"), url("fonts/aaux.woff") format("woff"); }
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: white; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

.grid-header-group:before, .grid-header-group .box-sized:before, .grid-header-group:after, .grid-header-group .box-sized:after {
  content: "";
  display: table; }
.grid-header-group:after, .grid-header-group .box-sized:after {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.upp {
  text-transform: uppercase; }

.no-margin {
  margin: 0 !important; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.text-light {
  font-weight: 300 !important; }

@media only screen and (max-width: 960px) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (max-width: 767px) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
.show-medium-down {
  display: none; }

@media only screen and (max-width: 960px) {
  .medium-down-show {
    display: table;
    clear: both;
    width: 100px;
    background-color: red;
    height: 50px; }

  .hide-medium-down {
    display: none !important; }

  .show-medium-down {
    display: block !important; } }
.vertical-space {
  margin-bottom: 20px;
  margin-top: 20px; }

.bottom-space {
  margin-bottom: 20px; }

.half-bottom-space {
  margin-bottom: 13.33333px; }

.double-bottom-space {
  margin-bottom: 40px; }

.top-space {
  margin-top: 20px; }

.bottom-padding {
  padding-bottom: 20px; }

.double-bottom-padding {
  padding-bottom: 40px; }

.no-bottom-space {
  margin-bottom: 0 !important; }

.no-bottom-padding {
  padding-bottom: 0 !important; }

@media only screen and (min-width: 961px) {
  .show-only-large {
    display: block; } }
@media only screen and (max-width: 960px) {
  .show-only-large {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .show-only-medium {
    display: block; } }
@media only screen and (max-width: 767px) {
  .show-down-medium {
    display: block; }

  .show-up-medium,
  .show-only-medium {
    display: none; } }
@media only screen and (min-width: 961px) {
  .show-only-medium {
    display: none; } }
@media only screen and (min-width: 561px) and (max-width: 767px) {
  .show-only-small {
    display: block; } }
@media only screen and (max-width: 560px) {
  .show-only-small {
    display: none; } }
@media only screen and (min-width: 768px) {
  .show-up-medium {
    display: block; }

  .show-down-medium,
  .show-only-small {
    display: none; } }
@media only screen and (max-width: 559px) {
  .show-only-tiny {
    display: block; } }
@media only screen and (min-width: 560px) {
  .show-only-tiny {
    display: none; } }
.media img {
  display: block;
  max-width: 100%; }

.hide-all {
  display: none; }

.push-left {
  float: left; }

html.loading {
  cursor: wait !important; }

html.loading:hover, html.loading:focus, html.loading * {
  cursor: wait !important; }

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Aaux", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25; }

strong,
em,
h1,
h2,
h3,
h4,
h5,
h5 {
  font-weight: bold; }

.entry-text {
  max-width: 1600px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.9;
  /* Headings */
  /* Text elements */ }
  .entry-text .row .column {
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 440px) {
      .entry-text .row .column {
        float: none !important;
        width: 100% !important;
        padding-top: 5px;
        padding-bottom: 5px; } }
  .entry-text .media.push-left {
    margin: 3px 20px 20px 0; }
    @media screen and (max-width: 440px) {
      .entry-text .media.push-left {
        float: none;
        margin: 3px 0 10px; } }
  .entry-text .media.push-right {
    margin: 3px 0 20px 20px; }
    @media screen and (max-width: 440px) {
      .entry-text .media.push-right {
        float: none;
        margin: 3px 0 10px; } }
  .entry-text .media.push-center {
    margin-top: 3px;
    margin-bottom: 20px; }
    @media screen and (max-width: 440px) {
      .entry-text .media.push-center {
        margin: 3px 0 10px; } }
  @media screen and (min-width: 441px) {
    .entry-text .media.media-medium {
      max-width: 216px; } }
  .entry-text h1, .entry-text h2, .entry-text h3, .entry-text h4, .entry-text h5, .entry-text h6 {
    font-weight: 600;
    margin: 0;
    color: #4b91e2;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 6.66667px;
    margin-bottom: 10px; }
  .entry-text hr {
    clear: both;
    background-color: #e9edf0;
    border: 0;
    height: 2px;
    margin-top: 36px;
    margin-bottom: 30px; }
    .entry-text hr:last-child {
      margin-bottom: 12px; }
    @media screen and (max-width: 560px) {
      .entry-text hr {
        margin-top: 16px;
        margin-bottom: 12px; } }
  .entry-text p {
    margin: 0 0 20px; }
  .entry-text ul, .entry-text ol {
    margin: 0 0 20px 3em; }
  .entry-text ul {
    list-style: disc; }
  .entry-text ol {
    list-style: decimal; }
  .entry-text li > ul,
  .entry-text li > ol {
    margin-bottom: 0;
    margin-left: 20px; }
  .entry-text dt {
    font-weight: bold; }
  .entry-text dd {
    margin: 0 20px 20px; }
  .entry-text b, .entry-text strong {
    font-weight: normal;
    font-family: "Aaux", "Arial", sans-serif; }
  .entry-text dfn, .entry-text cite, .entry-text em, .entry-text i {
    font-style: italic; }
  .entry-text blockquote {
    margin: 0 20px; }
  .entry-text address {
    margin: 0 0 20px; }
  .entry-text pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%; }
  .entry-text code, .entry-text kbd, .entry-text tt, .entry-text var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
  .entry-text abbr, .entry-text acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  .entry-text mark, .entry-text ins {
    background: #fff9c0;
    text-decoration: none; }
  .entry-text sup,
  .entry-text sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .entry-text sup {
    bottom: 1ex; }
  .entry-text sub {
    top: .5ex; }
  .entry-text small {
    font-size: 75%; }
  .entry-text big {
    font-size: 125%; }
  .entry-text figure {
    margin: 0; }
  .entry-text table {
    margin: 0 0 20px;
    width: 100%; }
  .entry-text th {
    font-weight: bold; }
  .entry-text img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */ }
  .entry-text blockquote {
    padding: 5px 20px;
    quotes: "“" "”" "‘" "’";
    color: #4b91e2;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    max-width: 620px;
    margin: 20px auto 20px auto; }
    .entry-text blockquote:before, .entry-text blockquote:after {
      font-style: normal;
      color: #4b91e2;
      font-family: "Aaux", "Arial", sans-serif;
      font-weight: 300;
      font-size: 36px;
      line-height: 1;
      position: absolute; }
    .entry-text blockquote:before {
      content: open-quote;
      margin-left: -20px;
      margin-top: 3px; }
    .entry-text blockquote:after {
      content: close-quote;
      margin-left: 10px;
      margin-top: 4px; }
    .entry-text blockquote p {
      display: inline; }
    @media screen and (max-width: 440px) {
      .entry-text blockquote {
        padding: 5px 0;
        position: relative; }
        .entry-text blockquote:before {
          content: open-quote;
          margin: 0;
          top: -10px; }
        .entry-text blockquote:after {
          margin: 14px 0 0 4px; } }
  .entry-text table {
    width: 90%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
    margin: 1em auto;
    border-collapse: collapse; }
  .entry-text caption {
    color: #9ba9b4;
    font-size: .94em;
    letter-spacing: .1em;
    margin: 1em 0 0 0;
    padding: 0;
    caption-side: top;
    text-align: center; }
  .entry-text td {
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: center; }
  .entry-text th {
    font-weight: normal;
    color: #678197;
    text-align: left;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em; }
  .entry-text thead th {
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #66a3d3; }
  .entry-text tfoot td {
    text-align: left;
    background: #f4f9fe; }
  .entry-text figure {
    margin: 1.5em 0 2em; }
  .entry-text figure img {
    display: block;
    margin: 0 auto 0.75em;
    border: 1px solid #ddd;
    padding: 6px;
    background: #fff; }
  .entry-text figcaption {
    margin: .75em 0;
    text-align: center;
    font: italic 13px/18px Cambria, Georgia, "Times New Roman", Times, serif; }

.text-10 {
  font-size: 10px; }

.text-11 {
  font-size: 11px; }

.text-12 {
  font-size: 12px; }

/* Links */
button,
a {
  color: #002e5e;
  text-decoration: none;
  -webkit-transition: all 0.33s;
  -moz-transition: all 0.33s;
  transition: all 0.33s;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none; }
  button:hover, button:active, button:focus,
  a:hover,
  a:active,
  a:focus {
    color: #a7b5be;
    outline: none; }

figure.media {
  margin: 0;
  padding: 0; }

.media.push-left {
  float: left; }
.media.push-right {
  float: right; }
.media.push-center {
  text-align: center; }
  .media.push-center img {
    margin: 0 auto; }

a:active, a:focus {
  -webkit-tap-highlight-color: transparent; }

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row.double-gutter {
    margin-left: -20px;
    margin-right: -20px; }
    .row.double-gutter .column,
    .row.double-gutter .item {
      padding-left: 20px;
      padding-right: 20px; }
    @media screen and (max-width: 1100px) {
      .row.double-gutter {
        margin-left: -10px;
        margin-right: -10px; }
        .row.double-gutter .column,
        .row.double-gutter .item {
          padding-left: 10px;
          padding-right: 10px; } }
  .row.triple-gutter {
    margin-left: -30px;
    margin-right: -30px; }
    .row.triple-gutter .column,
    .row.triple-gutter .item {
      padding-left: 30px;
      padding-right: 30px; }
    @media screen and (max-width: 1100px) {
      .row.triple-gutter {
        margin-left: -10px;
        margin-right: -10px; }
        .row.triple-gutter .column,
        .row.triple-gutter .item {
          padding-left: 10px;
          padding-right: 10px; } }
  .row.tiny-gutter {
    margin-left: -5px;
    margin-right: -5px; }
    .row.tiny-gutter .column,
    .row.tiny-gutter .item {
      padding-left: 5px;
      padding-right: 5px; }
  .row.xtiny-gutter {
    margin-left: -2px;
    margin-right: -2px; }
    .row.xtiny-gutter .column,
    .row.xtiny-gutter .item {
      padding: 2px; }
    .row.xtiny-gutter .row .column,
    .row.xtiny-gutter .row .item {
      padding: 0 2px; }
    .row.xtiny-gutter .row + .row {
      padding-top: 4px; }
  .row .column,
  .row .item {
    float: left;
    padding: 15px; }
    .row .column.x1,
    .row .item.x1 {
      width: 8.33333%; }
    .row .column.x2,
    .row .item.x2 {
      width: 16.66667%; }
    .row .column.x3,
    .row .item.x3 {
      width: 25%; }
    .row .column.x4,
    .row .item.x4 {
      width: 33.33333%; }
    .row .column.x5,
    .row .item.x5 {
      width: 41.66667%; }
    .row .column.x6,
    .row .item.x6 {
      width: 50%; }
    .row .column.x7,
    .row .item.x7 {
      width: 58.33333%; }
    .row .column.x8,
    .row .item.x8 {
      width: 66.66667%; }
    .row .column.x9,
    .row .item.x9 {
      width: 75%; }
    .row .column.x10,
    .row .item.x10 {
      width: 83.33333%; }
    .row .column.x11,
    .row .item.x11 {
      width: 91.66667%; }
    .row .column.x12,
    .row .item.x12 {
      width: 100%; }
  @media screen and (max-width: 1100px) {
    .row {
      margin-left: -10px;
      margin-right: -10px; }
      .row .column,
      .row .item {
        padding-left: 10px;
        padding-right: 10px; } }
  @media screen and (max-width: 660px) {
    .row .column,
    .row .item {
      padding-top: 10px;
      padding-bottom: 10px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
  width: 100%;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots li {
  cursor: pointer;
  display: inline-block; }
  .slick-dots li .bai {
    display: inline-block;
    font-size: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #002e5e; }
  .slick-dots li.slick-active .bai {
    color: #00baff; }

.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  padding: 0; }
  .slick-prev:hover, .slick-prev:focus, .slick-prev:active,
  .slick-next:hover,
  .slick-next:focus,
  .slick-next:active {
    outline: none;
    opacity: 0.5; }
  .slick-prev .bai,
  .slick-next .bai {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #002e5e; }

.slide-group {
  margin-bottom: 20px; }
  .slide-group:after {
    content: "";
    display: table;
    clear: both; }
  .slide-group .slide {
    height: 607px;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (min-width: 861px) {
      .slide-group .slide.slide-small {
        background-image: none !important; } }

.top-hero {
  position: relative; }
  .top-hero .slide-box {
    margin-top: 8%;
    width: 382px;
    float: left; }
  .top-hero .wrap-dots {
    position: relative; }
  .top-hero .slick-dots {
    height: 0;
    position: absolute;
    width: 100%;
    text-align: right;
    display: inline-block;
    top: inherit;
    bottom: 175px;
    right: 0;
    min-width: 330px; }
    .top-hero .slick-dots li {
      display: inline-block;
      margin: 2px;
      position: relative;
      padding-bottom: 5px; }
      .top-hero .slick-dots li:first-of-type button {
        margin-left: 0; }
      .top-hero .slick-dots li button {
        display: block;
        width: 23px;
        height: 23px;
        border: solid 2px #ffffff;
        border-radius: 30px;
        background: transparent;
        margin: auto 10px; }
      .top-hero .slick-dots li.slick-active:before {
        opacity: 1;
        bottom: 0; }
      .top-hero .slick-dots li.slick-active button {
        background: white; }
  .top-hero .fixed-right {
    position: absolute;
    top: 30%;
    right: 0; }
  @media screen and (min-width: 461px) {
    .top-hero.small-caption .slide-box {
      margin-top: 20px;
      width: 255px; } }

.gradient {
  display: block;
  background: rgba(0, 163, 224, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 163, 224, 0.9) 0%, rgba(216, 216, 216, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 163, 224, 0.9) 0%, rgba(216, 216, 216, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 163, 224, 0.9) 0%, rgba(216, 216, 216, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(74,144,226,0.7)', endColorstr='rgba(216,216,216,0.7)',GradientType=0 );
  color: white;
  border-top-left-radius: 28px;
  padding: 32px 20px 20px; }

.slide-box {
  font-size: 16px; }
  .slide-box .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 12px; }
  .slide-box .tagline {
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
    padding: 5px 0 30px; }
  .slide-box .text-wrap {
    padding-bottom: 5px; }
    .slide-box .text-wrap + .actions {
      padding-top: 16px; }

@media screen and (min-width: 461px) {
  .top-hero.small-caption .gradient {
    padding: 30px 30px 0;
    height: 210px;
    overflow: hidden; }
  .top-hero.small-caption .slide-box {
    font-size: 16px; }
    .top-hero.small-caption .slide-box .title {
      font-size: 20px; } }
.mini-slider .slide {
  position: relative;
  font-size: 14px;
  display: block;
  position: relative;
  color: white; }
.mini-slider .slide-link {
  color: white; }
.mini-slider .tagline {
  font-size: 14px;
  color: #c3d9f7;
  padding-bottom: 5px; }
.mini-slider .sub-title {
  line-height: 1.2;
  font-size: 23px;
  font-weight: 400;
  padding-bottom: 15px; }
.mini-slider .button-text {
  font-size: 11px;
  color: #c3d9f7; }
.mini-slider .actions {
  position: absolute;
  bottom: 36px; }
.mini-slider .mini-text {
  padding-bottom: 42px; }
.mini-slider .slide-text {
  padding-top: 70px;
  margin-left: 51%;
  position: relative; }
.mini-slider .slide-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 51%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%; }

.mini-slider-wrapper {
  position: relative; }
  .mini-slider-wrapper .mini-slider-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    padding: 10px 10px 10px 28px;
    z-index: 99; }
  .mini-slider-wrapper .slick-arrow {
    position: absolute; }
  .mini-slider-wrapper .slick-next {
    right: 10px; }
  .mini-slider-wrapper .slick-prev {
    right: 10px;
    margin-top: 32px; }
  .mini-slider-wrapper .slick-dots {
    position: absolute;
    top: 10px;
    margin-left: -7px; }

.info-groups .slide,
.info-groups .equal-column {
  min-height: 300px; }

@media screen and (max-width: 960px) {
  .top-hero {
    position: relative; }
    .top-hero .slide-box {
      margin-top: 30px;
      width: 276px;
      height: 240px; }
    .top-hero .wrap-dots {
      position: static; }
    .top-hero .slick-dots {
      top: 290px;
      right: auto;
      left: 10px;
      min-width: 0px;
      width: 276px; }
      .top-hero .slick-dots li {
        padding-left: 2px;
        padding-right: 2px;
        display: block;
        float: left;
        margin: 0; }
        .top-hero .slick-dots li.slick-active:before {
          opacity: 1;
          bottom: 0; }
        .top-hero .slick-dots li.slick-active img {
          max-width: 100%;
          opacity: 1; }
    .top-hero .fixed-right {
      display: none; }

  .slide-box {
    font-size: 16px; }
    .slide-box .title {
      font-size: 14px;
      padding-bottom: 10px; }
    .slide-box .tagline {
      font-size: 30px;
      font-weight: 400;
      padding: 5px 0 10px; }
    .slide-box .text-wrap {
      padding-bottom: 5px; }
      .slide-box .text-wrap + .actions {
        padding-top: 16px; }
    .slide-box .button {
      font-size: 12px; }

  .gradient {
    border-top-left-radius: 28px;
    padding: 28px 17px 17px; }

  .mini-slider-wrapper .mini-slider-nav {
    padding-left: 11px; }

  .mini-slider .tagline {
    font-size: 12px; } }
@media screen and (max-width: 900px) {
  .top-hero.small-caption .slide {
    height: 450px; } }
@media screen and (max-width: 760px) {
  .slide-group {
    margin-bottom: 20px; }
    .slide-group .slide {
      height: 412px;
      background-size: cover; } }
@media screen and (max-width: 660px) {
  .mini-slider-wrapper .mini-slider .slide {
    min-height: 260px; }

  .mini-slider-wrapper .mini-slider-nav {
    padding-left: 22px;
    width: 60%; }

  .mini-slider .tagline {
    font-size: 12px; }
  .mini-slider .slide-text {
    margin-left: 40%; }
    .mini-slider .slide-text.box-gutter {
      padding-left: 22px; }
  .mini-slider .mini-text {
    padding-bottom: 0; }
  .mini-slider .actions {
    display: none; }
  .mini-slider .slide-image {
    width: 40%;
    background-size: 110% auto; } }
@media screen and (max-width: 560px) {
  .mini-slider .slide {
    font-size: 12px; }
  .mini-slider .tagline {
    display: none; }
  .mini-slider .sub-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px; }
  .mini-slider .mini-text {
    padding-bottom: 0; }
  .mini-slider .slide-text {
    padding-top: 0;
    margin-left: 0;
    padding: 12px 26px 44px 20px; }
  .mini-slider .slide-image {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 100%;
    padding-top: 90%;
    background-size: 100% auto; }

  .mini-slider-wrapper .mini-slider-nav {
    padding-left: 0;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 0;
    text-align: center; }
    .mini-slider-wrapper .mini-slider-nav .slick-dots {
      position: relative;
      top: auto;
      margin-left: 0;
      margin-top: -30px; }
    .mini-slider-wrapper .mini-slider-nav .slick-arrow {
      display: none !important; } }
@media screen and (max-width: 460px) {
  .slide-group {
    margin-bottom: 2px; }
    .slide-group .slide {
      height: 264px; }

  .top-hero {
    position: relative; }
    .top-hero .slide-box {
      position: absolute;
      left: 10px;
      bottom: 12px;
      max-width: 320px;
      width: 282px;
      height: auto; }
    .top-hero .wrap-dots {
      padding-right: 0;
      padding-left: 0;
      margin-left: -1px;
      margin-right: 0;
      position: relative; }
    .top-hero .slick-dots {
      clear: both;
      float: left;
      width: 100%;
      height: auto;
      position: relative;
      display: block;
      top: auto;
      bottom: auto;
      right: auto;
      left: auto;
      min-width: 220px;
      margin: 10px 10px 20px;
      z-index: 10; }
      .top-hero .slick-dots li {
        padding-left: 1px;
        padding-right: 1px; }
        .top-hero .slick-dots li.slick-active button {
          background-color: #00a3e0; }
        .top-hero .slick-dots li button {
          border-color: #00a3e0; }

  .slide-box {
    font-size: 12px; }
    .slide-box .title {
      font-size: 14px;
      font-weight: 600;
      padding-bottom: 0; }
    .slide-box .tagline {
      font-size: 20px;
      font-weight: 600;
      padding: 2px 0 5px; }
    .slide-box .actions {
      display: none; } }
@media screen and (min-width: 461px) {
  .fixed-box.wrap-dots {
    position: static; }
    .fixed-box.wrap-dots .slick-dots {
      top: 240px;
      right: auto;
      left: 12px;
      min-width: 0px;
      width: 276px; }
      .fixed-box.wrap-dots .slick-dots li {
        width: 61px;
        padding-left: 1px;
        padding-right: 1px; } }
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc7d8;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-appearance: none; }
  .form-control.readonly {
    color: #979797; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.button {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #00a3e0;
  color: #FFF;
  border: none;
  border-radius: 0; }
  .button:focus, .button:active:focus, .button.active:focus, .button.focus, .button:active.focus, .button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .button:hover, .button:focus, .button.focus {
    color: white;
    background: #0e4d97;
    text-decoration: none; }
  .button:active, .button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .button.disabled, .button[disabled], fieldset[disabled] .button {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65; }
  .button.disabled,
  .button fieldset[disabled] a {
    pointer-events: none; }

.button.radius {
  border-top-left-radius: 10px; }
.button.blue-dark {
  background: #002e5e; }
  .button.blue-dark:hover, .button.blue-dark:focus, .button.blue-dark.focus {
    background: #0e4d97; }
.button.button-large {
  font-size: 14px;
  padding: 16px 20px; }
  .button.button-large.radius {
    border-top-left-radius: 12px; }
.button.tiny {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0; }
.button.button-normal {
  font-weight: normal; }
.button.button-blue-light {
  background: #4b91e2;
  color: #002e5e;
  -webkit-transition: background 0.33s, color 0.33s;
  -moz-transition: background 0.33s, color 0.33s;
  transition: background 0.33s, color 0.33s; }
  .button.button-blue-light.focus, .button.button-blue-light.active, .button.button-blue-light:hover {
    color: #4b91e2 !important;
    background: #002e5e; }
.button.button-yellow {
  background: #e5ed35;
  color: #002e5e;
  -webkit-transition: background 0.33s, color 0.33s;
  -moz-transition: background 0.33s, color 0.33s;
  transition: background 0.33s, color 0.33s; }
  .button.button-yellow.focus, .button.button-yellow.active, .button.button-yellow:hover {
    color: #e5ed35 !important;
    background: #002e5e; }
.button.button-blue-direct {
  background: #00a3e0; }
  .button.button-blue-direct:hover {
    background: #828C96; }
.button.button-gray-direct {
  background: #828C96; }
  .button.button-gray-direct:hover {
    background: #00a3e0; }
.button.button-link {
  background: transparent;
  color: #002e5e;
  -webkit-transition: background 0.33s, color 0.33s;
  -moz-transition: background 0.33s, color 0.33s;
  transition: background 0.33s, color 0.33s; }
  .button.button-link.focus, .button.button-link.active, .button.button-link:hover {
    color: #4b91e2 !important;
    background: #002e5e; }
.button.button-bordered {
  border: 1px solid #c3d9f7;
  display: block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  background: white;
  color: #3671c7;
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  transition: 0.33s; }
  .button.button-bordered:hover {
    background: #e6f0fb; }

.pos-button {
  padding-right: 50px;
  position: relative; }
  .pos-button .button {
    position: absolute;
    top: 0;
    right: 0; }

.search-form .form-control::-webkit-input-placeholder {
  color: #868686;
  font-style: italic; }
.search-form .form-control::-moz-placeholder {
  color: #868686;
  font-style: italic; }
.search-form .form-control:-moz-placeholder {
  color: #868686;
  font-style: italic; }
.search-form .form-control:-ms-input-placeholder {
  color: #868686;
  font-style: italic; }

.select-fake.dropdown {
  display: block;
  font-size: 14px;
  color: #2A393F;
  z-index: 10;
  position: relative; }
  .select-fake.dropdown .trigger-dropdown:hover {
    background-color: #e6f0fb; }
  .select-fake.dropdown .trigger-dropdown {
    padding: 8px 0 8px 5px;
    position: relative;
    display: block;
    z-index: 21;
    border-bottom: 1px solid #e5e5e5;
    -webkit-tap-highlight-color: transparent; }
  .select-fake.dropdown .bai {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 16px;
    color: #4b91e2; }
  .select-fake.dropdown .dropdown-list {
    margin-top: 0;
    display: block;
    width: 100%;
    position: absolute;
    background: white;
    bottom: auto;
    top: 100%;
    right: auto;
    left: 0;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.2);
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 12px 0;
    margin-top: 12px; }
    .select-fake.dropdown .dropdown-list:before {
      margin-top: -7px;
      content: "";
      display: block !important;
      position: absolute;
      right: 10px;
      top: 0;
      width: 10px;
      height: 7px;
      z-index: 21;
      bottom: auto;
      left: auto;
      background: #FFF url(../img/triangule.png) no-repeat center bottom;
      box-shadow: none; }
    .select-fake.dropdown .dropdown-list li a {
      display: block;
      padding: 12px 10px 12px 30px; }
      .select-fake.dropdown .dropdown-list li a:hover {
        -webkit-tap-highlight-color: transparent;
        background-color: #e6f0fb; }

.site-header {
  position: relative;
  z-index: 11;
  background: #FFF; }

.top-navigation {
  border-bottom: 2px solid #e9ecef;
  font-size: 14px;
  height: 44px;
  position: relative;
  z-index: 20;
  background: white; }
  .top-navigation:after {
    content: "";
    display: table;
    clear: both; }
  .top-navigation .left-column {
    float: left;
    font-weight: 600; }
    .top-navigation .left-column .nav {
      position: relative;
      margin-left: -12.5px; }
  .top-navigation .right-column {
    float: right; }
    .top-navigation .right-column nav {
      float: right; }
  .top-navigation .fulfill > ul > li > a {
    height: 44px; }
  .top-navigation .nav .space {
    border: none;
    display: block;
    line-height: 30px;
    padding: 8px 12.5px 8px;
    height: 42px;
    color: #002e5e; }
  .top-navigation .nav > ul > li > a {
    border: none;
    display: block;
    line-height: 30px;
    font-weight: 400;
    padding: 8px 12.5px 8px;
    height: 42px;
    cursor: pointer; }
  .top-navigation .nav > ul > li.active > a {
    font-weight: 600; }
  .top-navigation .nav.fulfill a {
    padding-top: 6px; }

.top-middle {
  height: 78px;
  position: relative;
  z-index: 18;
  background: white; }
  .top-middle:after {
    content: "";
    display: table;
    clear: both; }
  .top-middle .nav.nav-icons {
    float: right; }

.logo {
  float: left;
  padding: 22px 0 0; }
  .logo a {
    font-size: 0;
    float: left;
    width: 111px;
    height: 37px;
    background: url(../img/logo-bai.png) no-repeat center center;
    background-size: contain; }

.main-navigation {
  position: relative;
  z-index: 15; }
  .main-navigation:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/nav-private.png);
    background-repeat: no-repeat;
    z-index: 12; }
  .main-navigation .nav > ul > li > a {
    position: relative;
    z-index: 13; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo a {
    background-image: url(../img/logo-bai@2x.png);
    background-size: 111px 37px; }

  .main-navigation:after {
    background-image: url(../img/nav-private@2x.png); } }
.site-section {
  font-weight: 100;
  float: left;
  font-size: 21px;
  letter-spacing: -0.4px;
  color: #00a3e0;
  border-left: 2px solid #979797;
  line-height: 36px;
  margin-left: 17px;
  padding-left: 14px;
  padding-right: 14px; }

.search-wrap {
  position: relative;
  overflow: hidden; }

.search-trigger.active .bai:before {
  content: "\e91e"; }

.search-wrap {
  z-index: 21; }

.search-form-wrap {
  border-top: 1px solid #e9ecef;
  background: #e6f0fb;
  color: #e5e5e5;
  padding: 10px 0 0;
  height: 50px;
  position: relative;
  margin-top: -50px;
  -webkit-transition: margin 0.53s;
  -moz-transition: margin 0.53s;
  transition: margin 0.53s; }
  .search-form-wrap.opened {
    -webkit-transition: margin 0.33s;
    -moz-transition: margin 0.33s;
    transition: margin 0.33s;
    margin-top: 0;
    z-index: 11; }
  .search-form-wrap .form-control {
    height: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    color: #002e5e;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .search-form-wrap .form-control.readonly {
      color: #979797; }
    .search-form-wrap .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .search-form-wrap .button {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    background: #c3d9f7;
    color: #4b91e2;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
    .search-form-wrap .button:active
    .search-form-wrap .button:focus, .search-form-wrap .button:hover {
      background: #0e4d97;
      color: white; }

@media screen and (max-width: 760px) {
  .logo a {
    width: 83px;
    height: 28px;
    background-image: url(../img/logo-bai-mobile.png); } }
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 760px), (min-resolution: 192dpi) and (max-width: 760px) {
  .logo a {
    background-image: url(../img/logo-bai-mobile@2x.png);
    background-size: 83px 28px; } }
.nav {
  position: relative; }
  .nav:after {
    content: "";
    display: table;
    clear: both; }
  .nav #slide-top-bar {
    display: block;
    position: absolute;
    height: 4px;
    background: #0e4d97;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav.top-border a {
    display: block;
    color: #a7b5be;
    text-decoration: none;
    padding: 12px 12.5px 10px;
    position: relative;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
    .nav.top-border a:after {
      display: block;
      position: absolute;
      width: calc(100% - 25px);
      left: 12.5px;
      top: -4px;
      height: 4px;
      background: transparent;
      -webkit-transition: 0.33s;
      -moz-transition: 0.33s;
      transition: 0.33s; }
    .nav.top-border a:hover {
      color: #0e4d97; }
      .nav.top-border a:hover:after {
        top: 0;
        background: #0e4d97; }
  .nav.top-border .active a {
    color: #002e5e; }
    .nav.top-border .active a:after {
      top: 0;
      background: #00a3e0; }
  .nav.fulfill > ul > li > a {
    background: #002e5e;
    color: white;
    padding-left: 20px;
    padding-right: 20px; }
  .nav.nav-icons {
    font-size: 13px; }
    .nav.nav-icons .bai {
      font-size: 24px;
      margin-right: 8px; }
    .nav.nav-icons span {
      vertical-align: middle; }
    .nav.nav-icons > ul > li > a {
      background: white;
      display: block;
      height: 78px;
      padding: 28px 14px 0;
      line-height: 22px;
      font-size: 13px;
      letter-spacing: 1.5px;
      position: relative; }
      .nav.nav-icons > ul > li > a .bai {
        position: relative; }
        .nav.nav-icons > ul > li > a .bai:after {
          content: "";
          display: block;
          height: 100%;
          top: 2px;
          left: -14px;
          width: 1px;
          background: #e5e5e5;
          position: absolute; }
    .nav.nav-icons > ul > li:first-child > a .bai:after {
      display: none; }
  .nav.nav-separated li {
    position: relative;
    padding-left: 2px; }
    .nav.nav-separated li a {
      padding-left: 16px;
      padding-right: 12px; }
    .nav.nav-separated li + li:before {
      content: "";
      display: block;
      height: 100%;
      top: 2px;
      left: 0;
      width: 1px;
      background: #e5e5e5;
      position: absolute; }

.add-menu-fix li a {
  font-size: 0.87em; }
  @media only screen and (max-width: 1060px) {
    .add-menu-fix li a {
      font-size: 14px;
      padding-left: 5px !important;
      padding-right: 5px !important; } }
  @media only screen and (max-width: 1010px) {
    .add-menu-fix li a {
      font-size: 11px; } }
  @media only screen and (max-width: 880px) {
    .add-menu-fix li a {
      font-size: 0.6em; } }
  @media only screen and (max-width: 760px) {
    .add-menu-fix li a {
      font-size: inherit; } }

.text-label strong {
  display: inline-block;
  font-weight: normal;
  margin-right: 50px; }
.text-label small {
  font-size: 100%; }
@media screen and (max-width: 760px) {
  .text-label strong {
    margin-right: 0; }
  .text-label small {
    display: none; } }

.main-dropdown > li > a {
  line-height: 50px; }

.nav-horizontal > ul > li {
  float: left; }

.nav.lang-switcher {
  font-weight: 300;
  padding-left: 20px;
  padding-right: 10px; }
  .nav.lang-switcher .active {
    font-weight: 600; }
  .nav.lang-switcher a {
    padding-left: 0;
    padding-right: 0;
    width: 55px;
    text-align: center; }

.quick-links .bai {
  font-size: 20px; }

.dropdown {
  position: relative; }
  .dropdown > a {
    position: relative;
    z-index: 11; }
  .dropdown [data-toggle="dropdown"] .bai {
    margin-left: 4px; }
  .dropdown [data-toggle="dropdown"][aria-expanded="true"] .bai:before {
    content: "\e917"; }
  .dropdown.mega-dropdown {
    position: static; }

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background: white;
  visibility: hidden;
  -webkit-transition: visibility 0.25s, opacity 0.55s, -webkit-transform 0.33s;
  -moz-transition: visibility 0.25s, opacity 0.55s, -moz-transform 0.33s;
  transition: visibility 0.25s, opacity 0.55s, transform 0.33s; }
  @media screen and (min-width: 661px) {
    .dropdown-list {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); } }
  .dropdown-list.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: visibility 0.25s, opacity 0.55s, -webkit-transform 0.33s;
    -moz-transition: visibility 0.25s, opacity 0.55s, -moz-transform 0.33s;
    transition: visibility 0.25s, opacity 0.55s, transform 0.33s; }
  .dropdown-list a.hover-default {
    line-height: 49px;
    height: 50px;
    display: block;
    background: #e6f0fb;
    color: white;
    padding-left: 8px;
    padding-right: 5px;
    color: #4b91e2;
    border-top: 1px solid #e9ecef; }
  .dropdown-list li:first-child a.hover-default {
    border-top: 1px solid transparent; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 12;
  background: white;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: visibility 0.25s, opacity 0.55s, -webkit-transform 0.33s;
  -moz-transition: visibility 0.25s, opacity 0.55s, -moz-transform 0.33s;
  transition: visibility 0.25s, opacity 0.55s, transform 0.33s; }
  .dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.tab-content:after {
  content: "";
  display: table;
  clear: both; }

.tabs-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #FFF; }
  .tabs-wrap .nav-tabs {
    display: table-cell;
    vertical-align: top;
    width: 190px; }
    .tabs-wrap .nav-tabs a {
      display: block !important;
      color: #4b91e2;
      line-height: 30px;
      border-bottom: 1px solid #f7f8f9;
      vertical-align: middle;
      padding-left: 9px;
      padding-right: 9px;
      font-size: 12px;
      -webkit-transition: background 0.33s, color 0.33s;
      -moz-transition: background 0.33s, color 0.33s;
      transition: background 0.33s, color 0.33s; }
      @media screen and (min-width: 761px) {
        .tabs-wrap .nav-tabs a.tab-active {
          background: #e6f0fb;
          color: #002e5e;
          border-bottom: 1px solid #e6f0fb; } }
      @media screen and (max-width: 760px) {
        .tabs-wrap .nav-tabs a {
          line-height: 40px; } }
      .tabs-wrap .nav-tabs a.focus, .tabs-wrap .nav-tabs a.active, .tabs-wrap .nav-tabs a:hover {
        color: #0e4d97 !important;
        background: #e6f0fb; }
      .tabs-wrap .nav-tabs a.focus, .tabs-wrap .nav-tabs a.active, .tabs-wrap .nav-tabs a:hover {
        border-bottom: 1px solid #e6f0fb; }

.social-links li + li {
  padding-top: 20px; }
.social-links.nav-horizontal li + li {
  padding-top: 0; }
.social-links a:hover .link-text {
  color: #002e5e; }
.social-links .link-text {
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  transition: 0.33s; }
.social-links .squares {
  line-height: 34px; }
  .social-links .squares span {
    vertical-align: top;
    font-size: 14px;
    color: white; }
  .social-links .squares .bai {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    margin-right: 16px; }
    .social-links .squares .bai-facebook {
      background-color: #5588e0;
      background-image: -webkit-linear-gradient(#5588e0, #29569e);
      background-image: linear-gradient(#5588e0, #29569e);
      vertical-align: bottom; }
      .social-links .squares .bai-facebook:before {
        position: absolute;
        bottom: 0;
        right: 5px;
        line-height: 23px; }
    .social-links .squares .bai-youtube {
      background-color: #e03d31;
      background-image: -webkit-linear-gradient(#e03d31, #ad221f);
      background-image: linear-gradient(#e03d31, #ad221f); }
    .social-links .squares .bai-twitter {
      background-color: #4cc3ff;
      background-image: -webkit-linear-gradient(#4cc3ff, #569de6);
      background-image: linear-gradient(#4cc3ff, #569de6); }
    .social-links .squares .bai-linkedin {
      background: #3185bd; }
    .social-links .squares .bai-instagram {
      background: url(../img/instagram.png);
      background-size: cover; }
      .social-links .squares .bai-instagram:before {
        content: ''; }

.breadcrumb {
  font-size: 12px;
  color: #698894;
  border-bottom: 2px solid #e9ecef;
  padding: 12px 0; }
  .breadcrumb ul {
    position: relative; }
  .breadcrumb li {
    display: inline-block;
    margin: 0 4px;
    position: relative; }
    .breadcrumb li:first-child {
      margin-left: 0; }
    .breadcrumb li + li {
      padding-left: 14px; }
      .breadcrumb li + li:before {
        content: ">";
        position: absolute;
        margin-left: -14px;
        font-size: 12px;
        display: inline-block;
        padding-top: 5px; }
  .breadcrumb a {
    display: inline-block;
    color: #698894;
    padding: 5px 0; }
    .breadcrumb a:hover {
      color: #002e5e; }

.tab-content:after {
  content: "";
  display: table;
  clear: both; }

.main-navigation {
  background-image: url(../img/nav-private.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  height: 50px; }
  .main-navigation:after {
    content: "";
    display: table;
    clear: both; }
  .main-navigation .main-nav > ul > li > button,
  .main-navigation .main-nav > ul > li > a {
    border: none;
    display: block; }
  .main-navigation .link-home {
    width: 38px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    @media only screen and (max-width: 760px) {
      .main-navigation .link-home {
        width: 100%;
        text-align: left; } }
    .main-navigation .link-home a {
      display: block !important;
      padding-left: 0;
      padding-right: 0;
      color: white; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-navigation {
    background-image: url(../img/nav-private@2x.png); } }
.main-nav > ul > li > a {
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
  padding-left: 9px;
  padding-right: 9px;
  color: #FFF; }
  .main-nav > ul > li > a .menu-text {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.1;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s; }
  .main-nav > ul > li > a .bai {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
.main-nav .dropdown > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .main-nav .dropdown > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: #4b91e2;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
.main-nav .dropdown.focus > a, .main-nav .dropdown.active > a, .main-nav .dropdown:hover > a {
  color: #4b91e2 !important; }
  .main-nav .dropdown.focus > a span.menu-text, .main-nav .dropdown.active > a span.menu-text, .main-nav .dropdown:hover > a span.menu-text {
    border-bottom: 1px solid #4b91e2; }
  .main-nav .dropdown.focus > a:before, .main-nav .dropdown.active > a:before, .main-nav .dropdown:hover > a:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
.main-nav .dropdown .list-buttons {
  width: 250px;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px; }
  .main-nav .dropdown .list-buttons > li {
    padding: 0 20px; }
    .main-nav .dropdown .list-buttons > li + li a {
      border-top: 1px solid #f7f8f9; }
      @media only screen and (max-width: 760px) {
        .main-nav .dropdown .list-buttons > li + li a {
          border-top: inherit; } }
  .main-nav .dropdown .list-buttons a {
    white-space: normal;
    font-size: 14px;
    text-align: left; }
    .main-nav .dropdown .list-buttons a.button.button-link {
      background: transparent;
      color: #002e5e;
      -webkit-transition: background 0.33s, color 0.33s;
      -moz-transition: background 0.33s, color 0.33s;
      transition: background 0.33s, color 0.33s; }
      .main-nav .dropdown .list-buttons a.button.button-link.focus, .main-nav .dropdown .list-buttons a.button.button-link.active, .main-nav .dropdown .list-buttons a.button.button-link:hover {
        border-color: #e6f0fb; }
      .main-nav .dropdown .list-buttons a.button.button-link.focus, .main-nav .dropdown .list-buttons a.button.button-link.active, .main-nav .dropdown .list-buttons a.button.button-link:hover {
        color: #0e4d97 !important;
        background: #e6f0fb; }
.main-nav .dropdown-menu {
  padding: 10px;
  background: white; }

.list-buttons > li {
  padding: 6px 15px;
  text-align: center; }
  .list-buttons > li > a {
    margin: 0 auto;
    display: block !important; }
  .list-buttons > li .button-link {
    text-align: left; }

.boxed-social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 83, 141, 0.8);
  color: white;
  opacity: 0;
  visibility: hidden; }
  .boxed-social.social-active {
    -webkit-transition: visibility 0.01s, opacity 0.33s;
    -moz-transition: visibility 0.01s, opacity 0.33s;
    transition: visibility 0.01s, opacity 0.33s;
    visibility: visible;
    opacity: 1;
    z-index: 999; }
  .boxed-social ul {
    padding: 0;
    margin: 0;
    text-align: center;
    top: 46%;
    position: relative;
    transform: translateY(-50%); }
    .boxed-social ul li {
      margin: 8px 0; }
  .boxed-social a {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    vertical-align: middle;
    text-align: center;
    font-size: 50px;
    border: 1px solid white;
    color: white;
    margin: 0 auto; }
    .boxed-social a:hover {
      color: #609fe8;
      border-color: #609fe8; }

body .top-navigation .nav-direct > ul > li > a {
  height: 44px; }
body .top-navigation .nav-direct li li:first-child {
  padding: 16px 15px 6px !important; }

.nav-segmentos > a {
  display: inline-block;
  height: 42px;
  line-height: 30px;
  padding: 8px 12.5px 8px;
  background: white; }
  .nav-segmentos > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 68%;
    left: 16%;
    top: 0;
    background: #002e5e;
    height: 4px;
    background: transparent;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }

.trigger-nav-mobile {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 58px;
  line-height: 58px;
  vertical-align: middle;
  color: white;
  text-align: center;
  font-size: 22px; }
  .trigger-nav-mobile.nav-trigger-active {
    background: white;
    color: #002e5e; }

@media screen and (max-width: 890px) {
  .top-navigation .nav > ul > li > a {
    font-size: 12px;
    padding: 8px 8px 8px; }
  .top-navigation .right-column {
    position: relative;
    margin-right: -6px; }

  .top-middle .nav.nav-icons {
    position: relative;
    margin-right: -10px; }
    .top-middle .nav.nav-icons > ul > li > a {
      padding-left: 12px;
      padding-right: 12px; }
      .top-middle .nav.nav-icons > ul > li > a .bai:after {
        left: -11px; }

  .nav.lang-switcher {
    padding-left: 0;
    padding-right: 0; }

  .main-navigation .wrap {
    padding-left: 0;
    padding-right: 0; }
  .main-navigation .nav > ul > li.link-home > a {
    padding-left: 12px;
    padding-right: 12px; } }
@media screen and (min-width: 761px) {
  .nav-segmentos a.trigger-dropdown {
    display: none; }

  .link-home .menu-text {
    display: none !important; }

  .trigger-nav-mobile,
  .nav-small {
    display: none !important; } }
@media screen and (max-width: 760px) {
  .nav.segmentos_nav,
  .dropdown-menu,
  .dropdown-list {
    position: absolute;
    display: none; }
    .nav.segmentos_nav.open,
    .dropdown-menu.open,
    .dropdown-list.open {
      display: block; }
    .nav.segmentos_nav:after,
    .dropdown-menu:after,
    .dropdown-list:after {
      display: none; }

  .quick-links,
  .lang-switcher,
  .nav-icons li {
    display: none !important; }

  .search-wrap {
    overflow: visible; }

  .search-form-wrap {
    background: white;
    border-top: 1px solid white;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    display: none;
    margin-top: 0; }
    .search-form-wrap.opened {
      -webkit-transition: opcity 0.33s;
      -moz-transition: opcity 0.33s;
      transition: opcity 0.33s;
      margin-top: 0;
      display: block;
      opacity: 1; }
    .search-form-wrap .pos-button {
      padding-right: 0; }
      .search-form-wrap .pos-button .button {
        display: none; }

  .nav.nav-icons > ul > li.search-trigger-wrap {
    display: block !important;
    position: absolute;
    top: 0;
    right: 48px; }
    .nav.nav-icons > ul > li.search-trigger-wrap > a {
      display: block;
      width: 48px;
      height: 58px;
      color: white;
      text-align: center;
      line-height: 58px;
      vertical-align: middle;
      background: transparent;
      padding: 0; }
      .nav.nav-icons > ul > li.search-trigger-wrap > a.active {
        background: white;
        color: #002e5e; }
      .nav.nav-icons > ul > li.search-trigger-wrap > a .text-label {
        display: none; }
      .nav.nav-icons > ul > li.search-trigger-wrap > a:before {
        display: none; }
      .nav.nav-icons > ul > li.search-trigger-wrap > a .bai {
        font-size: 19px;
        margin-right: 0; }
        .nav.nav-icons > ul > li.search-trigger-wrap > a .bai:before {
          content: "\e926"; }
        .nav.nav-icons > ul > li.search-trigger-wrap > a .bai:after {
          display: none; }

  .main-navigation {
    height: auto; }

  .main-nav {
    background: white;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; }
    .main-nav.nav-active {
      display: block; }
    .main-nav.nav-horizontal > ul > li {
      position: relative;
      float: none;
      border-bottom: 1px solid #f7f8fa; }
      .main-nav.nav-horizontal > ul > li a {
        display: block;
        width: 100%;
        background: white;
        color: #0e4d97;
        padding-left: 10px;
        padding-right: 10px; }
      .main-nav.nav-horizontal > ul > li.dropdown > a .bai {
        position: absolute;
        right: 20px;
        top: 16px; }
      .main-nav.nav-horizontal > ul > li.dropdown > a .bai-caret-down:before {
        content: "\e924"; }
      .main-nav.nav-horizontal > ul > li.dropdown > a.already .menu-text {
        border-bottom: 1px solid #4b91e2; }
      .main-nav.nav-horizontal > ul > li.dropdown > a.already .bai-caret-down:before {
        content: "\e925"; }
    .main-nav li.link-home > a {
      padding-left: 10px;
      padding-right: 10px;
      color: white; }
    .main-nav li.link-home .bai {
      display: none; }
    .main-nav .dropdown-list,
    .main-nav .dropdown-menu {
      padding: 10px 0;
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      z-index: 10;
      background: white;
      visibility: visible;
      display: none;
      opacity: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: diaply 0.2s, opacity 0.4s;
      -moz-transition: diaply 0.2s, opacity 0.4s;
      transition: diaply 0.2s, opacity 0.4s; } }
    @media only screen and (max-width: 760px) and (max-width: 760px) {
      .main-nav .dropdown-list,
      .main-nav .dropdown-menu {
        padding: 0; } }
@media screen and (max-width: 760px) {
      .main-nav .dropdown-list.open,
      .main-nav .dropdown-menu.open {
        display: block;
        opacity: 1; }
    .main-nav .nav-tabs,
    .main-nav .tabs-wrap {
      width: 100%;
      display: block; }

  .main-nav.nav-horizontal .dropdown-list > li > a:not(.button),
  .main-nav.nav-horizontal .dropdown-menu .nav > li > a:not(.button),
  .dropdown-list > li > a:not(.button),
  .dropdown-menu .nav > li > a:not(.button) {
    font-size: 14px;
    color: #002e5e;
    padding-left: 30px;
    line-height: 30px; }
  .main-nav.nav-horizontal .dropdown-list > li a,
  .main-nav.nav-horizontal .dropdown-menu .nav > li a,
  .dropdown-list > li a,
  .dropdown-menu .nav > li a {
    border-bottom: inherit; }

  .top-navigation {
    border-bottom: none;
    background: #0e4d97;
    height: 42px; }
    .top-navigation .wrap {
      padding-left: 0;
      padding-right: 0; }
    .top-navigation .nav-segmentos > a {
      background: #0e4d97;
      color: white;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      z-index: 19;
      font-size: 11px;
      font-weight: 600; }
      .top-navigation .nav-segmentos > a.already {
        background: white;
        color: #0e4d97; }
    .top-navigation .right-column {
      margin-right: 0; }
      .top-navigation .right-column .nav-direct > ul > li > a {
        padding-left: 16px;
        padding-right: 10px;
        background: transparent;
        height: 42px !important;
        padding-top: 9px; }
        .top-navigation .right-column .nav-direct > ul > li > a.already {
          background: white;
          color: #002e5e; }
    .top-navigation .left-column {
      margin-left: 0;
      width: 50%;
      max-width: 202px; }
      .top-navigation .left-column .nav.segmentos_nav {
        position: absolute;
        margin-left: 0; }
        .top-navigation .left-column .nav.segmentos_nav > ul > li {
          float: none;
          display: block; }
          .top-navigation .left-column .nav.segmentos_nav > ul > li.active {
            display: none; }
          .top-navigation .left-column .nav.segmentos_nav > ul > li > a:after {
            display: none; }
      .top-navigation .left-column a {
        font-size: 14px;
        font-weight: 600; }
        .top-navigation .left-column a .text-label {
          font-size: 14px;
          font-weight: 600; }
    .top-navigation .left-column,
    .top-navigation .right-column,
    .top-navigation .nav,
    .top-navigation .dropdown {
      position: static; }
    .top-navigation .dropdown-menu,
    .top-navigation .dropdown-list {
      background: white;
      width: 100%;
      padding-top: 10px; }
      .top-navigation .dropdown-menu > li > a,
      .top-navigation .dropdown-list > li > a {
        font-size: 12px; }
    .top-navigation .nav.segmentos_nav {
      background: white;
      width: 100%; }
      .top-navigation .nav.segmentos_nav ul > li {
        border-top: 1px solid #e9ecef; }
        .top-navigation .nav.segmentos_nav ul > li > a {
          color: #0e4d97;
          font-size: 12px;
          padding-left: 10px;
          padding-right: 10px; }

  .lang-switcher-small .menu-title,
  .lang-switcher-small ul a {
    line-height: 50px;
    height: 50px;
    padding: 0 10px; }
  .lang-switcher-small .menu-title {
    display: inline-block;
    color: #0e4d97; }
  .lang-switcher-small ul {
    float: right;
    display: inline-block; }
    .lang-switcher-small ul li {
      display: inline-block; }
    .lang-switcher-small ul a {
      color: #4b91e2; }
    .lang-switcher-small ul .active a {
      color: #0e4d97; }

  .dropdown-list:before {
    display: none !important; } }
/* HOVERs */
.bai-list.hover .trigger-dropdown {
  box-shadow: -1px -1px 3px 2px rgba(0, 0, 0, 0.2); }
  .bai-list.hover .trigger-dropdown:after {
    content: '';
    border-bottom: 5px solid white;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100%; }

.no-touchevents .nav.segmentos_nav.hover_el {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
.no-touchevents .main-nav > ul > li.active > a, .no-touchevents .main-nav > ul > li.hover > a, .no-touchevents .main-nav > ul > li:hover > a {
  background: white;
  -webkit-transition: background-color, 0.33s;
  -moz-transition: background-color, 0.33s;
  transition: background-color, 0.33s;
  color: #4b91e2; }
  .no-touchevents .main-nav > ul > li.active > a .bai, .no-touchevents .main-nav > ul > li.hover > a .bai, .no-touchevents .main-nav > ul > li:hover > a .bai {
    color: #4b91e2; }
  .no-touchevents .main-nav > ul > li.active > a .menu-text, .no-touchevents .main-nav > ul > li.hover > a .menu-text, .no-touchevents .main-nav > ul > li:hover > a .menu-text {
    border-bottom: 1px solid #4b91e2; }
.no-touchevents .main-nav > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .no-touchevents .main-nav > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: #4b91e2;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .no-touchevents .main-nav > ul > li > a.active, .no-touchevents .main-nav > ul > li > a:hover {
    color: #4b91e2 !important; }
    .no-touchevents .main-nav > ul > li > a.active:before, .no-touchevents .main-nav > ul > li > a:hover:before {
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); }
.no-touchevents .nav.nav-icons > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .no-touchevents .nav.nav-icons > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e6f0fb;
    color: #4b91e2;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .no-touchevents .nav.nav-icons > ul > li > a.active, .no-touchevents .nav.nav-icons > ul > li > a:hover {
    color: #4b91e2 !important; }
    .no-touchevents .nav.nav-icons > ul > li > a.active:before, .no-touchevents .nav.nav-icons > ul > li > a:hover:before {
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); }
.no-touchevents .nav.nav-icons > ul > li:hover > a {
  -webkit-transition: background 1.25s, color 1.25s;
  -moz-transition: background 1.25s, color 1.25s;
  transition: background 1.25s, color 1.25s;
  background: #e6f0fb;
  color: #4b91e2; }
.no-touchevents .dropdown-list a.hover-default {
  -webkit-transition: background 0.33s, color 0.33s;
  -moz-transition: background 0.33s, color 0.33s;
  transition: background 0.33s, color 0.33s; }
  .no-touchevents .dropdown-list a.hover-default.focus, .no-touchevents .dropdown-list a.hover-default.active, .no-touchevents .dropdown-list a.hover-default:hover {
    color: #0e4d97 !important;
    background: #c3d9f7; }
  .no-touchevents .dropdown-list a.hover-default.focus, .no-touchevents .dropdown-list a.hover-default.active, .no-touchevents .dropdown-list a.hover-default:hover {
    border-top-color: transparent; }
.no-touchevents .nav.nav-direct > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .no-touchevents .nav.nav-direct > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4b91e2;
    color: white;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .no-touchevents .nav.nav-direct > ul > li > a.active, .no-touchevents .nav.nav-direct > ul > li > a:hover {
    color: white !important; }
    .no-touchevents .nav.nav-direct > ul > li > a.active:before, .no-touchevents .nav.nav-direct > ul > li > a:hover:before {
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); }
.no-touchevents .nav.nav-direct > ul > li:hover > a {
  -webkit-transition: background 0.75s, color 0.75s;
  -moz-transition: background 0.75s, color 0.75s;
  transition: background 0.75s, color 0.75s;
  background: white;
  color: #002e5e; }
.no-touchevents .dropdown:hover .trigger-dropdown .bai-caret-down:before {
  content: "\e917"; }
.no-touchevents .dropdown:hover .dropdown-menu,
.no-touchevents .dropdown:hover .dropdown-list {
  visibility: visible;
  -webkit-transition: visibility 0.25s, opacity 0.55s;
  -moz-transition: visibility 0.25s, opacity 0.55s;
  transition: visibility 0.25s, opacity 0.55s;
  -webkit-transition: -webkit-transform 0.43s linear 0.3s;
  -moz-transition: -moz-transform 0.43s linear 0.3s;
  transition: transform 0.43s linear 0.3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  .no-touchevents .dropdown:hover .dropdown-menu:after,
  .no-touchevents .dropdown:hover .dropdown-list:after {
    -webkit-transition: visibility 0.55s;
    -moz-transition: visibility 0.55s;
    transition: visibility 0.55s;
    visibility: hidden; }
.no-touchevents .nav.lang-switcher > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .no-touchevents .nav.lang-switcher > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c3d9f7;
    color: #0e4d97;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .no-touchevents .nav.lang-switcher > ul > li > a.active, .no-touchevents .nav.lang-switcher > ul > li > a:hover {
    color: #0e4d97 !important; }
    .no-touchevents .nav.lang-switcher > ul > li > a.active:before, .no-touchevents .nav.lang-switcher > ul > li > a:hover:before {
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); }
  .no-touchevents .nav.lang-switcher > ul > li > a:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    bottom: 0;
    border-radius: 100% 0 0 0;
    background: #c3d9f7;
    width: 0;
    height: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out; }
  .no-touchevents .nav.lang-switcher > ul > li > a:focus, .no-touchevents .nav.lang-switcher > ul > li > a:active {
    color: #0e4d97 !important;
    -webkit-tap-highlight-color: transparent; }
    .no-touchevents .nav.lang-switcher > ul > li > a:focus:after, .no-touchevents .nav.lang-switcher > ul > li > a:active:after {
      width: 700px;
      height: 800px; }
.no-touchevents .nav.fulfill > ul > li > a:before {
  display: none; }
.no-touchevents .nav.fulfill > ul > li > a:hover {
  background: #002e5e !important;
  color: white; }

.touchevents .dropdown.hover .trigger-dropdown .bai-caret-down:before {
  content: "\e917"; }
.touchevents .dropdown.hover .dropdown-menu,
.touchevents .dropdown.hover .dropdown-list {
  visibility: visible;
  -webkit-transition: visibility 0.25s, opacity 0.55s;
  -moz-transition: visibility 0.25s, opacity 0.55s;
  transition: visibility 0.25s, opacity 0.55s;
  -webkit-transition: -webkit-transform 0.43s linear 0.3s;
  -moz-transition: -moz-transform 0.43s linear 0.3s;
  transition: transform 0.43s linear 0.3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  .touchevents .dropdown.hover .dropdown-menu:after,
  .touchevents .dropdown.hover .dropdown-list:after {
    -webkit-transition: visibility 0.55s;
    -moz-transition: visibility 0.55s;
    transition: visibility 0.55s;
    visibility: hidden; }
@media screen and (min-width: 761px) {
  .touchevents .nav.fulfill > ul > li > a:before {
    display: none; }
  .touchevents .nav.fulfill > ul > li > a:active, .touchevents .nav.fulfill > ul > li > a:focus {
    background: white;
    color: #002e5e !important; }
  .touchevents .main-nav > ul > li > a.already, .touchevents .main-nav > ul > li:active > a, .touchevents .main-nav > ul > li:focus > a {
    display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    .touchevents .main-nav > ul > li > a.already:before, .touchevents .main-nav > ul > li:active > a:before, .touchevents .main-nav > ul > li:focus > a:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: white;
      color: #4b91e2;
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      -o-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -moz-transition: -moz-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .touchevents .main-nav > ul > li > a.already.active, .touchevents .main-nav > ul > li > a.already:active, .touchevents .main-nav > ul > li > a.already:focus, .touchevents .main-nav > ul > li:active > a.active, .touchevents .main-nav > ul > li:active > a:active, .touchevents .main-nav > ul > li:active > a:focus, .touchevents .main-nav > ul > li:focus > a.active, .touchevents .main-nav > ul > li:focus > a:active, .touchevents .main-nav > ul > li:focus > a:focus {
      color: #4b91e2 !important;
      -webkit-tap-highlight-color: transparent; }
      .touchevents .main-nav > ul > li > a.already.active:before, .touchevents .main-nav > ul > li > a.already:active:before, .touchevents .main-nav > ul > li > a.already:focus:before, .touchevents .main-nav > ul > li:active > a.active:before, .touchevents .main-nav > ul > li:active > a:active:before, .touchevents .main-nav > ul > li:active > a:focus:before, .touchevents .main-nav > ul > li:focus > a.active:before, .touchevents .main-nav > ul > li:focus > a:active:before, .touchevents .main-nav > ul > li:focus > a:focus:before {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1); }
      .touchevents .main-nav > ul > li > a.already.active .bai, .touchevents .main-nav > ul > li > a.already:active .bai, .touchevents .main-nav > ul > li > a.already:focus .bai, .touchevents .main-nav > ul > li:active > a.active .bai, .touchevents .main-nav > ul > li:active > a:active .bai, .touchevents .main-nav > ul > li:active > a:focus .bai, .touchevents .main-nav > ul > li:focus > a.active .bai, .touchevents .main-nav > ul > li:focus > a:active .bai, .touchevents .main-nav > ul > li:focus > a:focus .bai {
        color: #4b91e2 !important; }
    .touchevents .main-nav > ul > li > a.already .bai, .touchevents .main-nav > ul > li:active > a .bai, .touchevents .main-nav > ul > li:focus > a .bai {
      color: #4b91e2; }
    .touchevents .main-nav > ul > li > a.already .menu-text, .touchevents .main-nav > ul > li:active > a .menu-text, .touchevents .main-nav > ul > li:focus > a .menu-text {
      border-bottom: 1px solid #4b91e2; } }
@media screen and (max-width: 760px) {
  .touchevents .main-nav > ul > li > a {
    -webkit-transition: background 0.33s, color 0.33s;
    -moz-transition: background 0.33s, color 0.33s;
    transition: background 0.33s, color 0.33s; }
    .touchevents .main-nav > ul > li > a.focus, .touchevents .main-nav > ul > li > a.active, .touchevents .main-nav > ul > li > a:hover {
      color: #4b91e2 !important;
      background: #e6f0fb; } }

.dropdown-list a:not(.button) {
  display: block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .dropdown-list a:not(.button):after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    bottom: 0;
    border-radius: 100% 0 0 0;
    background: #e6f0fb;
    width: 0;
    height: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out; }
  .dropdown-list a:not(.button):focus, .dropdown-list a:not(.button):active {
    color: #0e4d97 !important;
    -webkit-tap-highlight-color: transparent; }
    .dropdown-list a:not(.button):focus:after, .dropdown-list a:not(.button):active:after {
      width: 700px;
      height: 800px; }

.nav.lang-switcher > ul > li > a {
  display: block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .nav.lang-switcher > ul > li > a:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    bottom: 0;
    border-radius: 100% 0 0 0;
    background: #e6f0fb;
    width: 0;
    height: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out; }
  .nav.lang-switcher > ul > li > a:focus, .nav.lang-switcher > ul > li > a:active {
    color: #0e4d97 !important;
    -webkit-tap-highlight-color: transparent; }
    .nav.lang-switcher > ul > li > a:focus:after, .nav.lang-switcher > ul > li > a:active:after {
      width: 700px;
      height: 800px; }

.dropdown-menu:before,
.dropdown-list:before {
  content: "";
  display: block;
  height: 1000px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: -1px 1px 3px 2px rgba(0, 0, 0, 0.2);
  z-index: -1; }
.dropdown-menu.dropdown-overlay:before,
.dropdown-list.dropdown-overlay:before {
  display: none; }

.menu-special {
  padding-left: 0 !important;
  margin-left: -9px !important; }
  .menu-special:before {
    background: transparent !important; }
  @media screen and (max-width: 760px) {
    .menu-special {
      position: absolute !important;
      width: 60px !important;
      top: 0px;
      right: 0;
      vertical-align: middle !important;
      background: transparent !important;
      padding: inherit !important;
      margin-left: inherit !important; } }

.menu-special.already:before {
  background: transparent !important; }

.site-footer {
  background: #0a2d73;
  color: white;
  padding: 26px 0 10px; }
  .site-footer:after {
    content: "";
    display: table;
    clear: both; }
  .site-footer .footer-link {
    float: left;
    font-size: 11px;
    position: relative;
    margin-left: -8px; }
    .site-footer .footer-link a {
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      display: inline-block;
      padding: 7px 10px; }
      .site-footer .footer-link a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #4b91e2;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        transition: transform 0.3s ease-out; }
      .site-footer .footer-link a:active, .site-footer .footer-link a:focus {
        background: transparent;
        -webkit-tap-highlight-color: transparent;
        color: white !important; }
        .site-footer .footer-link a:active:before, .site-footer .footer-link a:focus:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
  .site-footer .social-footer {
    position: relative;
    margin-top: -5px;
    float: right;
    font-size: 20px;
    margin-right: -10px; }
    .site-footer .social-footer li {
      margin: 0 6px; }
      .site-footer .social-footer li:last-child {
        margin-right: 0; }
    .site-footer .social-footer a {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      border-radius: 100%;
      background: transparent;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      display: inline-block;
      padding: 7px 10px; }
      .site-footer .social-footer a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #4b91e2;
        border-radius: 100%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.95s ease-out, opacity 1s;
        -moz-transition: -moz-transform 0.95s ease-out, opacity 1s;
        transition: transform 0.95s ease-out, opacity 1s; }
      .site-footer .social-footer a:active, .site-footer .social-footer a:focus {
        color: white !important;
        -webkit-tap-highlight-color: transparent; }
        .site-footer .social-footer a:active:before, .site-footer .social-footer a:focus:before {
          -webkit-transition: -webkit-transform 0.95s, opacity 0.95s;
          -moz-transition: -moz-transform 0.95s, opacity 0.95s;
          transition: transform 0.95s, opacity 0.95s;
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2);
          opacity: 0; }
  .site-footer a {
    color: white; }

@media screen and (max-width: 760px) {
  .site-footer {
    padding: 0; }
    .site-footer .wrap {
      padding: 0; }
    .site-footer .footer-link {
      display: none; }
    .site-footer .social-footer {
      float: none;
      text-align: center;
      margin: 0;
      font-size: 20px;
      padding: 4px 10px;
      border-bottom: 3px solid white; }
      .site-footer .social-footer li {
        float: none;
        display: inline-block;
        margin: 0 6px; }
        .site-footer .social-footer li:last-child {
          margin-right: 6px; }
      .site-footer .social-footer a {
        display: inline-block;
        padding: 7px 10px; } }
.no-touchevents .site-footer .social-footer a:hover {
  color: #4b91e2; }
.no-touchevents .footer-link a:hover {
  color: #4b91e2; }

.highlight-item {
  display: block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-tap-highlight-color: transparent; }
  .highlight-item .image-background {
    height: 300px;
    width: 100%;
    display: table;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 328px auto;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
  .highlight-item .item-wrap {
    display: table-cell;
    vertical-align: bottom; }
  .highlight-item .text-wrap {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    height: 117px;
    padding: 15px;
    font-size: 14px;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
  .highlight-item .title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 5px; }
  .highlight-item p {
    margin: 0 0 7px; }
  .highlight-item .button-text {
    font-size: 12px;
    color: #4b91e2; }
  .highlight-item:hover .image-background {
    opacity: 0.6; }
  .highlight-item:hover .text-wrap {
    background: #c3d9f7;
    color: #002e5e; }
  .highlight-item:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    bottom: 0;
    border-radius: 100% 0 0 0;
    background: white;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; }
  .highlight-item:focus, .highlight-item:active {
    color: #002e5e !important; }
    .highlight-item:focus:after, .highlight-item:active:after {
      opacity: .5;
      z-index: 1;
      width: 800px;
      height: 800px; }
  .highlight-item.rounded-box .text-wrap {
    border-top-left-radius: 20px;
    color: white;
    background: rgba(0, 163, 224, 0.85);
    height: 112px;
    padding: 15px 15px 5px 15px;
    font-size: 12px; }
  .highlight-item.rounded-box .title {
    font-size: 16px;
    padding-bottom: 0; }
  .highlight-item.rounded-box .button-text {
    font-size: 11px;
    color: #002e5e; }
  .highlight-item.rounded-box p {
    margin: 0 0 2px;
    line-height: 1.2; }

.section-header {
  padding: 15px 0 5px; }

.title {
  line-height: 1.3; }
  .title.bordered {
    font-size: 24px;
    color: #0a2d73;
    display: block;
    padding-bottom: 5px;
    position: relative; }
    .title.bordered a {
      color: #002e5e; }
    .title.bordered:before, .title.bordered:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px; }
    .title.bordered:before {
      width: 163px;
      background: #e5e5e5; }
  .title.light {
    font-weight: 300; }
  .title.bold {
    font-weight: 600; }
  .title.color-alt {
    color: #4b91e2; }
  .title.small {
    font-size: 18px; }
    @media only screen and (max-width: 760px) {
      .title.small {
        font-size: 16px; } }
    @media only screen and (max-width: 560px) {
      .title.small {
        font-size: 14px; } }

.box .box-header {
  min-height: 52px;
  padding-bottom: 6px; }
  .box .box-header .sub-title {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.3; }
    .box .box-header .sub-title small {
      display: block;
      font-size: 12px; }

.box-gutter {
  padding: 18px 22px 18px 28px; }

.box-fulfill {
  background: #00a3e0;
  color: #FFF; }
  .box-fulfill .box-header .sub-title {
    color: white; }
    .box-fulfill .box-header .sub-title small {
      color: #c3d9f7; }

.boxed-item {
  position: relative;
  font-size: 14px; }
  .boxed-item .links-wrap {
    position: relative; }
    .boxed-item .links-wrap .trigger-wrap {
      bottom: 0;
      right: 0; }
  .boxed-item .item-wrap {
    position: relative; }
  .boxed-item .text-wrap {
    background: #00a3e0;
    color: white;
    padding-bottom: 58px;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
    .boxed-item .text-wrap a {
      color: white; }
  .boxed-item .item-media {
    height: 188px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110% auto;
    margin-bottom: 3px;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
  .boxed-item time {
    display: block;
    font-size: 12px;
    color: #c3d9f7;
    padding-bottom: 8px;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
  .boxed-item .sub-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 4px; }
  .boxed-item .button-text {
    font-size: 11px;
    color: #0a2d73;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
  .boxed-item .actions {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 2px 22px 0 28px; }
  .boxed-item.alt-style time {
    font-size: 10px;
    color: #263238;
    position: relative;
    margin-top: -5px;
    display: block; }
  .boxed-item.alt-style.bottom-thumb .item-link {
    padding-bottom: 147px;
    position: relative; }
  .boxed-item.alt-style.bottom-thumb .item-media {
    position: absolute;
    bottom: -150px;
    width: 100%;
    left: 0; }
  .boxed-item.alt-style .item-media {
    height: 144px;
    background-size: auto 100%;
    margin-bottom: 3px;
    position: relative; }
    .boxed-item.alt-style .item-media img {
      display: block; }
    .boxed-item.alt-style .item-media.media-large {
      height: 200px; }
    .boxed-item.alt-style .item-media .bai {
      position: absolute;
      font-size: 24px;
      padding: 0 0 0 4px;
      vertical-align: middle;
      width: 60px;
      height: 60px;
      top: 50%;
      left: 50%;
      margin-top: -30px;
      margin-left: -30px;
      color: #FFF;
      opacity: 0.8;
      border: 2px solid white;
      border-radius: 100%;
      text-align: center; }
      .boxed-item.alt-style .item-media .bai:before {
        line-height: 56px;
        vertical-align: middle; }
  .boxed-item.alt-style .text-wrap {
    background: transparent;
    color: #263238;
    border: 1px solid #c3d9f7; }
    .boxed-item.alt-style .text-wrap a {
      color: #263238; }
  .boxed-item.alt-style .sub-title {
    font-size: 18px;
    color: #4b91e2; }
  .boxed-item.alt-style .button-text {
    color: #4b91e2; }
  .boxed-item .item-link {
    display: block;
    position: relative;
    display: block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-tap-highlight-color: transparent; }
    .boxed-item .item-link:hover .item-media {
      opacity: 0.6; }
    .boxed-item .item-link:hover .text-wrap {
      background: #c3d9f7; }
    .boxed-item .item-link:after {
      display: block;
      content: "";
      position: absolute;
      z-index: -1;
      bottom: 0;
      right: 0;
      bottom: 0;
      border-radius: 100% 0 0 0;
      background: white;
      width: 20px;
      height: 20px;
      opacity: 0;
      -webkit-transition: all 0.9s ease-out;
      -moz-transition: all 0.9s ease-out;
      transition: all 0.9s ease-out; }
    .boxed-item .item-link:focus, .boxed-item .item-link:active {
      color: #002e5e !important; }
      .boxed-item .item-link:focus:after, .boxed-item .item-link:active:after {
        opacity: .5;
        z-index: 1;
        width: 800px;
        height: 800px; }
  .boxed-item.bordered .item-wrap {
    display: block;
    padding: 20px 20px 0;
    border: 1px solid #c3d9f7; }
  .boxed-item.bordered .item-media {
    height: 126px;
    background-size: 102% auto; }
  .boxed-item.bordered .text-wrap {
    background: transparent !important;
    color: #263238;
    padding-top: 8px; }
    .boxed-item.bordered .text-wrap a {
      color: #263238; }
  .boxed-item.bordered .sub-title {
    font-size: 18px;
    color: #4b91e2; }
  .boxed-item.bordered .actions {
    padding-left: 20px; }
  .boxed-item.bordered .button-text {
    color: #4b91e2; }
  .boxed-item.bordered .item-link:hover {
    background: #c3d9f7; }
    .boxed-item.bordered .item-link:hover .text-wrap {
      color: #263238; }
  .boxed-item.small-box {
    font-size: 12px; }
    .boxed-item.small-box .sub-title {
      font-size: 16px; }

.sharer-link .trigger-wrap {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 9; }
.sharer-link .share-trigger {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #0a2d73;
  color: #00a3e0;
  font-size: 20px; }

.alt-style .trigger-wrap {
  bottom: 16px;
  right: 16px; }
.alt-style .sharer-link .share-trigger {
  background: #e6f0fa; }
@media screen and (min-width: 661px) {
  .alt-style.bottom-thumb .trigger-wrap {
    bottom: 163px; } }

.features-columns .full-max {
  background-color: rgba(0, 163, 224, 0.85);
  max-width: 1440px;
  height: 110px;
  position: relative;
  margin-top: -130px;
  color: white;
  padding-top: 10px; }
  .features-columns .full-max:after {
    content: "";
    display: table;
    clear: both; }

.feature-item {
  font-size: 12px; }
  .feature-item .sub-title {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 8px; }
  .feature-item .feature-wrap {
    position: relative;
    padding-left: 70px; }
    .feature-item .feature-wrap .icon {
      position: absolute;
      top: 0px;
      left: 0;
      font-size: 52px;
      line-height: 1; }
  .feature-item a.feature-link {
    color: white; }
    .feature-item a.feature-link:hover {
      color: #002e5e; }

.tabs-wrap .nav.nav-tabs {
  padding: 5px 0; }
  @media only screen and (max-width: 760px) {
    .tabs-wrap .nav.nav-tabs {
      padding: 0 0 5px; } }

.tab-pane .tiny-gutter {
  padding: 0 10px; }
  .tab-pane .tiny-gutter .item {
    padding: 5px; }

.mini-card {
  display: block;
  background: #e9ecef;
  height: 60px;
  overflow: hidden;
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  transition: 0.33s;
  display: block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-tap-highlight-color: transparent; }
  .mini-card:after {
    content: "";
    display: table;
    clear: both; }
  .mini-card .card-media {
    float: left;
    width: 70px;
    border-right: 2px solid white; }
    .mini-card .card-media img {
      -webkit-transition: 0.33s;
      -moz-transition: 0.33s;
      transition: 0.33s; }
  .mini-card .card-text {
    overflow: hidden; }
  .mini-card .button-text {
    display: block;
    padding-left: 10px;
    padding-right: 4px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    background: #e5e5e5;
    font-size: 10px;
    color: #698894;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
  .mini-card .title {
    display: block;
    width: 100%;
    color: #4b91e2;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 4px 4px 10px;
    line-height: 1.1;
    display: block; }
  .mini-card:hover {
    background: #c3d9f7;
    color: #002e5e; }
    .mini-card:hover .title {
      color: #002e5e; }
    .mini-card:hover .button-text {
      background: #e6f0fb; }
    .mini-card:hover .card-media img {
      opacity: 0.4; }
  .mini-card:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    border-radius: 100% 0 0 0;
    background: white;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; }
  .mini-card:focus, .mini-card:active {
    color: #0e4d97 !important; }
    .mini-card:focus:after, .mini-card:active:after {
      opacity: .5;
      z-index: 1;
      width: 300px;
      height: 300px; }

.grid-header-group {
  margin-bottom: 22px; }
  .grid-header-group .box-sized {
    display: block;
    background: #e6f0fb;
    font-size: 14px; }
    .grid-header-group .box-sizeda {
      color: #002e5e; }
    .grid-header-group .box-sized .box-media {
      float: left;
      background-repeat: no-repeat;
      background-position: center;
      height: 222px;
      width: 50%;
      position: relative;
      background-size: auto 100%; }
      .grid-header-group .box-sized .box-media.triangule-right:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 0;
        border-color: transparent #e6f0fb transparent transparent;
        position: absolute;
        top: 37px;
        right: 0;
        z-index: 1; }
      .grid-header-group .box-sized .box-media.triangule-left:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #e6f0fb transparent transparent transparent;
        position: absolute;
        top: 37px;
        left: 0;
        z-index: 1; }
      .grid-header-group .box-sized .box-media.triangule-bottom:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #e6f0fb transparent transparent transparent;
        position: absolute;
        top: 0;
        left: 37px;
        z-index: 1; }
      .grid-header-group .box-sized .box-media.triangule-top:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 0 10px;
        border-color: transparent transparent transparent #e6f0fb;
        position: absolute;
        bottom: 0;
        right: 37px;
        z-index: 1; }
    .grid-header-group .box-sized .box-text-wrap {
      height: 222px;
      padding: 30px 24px 44px 30px;
      position: relative;
      color: #263238;
      overflow: hidden; }
      .grid-header-group .box-sized .box-text-wrap .actions {
        position: absolute;
        bottom: 26px;
        left: 0;
        width: 100%;
        padding-left: 30px; }
      @media screen and (max-width: 860px) {
        .grid-header-group .box-sized .box-text-wrap {
          padding: 20px 14px 38px 20px; }
          .grid-header-group .box-sized .box-text-wrap .actions {
            padding-left: 20px;
            bottom: 16px; } }
      @media screen and (max-width: 680px) {
        .grid-header-group .box-sized .box-text-wrap {
          padding: 14px 10px 38px 14px; }
          .grid-header-group .box-sized .box-text-wrap .actions {
            padding-left: 14px;
            bottom: 16px; } }
      .grid-header-group .box-sized .box-text-wrap p {
        font-weight: 300; }
      .grid-header-group .box-sized .box-text-wrap .button-text {
        color: #4b91e2;
        font-size: 11px; }
      .grid-header-group .box-sized .box-text-wrap .title {
        font-size: 16px;
        font-weight: 600;
        color: #002e5e;
        padding-bottom: 14px; }
    .grid-header-group .box-sized time {
      display: block;
      font-size: 10px;
      color: #263238;
      padding-bottom: 18px; }
    .grid-header-group .box-sized.right-box .box-media {
      width: 50%;
      float: right; }
    .grid-header-group .box-sized.vertical {
      position: relative;
      padding-bottom: 222px; }
      .grid-header-group .box-sized.vertical.tall {
        padding-bottom: 156px; }
      .grid-header-group .box-sized.vertical .box-media {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
      .grid-header-group .box-sized.vertical .box-text-wrap {
        height: 226px; }
    .grid-header-group .box-sized.vertical-top {
      position: relative; }
      .grid-header-group .box-sized.vertical-top .box-media {
        width: 100%; }
      .grid-header-group .box-sized.vertical-top .box-text-wrap {
        height: 226px; }
    .grid-header-group .box-sized.tall .box-text-wrap {
      height: 294px; }
    .grid-header-group .box-sized.tall .box-media {
      height: 156px; }
    .grid-header-group .box-sized.full-tall {
      position: relative; }
      .grid-header-group .box-sized.full-tall .box-media {
        height: 450px;
        width: 100%;
        float: none; }
        .grid-header-group .box-sized.full-tall .box-media.box-media-column {
          float: left;
          width: 60%; }
        .grid-header-group .box-sized.full-tall .box-media:after {
          display: none; }
      .grid-header-group .box-sized.full-tall .box-text-column {
        height: 450px;
        width: 40%;
        float: right; }
      .grid-header-group .box-sized.full-tall .slide-box-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px; }
        .grid-header-group .box-sized.full-tall .slide-box-wrap .slide-box {
          padding: 18px 12px 10px 20px;
          font-size: 12px; }
        .grid-header-group .box-sized.full-tall .slide-box-wrap .text-wrap {
          padding-bottom: 8px; }
        .grid-header-group .box-sized.full-tall .slide-box-wrap .title {
          padding-bottom: 3px; }
        .grid-header-group .box-sized.full-tall .slide-box-wrap .actions {
          padding-top: 4px; }
    @media screen and (max-width: 860px) {
      .grid-header-group .box-sized {
        font-size: 12px; }
        .grid-header-group .box-sized .box-media,
        .grid-header-group .box-sized .box-text-wrap {
          height: 168px; }
          .grid-header-group .box-sized .box-media .title,
          .grid-header-group .box-sized .box-text-wrap .title {
            font-size: 14px;
            padding-bottom: 6px; }
        .grid-header-group .box-sized.tall .box-text-wrap {
          height: 228px;
          padding: 20px 14px 34px 20px; }
        .grid-header-group .box-sized.tall .box-media {
          height: 112px;
          background-size: cover; }
        .grid-header-group .box-sized.vertical {
          padding-bottom: 168px; }
          .grid-header-group .box-sized.vertical .box-text-wrap {
            height: 172px; }
          .grid-header-group .box-sized.vertical.tall {
            padding-bottom: 112px; }
            .grid-header-group .box-sized.vertical.tall .box-text-wrap {
              height: 228px; }
            .grid-header-group .box-sized.vertical.tall .box-media {
              height: 112px; }
        .grid-header-group .box-sized.full-tall .box-media {
          height: 340px;
          width: 100%;
          float: none;
          background-size: cover; }
        .grid-header-group .box-sized .box-media {
          background-size: auto 100%; } }
  .grid-header-group a.box-sized {
    display: block !important;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-tap-highlight-color: transparent; }
    .grid-header-group a.box-sized:after {
      display: block;
      content: "";
      position: absolute;
      z-index: -1;
      bottom: 40px;
      right: 40px;
      border-radius: 100%;
      background: white;
      width: 20px;
      height: 20px;
      opacity: 0;
      -webkit-transition: all 0.9s ease-out;
      -moz-transition: all 0.9s ease-out;
      transition: all 0.9s ease-out; }
    .grid-header-group a.box-sized:focus, .grid-header-group a.box-sized:active {
      color: #0e4d97 !important; }
      .grid-header-group a.box-sized:focus:after, .grid-header-group a.box-sized:active:after {
        opacity: 0.5;
        z-index: 11;
        -webkit-transform: scale(100);
        -moz-transform: scale(100);
        -ms-transform: scale(100);
        -o-transform: scale(100);
        transform: scale(100); }
    .grid-header-group a.box-sized:hover {
      background: #c3d9f7; }
      .grid-header-group a.box-sized:hover .box-media {
        opacity: .7; }
        .grid-header-group a.box-sized:hover .box-media.triangule-right:after {
          border-color: transparent #c3d9f7 transparent transparent; }
        .grid-header-group a.box-sized:hover .box-media.triangule-left:after {
          border-color: #c3d9f7 transparent transparent transparent; }
        .grid-header-group a.box-sized:hover .box-media.triangule-bottom:after {
          border-color: #c3d9f7 transparent transparent transparent; }
        .grid-header-group a.box-sized:hover .box-media.triangule-top:after {
          border-color: transparent transparent transparent #c3d9f7; }
  .grid-header-group.grid-news .box-sized.tall .box-text-wrap {
    height: 250px; }
  .grid-header-group.grid-news .box-sized.tall .box-media {
    height: 200px; }
  .grid-header-group.grid-news .box-sized.vertical.tall {
    padding-bottom: 200px; }
    .grid-header-group.grid-news .box-sized.vertical.tall .box-media {
      height: 200px; }

.column-item {
  width: 100%;
  float: left; }
  @media screen and (min-width: 441px) {
    .column-item {
      float: none !important;
      width: 268px !important; } }
  .column-item .item-link {
    display: block; }
  .column-item .item-media {
    height: 142px;
    border: 1px solid #4b91e2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 165px auto;
    margin-bottom: 5px; }
  .column-item .column-top-header {
    background: #b9d3f1;
    padding: 26px 30px;
    color: #002e5e;
    font-size: 14px; }
    .column-item .column-top-header .sub-title {
      font-size: 16px;
      font-weight: 600; }
  .column-item .column-top-middle {
    font-size: 18px;
    color: #263238;
    padding: 14px 30px;
    font-weight: 300;
    background: #cbdef4; }
  .column-item .column-top-bottom {
    font-size: 12px;
    color: #263238;
    padding: 18px 30px;
    background: #e0ebf7;
    font-weight: 300; }
    .column-item .column-top-bottom .actions {
      margin-top: 10px; }
      .column-item .column-top-bottom .actions .button-text {
        color: #4b91e2; }
  .column-item a.item-link {
    display: block !important;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-tap-highlight-color: transparent; }
    .column-item a.item-link:hover .item-media {
      background-color: #AFCCEE;
      opacity: 0.6; }
    .column-item a.item-link:hover .equal-column-alt {
      background: #c0d5f0; }
    .column-item a.item-link:hover .column-top-header {
      background: #a1c2eb; }
    .column-item a.item-link:hover .column-top-middle {
      background: #afccee; }
    .column-item a.item-link:hover .column-top-bottom {
      background: #c0d5f0; }
    .column-item a.item-link:after {
      display: block;
      content: "";
      position: absolute;
      z-index: -1;
      bottom: 40px;
      right: 40px;
      border-radius: 100%;
      background: white;
      width: 20px;
      height: 20px;
      opacity: 0;
      -webkit-transition: all 0.9s ease-out;
      -moz-transition: all 0.9s ease-out;
      transition: all 0.9s ease-out; }
    .column-item a.item-link:focus, .column-item a.item-link:active {
      color: #002e5e !important; }
      .column-item a.item-link:focus:after, .column-item a.item-link:active:after {
        opacity: 0.5;
        z-index: 11;
        -webkit-transform: scale(100);
        -moz-transform: scale(100);
        -ms-transform: scale(100);
        -o-transform: scale(100);
        transform: scale(100); }
  .column-item .equal-column-alt {
    background: #e0ebf7; }

.page-header-feature:after {
  content: "";
  display: table;
  clear: both; }
.page-header-feature .feature-image {
  float: left;
  width: 50%;
  padding-right: 15px; }
.page-header-feature .feature-text {
  float: left;
  width: 50%;
  padding-left: 15px;
  font-size: 30px;
  color: #002e5e;
  font-weight: 300; }
  .page-header-feature .feature-text .title {
    font-size: 46px;
    font-weight: 600;
    color: #4b91e2;
    line-height: 1.2;
    padding-bottom: 10px; }

.text-columns {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 0; }
  .text-columns:after {
    content: "";
    display: table;
    clear: both; }
  .text-columns .column-wrap {
    width: 50%;
    padding: 0 15px;
    float: left; }
    .text-columns .column-wrap .entry-text {
      padding: 22px 30px;
      background: #ECEFF1; }

.download-group {
  padding: 20px 15px;
  background: #4b91e2;
  margin: 15px 0 25px;
  color: #a5c8f0; }
  .download-group:after {
    content: "";
    display: table;
    clear: both; }
  .download-group .header-group {
    float: left;
    width: 26%;
    text-align: center;
    font-size: 13px;
    padding: 10px 0 0;
    color: #a5c8f0; }
    .download-group .header-group .bai {
      font-size: 43px; }
    .download-group .header-group h2 {
      text-transform: uppercase;
      font-size: 13px; }
  .download-group .cell-group {
    float: right;
    width: 74%; }
    .download-group .cell-group .cell {
      float: left;
      width: 33.33%;
      padding: 0 5px; }

.box-button {
  display: table;
  width: 100%;
  background: #609fe8;
  color: white;
  height: 70px;
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  transition: 0.33s; }
  .box-button:active, .box-button:focus, .box-button:hover {
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s;
    background: #3671c7;
    color: white; }
  .box-button .text-button {
    display: table-cell;
    vertical-align: bottom;
    padding: 10px;
    font-size: 14px;
    color: white;
    letter-spacing: 0; }

.icons-buttons-group {
  margin: 0 0 10px; }
  .icons-buttons-group:after {
    content: "";
    display: table;
    clear: both; }

.box-button-icon {
  display: block;
  position: relative;
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  transition: 0.33s;
  padding: 25px 20px 25px 100px;
  font-size: 12px;
  color: #263238;
  border: 1px solid #a5c8f0;
  min-height: 82px;
  display: block !important;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-tap-highlight-color: transparent; }
  .box-button-icon .icon {
    position: absolute;
    width: 100px;
    top: 16px;
    left: 3px;
    text-align: center;
    font-size: 58px;
    color: #c3d9f7; }
  .box-button-icon .title-button {
    font-size: 12px;
    font-weight: 600;
    color: #4b91e2;
    display: block; }
  .box-button-icon .text-button {
    display: inline-block;
    max-width: 200px;
    letter-spacing: 0; }
  .box-button-icon:hover {
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s;
    background: #e6f0fb; }
  .box-button-icon:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 40px;
    right: 40px;
    border-radius: 100%;
    background: white;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; }
  .box-button-icon:focus, .box-button-icon:active {
    color: #002e5e !important; }
    .box-button-icon:focus:after, .box-button-icon:active:after {
      opacity: 0.5;
      z-index: 11;
      -webkit-transform: scale(100);
      -moz-transform: scale(100);
      -ms-transform: scale(100);
      -o-transform: scale(100);
      transform: scale(100); }

.context-aside {
  float: left;
  width: 36%;
  padding-top: 16px; }

.context-content {
  float: right;
  width: 60%;
  padding-top: 10px; }

.filter-itens {
  padding: 22px 0; }

.filters-tags {
  color: #a7b5be;
  font-size: 18px;
  padding: 8px 0;
  list-style: none;
  max-width: 300px; }
  .filters-tags a {
    display: inline-block;
    padding: 10px 0;
    color: #a7b5be;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s; }
    .filters-tags a:hover {
      color: #4b91e2; }
  .filters-tags .active a {
    color: #4b91e2; }

.results-list {
  font-size: 12px;
  color: #595959; }
  .results-list li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5; }
  .results-list .title-link {
    font-size: 18px;
    font-weight: 600; }
  .results-list a {
    color: #4b91e2;
    font-weight: 600; }

.pagination {
  font-size: 13px;
  padding: 30px 0;
  text-align: center; }
  .pagination .arrow {
    font-size: 23px;
    margin: 0 12px; }
  .pagination .arrow.disabled span {
    color: #3671c7 !important; }
  .pagination a {
    display: inline-block;
    vertical-align: middle;
    color: #0e4d97; }
    .pagination a:hover {
      -webkit-transition: 0.33s;
      -moz-transition: 0.33s;
      transition: 0.33s;
      color: #3671c7; }
  .pagination span {
    vertical-align: middle; }
  .pagination .text-separator,
  .pagination .text-total {
    color: #c3d9f7; }

.title-info {
  color: #4b91e2;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }
  .title-info.no-desktop {
    position: relative;
    margin-top: -6px; }
    @media screen and (min-width: 861px) {
      .title-info.no-desktop {
        display: none; } }
  @media screen and (max-width: 860px) {
    .title-info.only-desktop {
      display: none; } }

.faqs-item-wrap {
  position: relative; }
  .faqs-item-wrap + .faqs-item-wrap {
    border-top: 1px solid #f2f2f3; }
  .faqs-item-wrap ul li {
    list-style-type: disc;
    margin-left: 30px; }
  .faqs-item-wrap .question-item {
    font-size: 14px;
    font-weight: 600;
    color: #4b91e2;
    padding: 16px 40px 16px 10px;
    margin: 2px 0;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    transition: 0.33s;
    position: relative; }
    .faqs-item-wrap .question-item .bai {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -11px;
      right: 5px;
      width: 22px;
      height: 22px;
      line-height: 22px;
      vertical-align: middle;
      text-align: center;
      font-size: 18px;
      border: 1px solid #c3d9f7;
      color: #c3d9f7;
      -webkit-transition: 0.33s;
      -moz-transition: 0.33s;
      transition: 0.33s;
      z-index: 2; }
    .faqs-item-wrap .question-item:hover {
      background-color: rgba(242, 242, 243, 0.8);
      -webkit-tap-highlight-color: transparent; }
      .faqs-item-wrap .question-item:hover .bai {
        background: #c3d9f7; }
        .faqs-item-wrap .question-item:hover .bai:before {
          color: white; }
  .faqs-item-wrap .bai-faq:before {
    content: "\e930" !important;
    color: #c3d9f7; }
  .faqs-item-wrap.active .bai-faq {
    border: 1px solid #c3d9f7;
    background: #c3d9f7;
    color: #c3d9f7; }
    .faqs-item-wrap.active .bai-faq:before {
      content: "\e92f" !important;
      color: #ffffff; }
  .faqs-item-wrap.active .answer-item {
    display: block;
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 4.63s;
    -moz-transition: opacity 4.63s;
    transition: opacity 4.63s; }
  .faqs-item-wrap.active .question-item {
    border-bottom: 1px solid #f2f2f3; }
  .faqs-item-wrap .answer-item {
    font-size: 12px;
    color: #2A393F;
    background-color: #f2f2f3;
    display: none;
    opacity: 0;
    z-index: -1;
    position: relative;
    -webkit-transition: opacity 4.63s;
    -moz-transition: opacity 4.63s;
    transition: opacity 4.63s; }
    .faqs-item-wrap .answer-item .bai {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -11px;
      right: 5px;
      width: 22px;
      height: 22px;
      line-height: 22px;
      vertical-align: middle;
      text-align: center;
      font-size: 18px;
      border: 1px solid #c3d9f7;
      background: #c3d9f7;
      color: white;
      -webkit-transition: 0.33s;
      -moz-transition: 0.33s;
      transition: 0.33s;
      z-index: 2; }
  .faqs-item-wrap .answer-item-wrap {
    padding: 10px 40px 10px 10px;
    margin-bottom: 2px;
    margin-top: 2px; }
    .faqs-item-wrap .answer-item-wrap h1,
    .faqs-item-wrap .answer-item-wrap h2,
    .faqs-item-wrap .answer-item-wrap h3,
    .faqs-item-wrap .answer-item-wrap h4,
    .faqs-item-wrap .answer-item-wrap h5,
    .faqs-item-wrap .answer-item-wrap h6 {
      font-size: 14px;
      color: #002e5e;
      font-weight: 600; }
    .faqs-item-wrap .answer-item-wrap p {
      margin: 8px 0; }

.more-button {
  padding: 15px 0 30px; }

#loading-div {
  font-size: 20px;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 15px; }

.box-group-column + .sharer-link .trigger-wrap {
  bottom: 0;
  right: 0;
  z-index: 10; }
  .box-group-column + .sharer-link .trigger-wrap .share-trigger {
    background-color: #c3d9f7; }

.grid-header-group.grid-news .box-sized.vertical.tall + .sharer-link .trigger-wrap {
  bottom: 200px;
  right: 0;
  z-index: 10; }
  .grid-header-group.grid-news .box-sized.vertical.tall + .sharer-link .trigger-wrap .share-trigger {
    background-color: #c3d9f7; }

.grid-news .links-wrap {
  position: relative; }

.agency-list .context-aside {
  width: 40%; }
.agency-list .context-content {
  width: 56%; }
  .agency-list .context-content .results-numbers {
    text-align: right;
    padding: 0 0 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: -20px; }
    @media only screen and (max-width: 860px) {
      .agency-list .context-content .results-numbers {
        margin-top: inherit; } }
    @media only screen and (max-width: 460px) {
      .agency-list .context-content .results-numbers {
        margin-bottom: 10px; } }
    .agency-list .context-content .results-numbers span {
      font-size: 12px;
      color: #a7b5be; }
  .agency-list .context-content ul li {
    padding: 10px 0; }
    .agency-list .context-content ul li .agency-holder {
      position: relative;
      padding: 10px;
      min-height: 161px; }
      @media only screen and (max-width: 460px) {
        .agency-list .context-content ul li .agency-holder {
          padding: 0 10px 10px; } }
      .agency-list .context-content ul li .agency-holder:hover {
        background-color: #f2f2f3; }
      .agency-list .context-content ul li .agency-holder .agency-map-holder, .agency-list .context-content ul li .agency-holder .agency-info {
        display: inline-block;
        vertical-align: top;
        width: 49%; }
        @media only screen and (max-width: 460px) {
          .agency-list .context-content ul li .agency-holder .agency-map-holder, .agency-list .context-content ul li .agency-holder .agency-info {
            display: block;
            width: 100%;
            margin-bottom: 15px; } }
      .agency-list .context-content ul li .agency-holder .agency-info dl {
        font-size: 13px;
        line-height: 1.9; }
        .agency-list .context-content ul li .agency-holder .agency-info dl dt {
          font-weight: 600;
          color: #3671c7; }
        .agency-list .context-content ul li .agency-holder .agency-info dl dd {
          font-weight: 100;
          color: #000000; }
          .agency-list .context-content ul li .agency-holder .agency-info dl dd a {
            font-weight: 100;
            color: #000; }
            .agency-list .context-content ul li .agency-holder .agency-info dl dd a.tel {
              color: #3671c7; }
      .agency-list .context-content ul li .agency-holder .agency-map-holder {
        position: relative;
        height: 0; }
        @media only screen and (max-width: 460px) {
          .agency-list .context-content ul li .agency-holder .agency-map-holder {
            padding-bottom: 80%;
            padding-top: 35px;
            overflow: hidden; } }
        .agency-list .context-content ul li .agency-holder .agency-map-holder .agency-map {
          position: relative;
          float: right;
          width: 150px;
          height: 150px;
          margin-top: -4px; }
          @media only screen and (max-width: 460px) {
            .agency-list .context-content ul li .agency-holder .agency-map-holder .agency-map {
              position: absolute !important;
              float: inherit;
              top: 0;
              left: 0;
              right: inherit;
              width: 100%;
              height: 100%;
              margin-top: inherit; } }

.agency-overlay-map {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.43s;
  -moz-transition: opacity 0.43s;
  transition: opacity 0.43s;
  z-index: 9990; }
  .agency-overlay-map .map-holder {
    position: absolute;
    width: 990px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
    z-index: 9999; }
    @media only screen and (max-width: 1060px) {
      .agency-overlay-map .map-holder {
        width: 90%; } }
    .agency-overlay-map .map-holder .map-header {
      background-color: #3671c7;
      color: #ffffff;
      padding: 0 30px; }
      .agency-overlay-map .map-holder .map-header h1 {
        padding-top: 15px;
        font-size: 16px;
        font-weight: 100;
        text-transform: uppercase; }
      .agency-overlay-map .map-holder .map-header h2 {
        padding-bottom: 15px;
        font-size: 24px;
        font-weight: 600; }
      .agency-overlay-map .map-holder .map-header span.close-button {
        position: absolute;
        top: 23px;
        right: 20px;
        cursor: pointer;
        font-size: 35px; }
    .agency-overlay-map .map-holder #map {
      width: 100%;
      height: 450px; }
      @media only screen and (max-width: 450px) {
        .agency-overlay-map .map-holder #map {
          height: 250px; } }

.agency-overlay-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.open {
  opacity: 1;
  visibility: visible; }

@media screen and (max-width: 1100px) {
  .text-columns {
    margin-left: -10px;
    margin-right: -10px; }
    .text-columns .column-wrap {
      padding: 0 10px; }
      .text-columns .column-wrap .entry-text {
        padding: 16px 16px; }

  .page-header-feature .feature-text {
    font-size: 24px; }
    .page-header-feature .feature-text .title {
      font-size: 35px; }

  .feature-item .feature-wrap {
    padding-left: 62px; }
    .feature-item .feature-wrap .icon {
      top: 4px;
      font-size: 44px;
      left: 0; }

  .sharer-link .trigger-wrap {
    right: 10px; }

  .boxed-item.alt-style .item-media {
    background-size: 120% auto; }

  .text-columns {
    margin-left: -7.5px;
    margin-right: -7.5px; }

  .icons-buttons-group .column {
    padding-left: 7.5px;
    padding-right: 7.5px; }

  .box-button-icon {
    padding: 20px 15px 15px 60px; }
    .box-button-icon .icon {
      width: 60px;
      top: 16px;
      left: 0;
      font-size: 40px; } }
@media screen and (max-width: 960px) {
  .mega-dropdown .tab-pane .row .item.x3 {
    width: 33.33%; }

  .features-columns .full-max {
    height: 147px;
    margin-top: -167px;
    padding-top: 6px; }

  .feature-item {
    font-size: 11px; }
    .feature-item .feature-wrap {
      padding-left: 0; }
      .feature-item .feature-wrap .sub-title {
        padding-top: 4px; }
      .feature-item .feature-wrap p {
        max-width: 180px; }
      .feature-item .feature-wrap .icon {
        position: relative;
        top: auto;
        left: auto;
        font-size: 38px; }

  .highlight-item .image-background {
    background-size: 330px auto;
    background-position: top center; }
  .highlight-item .text-wrap {
    height: 108px;
    font-size: 12px; }
  .highlight-item .title {
    font-size: 16px; }

  .box-gutter {
    padding: 24px 18px 22px 22px; }

  .row .boxed-item.x3 {
    width: 33.33%; }

  .boxed-item {
    font-size: 12px; }
    .boxed-item .item-link {
      display: block; }
    .boxed-item .item-wrap {
      position: relative; }
    .boxed-item .text-wrap {
      padding-bottom: 60px; }
    .boxed-item .sub-title {
      font-size: 16px; }
    .boxed-item .actions {
      bottom: 25px;
      padding-left: 22px; }
    .boxed-item .item-media {
      background-size: 143% auto; }
    .boxed-item.alt-style .item-media {
      background-size: 137% auto; }

  .alt-style .trigger-wrap {
    right: 11px; } }
@media screen and (min-width: 761px) and (max-width: 900px) {
  .download-group {
    padding: 15px 10px 15px 8px; }
    .download-group .header-group {
      position: relative;
      padding-left: 60px;
      padding-top: 16px;
      width: 24%; }
      .download-group .header-group .bai {
        position: absolute;
        left: 8px;
        top: 16px; }
      .download-group .header-group h2 {
        text-align: left;
        max-width: 106px; }
    .download-group .cell-group {
      width: 76%; } }
@media screen and (max-width: 900px) {
  .info-groups .row {
    padding-bottom: 95px !important; }
  .info-groups .info-group-item.item.x3 {
    width: 33.33333%; }
  .info-groups .info-group-item.item.x6 {
    width: 66.66667%; }
  .info-groups .info-group-item.item.x3.expanded-medium {
    float: none;
    width: 100%; }
  .info-groups .info-group-item.expanded-medium {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto !important;
    width: 100% !important; }
    .info-groups .info-group-item.expanded-medium .box-fulfill {
      position: relative;
      background: #002e5e;
      color: #c3d9f7; }
    .info-groups .info-group-item.expanded-medium .equal-column {
      min-height: 0; }
    .info-groups .info-group-item.expanded-medium .box-header {
      position: absolute;
      bottom: 17px;
      left: 10px;
      min-height: 0;
      padding-bottom: 0; }
      .info-groups .info-group-item.expanded-medium .box-header .sub-title {
        font-size: 16px;
        font-weight: 300;
        color: #c3d9f7; }
    .info-groups .info-group-item.expanded-medium .box-content {
      text-align: right; }
    .info-groups .info-group-item.expanded-medium .social-links {
      display: inline-block; }
      .info-groups .info-group-item.expanded-medium .social-links li {
        display: inline; }
        .info-groups .info-group-item.expanded-medium .social-links li .link-text {
          display: none; }

  .page-header-feature .feature-text {
    font-size: 20px; }
    .page-header-feature .feature-text .title {
      font-size: 28px; } }
@media screen and (max-width: 860px) {
  .context-aside {
    float: none;
    width: auto !important;
    padding-top: 0; }

  .context-content {
    float: none;
    width: auto !important;
    padding-top: 10px; }

  .filters-tags {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 100%; }
    .filters-tags li {
      display: inline-block; }
    .filters-tags a {
      padding: 10px 10px; }

  .grid-header-group .box-sized.full-tall .box-media.box-media-column {
    width: 54%; }
  .grid-header-group .box-sized.full-tall .box-text-column {
    height: 340px;
    width: 46%; }

  .grid-header-group.grid-news .box-sized.tall.vertical {
    padding-bottom: 135px; }
    .grid-header-group.grid-news .box-sized.tall.vertical .box-text-wrap {
      height: 205px; }
    .grid-header-group.grid-news .box-sized.tall.vertical .box-media {
      height: 135px; }

  .grid-header-group.grid-news .box-sized.vertical.tall + .sharer-link .trigger-wrap {
    bottom: 135px; } }
@media screen and (max-width: 760px) {
  .download-group {
    padding: 20px 15px;
    margin: 15px 0 25px; }
    .download-group .header-group {
      float: none;
      width: auto;
      font-size: 13px; }
    .download-group .cell-group {
      float: none;
      width: auto; }
      .download-group .cell-group .cell {
        float: none;
        width: auto;
        padding: 0; }

  .icons-buttons-group .row {
    margin: 0; }
    .icons-buttons-group .row .column {
      width: auto !important;
      float: none;
      padding-left: 0;
      padding-right: 0; }

  .box-button {
    height: auto;
    margin: 10px 0;
    display: block; }
    .box-button .text-button {
      display: block;
      padding: 14px 16px;
      font-size: 16px; }

  .row .boxed-item.x3 {
    width: 50%; }

  .logo {
    height: 58px;
    text-align: left;
    position: relative;
    z-index: 18;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-top: 15px;
    top: auto;
    float: left; }
    .logo .site-section {
      display: none; }

  .top-middle {
    clear: both;
    height: 58px;
    position: relative;
    background: #002e5e; }

  .boxed-item {
    font-size: 12px; }
    .boxed-item .item-link {
      display: block; }
    .boxed-item .item-wrap {
      position: relative; }
    .boxed-item time {
      font-size: 12px; }
    .boxed-item .text-wrap {
      padding-bottom: 60px; }
    .boxed-item .sub-title {
      font-size: 18px; }
    .boxed-item .actions {
      bottom: 25px;
      padding-left: 22px; }
    .boxed-item .item-media {
      height: 160px;
      background-size: 143% auto; }

  .features-columns {
    display: none; }

  .highlight-columns .row {
    margin-left: -5px;
    margin-right: -5px; }

  .highlight-item.item {
    padding: 10px 5px; }
  .highlight-item .image-background {
    background-size: 330px auto; }
  .highlight-item .text-wrap {
    height: auto;
    min-height: 108px;
    padding: 15px 10px;
    font-size: 12px; }
  .highlight-item .title {
    font-size: 16px; }

  .tab-content {
    display: none !important; } }
@media screen and (max-width: 660px) {
  .title.bordered:before {
    width: 100%; }

  .grid-header-group.grid-header-medium .column.x6,
  .grid-header-group.grid-header-medium .column.x3 {
    float: none;
    width: 100%;
    padding: 10px 0 !important; }
  .grid-header-group.grid-header-medium .box-sized.full-tall .box-media {
    height: auto;
    padding-top: 80%; }
  .grid-header-group.grid-header-medium .box-sized.vertical-top.tall, .grid-header-group.grid-header-medium .box-sized.vertical.tall {
    padding-bottom: 0; }
    .grid-header-group.grid-header-medium .box-sized.vertical-top.tall .box-media, .grid-header-group.grid-header-medium .box-sized.vertical.tall .box-media {
      position: relative;
      left: auto;
      bottom: auto;
      height: auto;
      padding-top: 60%; }
    .grid-header-group.grid-header-medium .box-sized.vertical-top.tall .box-text-wrap, .grid-header-group.grid-header-medium .box-sized.vertical.tall .box-text-wrap {
      height: auto;
      padding: 14px 10px 38px 14px; }

  .highlight-item.item {
    float: none !important;
    width: auto !important; }
  .highlight-item .image-background {
    height: 420px;
    background-size: 100% auto; }

  .info-group-item.item {
    width: 100% !important; }

  .info-groups .slide,
  .info-groups .equal-column {
    min-height: 30px; }

  .boxed-item.item {
    float: none !important;
    width: auto !important; }
  .boxed-item .item-media {
    height: auto;
    padding-top: 58%;
    background-size: 102% auto; }
  .boxed-item.alt-style.top-thumb .item-link, .boxed-item.alt-style.bottom-thumb .item-link {
    padding-top: 0;
    padding-bottom: 0; }
  .boxed-item.alt-style.top-thumb .item-media, .boxed-item.alt-style.bottom-thumb .item-media {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto; }
  .boxed-item.alt-style .item-media {
    height: auto;
    padding-top: 58%;
    background-size: 102% auto; }

  .news-columns {
    padding-bottom: 10px !important; }

  .alt-style .trigger-wrap {
    bottom: 11px; }

  .page-header-feature .feature-image {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: center; }
    .page-header-feature .feature-image img {
      margin: 0 auto; }
  .page-header-feature .feature-text {
    float: none;
    width: auto;
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 20px; }
    .page-header-feature .feature-text .title {
      font-size: 24px; }

  .grid-header-group {
    margin-bottom: 0; }

  .grid-header-group.grid-news .row .column.x8,
  .grid-header-group.grid-news .row .column.x4 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px; }
    .grid-header-group.grid-news .row .column.x8 .box-group-column .box-media.box-media-column,
    .grid-header-group.grid-news .row .column.x4 .box-group-column .box-media.box-media-column {
      float: none;
      width: auto; }
    .grid-header-group.grid-news .row .column.x8 .box-group-column .box-text-column,
    .grid-header-group.grid-news .row .column.x4 .box-group-column .box-text-column {
      float: none;
      width: auto;
      height: auto; }

  .grid-header-group .box-sized time {
    padding-bottom: 8px; }

  .grid-header-group.grid-news .box-sized.vertical.tall + .sharer-link .trigger-wrap {
    bottom: 0; } }
@media screen and (max-width: 560px) {
  .title-info {
    font-size: 20px; }

  .info-groups .row {
    padding-bottom: 95px !important; }
  .info-groups .info-group-item.expanded-medium .box-header {
    position: relative;
    bottom: auto;
    left: auto;
    padding-bottom: 5px; }
    .info-groups .info-group-item.expanded-medium .box-header .sub-title {
      font-size: 14px; }
  .info-groups .info-group-item.expanded-medium .box-content {
    text-align: left; }
  .info-groups .info-group-item.expanded-medium .box-gutter {
    padding-top: 10px;
    padding-bottom: 10px; }
  .info-groups .info-group-item.expanded-medium .social-links {
    display: block; }
    .info-groups .info-group-item.expanded-medium .social-links li {
      display: inline-block;
      padding-top: 0 !important; }
      .info-groups .info-group-item.expanded-medium .social-links li .link-text {
        display: none; }

  .grid-header-group .row {
    margin: 0; }
    .grid-header-group .row .column {
      float: none !important;
      width: auto !important;
      clear: both;
      padding: 0; }
      .grid-header-group .row .column .x12, .grid-header-group .row .column.x4 {
        padding: 10px 0 !important; }
  .grid-header-group .box-sized .box-media {
    background-size: cover;
    height: auto !important;
    padding-top: 80%;
    float: none !important;
    width: 100% !important; }
    .grid-header-group .box-sized .box-media:after {
      display: none !important; }
  .grid-header-group .box-sized.vertical {
    padding-bottom: 0; }
    .grid-header-group .box-sized.vertical .box-media {
      position: relative;
      bottom: auto;
      left: auto; }
  .grid-header-group .box-sized .box-text-wrap {
    height: auto !important;
    padding-bottom: 40px; }
    .grid-header-group .box-sized .box-text-wrap .actions {
      bottom: 14px; }

  .text-columns {
    margin: 0;
    padding: 0; }
    .text-columns .column-wrap {
      width: auto;
      padding: 0;
      float: none;
      margin: 10px 0 0; }
      .text-columns .column-wrap + .column-wrap {
        margin-top: 0; }
        .text-columns .column-wrap + .column-wrap .entry-text {
          padding-top: 5px; }
      .text-columns .column-wrap .entry-text {
        padding: 8px 16px; } }
@media screen and (max-width: 500px) {
  .highlight-item .image-background {
    height: 360px; } }
@media screen and (max-width: 460px) {
  .filters-tags {
    display: none; }

  .context-content {
    padding-top: 0; }
    .context-content .results-list li:first-child {
      padding-top: 0; }

  .filter-itens .bordered:before {
    display: none; } }
@media screen and (max-width: 440px) {
  .highlight-item .image-background {
    height: 250px; } }
@media screen and (min-width: 461px) {
  .filters-tags-mobile {
    display: none !important; } }
@media screen and (min-width: 441px) {
  .columns-item-group {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px; }
    .columns-item-group:after {
      content: "";
      display: table;
      clear: both; }
    .columns-item-group.row {
      white-space: nowrap; }
      .columns-item-group.row .item {
        display: inline-block;
        vertical-align: bottom;
        float: none;
        white-space: normal; }

  .horizontal-only {
    -ms-overflow-y: hidden;
    overflow-y: hidden; }

  .jspScrollable {
    padding-bottom: 30px;
    margin-bottom: 30px; } }
.not-found {
  text-align: center; }
  .not-found h1 {
    width: 100%;
    display: block;
    margin-top: 7%;
    text-align: center;
    font-size: 75px;
    font-family: "Aaux", "Arial", sans-serif;
    color: #002e5e;
    font-weight: 100; }
  .not-found h2 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    color: #698894;
    font-family: "Aaux", "Arial", sans-serif;
    font-weight: 400; }
  .not-found a {
    background: #00a3e0;
    font-size: 14px;
    padding: 4px 15px;
    color: #fff; }
    .not-found a:hover, .not-found a:active {
      background: #002e5e; }

.list-values {
  padding-top: 3px;
  padding-bottom: 8px; }
  .list-values li {
    position: relative;
    padding-bottom: 10px; }
  .list-values.with-icon li {
    padding-right: 40px;
    min-height: 40px;
    max-width: 200px; }
  .list-values.with-icon .icon {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: center;
    width: 40px;
    font-size: 27px;
    line-height: 40px;
    vertical-align: middle;
    color: white; }
  .list-values .item-key {
    font-size: 11px;
    color: #0e4d97;
    display: block; }
  .list-values .item-value {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: white; }

.list-actions {
  padding-top: 8px; }

.page-header {
  padding-bottom: 8px; }
  .page-header .sub-title {
    font-size: 14px;
    color: #595959;
    padding-bottom: 0;
    line-height: 1.2; }
  .page-header .page-title {
    font-size: 40px;
    font-weight: 300;
    color: #002e5e;
    padding-bottom: 8px;
    line-height: 1.2; }
  .page-header .agency-sub-title {
    font-weight: 600;
    font-size: 18px;
    color: #4b91e2; }

.text-intro {
  font-size: 18px;
  color: #4b91e2;
  line-height: 1.3;
  padding-bottom: 16px;
  padding-top: 10px; }
  .text-intro + .feature-image {
    margin-top: 14px; }

.feature-image {
  margin-bottom: 20px;
  position: relative; }

.media-text {
  font-size: 16px;
  position: absolute;
  width: 275px;
  top: 20px;
  left: 20px; }
  .media-text.gradient {
    padding: 20px 17px; }
  .media-text .title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 12px; }
  .media-text .tagline {
    font-size: 30px;
    line-height: 1.1;
    padding-bottom: 10px; }
  .media-text .actions {
    padding-top: 16px;
    position: relative;
    margin-left: -7px; }
  .media-text .button {
    font-size: 12px; }

.entry-wrap {
  padding: 10px 0 50px; }

@media screen and (min-width: 881px) {
  .sidebar .top {
    border-top: 1px solid #ededed; } }

.widget-group {
  margin-bottom: 20px; }
  .widget-group .widget-header {
    border-bottom: 1px solid #ededed;
    padding: 15px 0; }
  .widget-group .widget-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: #002e5e; }

.sidebar .social-links {
  padding-top: 28px;
  padding-bottom: 10px;
  overflow: hidden; }
  .sidebar .social-links ul {
    position: relative;
    margin-left: -13px;
    margin-right: -12.5px; }
  .sidebar .social-links li {
    float: left;
    width: 25%; }
    .sidebar .social-links li .squares {
      display: block;
      margin: 0 12.5px 0 13px; }

.thumbs-list > ul > li {
  border-bottom: 1px solid #e9ecef;
  padding: 2px 0; }
  .thumbs-list > ul > li:after {
    content: "";
    display: table;
    clear: both; }
  .thumbs-list > ul > li > a {
    padding: 10px 0; }

.item-thumb {
  font-size: 12px;
  color: #263238; }
  .item-thumb a {
    color: #263238; }
  .item-thumb time {
    display: block;
    color: #a7b5be;
    font-size: 10px;
    padding-bottom: 4px; }
  .item-thumb .media {
    float: left;
    width: 93px;
    margin-right: 10px;
    position: relative; }
    .item-thumb .media .bai {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 36px;
      font-size: 36px;
      line-height: 36px;
      margin: -18px 0 0 -18px;
      color: white;
      opacity: 0.7; }
  .item-thumb .widget-text {
    overflow: hidden; }
  .item-thumb .item-min-header {
    padding-bottom: 1px;
    min-height: 35px; }
  .item-thumb .title {
    font-size: 14px;
    font-weight: 600;
    color: #4b91e2;
    line-height: 1.2; }
  .item-thumb p {
    margin: 0 0 2px;
    line-height: 1.2; }
  .item-thumb .button-text {
    font-size: 10px;
    color: #698894; }

a.item-thumb {
  overflow: hidden;
  display: block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-tap-highlight-color: transparent; }
  a.item-thumb:hover {
    background: #f8f8f8;
    color: #263238; }
  a.item-thumb:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    border-radius: 100% 0 0 0;
    background: white;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out; }
  a.item-thumb:focus, a.item-thumb:active {
    color: #263238 !important; }
    a.item-thumb:focus:after, a.item-thumb:active:after {
      opacity: .5;
      z-index: 1;
      width: 300px;
      height: 300px; }

@media screen and (max-width: 880px) {
  .widget-text {
    overflow: visible !important; }

  .item-thumb .widget-text {
    max-width: 300px; }
    .item-thumb .widget-text time {
      padding-bottom: 16px; } }
@media screen and (max-width: 860px) {
  .page-header .agency-sub-title {
    padding-bottom: 12px; } }
@media screen and (max-width: 660px) {
  .item-thumb .widget-text {
    max-width: inherit; } }
@media screen and (max-width: 560px) {
  .page-header {
    padding-bottom: 6px; }
    .page-header .page-title {
      font-size: 26px; }

  .feature-image {
    margin-bottom: 10px; }
    .feature-image + .entry-wrap {
      padding-top: 0; }

  .text-intro {
    font-size: 14px; }

  .media-text {
    font-size: 12px; }
    .media-text.gradient {
      padding: 20px 17px 10px; }
    .media-text .title {
      font-size: 14px;
      font-weight: 600;
      padding-bottom: 0; }
    .media-text .tagline {
      font-size: 20px;
      padding-bottom: 0; }
    .media-text .actions {
      display: none; } }
@media screen and (max-width: 460px) {
  .page-header .agency-sub-title {
    font-size: 14px; }

  .media-text {
    position: absolute;
    width: 275px;
    top: auto;
    bottom: 10px;
    left: 10px;
    max-width: 320px;
    width: 282px;
    height: auto; } }
@media only screen and (max-width: 760px) {
  .simulators .row .column.x4 {
    width: 28.33333%; } }
@media only screen and (max-width: 760px) {
  .simulators .row .column.x8 {
    width: 71.66667%; } }
@media only screen and (max-width: 760px) {
  .simulators .first-box .box-media {
    background-position: top right !important; } }
@media only screen and (max-width: 760px) {
  .simulators .second-box .box-media {
    background-position: top left !important; } }
@media only screen and (max-width: 760px) {
  .simulators .third-box .box-sized {
    padding-bottom: 128px; } }
@media only screen and (max-width: 560px) {
  .simulators .third-box .box-sized {
    padding-bottom: 0; } }
@media only screen and (max-width: 760px) {
  .simulators .third-box .box-media {
    height: 133px; } }
@media only screen and (max-width: 760px) {
  .simulators .third-box .box-text-wrap {
    height: 212px !important; } }
@media only screen and (max-width: 560px) {
  .simulators .third-box .box-text-wrap {
    height: inherit !important; } }

.credit-holder input {
  font-size: 1.4rem; }
.credit-holder .credit-top {
  display: table; }
  .credit-holder .credit-top .credit-top-img, .credit-holder .credit-top .credit-top-copy {
    display: table-cell;
    vertical-align: bottom; }
    @media only screen and (max-width: 860px) {
      .credit-holder .credit-top .credit-top-img, .credit-holder .credit-top .credit-top-copy {
        vertical-align: middle; } }
    @media only screen and (max-width: 760px) {
      .credit-holder .credit-top .credit-top-img, .credit-holder .credit-top .credit-top-copy {
        display: block;
        width: 100% !important; } }
  .credit-holder .credit-top .credit-top-img {
    width: 100%; }
  .credit-holder .credit-top .credit-top-copy {
    width: 44%;
    padding-bottom: 40px;
    background-color: #002e5e; }
    @media only screen and (max-width: 1060px) {
      .credit-holder .credit-top .credit-top-copy {
        width: 47%; } }
    @media only screen and (max-width: 900px) {
      .credit-holder .credit-top .credit-top-copy {
        padding-bottom: 25px; } }
    @media only screen and (max-width: 860px) {
      .credit-holder .credit-top .credit-top-copy {
        padding-bottom: 10px; } }
    @media only screen and (max-width: 760px) {
      .credit-holder .credit-top .credit-top-copy {
        padding: 35px 25px 30px; } }
    .credit-holder .credit-top .credit-top-copy h1, .credit-holder .credit-top .credit-top-copy p {
      width: 375px;
      margin: auto;
      color: #ffffff; }
      @media only screen and (max-width: 960px) {
        .credit-holder .credit-top .credit-top-copy h1, .credit-holder .credit-top .credit-top-copy p {
          margin: 0;
          padding-left: 10%; } }
      @media only screen and (max-width: 760px) {
        .credit-holder .credit-top .credit-top-copy h1, .credit-holder .credit-top .credit-top-copy p {
          width: 100% !important;
          padding-left: 0; } }
    .credit-holder .credit-top .credit-top-copy h1 {
      font-weight: 600;
      font-size: 41px;
      letter-spacing: 0.4px; }
      @media only screen and (max-width: 960px) {
        .credit-holder .credit-top .credit-top-copy h1 {
          font-size: 35px;
          width: 87%; } }
      @media only screen and (max-width: 900px) {
        .credit-holder .credit-top .credit-top-copy h1 {
          width: 90%; } }
      @media only screen and (max-width: 860px) {
        .credit-holder .credit-top .credit-top-copy h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 460px) {
        .credit-holder .credit-top .credit-top-copy h1 {
          font-size: 20px; } }
    .credit-holder .credit-top .credit-top-copy p {
      padding-top: 5px;
      line-height: 1.4; }
      @media only screen and (max-width: 960px) {
        .credit-holder .credit-top .credit-top-copy p {
          width: 94%; } }
      @media only screen and (max-width: 860px) {
        .credit-holder .credit-top .credit-top-copy p {
          font-size: 14px; } }
.credit-holder .credit-bottom .credit-simulator {
  background-color: #e6f0fb; }
  .credit-holder .credit-bottom .credit-simulator .simulator-row {
    padding: 0 30px 50px; }
    @media only screen and (max-width: 560px) {
      .credit-holder .credit-bottom .credit-simulator .simulator-row {
        padding: 0 10px 40px; } }
    .credit-holder .credit-bottom .credit-simulator .simulator-row:first-of-type {
      padding-top: 50px; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .simulator-row:first-of-type {
          padding-top: 30px; } }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .credit-title {
      position: relative;
      font-weight: 600;
      font-size: 18px;
      color: #002e5e;
      padding-bottom: 15px; }
      .credit-holder .credit-bottom .credit-simulator .simulator-row .credit-title span {
        font-weight: 100;
        font-size: 14px; }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .simulator-note {
      font-size: 14px;
      font-weight: 600;
      color: #4a90e2;
      margin-top: 10px; }
    @media only screen and (max-width: 560px) {
      .credit-holder .credit-bottom .credit-simulator .simulator-row .range-title {
        padding-bottom: 40px; } }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .simulator-field {
      border: none;
      border-bottom: 1px solid #a7b5be;
      outline: none;
      padding-bottom: 2px !important;
      line-height: 1.5;
      background-color: transparent; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .simulator-row .simulator-field {
          width: 100% !important; } }
    .credit-holder .credit-bottom .credit-simulator .simulator-row ::-webkit-input-placeholder {
      font-style: italic; }
    .credit-holder .credit-bottom .credit-simulator .simulator-row :-moz-placeholder {
      /* Firefox 18- */
      font-style: italic; }
    .credit-holder .credit-bottom .credit-simulator .simulator-row ::-moz-placeholder {
      /* Firefox 19+ */
      font-style: italic; }
    .credit-holder .credit-bottom .credit-simulator .simulator-row :-ms-input-placeholder {
      font-style: italic; }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-range-holder, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder {
      display: inline-block;
      vertical-align: bottom; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-range-holder, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder {
          display: block;
          width: 100% !important; } }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-range-holder {
      position: relative;
      width: 100%;
      max-width: 600px; }
      @media only screen and (max-width: 1070px) {
        .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-range-holder {
          width: 56%; } }
      .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-range-holder .min-amount-simulator, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-range-holder .max-amount-simulator {
        position: absolute;
        top: -33px;
        font-size: 12px;
        color: #607d8b; }
      .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-range-holder .min-amount-simulator {
        left: 0; }
      .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-range-holder .max-amount-simulator {
        right: 0; }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder {
      margin-left: 40px; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder {
          margin-top: 30px;
          margin-left: 0; } }
      .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .anos-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .anos-amount {
        width: 330px;
        line-height: 2.2;
        border-radius: 4px;
        text-align: center;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #4a90e2; }
        @media only screen and (max-width: 960px) {
          .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .anos-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .anos-amount {
            width: 290px; } }
        @media only screen and (max-width: 860px) {
          .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .anos-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .anos-amount {
            width: 250px; } }
        @media only screen and (max-width: 760px) {
          .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .anos-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .anos-amount {
            width: 210px; } }
        @media only screen and (max-width: 675px) {
          .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .anos-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .anos-amount {
            width: 160px; } }
        @media only screen and (max-width: 560px) {
          .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .slider-amount-result .anos-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .slider-value, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .akz-amount, .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .anos-amount {
            width: 100%;
            text-align: center; } }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder {
      margin-left: 10px; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder {
          display: inline-block !important;
          width: inherit !important;
          margin: 0 !important; } }
      .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .maturity-result {
        line-height: 2.2;
        border-radius: 4px;
        text-align: center;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #4a90e2;
        background: #ffffff;
        padding: 10px 20px; }
        @media only screen and (max-width: 350px) {
          .credit-holder .credit-bottom .credit-simulator .simulator-row .maturity-result-holder .maturity-result {
            padding: 10px 15px; } }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-slider-horizontal {
      height: .4em; }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-widget-content {
      width: 100%;
      border: none;
      background-color: #C5DCF5;
      color: #333333; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-widget-content {
          width: 95%;
          margin: auto; } }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-widget-header {
      background-color: #4b91e2; }
    .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-state-default, .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-widget-content .ui-state-default, .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-widget-header .ui-state-default {
      border: none;
      background-color: #4b91e2;
      font-weight: bold;
      color: #ffffff;
      border-radius: 50%;
      top: -.4em;
      margin-left: -.1em; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-state-default, .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-widget-content .ui-state-default, .credit-holder .credit-bottom .credit-simulator .simulator-row .ui-widget-header .ui-state-default {
          margin-left: -.6em; } }
  @media only screen and (max-width: 560px) {
    .credit-holder .credit-bottom .credit-simulator .end-row {
      padding: 0px 10px 20px;
      margin-top: -10px; } }
  @media only screen and (max-width: 560px) {
    .credit-holder .credit-bottom .credit-simulator .big-range-row .slider-amount-result {
      margin-top: 35px !important; } }
  .credit-holder .credit-bottom .credit-simulator .datepicker, .credit-holder .credit-bottom .credit-simulator #datepicker {
    width: 320px;
    color: #4a90e2; }
  .credit-holder .credit-bottom .credit-simulator .datepicker + span.bai.bai-caret-down, .credit-holder .credit-bottom .credit-simulator #datepicker + span.bai.bai-caret-down {
    margin-left: -30px;
    color: #2170cc; }
    @media only screen and (max-width: 560px) {
      .credit-holder .credit-bottom .credit-simulator .datepicker + span.bai.bai-caret-down, .credit-holder .credit-bottom .credit-simulator #datepicker + span.bai.bai-caret-down {
        margin-left: 0;
        float: right;
        margin-top: -20px;
        margin-right: 10px; } }
  .credit-holder .credit-bottom .credit-simulator .age-row p, .credit-holder .credit-bottom .credit-simulator .age-row input, .credit-holder .credit-bottom .credit-simulator .payments-row p, .credit-holder .credit-bottom .credit-simulator .payments-row input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding-bottom: 0 !important; }
  .credit-holder .credit-bottom .credit-simulator .age-row .simulator-field {
    width: 160px; }
  @media only screen and (max-width: 560px) {
    .credit-holder .credit-bottom .credit-simulator .age-row .credit-title:nth-child(3) {
      display: block;
      margin-top: 30px; } }
  .credit-holder .credit-bottom .credit-simulator .age-row .age-output-holder {
    display: inline-block; }
    .credit-holder .credit-bottom .credit-simulator .age-row .age-output-holder .age-output {
      display: inline-block;
      width: 70px;
      line-height: 2.2;
      border-radius: 4px;
      text-align: center;
      border: none;
      font-size: 18px;
      font-weight: 600;
      color: #4a90e2;
      margin-left: 5px;
      background-color: #ffffff; }
      @media only screen and (max-width: 340px) {
        .credit-holder .credit-bottom .credit-simulator .age-row .age-output-holder .age-output {
          width: 50px;
          margin-left: 0; } }
      .credit-holder .credit-bottom .credit-simulator .age-row .age-output-holder .age-output p {
        margin-right: 0; }
  .credit-holder .credit-bottom .credit-simulator .payments-row input {
    width: 285px; }
  @media only screen and (max-width: 675px) {
    .credit-holder .credit-bottom .credit-simulator .payments-row p {
      padding-bottom: 15px !important; } }
  .credit-holder .credit-bottom .credit-simulator .salary-row input {
    width: 320px; }
  @media only screen and (max-width: 765px) {
    .credit-holder .credit-bottom .credit-simulator .row-inline.hab {
      display: block; } }
  .credit-holder .credit-bottom .credit-simulator .row-inline {
    display: inline-block; }
    @media only screen and (max-width: 750px) {
      .credit-holder .credit-bottom .credit-simulator .row-inline {
        padding: 0 20px 50px; } }
    @media only screen and (max-width: 560px) {
      .credit-holder .credit-bottom .credit-simulator .row-inline {
        display: block;
        padding: 0 9px 40px !important; } }
    .credit-holder .credit-bottom .credit-simulator .row-inline input {
      width: 320px; }
      @media only screen and (max-width: 790px) {
        .credit-holder .credit-bottom .credit-simulator .row-inline input {
          width: 290px; } }
      @media only screen and (max-width: 690px) {
        .credit-holder .credit-bottom .credit-simulator .row-inline input {
          width: 270px; } }
  .credit-holder .credit-bottom .credit-simulator .end-row {
    text-align: right; }
    .credit-holder .credit-bottom .credit-simulator .end-row .clean-button, .credit-holder .credit-bottom .credit-simulator .end-row .sub-button {
      width: 200px;
      font-size: 14px;
      font-weight: 600;
      line-height: 2;
      outline: none;
      cursor: pointer;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      -webkit-appearance: none; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .end-row .clean-button, .credit-holder .credit-bottom .credit-simulator .end-row .sub-button {
          display: block;
          width: 100%;
          margin: 10px auto !important; } }
    .credit-holder .credit-bottom .credit-simulator .end-row .clean-button {
      background-color: transparent;
      color: #4b91e2;
      border: 1px solid #4b91e2;
      margin-right: 20px; }
      .credit-holder .credit-bottom .credit-simulator .end-row .clean-button:hover {
        color: #ffffff;
        background-color: #4b91e2; }
    .credit-holder .credit-bottom .credit-simulator .end-row .sub-button, .credit-holder .credit-bottom .credit-simulator .end-row .button-responsive {
      color: #ffffff;
      background-color: #002e5e;
      border: none;
      line-height: 2.1; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .end-row .sub-button, .credit-holder .credit-bottom .credit-simulator .end-row .button-responsive {
          display: none; } }
      .credit-holder .credit-bottom .credit-simulator .end-row .sub-button:hover, .credit-holder .credit-bottom .credit-simulator .end-row .button-responsive:hover {
        color: #002e5e;
        background-color: #ffffff; }
    .credit-holder .credit-bottom .credit-simulator .end-row .button-responsive {
      display: none;
      -webkit-appearance: none; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-simulator .end-row .button-responsive {
          display: block !important; } }
.credit-holder .credit-bottom .error-indicator {
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: -12px auto auto 2px;
  color: #d0021b !important; }
.credit-holder .credit-bottom .error-message {
  display: none; }
.credit-holder .credit-bottom .credit-simulator-error .simulator-error .simulator-field {
  border-color: #d0021b !important; }
.credit-holder .credit-bottom .credit-simulator-error .simulator-error .error-indicator {
  visibility: visible; }
.credit-holder .credit-bottom .credit-simulator-error .error-message {
  display: block;
  font-size: 13px;
  font-weight: 100;
  color: #d0021b;
  background-color: #ffffff;
  padding: 5px 0 10px; }
.credit-holder .credit-bottom .pagination {
  padding: 0 0 20px; }
.credit-holder .credit-bottom .credit-info-holder {
  padding: 15px 0; }
  @media only screen and (max-width: 760px) {
    .credit-holder .credit-bottom .credit-info-holder {
      padding: 45px 0; } }
  .credit-holder .credit-bottom .credit-info-holder dl {
    width: 100%;
    max-width: 700px;
    font-size: 12px; }
    .credit-holder .credit-bottom .credit-info-holder dl dt {
      max-width: 550px;
      font-weight: 600;
      color: #002e5e;
      padding-bottom: 5px; }
    .credit-holder .credit-bottom .credit-info-holder dl dd {
      max-width: 550px;
      padding-bottom: 13px; }
    .credit-holder .credit-bottom .credit-info-holder dl .credit-info-list {
      max-width: inherit;
      margin-left: 85px;
      margin-top: -26px; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-info-holder dl .credit-info-list {
          margin-left: 40px; } }
.credit-holder .credit-bottom .credit-info-holder.credit-info-salary dl {
  max-width: 650px; }
.credit-holder .credit-bottom .credit-results {
  text-align: center; }
  .credit-holder .credit-bottom .credit-results .credit-result {
    max-width: 830px;
    text-align: center;
    color: #ffffff;
    margin: auto; }
    @media only screen and (max-width: 850px) {
      .credit-holder .credit-bottom .credit-results .credit-result {
        max-width: 740px; } }
    @media only screen and (max-width: 760px) {
      .credit-holder .credit-bottom .credit-results .credit-result {
        max-width: 90%;
        margin-bottom: 35px; } }
    @media only screen and (max-width: 460px) {
      .credit-holder .credit-bottom .credit-results .credit-result {
        margin-bottom: 15px; } }
    .credit-holder .credit-bottom .credit-results .credit-result .result-title {
      background-color: #3671c7; }
      .credit-holder .credit-bottom .credit-results .credit-result .result-title h1 {
        font-size: 24px;
        letter-spacing: 0.9px;
        font-weight: 600;
        padding: 15px 0;
        -webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.6); }
        @media only screen and (max-width: 860px) {
          .credit-holder .credit-bottom .credit-results .credit-result .result-title h1 {
            -webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.2); } }
        @media only screen and (max-width: 560px) {
          .credit-holder .credit-bottom .credit-results .credit-result .result-title h1 {
            font-size: 16px;
            padding: 10px 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; } }
        @media only screen and (max-width: 460px) {
          .credit-holder .credit-bottom .credit-results .credit-result .result-title h1 {
            font-size: 14px; } }
    .credit-holder .credit-bottom .credit-results .credit-result .result-value {
      position: relative;
      padding: 40px;
      background-color: #4b91e2;
      border-bottom-right-radius: 16px;
      border-bottom-left-radius: 16px; }
      @media only screen and (max-width: 560px) {
        .credit-holder .credit-bottom .credit-results .credit-result .result-value {
          padding: 15px; } }
      .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 1; }
        @media only screen and (max-width: 760px) {
          .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy {
            top: 75%; } }
        @media only screen and (max-width: 560px) {
          .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy {
            top: 125%; } }
        @media only screen and (max-width: 460px) {
          .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy {
            top: 95%; } }
        .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy h2 {
          color: #A6C9F0;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          padding-bottom: 5px; }
          @media only screen and (max-width: 560px) {
            .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy h2 {
              font-size: 12px; } }
          @media only screen and (max-width: 460px) {
            .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy h2 {
              font-size: 10px; } }
        .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy p {
          font-size: 40px;
          font-weight: 900; }
          @media only screen and (max-width: 560px) {
            .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy p {
              font-size: 23px; } }
          @media only screen and (max-width: 460px) {
            .credit-holder .credit-bottom .credit-results .credit-result .result-value .result-copy p {
              font-size: 16px; } }
    @media only screen and (max-width: 760px) {
      .credit-holder .credit-bottom .credit-results .credit-result .result-triangle-holder {
        position: relative;
        height: 100px;
        overflow-x: hidden;
        margin-top: -15px; } }
    @media only screen and (max-width: 560px) {
      .credit-holder .credit-bottom .credit-results .credit-result .result-triangle-holder {
        margin-top: -30px; } }
    @media only screen and (max-width: 460px) {
      .credit-holder .credit-bottom .credit-results .credit-result .result-triangle-holder {
        height: 90px; } }
    .credit-holder .credit-bottom .credit-results .credit-result .result-triangle-holder .result-triangle {
      width: 0;
      height: 0;
      border-left: 415px solid transparent;
      border-right: 415px solid transparent;
      border-top: 100px solid #4b91e2;
      margin-top: -3px;
      border-top-right-radius: 15px;
      border-top-left-radius: 15px; }
      @media only screen and (max-width: 850px) {
        .credit-holder .credit-bottom .credit-results .credit-result .result-triangle-holder .result-triangle {
          border-left: 370px solid transparent;
          border-right: 370px solid transparent;
          border-top: 100px solid #4b91e2; } }
      @media only screen and (max-width: 780px) {
        .credit-holder .credit-bottom .credit-results .credit-result .result-triangle-holder .result-triangle {
          border-left: 362px solid transparent;
          border-right: 362px solid transparent; } }
      @media only screen and (max-width: 770px) {
        .credit-holder .credit-bottom .credit-results .credit-result .result-triangle-holder .result-triangle {
          border-left: 365px solid transparent;
          border-right: 365px solid transparent; } }
      @media only screen and (max-width: 760px) {
        .credit-holder .credit-bottom .credit-results .credit-result .result-triangle-holder .result-triangle {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          margin-top: 0; } }
      @media only screen and (max-width: 460px) {
        .credit-holder .credit-bottom .credit-results .credit-result .result-triangle-holder .result-triangle {
          top: 30%; } }
  .credit-holder .credit-bottom .credit-results .payment-plan-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 50px;
    outline: none;
    cursor: pointer;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-appearance: none;
    color: #ffffff;
    background-color: #002e5e;
    border: none; }
    @media only screen and (min-width: 761px) {
      .credit-holder .credit-bottom .credit-results .payment-plan-btn {
        display: none; } }
    @media only screen and (max-width: 400px) {
      .credit-holder .credit-bottom .credit-results .payment-plan-btn {
        padding: 5px 30px; } }
    .credit-holder .credit-bottom .credit-results .payment-plan-btn:hover {
      color: #002e5e;
      background-color: #ffffff; }
  .credit-holder .credit-bottom .credit-results .credit-results-list {
    font-size: 12px;
    letter-spacing: 0.4px;
    text-align: left; }
    @media only screen and (max-width: 760px) {
      .credit-holder .credit-bottom .credit-results .credit-results-list {
        display: none; } }
    .credit-holder .credit-bottom .credit-results .credit-results-list .print-table {
      float: right;
      width: 30px;
      height: 30px;
      background-color: #e6f0fb;
      margin-bottom: -25px; }
      .credit-holder .credit-bottom .credit-results .credit-results-list .print-table span {
        color: #4b91e2;
        font-size: 20px;
        padding: 6px;
        line-height: 1.5;
        cursor: pointer; }
        .credit-holder .credit-bottom .credit-results .credit-results-list .print-table span:hover {
          color: #002e5e; }
    .credit-holder .credit-bottom .credit-results .credit-results-list h1 {
      font-weight: 600;
      font-size: 18px;
      color: #002e5e;
      margin-bottom: 15px; }
    .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line {
      width: 100%; }
      .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .horizontal-table-cell {
        width: 49.4%;
        padding: 8px 10px;
        margin-bottom: 1px;
        margin-right: 8px;
        background-color: #e6f0fb;
        vertical-align: top; }
        .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .horizontal-table-cell:last-of-type {
          margin-right: inherit; }
        @media only screen and (max-width: 1000px) {
          .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .horizontal-table-cell {
            width: 49%; } }
        .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .horizontal-table-cell .results-title, .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .horizontal-table-cell .results-info {
          width: 49%; }
        .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .horizontal-table-cell .results-title {
          font-weight: 600;
          color: #002f5f; }
        .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .horizontal-table-cell .results-info {
          text-align: right;
          color: #263238; }
      .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .horizontal-table-cell, .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .results-title, .credit-holder .credit-bottom .credit-results .credit-results-list .horizontal-table .horizontal-table-line .results-info {
        display: inline-block; }
    .credit-holder .credit-bottom .credit-results .credit-results-list table {
      width: 100%;
      padding: 12px 0; }
      .credit-holder .credit-bottom .credit-results .credit-results-list table:first-of-type {
        padding-top: 40px; }
    .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-title, .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-info {
      padding: 8px 10px; }
      @media only screen and (max-width: 850px) {
        .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-title, .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-info {
          padding: 8px 5px; } }
      .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-title:first-of-type, .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-info:first-of-type {
        padding-left: 20px; }
        @media only screen and (max-width: 850px) {
          .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-title:first-of-type, .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-info:first-of-type {
            padding-left: 5px; } }
      .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-title:last-of-type, .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-info:last-of-type {
        padding-right: 20px; }
        @media only screen and (max-width: 850px) {
          .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-title:last-of-type, .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-info:last-of-type {
            padding-right: 5px; } }
    .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-title {
      max-width: 105px;
      font-weight: 600;
      color: #ffffff;
      background-color: #002e5e; }
    .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-info {
      background-color: #e6f0fb; }
    .credit-holder .credit-bottom .credit-results .credit-results-list .results-disclaimer, .credit-holder .credit-bottom .credit-results .credit-results-list .results-list-info {
      color: #263238;
      border-bottom: 1px solid #ffffff; }
    .credit-holder .credit-bottom .credit-results .credit-results-list .results-disclaimer {
      width: 100%;
      padding: 7px 2px 0;
      background-color: #ffffff; }

.output-credit p {
  display: inline-block;
  min-width: 180px; }
.output-credit .credit-output {
  font-size: 18px;
  font-weight: 600;
  color: #4a90e2; }

.salary-holder .credit-top .credit-top-copy h1, .salary-holder .credit-top .credit-top-copy p {
  width: 372px; }
.salary-holder .credit-bottom .simulator-row:nth-child(1) p:nth-child(1) {
  padding-bottom: 15px !important; }
.salary-holder .credit-bottom .simulator-row:nth-child(3) p:nth-child(1) {
  padding-bottom: 40px !important; }
.salary-holder .credit-bottom .salary-base p, .salary-holder .credit-bottom .salary-base .currency-choice {
  display: inline-block; }
.salary-holder .credit-bottom .salary-base input {
  display: block;
  width: 320px; }
.salary-holder .credit-bottom .salary-base .currency-choice {
  width: 110px;
  padding: 5px 20px 5px 4px;
  background: #ffffff;
  border: none;
  outline: none;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 15px;
  color: #4a90e2; }
.salary-holder .credit-bottom .slider-range-holder {
  max-width: 780px !important; }
  @media only screen and (max-width: 1060px) {
    .salary-holder .credit-bottom .slider-range-holder {
      width: 76% !important; } }
  @media only screen and (max-width: 900px) {
    .salary-holder .credit-bottom .slider-range-holder {
      width: 71% !important; } }
  @media only screen and (max-width: 800px) {
    .salary-holder .credit-bottom .slider-range-holder {
      width: 56% !important; } }
  @media only screen and (max-width: 760px) {
    .salary-holder .credit-bottom .slider-range-holder {
      width: 52% !important; } }
  @media only screen and (max-width: 700px) {
    .salary-holder .credit-bottom .slider-range-holder {
      width: 43% !important; } }
.salary-holder .credit-bottom .salary-simulator .slider-value {
  width: 150px !important;
  /*
  text-align: center !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #4a90e2 !important;
  pading-right: 0 !important;*/ }
  @media only screen and (max-width: 800px) {
    .salary-holder .credit-bottom .salary-simulator .slider-value {
      width: 250px !important; } }
  @media only screen and (max-width: 600px) {
    .salary-holder .credit-bottom .salary-simulator .slider-value {
      width: 220px !important; } }
  @media only screen and (max-width: 560px) {
    .salary-holder .credit-bottom .salary-simulator .slider-value {
      width: 100% !important; } }

#ui-datepicker-div {
  z-index: 9999 !important; }
  @media only screen and (max-width: 560px) {
    #ui-datepicker-div {
      width: 90% !important; } }
  @media only screen and (max-width: 330px) {
    #ui-datepicker-div {
      left: 10px !important; } }
  #ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
    top: 4px !important;
    border-radius: inherit !important; }
    #ui-datepicker-div .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-next:hover {
      top: 4px !important;
      background-color: #4379B3; }
  #ui-datepicker-div .ui-datepicker-prev:hover {
    left: 2px !important; }
  #ui-datepicker-div .ui-datepicker-next:hover {
    right: 2px !important; }
  #ui-datepicker-div .ui-widget-header .ui-icon {
    background-image: url("../img/dummy/ui-icons_ffffff_256x240.png") !important; }

.ui-widget-header {
  background-color: #002e5e;
  border: none;
  border-radius: 0 !important; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus,
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active {
  color: #002e5e;
  border-color: transparent;
  background-color: #c5dcf5; }

.ui-state-active, .ui-widget-content .ui-state-active {
  color: #002e5e;
  border-color: #002e5e;
  background-color: #c5dcf5; }

.empresas .logo a {
  background: url(../img/logo-bai-company.png) no-repeat center center; }
.empresas .nav.top-border .active a:after {
  background: #828C96; }
.empresas .site-section {
  color: #828C96; }
.empresas .main-navigation {
  background-image: url("../img/nav-enterprise.png"); }
  .empresas .main-navigation:after {
    background-image: url("../img/nav-enterprise.png"); }
  @media only screen and (max-width: 760px) {
    .empresas .main-navigation .main-nav > ul > li > a {
      background: #ffffff; } }
  .empresas .main-navigation .main-nav > ul > li:hover a.trigger-dropdown {
    background: #ffffff; }
  .empresas .main-navigation .main-nav > ul li.active a, .empresas .main-navigation .main-nav > ul li.active a.trigger-dropdown {
    background: #ffffff; }
  .empresas .main-navigation .main-nav > ul .link-home a {
    color: #ffffff; }
    @media only screen and (max-width: 760px) {
      .empresas .main-navigation .main-nav > ul .link-home a {
        color: #0e4d97; } }
    .empresas .main-navigation .main-nav > ul .link-home a:hover .bai {
      color: #828C96; }
.empresas .features-columns .full-max {
  background-color: rgba(90, 97, 105, 0.7); }
.empresas .gradient {
  background: rgba(90, 97, 105, 0.7);
  background: -moz-linear-gradient(to bottom, rgba(90, 97, 105, 0.7) 0%, rgba(216, 216, 216, 0.7) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(90, 97, 105, 0.7) 0%, rgba(216, 216, 216, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(90, 97, 105, 0.7) 0%, rgba(216, 216, 216, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(90, 97, 105, 0.7)', endColorstr='rgba(216,216,216,0.7)',GradientType=0 ); }
@media only screen and (max-width: 460px) {
  .empresas .top-hero .slick-dots li.slick-active button {
    background-color: #828C96; }
  .empresas .top-hero .slick-dots li button {
    border-color: #828C96; } }
.empresas .top-hero .slick-dots li:before {
  background: #00a3e0; }
.empresas .highlight-item.rounded-box .text-wrap {
  background: rgba(130, 140, 150, 0.9); }
.empresas .box-fulfill {
  background: #828C96; }
  .empresas .box-fulfill .list-actions a {
    color: #002e5e;
    background: #00a3e0; }
    .empresas .box-fulfill .list-actions a:hover {
      background: #002e5e;
      color: #00a3e0; }
.empresas .social-links a:hover .link-text {
  color: #002e5e; }
.empresas .mini-slider.box-fulfill {
  background: #828C96; }
  .empresas .mini-slider.box-fulfill .tagline, .empresas .mini-slider.box-fulfill .slide-link, .empresas .mini-slider.box-fulfill .button-text {
    color: #ffffff; }
.empresas .boxed-item .text-wrap, .empresas .grid-news .text-wrap {
  border-color: #828C96; }
.empresas .boxed-item .sharer-link .share-trigger, .empresas .grid-news .sharer-link .share-trigger {
  color: #828C96; }
.empresas .boxed-item .button-text, .empresas .boxed-item time, .empresas .grid-news .button-text, .empresas .grid-news time {
  color: #0a2d73; }
.empresas .news-columns.wrap .text-wrap {
  background: #828C96; }
.empresas .news-columns.wrap .item-link:hover .text-wrap {
  background: #00a3e0; }
.empresas .news-columns .text-wrap {
  background: white; }
.empresas .news-columns .item-link:hover .text-wrap {
  background-color: #dcdcdc; }
.empresas .boxed-social {
  background-color: rgba(90, 97, 105, 0.8); }
.empresas .top-thumb .item-link:hover, .empresas .bordered .item-link:hover {
  background-color: #dcdcdc; }
.empresas .cartoes-scroll .column-item .item-link:hover .item-media {
  background-color: #dcdcdc; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  background-image: url("../img/nav-enterprise@2x.png");
  *:after {
    background-image: url("../img/nav-enterprise@2x.png"); } }
.loengo .logo a {
  background: url(../img/logo-loengo.png) no-repeat center center;
  width: 190px; }

.premium .logo a {
  background: url(../img/logo-premium.png) no-repeat center center; }
.premium .top-navigation .bai-cadeado {
  color: #857650; }
.premium .top-middle a .text-label {
  color: #000; }
.premium .top-middle a span.bai {
  color: #857650; }
.premium .top-middle li {
  /*&.hover {
      a {
          background: $color-brown-lighter !important;
          &:before {
              background: $color-brown-lighter !important;
          }
      }
  }*/ }
  .premium .top-middle li:before {
    background: #e7e4dc !important; }
  .premium .top-middle li:hover:before {
    background: #e7e4dc !important; }
  .premium .top-middle li a:before {
    background: #e7e4dc !important; }
  .premium .top-middle li:hover a {
    background: #e7e4dc !important; }
    .premium .top-middle li:hover a:before {
      background: #e7e4dc !important; }
  .premium .top-middle li .hover-default {
    background: #e7e4dc !important; }
  .premium .top-middle li .dropdown-list a:hover {
    background: #a99f84 !important; }
.premium .nav.top-border #slide-top-bar {
  background: #000; }
.premium .nav.top-border .active a {
  color: #000; }
  .premium .nav.top-border .active a:after {
    background: #857650; }
.premium .nav.top-border a {
  color: #a99f84; }
.premium .lang-switcher li.active a {
  color: #000; }
.premium .lang-switcher li a {
  color: #a99f84; }
.premium .nav.fulfill > ul > li > a {
  background: #857650; }
.premium .site-section {
  color: #857650;
  border-left: 2px solid #a99f84; }
.premium .main-navigation {
  background-image: url("../img/nav-premium.png"); }
  .premium .main-navigation:after {
    background-image: url("../img/nav-premium.png"); }
  @media only screen and (max-width: 760px) {
    .premium .main-navigation .main-nav > ul > li > a {
      background: #ffffff; } }
  .premium .main-navigation .main-nav > ul > li:hover a.trigger-dropdown {
    background: #ffffff; }
  .premium .main-navigation .main-nav > ul li.active a, .premium .main-navigation .main-nav > ul li.active a.trigger-dropdown {
    background: #ffffff; }
  .premium .main-navigation .main-nav > ul .link-home a {
    color: #ffffff; }
    @media only screen and (max-width: 760px) {
      .premium .main-navigation .main-nav > ul .link-home a {
        color: #0e4d97; } }
    .premium .main-navigation .main-nav > ul .link-home a:hover .bai {
      color: #333; }
.premium .features-columns .full-max {
  background-color: rgba(90, 97, 105, 0.7); }
.premium .gradient {
  background: rgba(90, 97, 105, 0.7);
  background: -moz-linear-gradient(to bottom, rgba(90, 97, 105, 0.7) 0%, rgba(216, 216, 216, 0.7) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(90, 97, 105, 0.7) 0%, rgba(216, 216, 216, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(90, 97, 105, 0.7) 0%, rgba(216, 216, 216, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(90, 97, 105, 0.7)', endColorstr='rgba(216,216,216,0.7)',GradientType=0 ); }
@media only screen and (max-width: 460px) {
  .premium .top-hero .slick-dots li.slick-active button {
    background-color: #333; }
  .premium .top-hero .slick-dots li button {
    border-color: #333; } }
.premium .top-hero .slick-dots li:before {
  background: #00a3e0; }
.premium .highlight-item.rounded-box .text-wrap {
  background: rgba(130, 140, 150, 0.9); }
.premium .box-fulfill {
  background: #333; }
  .premium .box-fulfill .list-actions a {
    color: #002e5e;
    background: #00a3e0; }
    .premium .box-fulfill .list-actions a:hover {
      background: #002e5e;
      color: #00a3e0; }
.premium .social-links a:hover .link-text {
  color: #002e5e; }
.premium .mini-slider.box-fulfill {
  background: #00a3e0; }
  .premium .mini-slider.box-fulfill .tagline, .premium .mini-slider.box-fulfill .slide-link, .premium .mini-slider.box-fulfill .button-text {
    color: #ffffff; }
.premium .boxed-item .text-wrap, .premium .grid-news .text-wrap {
  border-color: #333; }
.premium .boxed-item .sharer-link .share-trigger, .premium .grid-news .sharer-link .share-trigger {
  color: #333; }
.premium .boxed-item .button-text, .premium .boxed-item time, .premium .grid-news .button-text, .premium .grid-news time {
  color: #0a2d73; }
.premium .news-columns.wrap .text-wrap {
  background: #333; }
.premium .news-columns.wrap .item-link:hover .text-wrap {
  background: #00a3e0; }
.premium .news-columns .text-wrap {
  background: white; }
.premium .news-columns .item-link:hover .text-wrap {
  background-color: #dcdcdc; }
.premium .boxed-social {
  background-color: rgba(90, 97, 105, 0.8); }
.premium .top-thumb .item-link:hover, .premium .bordered .item-link:hover {
  background-color: #dcdcdc; }
.premium .cartoes-scroll .column-item .item-link:hover .item-media {
  background-color: #dcdcdc; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  background-image: url("../img/nav-premium@2x.png");
  *:after {
    background-image: url("../img/nav-premium@2x.png"); } }
.institucional .nav.top-border .active a:after {
  background: #0a2d73; }
.institucional .site-section {
  color: #0a2d73; }
.institucional .main-navigation {
  background-image: url("../img/nav-institutional.png"); }
  .institucional .main-navigation:after {
    background-image: url("../img/nav-institutional.png"); }
  @media only screen and (max-width: 760px) {
    .institucional .main-navigation .main-nav > ul > li > a {
      background: #ffffff; } }
  .institucional .main-navigation .main-nav > ul > li:hover a.trigger-dropdown {
    background: #ffffff; }
  .institucional .main-navigation .main-nav > ul li.active a, .institucional .main-navigation .main-nav > ul li.active a.trigger-dropdown {
    background: #ffffff; }
  .institucional .main-navigation .main-nav > ul .link-home a {
    color: #ffffff; }
    @media only screen and (max-width: 760px) {
      .institucional .main-navigation .main-nav > ul .link-home a {
        color: #0e4d97; } }
    .institucional .main-navigation .main-nav > ul .link-home a:hover .bai {
      color: #0a2d73; }
.institucional .features-columns .full-max {
  background: url(../img/background-curved-enterprise.png) no-repeat center; }
  @media only screen and (max-width: 960px) {
    .institucional .features-columns .full-max {
      background-image: url(../img/background-curved-enterprise-medium.png);
      background-size: 100% 100%;
      height: 127px;
      margin-top: -147px;
      padding-top: 2px; } }
.institucional .gradient {
  background: rgba(7, 31, 102, 0.7);
  background: -moz-linear-gradient(to bottom, rgba(7, 31, 102, 0.7) 0%, rgba(216, 216, 216, 0.7) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(7, 31, 102, 0.7) 0%, rgba(216, 216, 216, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(7, 31, 102, 0.7) 0%, rgba(216, 216, 216, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(7,31,102,0.7)', endColorstr='rgba(216,216,216,0.7)',GradientType=0 ); }
@media only screen and (max-width: 460px) {
  .institucional .top-hero .slick-dots li.slick-active button {
    background-color: #0a2d73; }
  .institucional .top-hero .slick-dots li button {
    border-color: #0a2d73; } }
.institucional .text-wrap {
  color: #0a2d73; }
.institucional .top-hero .slick-dots li:before {
  background: #0060c5; }
.institucional .feature-item a.feature-link:hover {
  color: #0060c5; }
.institucional .highlight-item.rounded-box .text-wrap {
  background: rgba(7, 31, 102, 0.9); }
  .institucional .highlight-item.rounded-box .text-wrap .actions span {
    color: #00a3e0; }
.institucional .box-fulfill {
  background: #0a2d73; }
  .institucional .box-fulfill .list-actions a {
    background: #00a3e0; }
    .institucional .box-fulfill .list-actions a:hover {
      background: #828C96; }
.institucional .social-links a:hover .link-text {
  color: #0060c5; }
.institucional .mini-slider.box-fulfill {
  background: #0a2d73; }
  .institucional .mini-slider.box-fulfill .tagline, .institucional .mini-slider.box-fulfill .slide-link, .institucional .mini-slider.box-fulfill .button-text {
    color: #ffffff; }
.institucional .slick-prev .bai, .institucional .slick-next .bai {
  color: #00a3e0; }
.institucional .slick-dots li .bai {
  color: #00baff; }
.institucional .slick-dots li.slick-active .bai {
  color: #ffffff; }
.institucional .links-wrap .text-wrap {
  background: #0a2d73;
  border-color: #0a2d73;
  color: #ffffff; }
.institucional .links-wrap .actions span, .institucional .links-wrap time {
  color: #00a3e0; }
.institucional .links-wrap .sharer-link .share-trigger {
  color: #0a2d73;
  background: #00a3e0 !important; }
.institucional .links-wrap .button-text {
  color: #ffffff; }
.institucional .links-wrap .item-link:hover .text-wrap {
  background: #002e5e; }
.institucional .links-wrap .boxed-social a:hover {
  color: #b3e5fc;
  border-color: #b3e5fc; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  background-image: url("../img/nav-institutional@2x.png");
  *:after {
    background-image: url("../img/nav-institutional@2x.png"); } }
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #F1F1F1;
  border-radius: 5px; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: wwite;
  position: relative; }

.jspDrag {
  background: #4b91e2;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 2px; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 4px; }

.jspHorizontalBar .jspArrow {
  width: 4px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

.scroll-wrap {
  position: relative; }

.scroll-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  background: white;
  color: #a7b5be;
  height: 100%;
  width: 122px;
  font-size: 30px;
  text-align: center;
  -webkit-transition: 0.33s;
  -moz-transition: 0.33s;
  transition: 0.33s; }
  .scroll-arrow:hover {
    color: #002e5e; }
  .scroll-arrow .bai {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .scroll-arrow.scroll-prev {
    right: 100%; }
  .scroll-arrow.scroll-next {
    left: 100%; }

.cartoes-scroll {
  overflow: hidden;
  position: relative; }

@media screen and (max-width: 440px) {
  .horizontal-only.jspScrollable {
    overflow: visible !important;
    width: auto !important; }
    .horizontal-only.jspScrollable .jspContainer {
      overflow: visible !important;
      height: auto !important;
      width: auto !important; }
    .horizontal-only.jspScrollable .jspPane {
      width: auto !important;
      position: relative !important;
      left: auto !important;
      top: auto !important;
      right: auto !important;
      bottom: auto !important; }
    .horizontal-only.jspScrollable .jspHorizontalBar {
      display: none !important; } }
.subtitle-complaints {
  text-align: justify; }

.complaints h2, .claims h2, .suggestions h2 {
  margin-top: 60px;
  float: left;
  font-weight: 100;
  font-size: 24px;
  color: #002e5e; }
.complaints h3, .claims h3, .suggestions h3 {
  float: left;
  color: #4b91e2; }
.complaints label, .complaints input, .complaints textarea, .complaints select, .complaints .radio-wrapper, .claims label, .claims input, .claims textarea, .claims select, .claims .radio-wrapper, .suggestions label, .suggestions input, .suggestions textarea, .suggestions select, .suggestions .radio-wrapper {
  clear: both;
  float: left; }
.complaints label, .claims label, .suggestions label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
  display: block;
  color: #002e5e;
  width: 45%; }
  .complaints label.with-input, .claims label.with-input, .suggestions label.with-input {
    margin-top: -70px; }
  .complaints label.with-textarea, .claims label.with-textarea, .suggestions label.with-textarea {
    margin-top: -180px; }
.complaints .half, .claims .half, .suggestions .half {
  width: 45%;
  float: left;
  clear: both; }
  .complaints .half.right, .claims .half.right, .suggestions .half.right {
    float: right;
    clear: none; }
  .complaints .half input, .complaints .half select, .complaints .half label, .claims .half input, .claims .half select, .claims .half label, .suggestions .half input, .suggestions .half select, .suggestions .half label {
    width: 100%; }
.complaints select, .claims select, .suggestions select {
  width: 45%; }
.complaints input, .claims input, .suggestions input {
  margin-top: 85px;
  border: none;
  border-bottom: solid 1px grey;
  width: 45%; }
  .complaints input:focus, .claims input:focus, .suggestions input:focus {
    outline: none;
    border-bottom: solid 1px #4b91e2; }
  .complaints input:focus + label, .claims input:focus + label, .suggestions input:focus + label {
    color: #4b91e2; }
  .complaints input.no-label, .claims input.no-label, .suggestions input.no-label {
    margin-top: 10px; }
  .complaints input.hidden, .claims input.hidden, .suggestions input.hidden {
    display: none; }
  .complaints input::-webkit-input-placeholder, .claims input::-webkit-input-placeholder, .suggestions input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic; }
  .complaints input ::-moz-placeholder, .claims input ::-moz-placeholder, .suggestions input ::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic; }
  .complaints input :-ms-input-placeholder, .claims input :-ms-input-placeholder, .suggestions input :-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic; }
  .complaints input :-moz-placeholder, .claims input :-moz-placeholder, .suggestions input :-moz-placeholder {
    /* Firefox 18- */
    font-style: italic; }
.complaints textarea, .claims textarea, .suggestions textarea {
  margin-top: 90px;
  height: 105px;
  border: none;
  border-bottom: solid 1px grey;
  width: 100%;
  resize: none; }
  .complaints textarea:focus, .claims textarea:focus, .suggestions textarea:focus {
    outline: none;
    border-bottom: solid 1px #4b91e2; }
  .complaints textarea:focus + label, .claims textarea:focus + label, .suggestions textarea:focus + label {
    color: #4b91e2; }
  .complaints textarea::-webkit-input-placeholder, .claims textarea::-webkit-input-placeholder, .suggestions textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic; }
  .complaints textarea ::-moz-placeholder, .claims textarea ::-moz-placeholder, .suggestions textarea ::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic; }
  .complaints textarea :-ms-input-placeholder, .claims textarea :-ms-input-placeholder, .suggestions textarea :-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic; }
  .complaints textarea :-moz-placeholder, .claims textarea :-moz-placeholder, .suggestions textarea :-moz-placeholder {
    /* Firefox 18- */
    font-style: italic; }
.complaints .character-count, .claims .character-count, .suggestions .character-count {
  float: right;
  margin-top: 5px;
  color: #002e5e; }
.complaints .radio-wrapper, .claims .radio-wrapper, .suggestions .radio-wrapper {
  margin-top: 85px; }
  .complaints .radio-wrapper input[type="radio"], .claims .radio-wrapper input[type="radio"], .suggestions .radio-wrapper input[type="radio"] {
    margin-top: 0;
    width: 16px;
    height: 16px;
    clear: none; }
  .complaints .radio-wrapper span, .claims .radio-wrapper span, .suggestions .radio-wrapper span {
    float: left; }
.complaints .identification-wrapper.hidden, .claims .identification-wrapper.hidden, .suggestions .identification-wrapper.hidden {
  display: none; }
.complaints .footer, .claims .footer, .suggestions .footer {
  float: left;
  width: 100%;
  padding: 20px 0; }
  .complaints .footer .button, .claims .footer .button, .suggestions .footer .button {
    width: 220px;
    height: 35px;
    cursor: pointer;
    float: right;
    margin-left: 20px; }
    .complaints .footer .button.primary, .claims .footer .button.primary, .suggestions .footer .button.primary {
      color: #fff;
      background-color: #002e5e;
      border: solid 2px #002e5e; }
      .complaints .footer .button.primary:hover, .claims .footer .button.primary:hover, .suggestions .footer .button.primary:hover {
        color: #4b91e2; }
    .complaints .footer .button.secondary, .claims .footer .button.secondary, .suggestions .footer .button.secondary {
      color: #4b91e2;
      background-color: #fff;
      border: solid 2px #4b91e2; }
      .complaints .footer .button.secondary:hover, .claims .footer .button.secondary:hover, .suggestions .footer .button.secondary:hover {
        color: #fff;
        background-color: #4b91e2; }
  .complaints .footer .note, .claims .footer .note, .suggestions .footer .note {
    float: right;
    line-height: 35px; }
.complaints .success, .claims .success, .suggestions .success {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100; }
  .complaints .success .modal, .claims .success .modal, .suggestions .success .modal {
    float: left;
    padding: 30px;
    border-radius: 5px;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center; }
    .complaints .success .modal .message, .claims .success .modal .message, .suggestions .success .modal .message {
      padding: 10px 0; }
    .complaints .success .modal .button, .claims .success .modal .button, .suggestions .success .modal .button {
      margin: 0 5px; }

@media screen and (max-width: 760px) {
  .complaints input, .complaints select, .complaints textarea, .complaints .half, .claims input, .claims select, .claims textarea, .claims .half, .suggestions input, .suggestions select, .suggestions textarea, .suggestions .half {
    width: 100%; }
  .complaints .footer .button, .claims .footer .button, .suggestions .footer .button {
    width: 100%;
    margin-bottom: 10px; } }
.news-main-content .full-height {
  height: 100%; }
.news-main-content .sub-title {
  font-weight: normal; }

body {
  background: #FFF;
  color: #333;
  font-family: "Aaux", "Arial", sans-serif, "sans-serif";
  letter-spacing: 1px; }

.wrap {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 15px; }

.wrap.news-columns {
  padding: 0 15px; }

.full-max {
  margin: 0 auto; }

.main-content {
  min-height: 400px; }

.TextoNormal {
  padding: 8px 0;
  font-size: 16px; }

.Titulo, .custom-title {
  color: #002e5e;
  font-size: 40px;
  font-weight: 100; }
  @media screen and (max-width: 560px) {
    .Titulo, .custom-title {
      font-size: 26px !important; } }

.Subtitulo {
  color: #002e5e;
  font-size: 18px; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.43s;
  -moz-transition: opacity 0.43s;
  transition: opacity 0.43s; }
  .overlay.visible {
    opacity: 1;
    z-index: 10;
    visibility: visible;
    -webkit-transition: opacity 0.43s, visibility 0.1s;
    -moz-transition: opacity 0.43s, visibility 0.1s;
    transition: opacity 0.43s, visibility 0.1s; }

.detail-default {
  padding-top: 22px;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .detail-default:after {
    content: "";
    display: table;
    clear: both; }
  .detail-default > .wrap {
    display: table;
    width: 100%; }
    .detail-default > .wrap > .page-header {
      display: table-row; }
  .detail-default.no-sidebar {
    display: block; }
    .detail-default.no-sidebar .main-column {
      display: block; }
  .detail-default .sidebar {
    display: table-cell;
    width: 238px;
    padding-left: 30px;
    vertical-align: top;
    max-width: 238px; }
    .detail-default .sidebar .widget-group {
      width: 238px;
      max-width: 238px; }
  .detail-default .main-column {
    display: table-cell;
    vertical-align: top; }

.list-default {
  padding-top: 22px; }
  .list-default:after {
    content: "";
    display: table;
    clear: both; }

.cms-content {
  padding-bottom: 22px; }
  .cms-content img {
    max-width: 100%; }
  .cms-content p {
    padding: 8px 0; }
  .cms-content ol, .cms-content ul {
    list-style-type: inherit;
    padding-left: 18px; }
  .cms-content em {
    font-weight: 500;
    font-style: italic; }
  .cms-content table {
    width: 100%;
    padding: 12px 0; }
    .cms-content table tr td {
      padding: 4px 0;
      text-align: center;
      color: #263238;
      background-color: #e6f0fb;
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }
    .cms-content table tr:nth-child(1) td {
      font-weight: 600;
      color: #ffffff;
      background-color: #002e5e; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@media screen and (max-width: 1100px) {
  .wrap {
    padding: 0 10px; }

  .wrap.news-columns {
    padding: 0 10px 0px 10px; } }
@media screen and (max-width: 880px) {
  .detail-default {
    display: block; }
    .detail-default .sidebar,
    .detail-default .main-column {
      width: auto;
      padding-left: 0;
      display: block; }
    .detail-default .sidebar {
      position: relative;
      margin-left: -10px;
      margin-right: -10px;
      max-width: inherit; }
      .detail-default .sidebar.only-desktop {
        display: none; }
      .detail-default .sidebar .widget-social {
        display: none; }
      .detail-default .sidebar .widget-medium-list {
        display: inline-block;
        width: 49%;
        max-width: inherit;
        vertical-align: top;
        float: none;
        padding: 10px; } }
@media screen and (max-width: 660px) {
  .detail-default .widget-medium-list {
    width: 100% !important; } }
@media screen and (max-width: 560px) {
  .detail-default .sidebar {
    margin-left: 0;
    margin-right: 0; }
    .detail-default .sidebar.only-desktop {
      display: none; }
    .detail-default .sidebar .widget-social {
      display: none; }
    .detail-default .sidebar .widget-medium-list {
      float: none;
      width: auto;
      padding: 10px 0; }

  .widget-group {
    margin-bottom: 0; } }

/*# sourceMappingURL=style.css.map */
