﻿@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome Brands';
  src: url("/Fonts/FontAwesomeBrands-Regular-webfont.eot");
  src: url("/Fonts/FontAwesomeBrands-Regular-webfont.woff") format("woff"), url("/Fonts/FontAwesomeBrands-Regular-webfont.ttf") format("truetype"), url("/Fonts/FontAwesomeBrands-Regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.countryBlockFlags {
  float: left;
  margin: 5px 9px;
  width: 90px;
  height: 90px;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  color: #d82417; }

.countryBlockFlags a {
  width: 70px;
  margin: auto; }

.countryBlockFlags img {
  width: 100%; }

p {
  margin: 7px 0;
  text-align: justify;
  text-indent: 0;
  color: #575757; }

h2, h3 {
  margin-top: 0;
  padding: 3px 0;
  margin-bottom: 5px;
  color: #d82417;
  text-align: left; }

h2:after, h3::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 2px;
  background: #d82417;
  font-weight: 600; }

input.placeholder {
  color: rgba(216, 36, 23, 0.9);
  font-weight: 500; }

::-webkit-input-placeholder {
  color: rgba(216, 36, 23, 0.9);
  font-weight: 500; }

::-moz-placeholder {
  color: rgba(216, 36, 23, 0.9);
  font-weight: 500; }

:-moz-placeholder {
  color: rgba(216, 36, 23, 0.9);
  font-weight: 500; }

:-ms-input-placeholder {
  color: rgba(216, 36, 23, 0.9);
  font-weight: 500; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background-color: #a6a6a5; }

::-webkit-scrollbar-thumb {
  background-color: #d20f05;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

::-webkit-scrollbar-thumb:hover {
  background-color: #a80c04; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  border: none; }

img, a {
  display: block; }

.fb_iframe_widget iframe html,
body.plugin {
  width: 100px; }

body {
  padding: 0;
  margin: 44px 0 0 0;
  font-size: 1rem;
  color: #575757;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  /*background: url("/img/uba/Background_Body.png") repeat;*/
  background: #f2f2f2;
  -ms-scrollbar-base-color: #858585;
  scrollbar-base-color: #858585;
  -ms-scrollbar-arrow-color: #d82417;
  scrollbar-arrow-color: #d82417; }

p.big {
  font-size: 1.8rem;
  line-height: 1; }

p.big.red {
  color: #ed1b23; }

div.prizes {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  border-radius: 5px;
  float: right;
  max-width: 300px; }

div.prizes span.prize {
  color: #d82417;
  font-weight: 600; }

@media screen and (min-width: 299px) {
  div.prizes {
    margin-left: 1.5rem; } }

.OverflowBlock:after,
#all:after {
  clear: both; }

.OverflowBlock:after,
.OverflowBlock:before,
#all:after,
#all:before {
  content: "";
  display: block; }

#ToTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  opacity: 0.3;
  -webkit-transition: opacity 1500ms;
  -moz-transition: opacity 1500ms;
  -ms-transition: opacity 1500ms;
  -o-transition: opacity 1500ms;
  transition: opacity 1500ms;
  cursor: pointer; }

#ToTop:hover {
  opacity: 1; }

#all {
  width: 100%;
  margin: auto;
  position: relative; }

td:empty {
  display: none; }

a {
  text-decoration: none !important;
  color: inherit !important; }

a:hover {
  text-decoration: none !important; }

textarea,
iframe {
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
  user-select: text; }

select {
  background: url("/img/uba/select_arrow_red.png") no-repeat;
  background-position: right 10px center;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  border: 1px solid #f9f9f9;
  width: 100%;
  padding: 5px .55em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

select::-ms-expand {
  display: none; }

input:focus,
select:focus {
  outline: none; }

select option {
  text-transform: capitalize; }

input::-ms-clear {
  display: none; }

::-ms-clear {
  width: 0;
  height: 0; }

::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*-------------------------------------Above it there are common styles for all elements-----------------------------------*/
.redColor {
  color: #d82417; }

.blackColor {
  color: #575757; }

#top {
  background-color: #2f2d2e;
  height: 44px;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9998; }

#foot > section,
.MiddlePage {
  padding: 15px 10px 25px 10px;
  max-width: 1120px;
  margin: auto;
  width: 100%; }

.breadcrumbs {
  overflow: hidden;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
  margin-top: 0; }
  .breadcrumbs li {
    padding: .5rem .75rem;
    background: #898989;
    color: white;
    position: relative;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    margin-bottom: .5rem;
    font-size: .75rem;
    float: left; }
    .breadcrumbs li:not(.disabled) {
      margin-right: .75rem; }
      .breadcrumbs li:not(.disabled):before {
        content: "";
        position: absolute;
        display: block;
        top: 30%;
        right: -6px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #898989; }
    .breadcrumbs li.disabled {
      background: #d61a0c !important; }
      .breadcrumbs li.disabled a {
        pointer-events: none;
        cursor: default; }

#top > div > section,
.BannerBlockEmpty > section,
.BannerBlock > section,
.MenuBlock > section,
.TopBlockOfSite .IconsBlock > section {
  width: 100%;
  max-width: 1100px;
  margin: auto; }

#top > div > section {
  position: relative; }

.TopBlockOfSite > section {
  text-align: center; }

select[disabled], .aop-calendar input[disabled] {
  background-color: #ebebe4; }

.LangBlock {
  margin-left: 10px; }

.LangBlock input {
  float: left;
  width: 25px;
  margin-top: 13px;
  margin-bottom: 14px;
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  -moz-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s; }

.LangBlock input:hover {
  opacity: 1;
  filter: Alpha(Opacity=100); }

.LangBlock input:first-child {
  margin-right: 5px; }

#top .SearchBlock input[type=text] {
  float: left;
  width: 80%; }

#top .SearchBlock input[type=submit] {
  float: left;
  width: 20%;
  height: 25px;
  background: url(/img/uba/Search.png) no-repeat center;
  background-size: 25px;
  -moz-transition: background-color ease-in-out 0.7s;
  -o-transition: background-color ease-in-out 0.7s;
  -webkit-transition: background-color ease-in-out 0.7s;
  transition: background-color ease-in-out 0.7s; }

#top .SearchBlock {
  float: left;
  position: relative;
  cursor: pointer; }

#top .Search {
  display: block;
  padding: 11px 12px;
  background-color: #afadae;
  height: 44px; }

#top .FindYourBank {
  float: left;
  position: relative; }

#top .FindYourBankBtn {
  width: 90px;
  text-align: center;
  background-color: #b6b5b4;
  padding: 7px 0;
  cursor: pointer;
  float: left;
  height: 44px;
  position: relative;
  border: none; }

#top .LoginBlock {
  float: left; }

.dropzone-delete {
  margin-top: 5px;
  width: 120px; }

#top .LoginBlock input[type=text],
#top .LoginBlock input[type=password],
.CommonLoginBlock input[type=text],
.CommonLoginBlock input[type=password] {
  width: 100%;
  margin-bottom: 5px; }

.DefaultButton,
input[type=button],
input[type=submit],
input[type=text],
input[type=password] {
  border: none;
  padding: .65rem; }

.DefaultButton,
input[type=submit], .faqAskQuestion {
  background-color: #df4f45;
  border: none;
  color: white !important;
  font-weight: normal;
  -moz-transition: background-color ease-in-out 0.7s;
  -o-transition: background-color ease-in-out 0.7s;
  -webkit-transition: background-color ease-in-out 0.7s;
  transition: background-color ease-in-out 0.7s;
  cursor: pointer !important; }

.DefaultButton {
  display: inline-block; }

.DefaultButton:not(:last-child) {
  margin-right: 0.5rem; }

.DefaultButton:hover,
input[type=submit]:hover, .faqAskQuestion:hover {
  background-color: #971910;
  color: white; }

#top .LoginBlock input[type=submit] {
  margin-bottom: 5px; }

.CommonLoginBlock input[type=submit],
#top .LoginBlock input[type=submit] {
  width: 60%;
  float: right; }

.LoginBlock .links a {
  display: block;
  font-size: 12px;
  opacity: 0.9;
  -moz-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s; }

.icon-management, .icon-management > img {
  height: 25px;
  float: left;
  vertical-align: middle;
  margin-left: 2px; }

.CommonLoginBlock .links {
  clear: both; }

.CommonLoginBlock .links a:hover {
  opacity: 1; }

.CommonLoginBlock .links a:first-child {
  float: left; }

.CommonLoginBlock .links a:last-child {
  float: right; }

.login .MainTitle {
  margin-bottom: 15px; }

#top .bntLogin {
  height: 44px;
  color: #d82417 !important;
  font-size: 15px;
  border: none;
  background-color: #d1d1d1;
  padding: 0;
  font-weight: 600;
  margin: 0;
  min-width: 170px;
  text-align: center;
  line-height: 44px;
  cursor: pointer; }

#top .LeftSide {
  float: left; }

#top .RightSide {
  float: right; }

#top .RightSide .Header {
  line-height: 44px;
  margin-right: 10px;
  float: left;
  padding-left: 3px;
  color: #ffffff; }

#top .SocialLinks {
  float: left;
  margin-right: 151px; }

.SocialLinks a {
  float: left;
  margin: 8px 3px; }

.SocialLinks a > div {
  width: 28px;
  height: 28px; }

#top .UbaLogo {
  display: block;
  position: absolute;
  right: 0;
  height: 44px;
  top: 0;
  z-index: 9900;
  -moz-transition: all ease-in-out 0.8s;
  -o-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s; }

.fb_social {
  background: url("/img/uba/social/fb.png") no-repeat center; }

.b_social {
  background: url("/img/uba/social/b.png") no-repeat center; }

.tw_social {
  background: url("/img/uba/social/tw.png") no-repeat center; }

.yt_social {
  background: url("/img/uba/social/yt.png") no-repeat center; }

.g_social {
  background: url("/img/uba/social/g.png") no-repeat center; }

.fb_social:hover {
  background: url("/img/uba/social/fb_hover.png") no-repeat center; }

.b_social:hover {
  background: url("/img/uba/social/b_hover.png") no-repeat center; }

.tw_social:hover {
  background: url("/img/uba/social/tw_hover.png") no-repeat center; }

.yt_social:hover {
  background: url("/img/uba/social/yt_hover.png") no-repeat center; }

.g_social:hover {
  background: url("/img/uba/social/g_hover.png") no-repeat center; }

.HomeBannerIconsBlock {
  display: inline-table;
  height: 100px;
  /*background-color: #d3d3d3;*/ }

.HomeBannerIconsBlock .SingleIconBlock {
  position: relative;
  float: left;
  display: block;
  padding: 10px 15px;
  cursor: pointer; }

.HomeBannerIconsBlock .SingleIconBlock:hover > div {
  display: block; }

.HomeBannerIconsBlock .Tooltip {
  width: 420px;
  height: 220px;
  background-color: rgba(211, 211, 211, 0.95);
  border: 1px solid #acacac;
  top: -270px;
  left: -160px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  z-index: 9997;
  display: none;
  padding: 25px 15px;
  text-align: left;
  opacity: 1; }

.AdminPencilParent {
  min-height: 30px; }

.AdminPencil {
  background: rgba(255, 191, 89, 0.4);
  border: 1px solid #ffbf59;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 2px;
  overflow: hidden;
  text-align: left; }

.ckeAdminPencil {
  z-index: 999; }

.ShowPencil {
  position: fixed;
  right: 20px;
  bottom: 75px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  opacity: 0.5;
  -webkit-transition: opacity 1500ms;
  -moz-transition: opacity 1500ms;
  -ms-transition: opacity 1500ms;
  -o-transition: opacity 1500ms;
  transition: opacity 1500ms;
  cursor: pointer; }

.ShowPencil:hover {
  opacity: 1; }

.HomeBannerIconsBlock .Tooltip .AdminPencil {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left; }

.HomeBannerIconsBlock .Tooltip .cke {
  position: absolute;
  width: 150%;
  top: -50%;
  left: 80px;
  z-index: 9999; }

.HomeBannerIconsBlock .Tooltip::after {
  border: 40px solid rgba(86, 85, 85, 0);
  border-top-color: rgba(211, 211, 211, 0.95);
  content: ' ';
  /* Must have content to display */
  height: 0;
  bottom: -80px;
  /* 2 x border width */
  right: calc(50% - 40px);
  position: absolute;
  width: 0;
  z-index: 9998; }

.HomeBannerIconsBlock .Tooltip .leftSide {
  width: 45%;
  height: 100%;
  float: left;
  padding: 0 10px;
  border-right: 2px solid #828181; }

.HomeBannerIconsBlock .Tooltip ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none; }

.HomeBannerIconsBlock .Tooltip ul li {
  margin-bottom: 10px;
  cursor: pointer; }

.HomeBannerIconsBlock .Tooltip ul li.selectedMenu {
  color: red;
  font-weight: 700; }

.HomeBannerIconsBlock .Tooltip ul li:last-child {
  margin-bottom: 0; }

/*.HomeBannerIconsBlock .Tooltip ul li:hover {
                    color: #111111;
                }*/
.HomeBannerIconsBlock .Tooltip .rightSide {
  width: 55%;
  height: 100%;
  padding: 0 10px;
  float: right;
  font-size: 13px; }

.HomeBannerIconsBlock .Tooltip .rightSide img {
  margin: auto;
  margin-bottom: 5px; }

.MenuTooltip {
  position: relative; }

.MenuTooltip:hover > .Tooltip {
  display: block; }

.MenuTooltip .Tooltip {
  min-width: 100%;
  background-color: rgba(86, 85, 85, 0.95);
  border-bottom: 1px solid #434141;
  border-left: 1px solid #434141;
  border-right: 1px solid #434141;
  top: 50px;
  left: 0;
  /* margin-left: -290%; */
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  position: absolute;
  z-index: 9997;
  display: none;
  padding: 10px 0;
  text-align: left;
  color: #e5e5e5;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  opacity: 1 !important; }

.Tooltip li {
  position: relative; }

.Tooltip li:hover > .Tooltip {
  display: block;
  top: -10px;
  left: 100%;
  background-color: rgba(121, 121, 121, 0.9);
  border: none; }

.Tooltip li > .Tooltip {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

/*.MenuTooltip .Tooltip::after {
            border: 40px solid rgba(86,85,85,0);
            border-bottom-color: rgba(86,85,85,0.9);
            content: ' '; 
            height: 0;
            top: -80px;
            right: calc(50% - 40px);
            position: absolute;
            width: 0;
            z-index: 9998;
        }*/
.MenuTooltip .Tooltip .leftSide {
  width: 45%;
  height: 100%;
  float: left;
  padding: 0 10px;
  border-right: 2px solid white; }

.MenuTooltip .Tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

.MenuTooltip .Tooltip ul li {
  -moz-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  width: 100%;
  padding: 5px 15px; }

.MenuTooltip .Tooltip ul li > a {
  white-space: nowrap; }

.MenuTooltip .Tooltip ul li:last-child {
  margin-bottom: 0; }

.MenuTooltip .Tooltip .rightSide {
  width: 55%;
  height: 100%;
  padding: 0 10px;
  float: right;
  font-size: 13px; }

.MenuTooltip .Tooltip .rightSide img {
  margin: auto;
  margin-bottom: 5px; }

.TopBlockOfSite .IconsBlock {
  background-color: #d3d3d3; }

.TopBlockOfSite .BannerBlockEmpty,
.TopBlockOfSite .BannerBlock {
  background-color: #262224;
  transition: background-color linear 1500ms; }

.TopBlockOfSite .IconsBlock .Icons img {
  max-width: 100%;
  margin: auto;
  border: none; }

.TopBlockOfSite .IconsBlock .Icons .Header {
  padding: 10px 10px 5px 10px;
  color: #d82417;
  font-size: 25px;
  text-align: left;
  -moz-transition: color ease-in-out 0.5s;
  -o-transition: color ease-in-out 0.5s;
  -webkit-transition: color ease-in-out 0.5s;
  transition: color ease-in-out 0.5s;
  white-space: nowrap; }

.TopBlockOfSite .IconsBlock .Icons > div div:hover .Header {
  color: #f8f8f8; }

.TopBlockOfSite .IconsBlock .Icons > .commonDiv:hover {
  background-color: #b2b2b2; }

.TopBlockOfSite .IconsBlock .Icons > div .dividedDiv:hover {
  background-color: #b2b2b2; }

.dividedDiv {
  transition: color ease-in-out 0.5s;
  transition: background-color ease-in-out 0.5s;
  height: 50%; }
  .dividedDiv:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .dividedDiv:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.dividedImg {
  height: 50px; }

.TopBlockOfSite .IconsBlock .Icons {
  text-align: center;
  font-size: 0;
  vertical-align: top; }

.TopBlockOfSite .IconsBlock .Icons > div {
  display: inline-block;
  position: relative;
  width: 256px;
  vertical-align: top;
  margin: 5px 12px;
  z-index: 0;
  cursor: pointer;
  height: 200px;
  border: 2px solid #f8f8f8;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #f8f8f8;
  -moz-transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
  -o-transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
  -webkit-transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s; }

.MenuBlock {
  background-color: #434141;
  min-height: 50px;
  color: #f8f8f8;
  font-weight: 400;
  position: relative; }

.MainMenu .LeftMenu {
  width: 75%;
  float: left; }

.MainMenu .RightMenu {
  float: right; }

.MainMenu .LeftMenu ul {
  list-style: none;
  margin: 0;
  cursor: pointer;
  padding: 0; }

.MainMenu .LeftMenu ul a {
  font-size: 12px; }

.MainMenu .LeftMenu > ul {
  height: 50px; }

.MainMenu .LeftMenu ul#nav > li,
.MainMenu .RightMenu {
  display: table-cell;
  height: 50px;
  vertical-align: top; }

.MainMenu .RightMenu span {
  line-height: 50px;
  display: table;
  height: 100%;
  padding: 0 15px;
  margin-right: 150px; }

.MainMenu .LeftMenu ul#nav > li > a,
.MenuBlock .Welcome > span {
  padding: 0 15px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.MenuBlock .RightMenu:hover > span.Active,
.MainMenu .LeftMenu ul#nav > li.current,
.MainMenu .LeftMenu ul#nav > li > a:hover,
.MainMenu .LeftMenu li.navactive {
  color: #d82417 !important;
  background-color: #353434; }

.MenuBlock .Welcome {
  float: right;
  text-align: right;
  max-width: 255px;
  position: relative;
  display: none; }

.MenuBlock span.Active {
  cursor: pointer; }

.MenuBlock .Welcome > span {
  font-size: 25px;
  color: white;
  width: 141px; }

.MenuBlock .Welcome:hover ul {
  display: block; }

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

.login {
  max-width: 500px;
  margin: auto; }

.HeaderSection {
  margin-bottom: 15px;
  color: #747373;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  position: relative; }

.h2Grey {
  margin-bottom: 10px; }

.Header2Section {
  margin-bottom: 5px;
  color: #747373;
  font-size: 20px;
  font-weight: 600;
  position: relative; }

.ThreeBlocks {
  overflow: hidden;
  display: table;
  width: 100%; }

.ThreeBlocks > article {
  display: table-cell;
  height: 270px;
  width: 33.33333333333333%;
  border-right: 10px solid transparent;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: top;
  overflow: hidden; }

.ThreeBlocks > article:last-child {
  border-right: none; }

.ThreeBlocks .Header {
  padding: 5px 10px;
  background-color: #797979;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  min-height: 35px; }

.ThreeBlocks .Header > div:first-child {
  float: left;
  color: white;
  font-size: 18px; }

.ThreeBlocks .Header > div:last-child {
  float: right; }

.ThreeBlocks > article.News .Text {
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  /*height: 340px;*/ }

.ThreeBlocks .footer {
  background-color: #797979;
  overflow: hidden;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  min-height: 10px; }

.ThreeBlocks .Text {
  height: 343px; }

.CollageTB1 {
  float: left;
  width: calc(100% - 165px);
  width: -webkit-calc(100% - 165px); }

.CollageTB2 {
  float: left;
  width: calc(100% - 216px);
  width: -webkit-calc(100% - 216px); }

.CollageTB3 {
  float: right;
  width: calc(100% - 216px);
  width: -webkit-calc(100% - 216px); }

.CollageTB4 {
  float: right;
  width: calc(100% - 206px);
  width: -webkit-calc(100% - 206px); }

.Collage {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px; }

.Collage > article:first-child {
  float: left;
  width: 45%; }

.Collage > article:last-child {
  float: right;
  width: 53%;
  position: relative; }

.Collage .Block {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  margin-bottom: 50px;
  /*kseny*/ }

.Collage .Text {
  padding: 15px; }

.Collage .Text .Header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px; }

.Collage .TopPic > img {
  position: absolute;
  left: -80px;
  top: -15px;
  z-index: 3; }

.Collage .BottomPic > img {
  margin-top: -120px; }

.Collage .Text .CountriesText ul {
  padding: 0 20px;
  margin: 0; }

.Collage .Text .CountriesText ul li {
  color: #d82417;
  font-size: 15px; }

.Collage .Text .CountriesText ul li > span {
  font-size: 14px;
  margin-bottom: 5px; }

.Collage .TopPicCountries > img {
  position: absolute;
  left: -70px;
  top: 0;
  z-index: 3; }

.Collage .BottomPicCountries > img {
  position: absolute;
  right: -20px;
  top: -5px;
  z-index: 1; }

.MapBlock > div:first-child {
  float: left; }

.MapBlock > div:last-child {
  float: right;
  width: calc(100% - 502px);
  width: -webkit-calc(100% - 502px);
  overflow: hidden; }

.sticky {
  position: fixed;
  top: 44px;
  width: 100%;
  z-index: 9997; }

.sticky-maincontent {
  padding-top: 65px !important; }

.MapBlock {
  margin-bottom: 20px; }

.MapBlock .Mapinfo .Header {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px; }

.MapBlock .Mapinfo .Text {
  margin-bottom: 25px;
  text-align: justify; }

.MapBlock .Mapinfo .Table table {
  width: 100%;
  border: none;
  border-spacing: 5px; }

.MapBlock .Mapinfo .Table table td {
  padding: 5px 10px; }

.MapBlock .Mapinfo .Table table tr:last-child td {
  border-bottom: none; }

.MapBlock .Mapinfo .Table table td:first-child {
  background-color: #ffffff; }

.MapBlock .Mapinfo .Table table td:last-child {
  background-color: #c0c0c0; }

.b-carousel {
  width: 100%;
  background-color: rgba(192, 192, 192, 0.5);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.h-carousel-wrapper {
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  padding: 0 5px;
  float: left;
  overflow: hidden; }

.h-carousel-items {
  position: relative;
  width: 99999px; }

.b-carousel-block {
  float: left;
  margin: 10px 5px;
  cursor: pointer;
  position: relative; }

.b-carousel-block:last-child {
  margin: 10px 0; }

.b-carousel-block img {
  -moz-transition: transform ease-in-out 0.7s;
  -o-transition: transform ease-in-out 0.7s;
  -webkit-transition: transform ease-in-out 0.7s;
  transition: transform ease-in-out 0.7s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.b-carousel-block:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  position: relative;
  z-index: 10; }

.b-carousel-block:hover div {
  opacity: 1; }

.b-carousel-button-left,
.b-carousel-button-right {
  float: left;
  cursor: pointer;
  padding: 3px 6px; }

.b-carousel .Tooltip {
  opacity: 0;
  background-color: rgba(67, 65, 65, 0.6);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -moz-transition: transform ease-in-out 0.7s;
  -o-transition: transform ease-in-out 0.7s;
  -webkit-transition: transform ease-in-out 0.7s;
  transition: transform ease-in-out 0.7s;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 15;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  color: white;
  -ms-word-break: break-all;
  word-break: break-all;
  padding: 3px;
  font-size: 11px;
  font-weight: 600; }

.b-carousel-block:hover .Tooltip {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4); }

#foot {
  background-color: #302e2e;
  padding-top: 30px;
  padding-bottom: 20px;
  color: white; }

#foot article {
  float: left;
  padding-right: 30px;
  font-size: 13px; }

.TopFooter > div {
  width: 50%;
  float: left;
  margin: auto;
  padding-bottom: 15px; }

.TopFooter > div article:last-child {
  padding-right: 0; }

.TopFooter > div:first-child article:first-child {
  width: 57%;
  font-weight: 600; }

.TopFooter > div:first-child article:last-child {
  width: 43%; }

.TopFooter > div:last-child article:first-child {
  width: 47.6%; }

.TopFooter > div:last-child article:last-child {
  width: 52.4%;
  font-size: 14px; }

#foot .TopFooter {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf; }

#foot .TopFooter .PicBlock1 {
  margin-bottom: 5px; }

#foot .TopFooter .PicBlock1 > img {
  float: left; }

#foot .TopFooter .PicBlock1 > div {
  float: right;
  width: calc(100% - 126px);
  width: -webkit-calc(100% - 126px); }

#foot article .Header {
  margin-bottom: 5px;
  font-weight: 600; }

#foot .TopFooter ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#foot .TopFooter ul li {
  padding: 2px 0; }

#foot .TopFooter .PicBlock2 {
  margin-bottom: 5px; }

#foot .TopFooter .PicBlock2 > img {
  float: left; }

#foot .TopFooter .PicBlock2 > div {
  float: right;
  width: calc(100% - 106px);
  width: -webkit-calc(100% - 106px); }

#foot .Download {
  margin-top: 10px;
  padding: 0 10px; }

#foot .Download > div:first-child {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600; }

#foot .Download > div:last-child {
  color: #ff1a00; }

#foot .BottomFotter {
  color: #ffffff;
  font-size: 13px;
  padding-top: 15px;
  text-align: center; }

#foot .BottomFotter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left; }

#foot .BottomFotter ul li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #9b9b9b; }

#foot .BottomFotter ul li:first-child {
  padding-left: 0; }

#foot .BottomFotter ul li:last-child {
  padding-right: 0;
  border-right: none; }

#foot .BottomFotter .CopyRight {
  overflow: hidden;
  float: right; }

#foot .BottomFotter .CopyRightText {
  float: right;
  margin-left: 15px; }

.GrayBack {
  background-color: rgba(191, 191, 191, 0.3); }

.TopHiddenBlock .HiddenBlock {
  background-color: rgba(182, 181, 180, 0.8);
  padding: 15px 13px;
  position: absolute;
  top: 44px;
  cursor: default;
  display: none; }

.SearchBlock .HiddenBlock {
  width: 306px; }

.LoginBlock .HiddenBlock {
  width: 260px;
  background-color: rgba(209, 209, 209, 0.8); }

.FindYourBank .HiddenBlock {
  width: 260px;
  right: 0; }

.FindYourBank .HiddenBlock article {
  width: 100%; }

.FindYourBank .HiddenBlock article > a {
  display: inline-block;
  width: 78px;
  margin-bottom: 5px; }

.FindYourBank .HiddenBlock article > a img {
  margin: auto; }

.CollageCurrentAcc {
  margin-top: 50px;
  margin-bottom: 20px; }

.CollageCurrentAcc > article {
  width: 50%;
  float: left; }

.CollageCurrentAcc .Header {
  color: #d82417;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px; }

.CollageCurrentAcc .TextBlock {
  padding: 10px;
  overflow: hidden;
  font-size: 12px; }

.CollageCurrentAcc div.CommonBlock > img {
  position: absolute; }

.CollageCurrentAcc .TextBlock div {
  overflow: hidden; }

.CollageCurrentAcc .TextBlock .Readmore {
  float: right;
  width: 8px;
  height: 14px;
  background: url("/img/uba/CollagePhoto/1/arrow.png");
  cursor: pointer; }

.CollageCurrentAcc div.CommonBlock {
  position: relative;
  background-color: #ededed; }

.CollageCurrentAcc > article > div.CommonBlock:nth-child(2n) .TextBlock {
  float: left; }

.CollageCurrentAcc > article > div.CommonBlock:nth-child(2n+1) .TextBlock {
  float: right; }

.CollageCurrentAcc > article:first-child > div.CommonBlock:nth-child(2n+1) .TextBlock {
  padding-right: 20px; }

.CollageCurrentAcc > article:last-child > div.CommonBlock:nth-child(2n+1) > img {
  margin-left: -10px; }

.CollageCurrentAcc > article:last-child > div.CommonBlock:nth-child(2n+1) .TextBlock {
  padding-left: 0; }

.CollageCurrentAcc > article:last-child > div.CommonBlock > img {
  z-index: 10; }

.CollageCurrentAcc > article:first-child > div.CommonBlock > img {
  z-index: 11; }

.SideFixedMenu {
  display: none;
  position: fixed;
  top: 150px;
  left: 0;
  min-height: 160px;
  width: 40px;
  background: linear-gradient(to right bottom, #d91b05 50%, #c21705 50%);
  font-weight: normal;
  -moz-transition: padding-top ease-in-out 1s;
  -o-transition: padding-top ease-in-out 1s;
  -webkit-transition: padding-top ease-in-out 1s;
  transition: padding-top ease-in-out 1s;
  z-index: 9997; }

.SideFixedMenu > img {
  margin: 15px auto;
  cursor: pointer; }

.SideFixedMenu .TemporalSlidding {
  z-index: 9997;
  display: none;
  position: absolute;
  left: 40px;
  top: 0;
  width: 220px;
  padding: 10px;
  background-color: rgba(194, 23, 5, 0.9); }

.SideFixedMenu .TemporalSlidding > img {
  float: right; }

.SideFixedMenu .TemporalSlidding > div {
  margin-top: 10px;
  background-color: #9d9d9d;
  float: right;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  width: 200px; }

.SideFixedMenu .TemporalSlidding > div .roundBlock {
  text-align: center;
  margin-top: 10px; }

.SideFixedMenu .TemporalSlidding > div .Header {
  font-size: 1rem;
  font-style: italic;
  padding: 5px;
  text-align: center;
  float: right;
  overflow: hidden;
  color: #fff;
  width: 200px; }

.maincontent {
  min-height: 500px; }

.PickFileCMS {
  margin: 50px auto;
  width: 98%;
  max-width: 940px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.PickFileCMS > div:first-child {
  margin-bottom: 20px; }

.PickFileCMS .PickFolderPic {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  max-width: 100px; }

.bground_popup,
.bground_popupPickFile {
  background-color: rgba(195, 195, 195, 0.8);
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default; }

.bground_popupPickFile {
  z-index: 9998; }

.bground_popup {
  z-index: 9999; }

.bground_popup .popup_box_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.LoadAnimation {
  position: relative;
  width: 140px;
  height: 140px;
  margin: auto; }

.LoadAnimation .wBall {
  position: absolute;
  width: 133px;
  height: 133px;
  opacity: 0;
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
  animation: orbit 6.96s infinite; }

.LoadAnimation .wBall .wInnerBall {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #d82417;
  left: 0px;
  top: 0px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px; }

.LoadAnimation #wBall_1 {
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
  animation-delay: 1.52s; }

.LoadAnimation #wBall_2 {
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.LoadAnimation #wBall_3 {
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
  animation-delay: 0.61s; }

.LoadAnimation #wBall_4 {
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
  animation-delay: 0.91s; }

.LoadAnimation #wBall_5 {
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
  animation-delay: 1.22s; }

.HidenMenuForSmall {
  display: none; }

.TopBlockOfSite > section > section,
.MiddlePage,
.PencilParrent {
  position: relative; }

.AffiliateLeftBlock {
  float: left;
  width: 235px;
  min-height: 30px;
  background-color: rgba(191, 191, 191, 0.3);
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.AffiliateRightBlock {
  float: right;
  width: calc(100% - 245px);
  width: -webkit-calc(100% - 245px); }

.AffiliateRightBlock .PencilParrent,
.AffiliateRightGrayBlock .PencilParrent {
  min-height: 10px; }

.AffiliateMiddleBlock {
  float: left;
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px); }

.AffiliateRightBlock > div {
  margin-bottom: 15px; }

.AffiliateMiddleBlock img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important; }

.AffiliateRightGrayBlock {
  float: left;
  width: 190px;
  margin-left: 10px;
  padding: 5px;
  background-color: rgba(245, 245, 245, 0.6);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.key_text {
  color: #d82417;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px; }

.rev {
  background: #e0e0e0;
  margin: auto;
  width: 100%;
  padding: 10px;
  max-width: 960px;
  margin-top: 10px; }

.Affiliate3blocks > div {
  float: left;
  width: 30%; }

.Affiliate3blocks > div:first-child {
  margin-right: 5%; }

.Affiliate3blocks > div:last-child {
  margin-left: 5%; }

.AffiliateLeftBlock div[id*=menu] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px; }

.AffiliateLeftBlock div[id*=menu] > ul li {
  padding: 1px 0;
  color: #575757;
  font-weight: 400; }

.AffiliateLeftBlock div[id*=menu] > ul li > a:hover {
  color: #d82417; }

.MenuTooltip .Tooltip ul li:after,
.AffiliateLeftBlock div[id*=menu] > ul li > a:after,
.CommonLinks:after,
.link_class:after,
.AnimatedBorder:after {
  content: '';
  display: block;
  height: 2px;
  width: 0px;
  margin-top: 2px;
  background: transparent;
  -moz-transition: width 1.5s ease, background-color 1.5s ease;
  -o-transition: width 1.5s ease, background-color 1.5s ease;
  -webkit-transition: width 1.5s ease, background-color 1.5s ease;
  transition: width 1.5s ease, background-color 1.5s ease; }

.MenuTooltip .Tooltip ul li:hover:after,
.AffiliateLeftBlock div[id*=menu] ul > li > a:hover:after,
.CommonLinks:hover:after,
.link_class:hover:after,
.AnimatedBorder:hover:after {
  width: 100%;
  background: #d82417; }

.AffiliateLeftBlock div[id*=menu] li.navactive > a {
  color: #d82417 !important;
  font-weight: 600; }

.AffiliateLeftBlock div[id*=menu] > ul ul {
  padding-left: 15px; }

.AffiliateLeftBlock div[id*=menu] {
  margin-bottom: 10px; }

.awardsTable {
  text-align: center; }

.faq_item_wrapper {
  line-height: 30px; }

.faq_image {
  padding-top: 2px;
  float: left;
  margin-right: 15px;
  border: 0;
  width: 25px; }

.faq_image:hover {
  cursor: pointer; }

.awardsTable tbody tr td {
  border: 1px solid; }

.awardRowWrapper td {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

.CommonWhiteBlock {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px; }

.CommonWhiteBlock img {
  margin: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.InlineBlocks {
  text-align: center; }

.InlineBlocks > div {
  display: inline-block;
  position: relative;
  width: 33%;
  height: 120px; }

.TokenBlockL {
  float: left;
  width: 48%;
  margin-bottom: 0px;
  padding: 20px;
  background: rgba(245, 245, 245, 0.5); }

.TokenBlockR {
  float: right;
  width: 48%;
  padding: 20px;
  background: rgba(245, 245, 245, 0.5); }

.ytabactive {
  background-color: rgba(255, 255, 255, 0.45);
  text-decoration: underline !important;
  color: #d82417 !important;
  height: 50px; }

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

table tbody tr td {
  padding: 3px; }

.awardRowWrapper {
  overflow: auto;
  font-size: 15px;
  border: 1px solid black; }

.awardRowContent {
  width: 180px;
  float: right; }

.awardRowDetails {
  width: 120px;
  float: right; }

.awardsHeader {
  font-weight: bold;
  font-size: 24px; }

.CommonLinks,
.link_class {
  font-size: 16px;
  margin: 1px 0;
  color: #d82417 !important;
  -moz-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s; }

.LastNews_Block {
  margin-bottom: 5px; }

div.text ol > li {
  color: #d82417;
  font-size: 15px; }

.CountryText ul > li,
div.text ul > li {
  color: #575757;
  list-style: none;
  list-style-position: outside;
  padding-top: 3px;
  padding-bottom: 3px; }

.CountryText ul {
  padding-left: 20px; }

.CountryText ul > li:before,
div.text ul > li:before {
  content: "✔";
  color: #d82417;
  margin-left: -15px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 12px;
  float: left; }

ul.tabs li:before {
  content: " "; }

p > a {
  display: inline-block !important; }

div.text ol ul {
  margin: 0;
  margin-bottom: 5px; }

.CountryText ul,
div.text ol,
div.text ul {
  margin: 10px 0;
  text-align: justify; }

.Awards_blockBorder {
  border-bottom: 1px solid #d82417;
  border-top: 1px solid #d82417; }

.Awards_blockBorder .Awards_block:last-child {
  border-bottom: none; }

.Awards_blockBorder .Awards_block {
  padding: 10px 0;
  border-bottom: 1px dashed #434141; }

.Awards_blockBorder .Awards_block .LeftAwards {
  float: left;
  width: 90px;
  text-align: center;
  font-size: 18px;
  padding-top: 10px; }

.Awards_blockBorder .Awards_block .RightAwards {
  float: right;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px); }

.Awards_blockBorder .Awards_block .RightAwards > div:first-child {
  color: #d82417;
  font-size: 16px;
  margin-bottom: 5px; }

.Awards_blockBorder .Awards_block .RightAwards > div:last-child {
  margin-top: 5px; }

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%; }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%; }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%; }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%; }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%; }
  76% {
    opacity: 0;
    transform: rotate(900deg); }
  100% {
    opacity: 0;
    transform: rotate(900deg); } }

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%; }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%; }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%; }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%; }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%; }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg); } }

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%; }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%; }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%; }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%; }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%; }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg); } }

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%; }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%; }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%; }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%; }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%; }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg); } }

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%; }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%; }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%; }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%; }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%; }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg); } }

@media screen and (min-width: 0\0) {
  .LoadAnimation {
    background: url("/img/edc/loader.GIF") no-repeat center center; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LoadAnimation {
    background: none !important; } }

.boxpub_d {
  float: left;
  width: 10%; }

.boxpub_d_width {
  width: 10%; }

.boxpub_padding {
  margin: 10px; }

.boxpub_d_day {
  font-size: 34px !important;
  font-weight: 600; }

.boxpub_d div {
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  color: #747373; }

.boxpub_parent {
  float: left;
  overflow: hidden;
  width: 75%; }

.boxpub_parent_without_date {
  float: left;
  width: 85%;
  margin-top: 15px;
  margin-left: 25px; }

.boxpub_h {
  font-size: 18px;
  font-weight: 600;
  -ms-word-break: inherit;
  -moz-word-break: inherit;
  -o-word-break: inherit;
  word-break: inherit; }

.top_indent {
  margin-top: 5px;
  text-align: center; }

.boxpub_c {
  font-size: 15px;
  padding: 0.5em;
  -ms-word-break: inherit;
  -moz-word-break: inherit;
  -o-word-break: inherit;
  word-break: inherit; }

.boxpub_table tr td {
  width: 100%; }

.boxpub_arrow {
  padding: 20px;
  float: left;
  background: url("/img/uba/ExpandMore.png") no-repeat;
  background-size: 100%;
  margin-top: 10px; }

.boxpub_reversed_arrow {
  background: url("/img/uba/ExpandLess.png") no-repeat;
  background-size: 100%;
  padding: 20px; }

.boxpub_footer {
  float: right;
  text-align: right;
  width: 100%;
  font-size: 15px;
  margin: 10px; }

.boxpub_pager {
  display: inline;
  margin: 5px; }

input.PagerBtnActive, .PagerLinkActive {
  padding: 5px 9px;
  -ms-border-radius: 15px;
  border-radius: 50%;
  background-color: #d82417;
  color: white !important;
  font-weight: 600;
  display: inline-block; }

.PagerLinkActive {
  padding: 5px 9px !important; }

input.PagerBtn, .PagerLink {
  padding: 5px 9px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 50%;
  background-color: rgba(191, 191, 191, 0.3);
  font-weight: 600;
  color: #575757;
  display: inline-block; }

.ytabs {
  overflow: hidden;
  color: #747373; }

.ytabs a {
  float: left;
  padding: 10px;
  font-weight: bold;
  font-size: 24px; }

.logo_block {
  display: block;
  float: left;
  margin: 5px;
  width: calc(100% / 3 - 10px); }

.logo_block img {
  width: 100%; }

.boxpub_search {
  float: right; }

.boxpub_btn_search {
  background-image: url(/img/uba/search.png);
  background-repeat: no-repeat;
  -ms-background-size: 20px;
  background-size: 20px;
  width: 35px;
  height: 30px;
  background-color: #b6b5b4 !important;
  -moz-background-position-x: 9px;
  -o-background-position-x: 9px;
  background-position-x: 9px;
  -moz-background-position-y: 6px;
  -o-background-position-y: 6px;
  background-position-y: 6px; }

.boxpub_btn_search:hover {
  background-image: url(/img/uba/search_white.png);
  background-color: #d82417 !important; }

.boxpub_txt_search {
  background-color: rgba(191, 191, 191, 0.3);
  height: 30px;
  float: left;
  border: none; }

.bios_tabs {
  min-width: 320px;
  max-width: 800px;
  padding: 0px;
  margin: 0 auto; }

.bio_profile {
  width: 200px; }

.MobileTabs_content {
  z-index: 1;
  overflow: hidden;
  min-height: 300px;
  padding: 20px;
  background-color: rgba(191, 191, 191, 0.3); }

.PremiumCards {
  display: table;
  padding-top: 20px; }

.PremiumCards div:first-child {
  display: table-cell;
  width: 30%;
  vertical-align: bottom; }

.PremiumCards div:last-child {
  display: table-cell;
  padding-left: 10px; }

.MobileTabs {
  width: 100%;
  overflow: hidden; }

.MobileTabs .tabs {
  width: 100%;
  float: none;
  list-style: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0px;
  margin: 0;
  display: table;
  height: 50px; }

.MobileTabs .tabs [id^="tab"]:not(:checked) + label:hover {
  background: #d82417;
  color: white; }

.MobileTabs .tabs li {
  display: table-cell;
  z-index: 2;
  position: relative;
  height: 40px; }

.MobileTabs .tabs li:before {
  display: none; }

.MobileTabs .tabs li.Width20 {
  width: 20%; }

.MobileTabs .tabs label {
  display: block;
  font-size: 17px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px 5px 0 0; }

.MobileTabs .tabs li:last-child label {
  border-right: none; }

.MobileTabs .tabs label a {
  color: #005b82;
  /*font-family: Dax_regular;*/
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 13px;
  border: 1px solid rgba(191, 191, 191, 0.3);
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.45); }

.MobileTabs .tabs [id^="tab"]:checked + label a {
  color: #757575 !important;
  /*font-family: Dax_medium !important;*/
  cursor: default !important;
  background-color: rgba(191, 191, 191, 0.3);
  border-top: 4px solid #d82417;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 11px; }

.tabs input[type="radio"] {
  display: none; }

.radioBlock input[type="radio"] {
  display: none; }

.radioBlock label {
  cursor: pointer;
  font-size: 14px;
  margin: 5px;
  color: #d82417;
  display: block; }

.radioBlock label:before {
  background-color: transparent;
  border: 3px solid white;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  content: '';
  display: inline-block;
  margin-right: 4px;
  margin-bottom: -2px;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.radioBlock input[type="radio"]:checked + label:before {
  background-color: #d82417;
  -moz-box-shadow: 0 0 4px;
  -webkit-box-shadow: 0 0 4px;
  box-shadow: 0 0 4px;
  height: 13px;
  width: 13px;
  z-index: 1; }

.radioBlock input[type="radio"]:not(:checked) + label:before {
  background-color: white;
  border: 2px solid #cbcbcb;
  height: 13px;
  width: 13px; }

.MobileTabs .tabContentBlock .HeaderMain {
  margin-bottom: 25px !important; }

.MobileTabs .tabContentBlock .Header {
  font-size: 16px;
  margin-bottom: 10px; }

.MobileTabs .tabContentBlock .Content > section {
  width: 50%;
  float: left; }

.MobileTabs .tabContentBlock .Content > section:first-child {
  padding-right: 25px; }

.MobileTabs .tabContentBlock .Content > section:last-child {
  padding-left: 25px; }

.MobileTabs .tabContentBlock .Text {
  font-size: 12px; }

.MobileTabs .tabContentBlock .TopContent {
  margin-bottom: 25px; }

.MobileTabs .tabContentBlock .TopContent table,
.MobileTabs .tabContentBlock .BottomContent table {
  width: 100%;
  border: none;
  text-align: left;
  border-collapse: collapse; }

.MobileTabs .tabContentBlock table td:first-child {
  padding-right: 5px;
  vertical-align: top; }

.MobileTabs .tabContentBlock .TopContent table td:last-child {
  width: 45%; }

.MobileTabs .tabContentBlock table td:last-child {
  padding-left: 4px;
  vertical-align: top; }

.MobileTabs .tabContentBlock table.blueTable {
  font-size: 10px;
  text-align: center !important; }

.MobileTabs .tabContentBlock table.blueTable th {
  font-weight: normal !important;
  color: white;
  background-color: #005b82;
  border: 1px solid white;
  padding: 5px 0;
  border-bottom: none; }

.MobileTabs .tabContentBlock table.blueTable td {
  background-color: #dbdbdb;
  padding: 10px 0;
  border: 1px solid white;
  border-top: none; }

.sideMenuPicture {
  display: block;
  float: right; }

.bio_box1 a img {
  margin: auto;
  -webkit-box-shadow: 0 0 10px #747373;
  -ms-box-shadow: 0 0 10px #747373;
  box-shadow: 0 0 10px #747373;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top; }

.lionContainer .bio_box1 a img {
  height: 300px; }

.bio_block {
  width: 22.5%;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 8px;
  font-size: 90%; }

.bio_title {
  margin-top: 3px; }

.bio_content {
  text-align: center;
  font-weight: 600; }

.bios-fixed-height .bio_box1 a img {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover; }

.bios-fixed-height .bio_content {
  min-height: 25px; }

.lionContainer {
  float: left;
  margin: 8px;
  width: 23%; }

.lion_title {
  margin: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #747373;
  height: 0px; }

.bioPicture {
  float: left;
  padding: 0 20px 10px 20px;
  margin-left: 20px; }

.bioTitle {
  color: #d82417;
  font-size: 25px;
  font-weight: 600; }

.bioTextFirst {
  font-weight: 700;
  font-size: 20px; }

.faqContainer {
  border: 0;
  width: 100%; }

.activeTitleFaq {
  color: #d82417; }

.questionRowFaq:hover {
  color: #d82417;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  transition: 1s; }

.questionText {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: normal;
  word-break: normal; }

.weather-time {
  position: absolute;
  left: calc(50% - 126px);
  bottom: 10px;
  color: white;
  z-index: 100;
  display: none; }

.homenew-container .white-back {
  background-color: white; }

.country_info {
  padding-top: 2.5rem; }

.widget-block {
  padding-top: 3.5rem;
  padding-left: 1.5rem; }

.controlsWrapper > div {
  float: left; }

.controlsWrapper .weather-block, .controlsWrapper .date-block {
  font-weight: 500;
  font-size: 1rem;
  color: #434141;
  padding: 0 1rem; }
  .controlsWrapper .weather-block img, .controlsWrapper .date-block img {
    display: inline-block !important;
    margin-right: 1rem;
    vertical-align: top; }
  .controlsWrapper .weather-block .block, .controlsWrapper .date-block .block {
    display: inline-block; }
  .controlsWrapper .weather-block .header, .controlsWrapper .date-block .header {
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
    line-height: 1;
    font-weight: 300; }

.controlsWrapper .date-block {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb; }

.weather-time .header {
  font-size: 13px;
  margin-bottom: 3px; }

.weather-time .time,
.weather-time .weather {
  font-size: 24px; }

.weather-time .divider {
  padding: 0 5px; }

.left_block {
  width: 35%;
  float: left; }

.left_block > div:first-child {
  color: #d82417;
  padding-top: 5px;
  font-size: 32px; }

.NewsAndEvents61Title {
  margin-bottom: 5px;
  color: #747373;
  font-size: 20px;
  font-weight: 600;
  position: relative; }

.block_gray3 {
  margin-bottom: 5px;
  color: #747373;
  font-size: 20px;
  font-weight: 600;
  position: relative; }

.faq_category {
  float: left; }

.faq_answer {
  padding: 15px 15px 15px 40px;
  display: none; }

.fullFAQOdd {
  background-color: rgba(255, 255, 255, 0.45); }

.fullFAQEven {
  background-color: rgba(191, 191, 191, 0.3); }

.fullFaq {
  width: 100%;
  overflow: hidden;
  padding: 15px; }

.PagerBtnBigger {
  padding: 5px 6px !important;
  -ms-border-radius: 15px;
  border-radius: 15px; }

.PageBlock > li > a, .PageBlock > li > span {
  border-radius: 50%;
  font-weight: 600;
  color: #575757;
  display: inline-block;
  padding: 5px 9px;
  margin: 5px; }

.PageBlock {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  float: right; }

.ellipsis::after {
  content: '…';
  padding: 5px;
  color: #000; }

.PageBlock > li {
  display: inline; }

.current {
  background-color: #d82417;
  color: white !important; }

.faqQuestionBlock {
  width: 100%;
  overflow: hidden;
  margin-top: 10px; }

.gray_box_h2 {
  font-size: 15px; }

.CountryText {
  font-size: 15px; }

html > body .faqBlock {
  width: 100%;
  overflow: hidden; }

.faqQuestionBlock span {
  width: 40%;
  float: left; }

.faqField {
  width: 50%;
  float: left; }

.faqBlock > div, .faqQuestionBlock > div {
  margin: 7px;
  overflow: hidden; }

.faqFieldMultiLine {
  max-height: 50%;
  border: none; }

.country-left-menu ul {
  display: none; }

.faqAskQuestion {
  height: 30px; }

.faqButtonBlock {
  float: left;
  width: 65%; }

.faqFieldErr {
  width: 30% !important;
  margin-left: 10px;
  color: #d82417; }

.faqAskQuestionPosition {
  float: right;
  margin-right: 10px; }

.faq_question {
  display: block;
  overflow: hidden;
  cursor: pointer; }

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

.albums_all {
  width: 100%;
  display: block;
  overflow: hidden; }

.album_picture a img {
  margin: 0 auto;
  height: 200px;
  max-height: 200px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover; }

.ubaVideoItem, .album_block {
  width: 48%;
  margin: 1%;
  padding: 15px;
  float: left;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.45); }

.album_block {
  width: 48%; }

.audio_play audio {
  width: 100%; }

.album_line {
  height: 1px;
  width: 100%;
  margin-top: 12px;
  background-color: #df4f45; }

.album_title {
  text-align: center;
  margin-top: 12px;
  color: #575757;
  font-weight: 600;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px; }

.NormalTable {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ccc;
  font-size: 14px;
  min-width: 510px; }

.NormalTable ul {
  text-align: inherit !important; }

.NormalTable tr:nth-child(2n) {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.45); }

.NormalTable tr:nth-child(2n+1) {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.075); }

.map-country {
  margin: auto;
  width: 100%;
  height: 400px; }

.global_locations_map {
  margin: 5px 0;
  width: 100%; }

.twitter-timeline,
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
  width: 100% !important; }

.services-countries ul {
  padding: 0 !important; }

.services-countries ul li {
  line-height: 32px; }

.services-countries ul li:before {
  display: none !important; }

.services-countries ul li > img {
  float: left;
  margin-right: 5px; }

.OurV {
  float: right;
  width: calc(100% - 142px);
  width: -webkit-calc(100% - 142px); }

.OurM {
  float: right;
  width: calc(100% - 245px);
  width: -webkit-calc(100% - 245px); }

.DebitL {
  float: left;
  width: 40%;
  padding: 5px; }

.DebitR {
  float: right;
  width: 60%;
  padding: 5px; }

.Collage article > div:first-child {
  margin-bottom: 55px; }

.strategyFull > div:first-child {
  text-align: center;
  background-color: #B6B6B6;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 42px; }

.strategyFull > div:last-child {
  background-color: #f5f5f5; }

.strategyFull {
  width: 33.3333333333%;
  float: left;
  padding-right: 5px;
  padding-left: 5px; }

.AffiliateRightGrayBlock ul {
  padding-left: 15px; }

.ExploreWB {
  background: rgba(245, 245, 245, 0.5);
  max-width: 500px;
  overflow: hidden;
  text-align: center; }

.ExploreWB section {
  float: left;
  display: block; }

.ExploreWB section:first-child {
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 2%;
  padding-right: 2%; }

.ExploreWB section a {
  margin: 3%; }

.LeftPay {
  float: left;
  width: 60%; }

.RightPay {
  float: right;
  width: 40%; }

.divEproducts {
  overflow: hidden;
  margin-bottom: 2%; }

.divEproducts > section {
  padding-top: 8%; }

.divEproducts section:first-child {
  float: left;
  width: 250px;
  height: 200px;
  padding-left: 5%;
  background-color: rgba(255, 255, 255, 0.45); }

.divEproducts section:last-child {
  float: right;
  padding-left: 2%;
  width: calc( 100% - 250px); }

.inlineB {
  display: inline-block; }

.SavAccL {
  float: left;
  width: 49%; }

.SavAccR {
  float: right;
  width: 49%; }

.contactBlockL {
  width: 60%;
  float: none;
  display: table-cell;
  vertical-align: top; }

.contactBlockR {
  width: 40%;
  float: none;
  display: table-cell;
  vertical-align: top; }

.contactBlockR img {
  float: none;
  width: 100%; }

.padright {
  padding-right: 60px; }

.TableOver {
  overflow: auto;
  overflow-y: hidden; }

.ucareL {
  float: left;
  width: 30%; }

.ucareR {
  float: right;
  width: 70%; }

.upayblock div:first-child {
  width: 75%;
  border-right: 5px solid rgba(191, 191, 191, 0.3);
  display: table-cell;
  vertical-align: top;
  padding: 5px;
  background: rgba(245, 245, 245, 0.5); }

.upayblock div:last-child {
  width: 20%;
  display: table-cell;
  vertical-align: top;
  padding: 5px;
  background: rgba(245, 245, 245, 0.5); }

.is-drilldown ul {
  margin-bottom: 0px; }

.tablePrepeadGray {
  display: table;
  width: 100%;
  background-color: #bfbfbf;
  padding-bottom: 50px; }

.tablePrepeadWhite {
  overflow: hidden;
  display: table;
  width: 100%;
  background-color: white; }

.tablePrepeadWhite section:first-child {
  float: left; }

.tablePrepeadWhite section:first-child > div {
  text-align: left; }

.tablePrepeadWhite section:first-child div:first-child {
  padding-bottom: 50px; }

.tablePrepeadWhite section:first-child div:last-child p {
  padding-left: 10px;
  font-size: 23px;
  color: black; }

.tablePrepeadWhite section:last-child {
  float: right; }

.tablePrepeadGray div:first-child {
  display: table-cell;
  width: 25%;
  vertical-align: middle; }

.tablePrepeadGray div:last-child > section {
  border-left: 1px solid darkgrey;
  padding-left: 5px; }

.tablePrepeadGray div:nth-child(2n), .tablePrepeadGray div:last-child {
  display: table-cell;
  width: 37%;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px; }

.CaptionPrepead {
  font-size: 36px;
  color: white;
  font-weight: 600;
  text-align: center; }

.loginPrepead {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.loginPrepead > a {
  font-weight: 600;
  padding-left: 65px; }

.loginPrepead > div {
  padding-left: 65px;
  font-size: 36px;
  color: #B0B0B0;
  font-weight: 600; }

.visaPrepead {
  width: 45%;
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px; }

.visaPrepead > div {
  font-size: 28px;
  color: black;
  font-weight: 700;
  text-align: left; }

a.directbutton {
  text-align: left; }

a.directbutton div {
  background-color: #D81A0E;
  border: none;
  display: inline-block;
  color: white;
  cursor: pointer;
  text-align: center;
  padding: 20px; }

.accordItem {
  margin-bottom: 1rem; }

.accordItem .accordtitle {
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  padding-left: 3rem;
  padding-bottom: 0.4rem;
  background-image: url("/img/uba/udirectarrow.png");
  background-repeat: no-repeat;
  border-bottom: 1px solid #D81A0E;
  padding-top: 0.3rem; }

.accordItem .accordtext {
  display: none; }

@media screen and (max-width: 1200px) {
  .MobileMenu {
    display: none; }
  #LoginMenu {
    display: block; } }

@media screen and (min-width: 1201px) {
  .MobileMenu {
    display: none; }
  #LoginMenu {
    display: block; } }

@media screen and (min-width: 971px) {
  .TopBlockOfSite .BannerBlock {
    background-image: url(/img/uba/icons/IconsBackLeftTop.png), url(/img/uba/icons/IconsBackRightTop.png), url(/img/uba/icons/gray_back.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: bottom left, bottom right, bottom left; } }

@media screen and (min-width: 1100px) {
  .TopBlockOfSite .IconsBlock .Icons > div:first-child {
    margin-left: 0; }
  .TopBlockOfSite .IconsBlock .Icons > div:last-child {
    margin-right: 0; }
  .TopBlockOfSite .IconsBlock {
    background-image: url(/img/uba/icons/IconsBackLeft.png), url(/img/uba/icons/IconsBackRight.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: contain; } }

@media screen and (max-width: 1100px) {
  .TopBlockOfSite .IconsBlock .Icons > div {
    margin-right: 5px; }
  .album_block {
    width: 31% !important; }
  .lionContainer, .bio_block {
    width: 30% !important; } }

/*@media screen and (min-width: 970px){
    body {
       
        margin: 40px 0 0 0;
        
    }
    
}*/
@media screen and (max-width: 970px) {
  .owl-theme .owl-controls {
    bottom: 10px !important; }
  .HomeBannerIconsBlock {
    display: none; }
  .TopFooter > div {
    width: 100%;
    max-width: 550px;
    float: none !important; }
  .TopFooter > div:first-child {
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf; }
  .boxpub_parent {
    width: 70% !important; }
  .boxpub_d {
    width: 15%; }
  .MobileMenugroup {
    list-style: none;
    font-weight: 600;
    padding-left: 40px; }
  .MobileMenu {
    display: block; }
  #LoginMenu {
    display: none; }
  #MenuFixed {
    display: none; }
  body {
    margin: 80px 0 0 0; }
  .ThreeBlocks {
    display: block; }
  .ThreeBlocks > article {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    border-right: none;
    height: 388px; }
  .Collage > article:first-child {
    float: none;
    width: 100%;
    overflow: hidden; }
  .Collage > article:last-child {
    float: none;
    width: 100%;
    margin-top: 80px;
    overflow: hidden; }
  .Collage .BottomPicCountries > img {
    top: -25px; }
  .Collage .TopPic > img {
    position: absolute;
    left: 0px;
    top: -65px;
    width: 250px;
    z-index: 3; }
  .ubaVideoItem {
    width: 100%; }
  .InlineBlocks > div {
    width: 49%; }
  .padright {
    padding-right: 0px; }
  .aop-input-field input[type="file"] {
    float: none !important; }
  .ubaValueParent {
    width: 70% !important; } }

@media screen and (max-width: 910px) {
  .SideFixedMenu {
    display: none !important; }
  .MobileTabs .tabs {
    height: 70px; }
  .AffiliateMiddleBlock {
    float: none;
    width: 100%; }
  .AffiliateRightGrayBlock {
    width: 100%;
    margin-left: 0px; }
  .AffiliateRightGrayBlock ul {
    padding-left: 35px; }
  .boxpub_search {
    float: left; } }

@media screen and (max-width: 830px) {
  .lionContainer, .bio_block {
    width: 45% !important;
    font-size: 13px !important; }
  .TokenBlockL {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .TokenBlockR {
    float: right;
    width: 100%; }
  .LeftPay {
    float: left;
    width: 100%; }
  .RightPay {
    float: right;
    width: 100%; }
  .boxpub_parent_without_date {
    width: 80%; } }

@media screen and (max-width: 860px) and (min-width: 750px), screen and (max-width: 640px) {
  .boxpub_parent {
    width: 65% !important; } }

@media screen and (max-width: 750px) {
  .AffiliateLeftBlock,
  .AffiliateRightBlock {
    float: none !important;
    width: 100% !important;
    padding-right: 5px !important; }
  .SocialLinks a {
    display: inline-block !important;
    float: none !important; }
  #foot .BottomFotter .CopyRightText,
  #foot .BottomFotter .CopyRight,
  #foot .BottomFotter ul {
    float: none !important; }
  #foot .BottomFotter .CopyRight,
  #foot .BottomFotter .CopyRightText {
    margin-top: 10px;
    margin-left: 0 !important; }
  .global_locations_map {
    display: none; }
  .boxpub_d div {
    font-size: 12px; }
  .boxpub_d_day {
    font-size: 29px !important; }
  .lionContainer, .bio_block {
    width: 31% !important;
    margin: 5px; }
  .logo_block {
    display: inline-block;
    float: none;
    margin: 5px;
    width: 200px; }
  .TokenBlockL {
    width: 48%;
    margin-bottom: 0px; }
  .TokenBlockR {
    width: 48%; }
  .contactBlockL {
    width: 100%;
    display: block;
    float: left;
    vertical-align: top; }
  .contactBlockR {
    width: 100%;
    display: block;
    float: right;
    vertical-align: bottom; }
  .contactBlockR img {
    float: right;
    width: initial; } }

@media screen and (max-width: 550px) {
  .TokenBlockL {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .TokenBlockR {
    float: right;
    width: 100%; }
  .lionContainer, .bio_block {
    width: 45% !important;
    margin: 8px; }
  .Collage article div > img {
    display: none; }
  .CollageTB1, .CollageTB2, .CollageTB3, .CollageTB4 {
    float: none;
    width: 100%; }
  .Collage > article:last-child {
    margin-top: 0px; }
  .Collage .Block {
    margin-bottom: 10px; }
  .OurV {
    float: right;
    width: 100%;
    /*width: -webkit-calc(100% - 142px);*/ }
  .OurM {
    float: right;
    width: 100%;
    /*width: -webkit-calc(100% - 245px);*/ }
  .Collage article > div:first-child {
    margin-bottom: 10px; }
  .strategyFull {
    width: 100%;
    float: none;
    padding-right: 5px;
    padding-left: 5px; }
  .ExploreWB section {
    float: none;
    display: inline-block; }
  .ExploreWB section:first-child {
    width: 100%; }
  .divEproducts section:first-child {
    float: none;
    width: 100%;
    height: 140px;
    text-align: center;
    padding-left: 5%; }
  .divEproducts section:last-child {
    float: none;
    padding-left: 2%;
    width: 100%; }
  .SavAccL {
    float: none;
    width: 100%; }
  .SavAccR {
    float: none;
    width: 100%; }
  .boxpub_parent_without_date {
    width: 79%; }
  .aop-start-image a img {
    width: 100% !important; }
  .aop-start-image a {
    margin: auto;
    display: block;
    overflow: hidden;
    width: 80%; }
  .PremiumCards {
    display: block; }
  .PremiumCards div:first-child {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: bottom; }
  .PremiumCards div:last-child {
    display: inline-block;
    padding-left: 10px; }
  .tablePrepeadWhite section:first-child, .tablePrepeadWhite section:last-child {
    float: none; }
  .tablePrepeadWhite section:first-child > div {
    text-align: center; }
  .tablePrepeadGray div:nth-child(2n), .tablePrepeadGray div:last-child, .tablePrepeadGray div:first-child, .tablePrepeadGray {
    display: block;
    width: 100%; }
  .tablePrepeadGray div:last-child > section {
    border-left: 0px;
    padding-left: 0px; }
  .loginPrepead, .visaPrepead {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .TopFooter > div article {
    width: 100% !important;
    float: none !important; }
  article > div:last-child,
  article > div:first-child,
  article .Header,
  article li,
  .SocialLinks,
  #foot .BottomFotter {
    text-align: center;
    width: 100%;
    display: block; }
  .TopFooter > div article:first-child {
    margin-bottom: 15px; }
  .UbaLogo {
    height: 44px !important; }
  #top .bntLogin {
    min-width: 50px; }
  .MobileTabs .tabs label, .bio_block {
    font-size: 14px; }
  .boxpub_h {
    font-size: 15px; }
  .boxpub_d div {
    font-size: 10px; }
  .boxpub_parent {
    width: 60% !important; }
  .DebitL {
    float: none;
    width: 100%; }
  .DebitR {
    float: none;
    width: 100%; }
  .ucareL {
    float: none;
    width: 100%;
    margin-bottom: 10px; }
  .ucareR {
    float: none;
    width: 100%; }
  .upayblock div:last-child {
    width: 100%;
    margin-top: 10px;
    display: block; }
  .upayblock div:first-child {
    border-right: none; }
  .CommonBlockU ul li > span {
    font-size: 30px; } }

@media screen and (max-width: 400px) {
  .InlineBlocks > div {
    width: 100%; }
  .album_block {
    width: 100% !important; }
  .MobileTabs .tabs label {
    font-size: 12px; }
  .boxpub_h {
    font-size: 13px; }
  .boxpub_d {
    width: 20% !important; }
  .boxpub_parent {
    width: 60% !important; }
  .boxpub_d_day {
    font-size: 25px !important; }
  .lionContainer, .bio_block {
    width: 90% !important; }
  .boxpub_arrow {
    display: none; }
  .boxpub_table .attach {
    display: none; }
  .PicBlock1 img {
    display: none; }
  .PicBlock2 img {
    display: none; }
  #foot .TopFooter .PicBlock2 > div {
    width: 100%;
    text-align: center; }
  #foot .TopFooter .PicBlock1 > div {
    width: 100%;
    text-align: center; } }

.details {
  text-align: justify; }

.details li {
  list-style-type: none; }

.modal-dialog {
  margin: auto; }

.modal-header {
  background-color: #4a4a4a;
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.modal-title, .modal-header > button {
  color: white; }

.modal-body {
  padding: 0; }

.aop-input-req-validator-width {
  width: 270px; }

.aop-input, .aop-input-90, .aop-input-600, .aop-start-input {
  width: 250px;
  height: 35px;
  color: #999999;
  line-height: 18px;
  text-align: left; }

.aop-calendar input {
  color: #999999; }

.aop-input-90 {
  width: 213px !important; }

.aop-input-600 {
  width: 520px !important; }

.aop-bottom-width {
  width: 540px; }

.aop-height, .aop-calendar .date input {
  height: 35px; }

.aop-calendar .date {
  margin-top: 0 !important; }

.aop-modal-main {
  margin: 150px auto; }

.aop-message-text {
  color: #747373;
  font-size: 15px;
  padding: 5px; }

.aop-message-sender {
  color: #d82417; }

.aop-message-title {
  font-size: 18px;
  font-weight: bold; }

.aop-subcategories {
  font-size: 15px;
  font-weight: 500; }

.aop-main-categories {
  font-size: 17px;
  font-weight: 600; }

.aop-message {
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 15px 25px;
  margin: 10px; }

.aop-reply-uploader .lastFileName {
  padding: 5px; }

.aop-reply-uploader .uploadify-queue-item {
  margin-top: 30px; }

.aop-reply-uploader > div > span:first-child {
  background: url("/img/uba/Attach.png") no-repeat 5% center;
  background-color: #d82417;
  cursor: pointer;
  border: 1px solid #d82417;
  width: 50px;
  padding: 5px .55em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-size: 17px;
  float: left; }

.aop-reply-uploader > div > span > span:first-child {
  margin-left: 5px; }

.aop-attachment-link {
  color: #d82417;
  font-weight: 600; }

.aop-message-date {
  float: right; }

.aop-message-header {
  font-weight: 600;
  font-size: 17px;
  color: #747373; }

.aop-right-block {
  float: right;
  padding: 10px 0; }

.aop-left-block {
  float: left;
  padding: 10px 0; }

.aop-btn-back {
  background-color: #575757 !important; }

.aop-btn-print {
  width: 80px !important; }

.aop-btn-print-icon {
  position: absolute;
  left: 208px;
  right: 0;
  bottom: -5px;
  color: #fff;
  text-align: initial; }

.aop-btn-print-icon:before {
  padding-bottom: 5px;
  content: "\f02f";
  font-family: FontAwesome;
  display: block;
  font-size: 26px; }

.ReqValidator {
  color: #d82417; }

.aop-message-textbox {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(191, 191, 191, 0.6) !important; }

.aop-button-close {
  height: 26px;
  background: rgba(191, 191, 191, 0.3);
  border: none;
  color: #747373;
  font-size: 12px; }

.aop-button-close:hover {
  background: #575757;
  color: white;
  -moz-transition: background-color ease-in-out 0.7s;
  -o-transition: background-color ease-in-out 0.7s;
  -webkit-transition: background-color ease-in-out 0.7s;
  transition: background-color ease-in-out 0.7s; }

.aop-button {
  font-size: 14px;
  width: 160px; }

.aop-modal-header {
  padding: 15px;
  border-bottom: 1px solid #df4f45;
  color: #df4f45; }

.aop-modal-footer {
  border-top: 1px solid #df4f45; }

.aop-ebank {
  width: 540px; }

.aop-dropdown {
  width: 90px !important; }

.aop-dropdown-300 {
  width: 300px;
  padding: 8px 0px;
  border: 1px solid #cccccc;
  color: #999999;
  margin: 0px 0px 2px;
  height: 37px;
  font-size: 100%;
  vertical-align: baseline; }

.aop-dropdown-150, .aop-documents-dropdown select, .aop-calendar .date, .aop-dropdown {
  width: 250px;
  border: 1px solid #cccccc;
  color: #999999;
  height: 35px;
  font-size: 13px;
  vertical-align: baseline; }

.aop-dropdown-150, .aop-documents-dropdown select, .aop-dropdown {
  padding-right: 35px; }

.aop-start-text-width {
  width: 310px; }

.aop-start-input, .aop-start-input-req-validator-width {
  width: 290px !important; }

.aop-textarea {
  height: 300px;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.45);
  padding: 0 10px; }

.aop-block {
  display: block;
  overflow: hidden; }

.aop-message-icon {
  width: 20px !important;
  margin-right: 5px; }

.aop-message-document {
  font-size: 18px;
  background-color: #fcfcfc;
  color: #d82417;
  font-weight: 600;
  border: 2px solid #d82417;
  border-radius: 5px;
  padding: 2%;
  width: 50%;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 10px; }

.ubaCurrentImage {
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .ubaCurrentImage.pdf {
    width: auto !important; }

.ubaValueLabel, .ubaValueButton {
  position: absolute;
  z-index: 100;
  top: 0; }

.ubaValueLabel {
  left: 0;
  padding: 10px;
  color: white;
  background: RGBa(87, 87, 87, 0.6);
  max-width: 75%; }

.ubaValueButton {
  right: 0;
  width: 25%;
  white-space: normal; }

.ubaCommonParent {
  overflow: hidden;
  width: 100%; }
  .ubaCommonParent .ubaValueParent, .ubaCommonParent .ubaControlParent {
    width: 48%;
    position: relative;
    overflow: hidden;
    display: block;
    float: left; }
  .ubaCommonParent .ubaValueParent {
    margin: 5px 10px 0 0;
    min-height: 26px;
    background-size: cover;
    text-align: center;
    cursor: pointer; }

.ubaImageValueParent {
  margin-bottom: 10px;
  position: relative; }

.aopValueDownloadLink {
  cursor: pointer;
  font-weight: bold; }

@media screen and (max-width: 1070px) {
  .aop-input-90 {
    width: 250px !important; } }

@media screen and (max-width: 900px) {
  .aop-documents .aop-right-block {
    float: left !important; }
  .aop-start-image a img {
    width: 45%; }
  .aop-start-input, .aop-start-input-req-validator-width {
    width: 260px; }
  .aop-start-text-width {
    width: 280px; }
  .aop-bottom-width {
    width: 320px; } }

@media screen and (max-width: 800px) {
  .aop-input, .aop-dropdown-150, .aop-documents-dropdown select, .aop-input-600, .aop-calendar .date, .aop-input-90, .aop-main-categories ::-webkit-file-upload-button {
    width: 300px !important; }
  .aop-input-req-validator-width {
    width: 320px !important; }
  .aop-height {
    margin-top: 5px; }
  .aop-progressbar-text {
    font-size: 12px !important; }
  .aop-button {
    width: 130px;
    font-size: 11px; }
  .aop-btn-print-icon {
    left: 180px; }
  .aop-ebank {
    width: 420px; }
  .aop-start-input, .aop-start-input-req-validator-width {
    width: 300px; }
  .aop-start-text-width {
    width: 320px; } }

@media screen and (max-width: 830px) and (min-width: 780px) {
  .aop-start-input, .aop-start-input-req-validator-width {
    width: 240px !important; }
  .aop-start-text-width {
    width: 260px; } }

@media screen and (max-width: 750px) {
  .aop-ebank {
    width: 640px; }
  .faqQuestionBlock span {
    width: 20%;
    float: left; }
  .faqField {
    width: 70%;
    float: left; }
  .faqButtonBlock {
    width: 90%; }
  .aop-start-input, .aop-start-input-req-validator-width {
    width: 260px !important; }
  .aop-start-text-width {
    width: 280px; } }

@media screen and (max-width: 670px) {
  .aop-ebank {
    width: 410px; } }

@media screen and (max-width: 600px) and (min-width: 560px) {
  .aop-start-input, .aop-start-input-req-validator-width {
    width: 240px !important; }
  .aop-start-text-width {
    width: 260px; } }

@media screen and (max-width: 560px) {
  .aop-start-input, .aop-start-input-req-validator-width {
    width: 320px !important; }
  .aop-start-text-width {
    width: 100%; }
  .weather-time {
    display: none; } }

@media screen and (max-width: 440px) {
  .aop-profile-margin-top {
    margin-top: 0 !important;
    float: none !important;
    margin-left: 10px; }
  .aop-input-position, .aop-input, .aop-input-600, .aop-dropdown-150, .aop-documents-dropdown select, .aop-calendar .date, .aop-input-90, .aop-start-input, .aop-input-attach, .aop-personal, .aop-ebank, .aop-right-block, .aop-left-block, .aop-documents, .aop-bottom-width, .careers-resume-button-width, .aop-input-req-validator-width {
    width: 100% !important; }
  .aop-main-categories ::-webkit-file-upload-button, aop-input-file ::-webkit-file-upload-button {
    width: 60% !important; }
  .faqQuestionBlock span {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 2px; }
  .faqField {
    width: 100%;
    float: left; }
  .faqButtonBlock {
    width: 99%; }
  .car-main-table {
    font-size: 13px; }
  .aop-message-date {
    margin-top: 6px;
    font-size: 12px; }
  .ubaValueParent {
    width: 100% !important; }
  .aop-btn-print-icon {
    text-align: center;
    left: 0;
    bottom: 41px;
    color: #fff; } }

.aop-main-categories ::-webkit-file-upload-button, .aop-input-file ::-webkit-file-upload-button {
  background-color: #a6a6a5;
  height: 35px;
  border: none;
  width: 250px;
  color: white;
  font-size: 12px;
  moz-transition: background-color ease-in-out 0.7s;
  -o-transition: background-color ease-in-out 0.7s;
  -webkit-transition: background-color ease-in-out 0.7s;
  -moz-transition: background-color ease-in-out 0.7s;
  transition: background-color ease-in-out 0.7s; }

.aop-input-file ::-webkit-file-upload-button, .careers-resume-button-width {
  width: 165px; }

.aop-main-categories ::-webkit-file-upload-button:hover, .aop-input-file ::-webkit-file-upload-button:hover {
  background-color: #575757; }

.aop-info-label {
  font-weight: 600;
  padding: 1px 0; }

.aop-start-block-width {
  width: 100%; }

.aop-download {
  color: #df4f45 !important;
  list-style-type: none;
  background: url("/img/uba/Download.png") no-repeat 5px center;
  font-size: 15px;
  background-size: contain;
  margin-top: 10px; }

.aop-download-link {
  margin-left: 30px; }

.aop-ul-download {
  margin: 5px;
  float: left;
  padding: 5px 10px;
  width: 250px; }

.aop-ul-download > .aop-download {
  background: url("/img/uba/Download.png") no-repeat 95% center;
  background-size: contain; }

.aop-button-margin {
  margin-right: 10px;
  margin-top: 10px; }

.aop-button-next {
  min-width: 100px; }

.aop-input-title {
  padding: 15px 10px 5px 10px; }

.aop-input-field {
  padding: 0 10px; }

.aop-input-block input:last-child {
  float: right; }

.aop-input-position {
  float: left; }

.aop-personal {
  width: 100%; }

.aop-profile-margin-top {
  margin-top: 35px; }

.aop-page {
  color: #747373; }

.aop-progressbar-text {
  height: 35px;
  vertical-align: middle;
  display: table-cell;
  font-size: 14px; }

.aop-progressbar {
  width: 400px;
  height: 35px;
  border-radius: 1px;
  min-width: 65px; }

.addNewtb {
  padding: 10px; }

.block_gray2 {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #747373; }

.aop-login-link {
  color: #df4f45;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 10px;
  float: right; }

.addNewtb .input {
  width: 100%; }

.addNewtb .button {
  width: 100%; }

.aopLoginInput {
  margin: 5px 0; }

.aop-info {
  padding: 0.5rem;
  padding-top: 0.5rem;
  text-align: center; }

.aop-info-circle {
  color: #d82417;
  font: normal normal normal 1.35rem FontAwesome; }

.aop-info-circle::before {
  content: "\f05a"; }

.aop-info-title {
  color: #d82417;
  font-size: 20px;
  display: inline-block;
  padding-left: 0.4rem;
  margin-bottom: 0.5rem; }

.aop-info-container {
  border: 1px solid #dddfe0;
  border-radius: 6px;
  padding: 1rem;
  background: #f5f5f5;
  margin-bottom: 0.5rem; }

.aop-info-container-subheader {
  font-size: 18px;
  color: #575757;
  margin-bottom: 0.5rem; }

.aop-info-container-text {
  color: #8691a1;
  font-size: 1rem; }

.msgOK {
  color: #468847;
  font-weight: bold; }

.msgError {
  color: #d82417;
  font-weight: bold; }

.car-main-table {
  background: rgba(191, 191, 191, 0.3);
  min-width: 700px; }

.g_head th, .g_foot td {
  padding: 10px;
  text-align: center; }

.g_row td, .g_alter td {
  padding: 10px; }

.g_row td {
  background: rgba(255, 255, 255, 0.45); }

.g_alter td, .jsearchgrid .g_alter td {
  background: rgba(191, 191, 191, 0.3); }

.g_foot_field td select {
  margin-bottom: 5px;
  padding-right: 20px; }

.jsearchgrid table {
  padding: 10px;
  width: 100%; }

.g_foot_field td input, .g_foot_field td div, .g_foot_field td select {
  width: 100%; }

.jsearchgrid th {
  padding: 10px;
  text-align: center;
  color: White;
  background-color: #666666;
  font-weight: bold;
  border: 1px solid #DEDFDE; }

.jsearchgrid td {
  padding: 10px;
  border: 1px solid #DEDFDE; }

.car-resume-margin {
  margin: 10px; }

.car-resume-link {
  font-size: 15px;
  font-weight: bold; }

.car-resume-link:hover {
  color: #d82417 !important; }

.sitemap_block {
  margin-left: 20px 5px 10px 5px; }

.sitemap_block table {
  width: 100%;
  border-bottom: 0.5px solid rgba(191, 191, 191, 0.3) !important;
  border-top: 0.5px solid rgba(191, 191, 191, 0.3) !important;
  padding: 5px;
  font-size: 15px; }

.sitemap_block table tr td img {
  width: 20px; }

.sitemap_block table tr td {
  width: 40px !important; }

.sitemap_block table tr td:hover {
  color: #d82417;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  transition: 1s; }

.sitemap_block table tr td:nth-last-child(1) {
  float: left; }

.sitemap_block table tr td:nth-child(2) {
  font-size: 16px; }

.sitemap_block table tr td:nth-child(1) img {
  width: 25px; }

.sitemap_parent_node {
  font-weight: 600; }

.imgleft a {
  display: inline-block;
  width: 205px; }

.imgleft {
  text-align: center; }

.location_field {
  width: 33.33333%;
  float: left;
  padding: 5px; }

.location_field:first-child {
  padding-left: 0; }

.location_field:last-child {
  padding-right: 0; }

.btnLocSearch {
  margin-left: 5px;
  height: 30px; }

.titleFieldLoc {
  font-size: 18px;
  font-weight: 600; }

/*.imgCards{
    width: 25%;
}*/
.Banners4Block {
  overflow: hidden; }

.u_Mobile .Banners4Block img {
  float: left;
  margin-right: 20px;
  width: calc(25% - 20px);
  width: -webkit-calc(25% - 20px); }

.ULblockHeader, .GrayBlockHeader, .BlackBlock {
  text-align: center;
  font-size: 62px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  font-weight: 700; }

.BlackBlock {
  background-color: black;
  color: white;
  margin-top: 40px;
  margin-bottom: 2px; }

.GrayBlock {
  background: linear-gradient(to bottom, #58595b 0%, #b4b6b8 100%);
  overflow: hidden; }

.ULblock {
  background: linear-gradient(to bottom, #FFFFFF 0%, #BEC0C2 100%);
  overflow: hidden; }

.ULblockHeader {
  border-bottom: 2px solid #D20F05;
  color: #D20F05; }

.CommonBlockU ul {
  margin: 0;
  padding: 0 0 0 40px;
  list-style: square;
  margin-bottom: 40px; }

.CommonBlockU ul li {
  color: #D20F05;
  font-size: 50px; }

.CommonBlockU ul li > span {
  color: #000000;
  font-size: 41px; }

.GrayBlockHeader {
  color: white;
  border-bottom: 2px solid white; }

.GrayBlock img {
  max-height: 145px;
  margin: auto; }

.u_Mobile section {
  display: inline-block;
  width: 190px;
  font-size: 30px;
  text-align: center;
  color: white; }

.U_mobile section > div {
  padding-bottom: 10px; }

.CommonBlockU {
  overflow: hidden;
  padding: 30px;
  text-align: center;
  margin-bottom: 0px; }

.bt-bars:before {
  content: "\2261";
  font: 2em "arial"; }

.top-toogle {
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 80px;
  cursor: pointer;
  margin: 0;
  padding: 0; }

.top-toogle i {
  font-weight: 400; }

.top-toogle button {
  width: 80px;
  height: 80px;
  background-color: #D81A0E;
  border-style: none;
  color: white; }

.RightMobile .top-toogle button:hover {
  background-color: #be1007;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.menu-open {
  left: 0 !important; }

.mobile-menu {
  background-color: white;
  text-align: left;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 100%;
  overflow: hidden;
  overflow-y: auto;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s; }

.mobile-menu #nav {
  display: none; }

.mobile-menu li {
  list-style: none;
  font-weight: 600; }

.mobile-menu li::before, .MobileMenugroup::before {
  content: "✔";
  color: #d82417;
  margin-left: -15px;
  margin-right: 5px;
  float: left; }

/*.mobile-menu li li{
    display:none;
}*/
.mobile-menu .MenuTooltip .Tooltip {
  display: none; }

.imgMCSC {
  width: 360px; }

.NormalTable ul li {
  text-align: left; }

.NormalTable ul ul > li::before {
  content: "\2022";
  color: #d82417; }

.ulCircle li::before {
  content: "\2022" !important;
  color: #d82417; }

.redLine {
  height: 50px;
  background-color: #dd1a21; }

.textMC {
  padding-left: 10%;
  padding-right: 10%;
  font-size: 17pt;
  padding-bottom: 15%; }

.textMC > p {
  color: black;
  line-height: 25pt; }

.textMCred {
  color: #e2231a; }

.pensions-publications-left {
  color: #d82417;
  font-size: 14px; }

.pensions-publications-right {
  color: #d82417;
  font-size: 15px; }

.pensions-publications-right > div > div {
  display: table; }

.uba-advertisement-block {
  color: white;
  background: #d81a0e;
  width: 100%;
  overflow: hidden;
  padding: 20px; }

.uba-advertisement-block div {
  overflow: hidden; }

.uba-advertisement-block .uba-advertisement-title {
  font-size: 26px;
  float: right;
  margin-bottom: 10px; }

.uba-advertisement-block .uba-advertisement-more {
  font-size: 13px;
  float: right;
  margin-top: 7px; }

.uba-advertisement-line {
  border-top: 1px solid white; }

.uba-udirect-advertisement {
  color: white;
  background: #d81a0e;
  width: 100%;
  overflow: hidden;
  padding: 5px 15px; }

.uba-udirect-advertisement > .uba-advertisement-line {
  display: none; }

.uba-udirect-advertisement .uba-advertisement-title {
  font-size: 21px;
  font-style: italic; }

.uba-udirect-advertisement .uba-advertisement-more {
  font-size: 13px; }

.uba-parent-block {
  display: block;
  overflow: hidden; }

.uba-left-block {
  float: left; }

.uba-page-header {
  color: #747373;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px; }

.CommonLoginBlock .g-recaptcha {
  -moz-transform: scale(0.73);
  -ms-transform: scale(0.73);
  -o-transform: scale(0.73);
  -webkit-transform: scale(0.73);
  transform: scale(0.73);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0; }

.Pager a {
  color: #575757 !important; }

.Pager span {
  color: #d81a0e;
  text-decoration: none;
  font-weight: bold; }

.search-page-controls {
  width: 100%;
  overflow: hidden; }

.search-page-controls input {
  display: block;
  float: left;
  height: 30px;
  margin-right: 5px; }

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

.search-result-text {
  padding: 3px; }

.search-result-table > tbody > tr, .search-result-table > tbody > tr > td {
  display: block; }

.search-result-table > tbody > tr {
  margin-bottom: 15px; }

.login-recaptcha {
  -moz-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -o-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left; }

.chat {
  position: fixed;
  z-index: 2000;
  right: 0px;
  top: 35%;
  cursor: pointer; }

@media screen and (max-width: 750px) and (min-width: 360px) {
  .login-recaptcha {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ekko-lightbox {
  z-index: 10000; }

.HeadPencilEdit div {
  min-height: 240px; }

.aop-button-link {
  margin-top: 5px;
  background-color: #df4f45;
  border: none;
  color: white !important;
  font-weight: normal;
  -moz-transition: background-color ease-in-out 0.7s;
  -o-transition: background-color ease-in-out 0.7s;
  -webkit-transition: background-color ease-in-out 0.7s;
  transition: background-color ease-in-out 0.7s;
  cursor: pointer;
  padding: 8px .65em;
  height: 35px;
  width: 100px;
  text-align: center; }

.aop-button-link:hover {
  background-color: #971910;
  color: white !important; }

.aopcategslist ul {
  list-style: none;
  padding-left: 0px; }

.aopcategslist ul li div {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #fff;
  background-color: #787878;
  font-family: Dax_Medium;
  font-size: 15px; }

.freeblockfound {
  margin-right: 10%;
  margin-left: 10%; }

.freeblockfound section:first-child {
  margin-right: 0%;
  margin-left: 0%; }

.freeblockfound section:last-child {
  margin-right: 0%;
  margin-left: 0%; }

.freeblockfound section {
  width: 30%;
  display: inline-block;
  margin-right: 5%;
  margin-left: 4%; }

.freeblockfound section > div {
  background-color: #d81a0e;
  padding: 5%;
  border-radius: 15px; }

.headerfreefound {
  color: white;
  font-style: italic;
  font-size: 24px;
  text-align: center;
  font-weight: 600; }

.textfreefound {
  color: white;
  text-align: center; }

.midfound {
  overflow: hidden;
  height: 100%; }

.midfound > div:first-child {
  width: 50%;
  display: table-cell;
  height: 100%; }

.midfound > div:last-child {
  width: 50%;
  background-color: #d81a0e;
  display: table-cell;
  padding: 0 5%;
  vertical-align: middle; }

.midfoundheader {
  font-size: 40px;
  color: white;
  font-weight: 600; }

.midfoundtext {
  font-weight: 600;
  font-size: 32px;
  color: white; }

.upfound > div:first-child {
  width: 25%;
  display: table-cell;
  vertical-align: top; }

.upfound > div:last-child {
  width: 20%;
  display: table-cell;
  vertical-align: top; }

.upfound > div {
  width: 55%;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 0px; }

.listfound li:nth-child(2n+1) {
  width: 49%;
  display: inline-block;
  padding-right: 4%; }

.listfound li {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.footfound {
  overflow: hidden;
  background-color: #d81a0e;
  color: white;
  padding-top: 7px;
  padding-bottom: 7px; }

.footfound div:first-child {
  width: 33.33333333333333%;
  float: left;
  padding-left: 5%;
  text-align: left; }

.footfound div:last-child {
  padding-right: 5%;
  font-size: 18px;
  width: 33.33333333333333%;
  float: right;
  text-align: right; }

.footfound div {
  width: 33.33333333333333%;
  float: left;
  padding: 0px;
  text-align: center; }

.realperson-challenge {
  margin-bottom: 0.5rem;
  padding: .5rem 1rem; }

.realperson-container input[type=text] {
  text-transform: uppercase;
  text-align: center; }

/*.realperson-container {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;

    .is-realperson {
        display: block;
        float: left;
        height: 39px;
        text-transform: uppercase;
        text-align: center;
        font-size: 20px;
    }

    .is-realperson::-webkit-input-placeholder {
        text-overflow: ellipsis;
        font-size: 15px;
        text-transform: none;
        color: #666666;
    }

    .is-realperson::-moz-placeholder {
        text-overflow: ellipsis;
        font-size: 15px;
        text-transform: none;
        color: #666666;
    }

    .is-realperson:-moz-placeholder {
        text-overflow: ellipsis;
        font-size: 15px;
        text-transform: none;
        color: #666666;
    }

    .is-realperson:-ms-input-placeholder {
        text-overflow: ellipsis;
        font-size: 15px;
        text-transform: none;
        color: #666666;
    }

    .realperson-challenge {
        display: block;
        float: left;
        text-align: center;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    input {
        border: 1px solid #ccc;
        height: 35px;
    }
}

.compact-container {
    .is-realperson {
        margin-left: 4%;
        width: 48% !important;
    }

    .realperson-challenge {
        width: 48%;
    }
}

.full-container {
    .is-realperson {
        width: 100%;
    }

    .realperson-challenge {
        width: 100%;
    }
}*/
.aopValueChangeLabel {
  display: block;
  font-weight: 500; }

.categoryHeader {
  font-weight: 600;
  font-size: 16px; }

@media screen and (max-width: 750px) {
  .freeblockfound section {
    width: 100%;
    margin: 10px;
    display: block;
    margin-right: 0%;
    margin-left: 0%; }
  .midfoundheader {
    font-size: 32px; }
  .midfoundtext {
    font-size: 24px; }
  .upfound > div:first-child {
    width: 0%;
    display: none; }
  .upfound > div:last-child {
    width: 24%; }
  .upfound > div {
    width: 75%;
    padding-left: 10px; }
  .listfound li:nth-child(2n+1) {
    width: 100%;
    display: block;
    padding-right: 0%; }
  .listfound li {
    width: 100%;
    display: block; } }

@media screen and (max-width: 550px) {
  .midfound > div:first-child {
    width: 100%;
    display: block; }
  .midfound > div:last-child {
    width: 100%;
    padding: 5% 5%;
    display: block; }
  .upfound > div:last-child {
    width: 0%;
    display: none; }
  .upfound > div {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px; }
  .footfound div:first-child {
    width: 100%;
    float: none;
    text-align: center;
    padding-left: 0%; }
  .footfound div:last-child {
    padding-right: 0%;
    width: 100%;
    float: none;
    text-align: center; }
  .footfound div {
    width: 100%;
    float: none;
    padding: 5px;
    text-align: center; } }

.nextgen.tabs {
  position: relative; }
  .nextgen.tabs .titles-parent {
    display: table;
    margin-bottom: 2rem; }
  .nextgen.tabs .tab {
    text-align: center;
    display: table-cell;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    vertical-align: top;
    min-height: 3.5rem;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.7);
    transition: background-color linear 0.3s; }
    .nextgen.tabs .tab:not(:last-child) {
      border-right: 6px solid #f2f2f2; }
    .nextgen.tabs .tab .inner {
      padding: 0.7rem 0.3rem;
      color: #d82417; }
    .nextgen.tabs .tab.active, .nextgen.tabs .tab:hover {
      background-color: rgba(86, 85, 85, 0.2); }
  .nextgen.tabs .content {
    display: none; }
    .nextgen.tabs .content.active {
      display: block; }

.event-list .date {
  color: #434141;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0px 0px 10px; }

.event-list .title {
  text-align: center;
  padding: 5px;
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
  background-color: #434141;
  color: white;
  border-bottom: 2px solid #d82417; }

.event-list .block {
  vertical-align: top;
  width: 49.5%;
  padding: 10px;
  display: inline-block; }

.event-list .block img {
  width: 100%;
  height: auto; }

.event-list .block .img {
  margin: 0 auto;
  height: 19rem;
  overflow: hidden; }

.event-list .block .ann {
  display: table-cell;
  height: 50px;
  vertical-align: middle; }

.event-list .block .details {
  display: none; }

.rm {
  text-align: right;
  color: #c21705 !important;
  cursor: pointer;
  width: 7%;
  margin: 0 auto; }

.event-list .block:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out; }

.event-row > div {
  padding: 5px;
  background-color: #434141;
  border-bottom: 2px solid #c21705;
  color: #feffff;
  text-align: center; }

.event-row > div div {
  padding-top: 5px; }

.event-row a:hover {
  color: #b6b5b4 !important;
  transition: all 0.3s ease-in-out; }

.event-attr {
  background: url(/img/pdf.png) no-repeat;
  height: 70px;
  background-position-y: 22px; }

ul.tabs li a {
  display: block;
  padding: 13px;
  border: 1px solid rgba(191, 191, 191, 0.3);
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #575757 !important;
  font-size: 14px;
  font-weight: 600;
  -moz-transition: border 0s ease-in-out, background 1s ease-in-out;
  -o-transition: border 0s ease-in-out, background 1s ease-in-out;
  -webkit-transition: border 0s ease-in-out, background 1s ease-in-out;
  transition: border 0s ease-in-out, background 1s ease-in-out; }

ul.tabs li a.selected,
ul.tabs li a.selected:hover {
  color: #d82417 !important;
  font-size: 22px;
  font-weight: 600;
  cursor: default !important;
  background-color: rgba(191, 191, 191, 0.3);
  border-top: 4px solid #d82417;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

ul.tabs li a:hover {
  background: #ea8780;
  color: #fff !important;
  border-radius: 5px 5px 0 0; }

ul.tabs li a:focus {
  outline: 0; }

.search_event {
  padding: 15px 10px;
  background-color: #e3e3e3;
  margin-bottom: 10px; }

.event-count {
  border: 0px; }

.event-btn {
  background-color: #d82417 !important;
  font-family: 'Lato', sans-serif; }

.loginLink {
  display: block;
  min-width: 140px;
  margin: 10px;
  background-color: #d82417;
  color: #ffffff !important;
  text-align: center;
  padding: 5px; }

@media screen and (max-width: 1050px) {
  .event-list .block img {
    width: 100%;
    height: 100%; } }

@media screen and (max-width: 800px) {
  .event-list .block img {
    width: 100%;
    height: auto; }
  .event-list .block {
    vertical-align: top;
    width: 100%;
    padding: 10px;
    float: left; }
  .event-list .block .img {
    margin: 0 auto;
    height: auto;
    overflow: hidden; } }

.search_event div:nth-child(1) {
  width: 20%;
  display: inline-block; }

.search_event div:nth-child(2) {
  width: 30%;
  display: inline-block; }

.search_event div:nth-child(3) {
  width: 25%;
  display: inline-block; }

.search_event div:nth-child(3) input {
  width: 100%;
  text-align: center; }

.search_event div:nth-child(4) {
  width: 20%;
  float: right; }

@media screen and (max-width: 800px) {
  .search_event div:nth-child(1) {
    width: 100%;
    margin-bottom: 5px; }
  .search_event div:nth-child(2) {
    width: 100%;
    margin-bottom: 5px; }
  .search_event div:nth-child(3) {
    width: auto;
    display: inline-block; }
  .search_event div:nth-child(4) {
    width: calc( 100% - 200px);
    display: block; } }

.hidden-block {
  display: none; }

.uba-account-number {
  cursor: pointer; }

@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(180deg) scale(1.1); }
  100% {
    transform: rotate(360deg) scale(1); } }

@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(180deg) scale(1.1); }
  100% {
    transform: rotate(360deg) scale(1); } }

@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(180deg) scale(1.1); }
  100% {
    transform: rotate(360deg) scale(1); } }

@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(180deg) scale(1.1); }
  100% {
    transform: rotate(360deg) scale(1); } }

.m-progress {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important; }

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none; }

.m-progress:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite; }

.full-width-parent {
  overflow: hidden;
  width: 100%;
  padding: 5px; }

.urltext {
  width: calc(48% - 5px); }

.amb_form_name {
  width: 49%;
  float: left; }

.amb_per_inf {
  overflow: hidden;
  width: 96%;
  vertical-align: top;
  margin: 2%;
  padding: 10px;
  font-family: 'Myriad Pro';
  background-color: rgba(255, 255, 255, 0.7); }
  .amb_per_inf .input-group {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #b6b5b4; }
  .amb_per_inf label {
    color: #2f2d2e;
    font-weight: 600;
    display: block; }
  .amb_per_inf input {
    width: 100%;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-family: 'Myriad Pro';
    display: block; }
  .amb_per_inf textarea {
    min-width: 100%;
    max-width: 100%;
    font-family: 'Myriad Pro'; }

.amb_form_main {
  background-color: rgba(47, 45, 46, 0.8);
  text-align: center;
  font-family: 'Myriad Pro'; }
  .amb_form_main label, .amb_form_main input, .amb_form_main textarea {
    display: inline-block;
    width: 100%;
    font-family: 'Myriad Pro' !important; }
  .amb_form_main label {
    color: #fff; }
  .amb_form_main .block {
    width: 50%;
    min-width: 350px;
    max-width: 450px;
    padding: 20px;
    vertical-align: top;
    display: inline-block; }
  .amb_form_main .textblock {
    width: 49%;
    padding: 2%;
    display: inline-block; }
  .amb_form_main input, .amb_form_main textarea {
    height: 35px;
    width: 100%;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #b6b5b4;
    margin-top: 5px;
    font-family: 'Myriad Pro'; }

.title {
  overflow: hidden;
  margin-bottom: 5px; }

.ambassador-validator {
  color: #df4f45;
  font-size: 12px;
  float: left; }

.verificationCode {
  margin-top: 15px; }

.amb_block {
  vertical-align: top;
  width: 46%;
  float: left;
  margin: 2%;
  padding: 10px;
  font-family: 'Myriad Pro';
  background-color: rgba(255, 255, 255, 0.7); }
  .amb_block select, .amb_block input {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    font-family: 'Myriad Pro'; }
  .amb_block label {
    width: 100%;
    float: left;
    display: inline-block;
    font-weight: 600;
    color: #2f2d2e; }

.maxlength-feedback {
  font-size: 12px;
  float: right; }

.radioBlock span {
  display: block;
  font-weight: 600;
  color: #2f2d2e; }

.ambassador-label {
  width: 70px;
  float: left; }
  .ambassador-label label {
    color: #d82417 !important; }

.amb_btn input {
  width: 400px;
  padding: 10px;
  font-family: 'Myriad Pro';
  margin-bottom: 10px; }

.amb_per_inf_blockl {
  width: 50%;
  float: left;
  padding-right: 2%; }

.amb_per_inf_blockr {
  width: 50%;
  float: left;
  padding-left: 2%; }

@media screen and (max-width: 750px) {
  .amb_block {
    width: 96%; }
  .amb_per_inf_blockl, .amb_per_inf_blockr {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%; }
  .amb_form_main .textblock {
    width: 90%; }
  .urltext {
    width: calc(48% - 5px); } }

.centered {
  text-align: center; }

#serverErrors {
  color: #df4f45;
  font-weight: 600;
  font-size: 18px; }

#clientErrors {
  color: #df4f45;
  font-weight: 600;
  font-size: 18px; }

#clientMessages {
  color: #df4f45;
  font-weight: 600;
  font-size: 18px; }

#serverErrors {
  color: #df4f45;
  font-weight: 600;
  font-size: 18px; }

.link-switcher {
  color: #d91b05 !important;
  cursor: pointer; }

.link-switcher:hover {
  transition: all ease-in-out 0.5s;
  color: #a71202 !important; }

.pnl_mail {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  min-height: 150px; }

.pnl_mail_tb {
  width: 200px;
  border: 1px solid #ccc !important;
  height: 35px;
  background-color: #fff;
  font-family: Lato,sans-serif; }

.pnl_mail_btn {
  width: 200px;
  height: 35px;
  font-family: Lato,sans-serif; }

.ambassador-blocks, .ambassador-banner, .title-border, .faq-block {
  font-family: 'Myriad Pro'; }

.aop-tabs ul {
  list-style: none;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0; }

.aop-tabs li {
  display: block;
  float: left;
  text-align: center; }

.aop-tabs li > a {
  display: flex;
  cursor: pointer;
  background-color: #cacaca;
  position: relative;
  padding: 5px 10px 5px 45px;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 15px;
  border-bottom: 1px solid #fafefe; }

.aop-tabs li:not(:last-child) > a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 22.5px solid transparent;
  border-bottom: 22.5px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  margin-left: 1px;
  left: 100%;
  z-index: 1; }

.aop-tabs li:not(:last-child) > a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 22.5px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 22.5px solid transparent;
  border-left: 20px solid #cacaca;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  left: 100%;
  z-index: 2; }

.aop-tabs li > a.active-tab, .aop-tabs li > a.before-active {
  background-color: #d82417;
  color: #ffffff !important; }

.aop-tabs li > a.active-tab:after, .aop-tabs li > a.before-active:after {
  color: #ffffff !important;
  border-left-color: #d82417; }

.aop-tabs li:last-child > a {
  color: black;
  pointer-events: none;
  cursor: default;
  padding: 5px 20px 5px 45px; }

.aop-tabs li:first-child > a {
  padding: 5px 0 5px 20px; }

.grey-background {
  background-color: grey; }
  .grey-background .HeaderSection {
    color: #ffffff; }

.modal-panel, .modal_panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11000;
  background-color: rgba(0, 0, 0, 0.55); }
  .modal-panel.closable, .modal_panel.closable {
    z-index: 9999; }
  .modal-panel .close-button, .modal_panel .close-button {
    position: absolute;
    color: #666;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    font-size: 2em;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1; }
  .modal-panel .loader-box, .modal_panel .loader-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6rem;
    height: 6rem; }
    .modal-panel .loader-box .fa, .modal_panel .loader-box .fa {
      font-size: 6rem;
      color: #d61a0c; }
  .modal-panel .inner, .modal_panel .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    max-width: 43rem;
    max-height: 60%;
    overflow-y: auto;
    padding: 2.8125rem;
    width: 100%;
    margin: auto;
    background-color: white; }
    .modal-panel .inner .close-button, .modal_panel .inner .close-button {
      position: absolute;
      color: #666;
      right: 1rem;
      top: .5rem;
      font-size: 2em;
      line-height: 1;
      cursor: pointer; }
      .modal-panel .inner .close-button:hover, .modal_panel .inner .close-button:hover {
        color: #333; }

.do-more-container .do-more-container__content {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 170px;
  left: 0; }
  .do-more-container .do-more-container__content h3 {
    font-size: 2.4rem; }
  .do-more-container .do-more-container__content p {
    font-size: 0.94rem; }
  .do-more-container .do-more-container__content .do-more-container__content-button {
    width: 310px;
    margin-top: 7px; }
    .do-more-container .do-more-container__content .do-more-container__content-button a {
      width: 138px; }

.instant-access_background {
  background: url("/img/uba-homepage-cards.jpg") no-repeat center;
  background-size: cover; }
  .instant-access_background .instant-access_title h2 {
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 500;
    left: 0; }
  .instant-access_background .current-accounts__main-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    right: 0;
    height: 40px; }
  .instant-access_background .instant-access_text p {
    color: #fff !important;
    font-size: 1.05rem;
    right: 0;
    height: 32px; }

.get-started {
  background: url(/img/uba-homepage-getstarted.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 2rem;
  border: 2px solid #fdf7f7; }
  .get-started .get-started__title h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0; }
  .get-started .get-started__title h3 {
    font-weight: bold; }
  .get-started .get-started__ul {
    margin: 0; }
    .get-started .get-started__ul li {
      font-family: "Poppins",sans-serif !important;
      list-style: none;
      margin-bottom: .5rem;
      padding-left: 1.5rem;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAOippVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTctMDctMjhUMTc6NTYrMDc6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE3LTA3LTI4VDE3OjU2KzA3OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNy0wNy0yOFQxNzo1NiswNzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ZWZkNjhjN2QtYTJhNS1mMjQ4LWFmMzAtMDk0NTBmYTcyZmNlPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MzgwMzBmNTktNzM4My0xMWU3LThhYTYtZjM3M2UzZDI3MDVlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6ODlmN2ZhMWYtZGY5Ni1iMDRmLWFhYjktMWJmMzY5ZDc3MDRjPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjg5ZjdmYTFmLWRmOTYtYjA0Zi1hYWI5LTFiZjM2OWQ3NzA0Yzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0wNy0yOFQxNzo1NiswNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmVmZDY4YzdkLWEyYTUtZjI0OC1hZjMwLTA5NDUwZmE3MmZjZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNy0wNy0yOFQxNzo1NiswNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkFkb2JlIFJHQiAoMTk5OCk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4yODM0NjUvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjI4MzQ2NS8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MzwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTY8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTY8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Po4OFVUAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOgAAFIIAAEVWAAAOpcAABdv11ofkAAAAKhJREFUeNqs00FKA0EQheHPCQx4lcwcK+cRFwl4FEG9hSSuBO/gQoeE56ZHQoNCplPwL7qo9y+6qwUV63AXDuGrsC+9dT1/fujDNpxC/uAUHsJtLejD0z/BmpeS+RXsLgjPbGfBEI4LBMcwdNhg5fJaYaPcdhZyuAnf6C2rqdNWU4f3BsFHh8cGwbMwNjzj2LJIu6uucvNnOmcI9+EtTOEzvJbeWM//DABafTEtOFfjIgAAAABJRU5ErkJggg==) no-repeat left top 5px !important; }
      .get-started .get-started__ul li а:hover {
        color: #ff0000; }

@media screen and (max-width: 720px) {
  .instant-access_background .instant-access_title h2 {
    right: 0;
    text-align: center; }
  .instant-access_background .current-accounts__main-button {
    right: 0; } }

@media screen and (max-width: 355px) {
  .do-more-container .do-more-container__content h3 {
    font-size: 1.8rem; } }

