@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova.eot");
  src: url("../fonts/ProximaNova.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova.woff2") format("woff2"), url("../fonts/ProximaNova.woff") format("woff"), url("../fonts/ProximaNova.ttf") format("truetype"), url("../fonts/ProximaNova.otf") format("opentype"), url("../fonts/ProximaNova.svg#ProximaNova") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-052E;
}
@font-face {
  font-family: 'GilroyExtraBold';
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBold.otf") format("opentype"), url("../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0491;
}
@font-face {
  font-family: 'NewtonItalic';
  src: url("../fonts/NewtonItalic.eot");
  src: url("../fonts/NewtonItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NewtonItalic.woff2") format("woff2"), url("../fonts/NewtonItalic.woff") format("woff"), url("../fonts/NewtonItalic.ttf") format("truetype"), url("../fonts/NewtonItalic.otf") format("opentype"), url("../fonts/NewtonItalic.svg#NewtonItalic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-1FFE;
}

.site-header .main-navigation .menu > li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.site-header .main-navigation .menu > li > a {
  font-size: 12px;
  padding-top: 23px;
  padding-bottom: 23px;
}

@media all and (max-width: 1300px) and (min-width: 1200px) {
  .site-header .main-navigation .menu > li > a {
    font-size: 12px;
  }
}
.row_textAndBtn p span {
  font-family: 'ProximaNova', sans-serif !important;
}

.header-container .info-block a,
.header-container .info-block a:hover {
  height: 20px;
}

.modal_cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 999;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-x: auto;
  overflow-y: scroll;
  padding: 5% 10%;
  z-index: 999;
  margin: 0 !important;
}

.modal_content {
  display: none;
  width: 100%;
  min-width: 200px;
  width: 100%;
  position: relative;
  background-color: #FAFAFA;
  z-index: 1000;
  padding: 5px;
}
.modal_content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #003b5d;
  vertical-align: middle;
}
.modal_content .modal-header h3 {
  text-align: left;
  color: white;
  margin: 0;
  padding: 10px;
}
.modal_content .modal-body {
  margin: 0 0 15px !important;
  border-bottom: 2px solid #003b5d;
}
.modal_content .modal-body a {
  height: 100%;
}
.modal_content .modal-footer {
  position: relative;
  margin: 0 0 10px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 440px) {
  .modal_content .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .modal_content .modal-footer > a {
    display: block;
    width: 100%;
  }
  .modal_content .modal-footer .madal-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 70%;
    margin: 0 auto 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .modal_content {
    -webkit-transform: translate(0, 50%) !important;
            transform: translate(0, 50%) !important;
  }
}
.close-modal-x {
  background: none;
  padding: 10px;
  font-size: 50px;
  line-height: 20px;
  cursor: pointer;
  color: white;
  margin: 0 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.close-modal-x:hover {
  color: red;
}

.open-modal-btn {
  cursor: pointer;
  margin-left: 0 !important;
}

.close-madal-btn {
  background: #003B5C;
  color: #FEFEFE;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.close-madal-btn:hover {
  background: #FEFEFE;
  color: #003b5d;
}

.gMap_btn {
  background: #003B5C;
  color: #FEFEFE;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.gMap_btn:hover {
  background: #FEFEFE;
  color: #003b5d;
}

.map {
  width: 97%;
  height: 0;
  margin: 0 auto 15px auto !important;
  padding-top: 50%;
  position: relative;
}

.madal-btn {
  margin: 0 !important;
  padding: 11px 25px;
}

.site-content_wrap {
  max-width: 1089px !important;
}

#content {
  background: white;
}

.slider {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.slider .slick-arrow {
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: calc(50% - 12.5px);
  padding: 0;
}
.slider .slick-prev {
  left: 0;
  background: url("../../img/arrowLeft.png") center left no-repeat;
}
.slider .slick-next {
  right: 0;
  background: url("../../img/arrowRight.png") center right no-repeat;
}
.slider .slick-dots {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .slick-dots li {
  margin-top: 0;
}
.slider .slick-dots li::before {
  content: "";
  background: none;
  display: none;
  width: 0;
  height: 0;
}
.slider .slick-dots button {
  padding: 0;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bbb;
  border: 1px solid #000;
  text-indent: -9999px;
}
.slider .slick-dots .slick-active button {
  background: #fefefe;
}
.slider .item {
  outline: none;
  margin: 0 15px;
}
.slider .item img {
  margin: 0 auto;
  max-height: 141px;
}

.slider .slick-disabled {
  display: none !important;
}

.list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.list_wrapper .list {
  position: relative;
  margin: 40px 0 15px;
  width: 100%;
}
.list_wrapper .list .list_ttl {
  position: absolute;
  top: -23px;
  left: 12px;
  display: block;
  width: 88px;
  height: 33px;
  background: #003B5D;
  font-family: "GilroyExtraBold" !important;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  z-index: 2;
}
.list_wrapper .list ul {
  position: relative;
  left: 76px;
  display: inline-block;
  list-style: none;
  font-size: 15px;
  width: calc(100% - 116px);
  padding: 0 0 0 40px;
}
.list_wrapper .list ul::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 11px);
  background: #003B5D;
  top: 0;
  left: 20px;
}
.list_wrapper .list ul li {
  position: relative;
  font-size: 15px;
  color: #3f3f3f;
  margin-bottom: 7px;
}
.list_wrapper .list ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 4px;
  background: #003B5D;
  top: 6px;
  left: -20px;
}
.list_wrapper .list ul li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 12px);
  background: #fff;
  top: 10px;
  left: -20px;
  z-index: 2;
}

#leftmenu {
  background: #eaeef1;
  border-radius: 0 !important;
}
#leftmenu .top-level {
  display: none !important;
}
#leftmenu ul {
  padding: 35px 0 0 45px !important;
}
#leftmenu ul li {
  position: relative;
}
#leftmenu ul .submenu {
  position: relative;
  font-size: 16px !important;
  color: #808285 !important;
  font-weight: bold;
  -ms-hyphens: none;
}
#leftmenu ul .submenu .selected a {
  color: inherit !important;
}
#leftmenu ul .submenu .selected a::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 20px;
  left: -77px;
  top: 0;
  background: #003b5d;
}
#leftmenu ul .submenu li {
  position: relative;
}
#leftmenu ul .submenu li::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: -20px;
  top: calc(50% - 5px);
  background: #003b5d;
}

.header-ttl #header-sidebar .webt_header_sidebar ul .wpml-ls-item {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
  /*position: relative;
  top: 30px;
  right: 39px;*/
  min-width: 60px;
  visibility: visible;
}
.header-ttl #header-sidebar .webt_header_sidebar ul .wpml-ls-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.header-ttl #header-sidebar .webt_header_sidebar ul .wpml-ls-item span {
  margin: 0 6px 0 0;
  color: #003B5D;
  word-wrap: normal;
  white-space: nowrap;
  min-width: 48.5px;
}
.header-ttl #header-sidebar .webt_header_sidebar ul .wpml-ls-current-language {
  visibility: visible;
  display: inline-block;
  position: absolute;
  display: none;
  right: 15px;
  top: 10px;
}

.financial_report .tab-content .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.financial_report .tab-content .news .financial-title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.regulatory-documents-list .row_dwn .btn_dwn {
  top: -8px;
  padding: 0 35px 15px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .principles_colWrap .principles__col {
    margin: 0 auto 30px;
    width: 60%;
  }
  .principles_colWrap .principles__col:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .boldUp .principles span,
  .tabs-container .news_body {
    font-family: "GilroyExtraBold" !important;
  }

  .site p,
  #content p,
  .principles_colWrap .principles__col p,
  .tabs-container .news_body,
  .ttl_textWrapper {
    font-family: "ProximaNova" !important;
  }

  .tabs-container .news_body {
    font-size: 15px !important;
  }

  #page {
    background: none !important;
  }
  #page > #content {
    padding-top: 78px;
  }
  #page > #content .container #sidebar {
    display: none !important;
  }

  #team_slider {
    margin-top: 30px;
  }

  .breadcrumbs {
    display: none;
  }

  .site-content_wrap {
    border-top: 4px solid #003b5d;
  }

  header .header-container {
    padding: 0;
  }
  header .header-container .header-container__flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  header .header-container .site-branding {
    padding: 0;
    max-width: 205px !important;
    left: 0;
  }
  header .header-container .site-branding::before {
    content: "";
    position: absolute;
    left: -30px;
    display: block;
    height: 100%;
    width: 30px;
    background: #003b5d;
  }
  header .header-container .menu_inner {
    width: 48px;
    height: 48px;
    left: 15px;
    background: none !important;
    z-index: 10100;
    bottom: -63px;
    margin-top: 15px;
  }
  header .header-container .menu_inner .isStuck {
    position: relative !important;
    top: 0;
  }
  header .header-container .menu_inner #site-navigation > button {
    padding: 0 15px;
    height: 48px !important;
    background: url("../../img/menuBtn.png") center no-repeat #587e95 !important;
    background-size: 28px !important;
  }
  header .header-container .menu_inner #site-navigation > button i {
    opacity: 0;
  }
  header .header-container .menu_inner #site-navigation > button span {
    display: none;
  }
  header .header-container .menu_inner_toggleOp {
    z-index: 2;
  }
  header .header-container .info-block {
    display: none;
  }
  header .header-container .bottomInfoBlog {
    position: absolute;
    bottom: -63px;
    left: 73px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: space-betweenl;
        -ms-flex-pack: space-betweenl;
            justify-content: space-betweenl;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  header .header-container .bottomInfoBlog > a {
    margin: 0 10px 0 0 !important;
    text-indent: -9999px;
    display: block;
    width: 48px;
    height: 48px;
    background: url("../../img/phone.png") center no-repeat #587e95;
    background-size: 24px;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  header .header-container .bottomInfoBlog > a:hover {
    background-color: #003b5d !important;
  }
  header .header-container .bottomInfoBlog .open-modal-btn {
    margin: 0 !important;
    text-indent: -9999px;
    display: block;
    width: 48px;
    height: 48px;
    background: url("../../img/target.png") center no-repeat #587e95;
    background-size: 20px;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  header .header-container .bottomInfoBlog .open-modal-btn:hover {
    background-color: #003b5d !important;
  }
  header .header-container .bottomInfoBlog address {
    margin: 0;
  }
  header .header-container .header-ttl h2 {
    font-family: "GilroyExtraBold" !important;
    font-size: 30px;
    line-height: 32px;
  }

  #header-sidebar {
    position: absolute;
    bottom: -63px;
    width: 48px;
    right: 0;
    height: 48px;
    z-index: 2;
  }
  #header-sidebar .wpml-ls-sidebars-webt_header_sidebar {
    margin: 0;
    padding: 0;
  }
  #header-sidebar .webt_header_sidebar {
    top: 0;
  }
  #header-sidebar .webt_header_sidebar li {
    right: 0;
  }

  .site-header .menu_inner {
    background: none !important;
  }

  .header-container #site-navigation.main-navigation .menu-toggle {
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .header-container #site-navigation.main-navigation .menu-toggle:hover {
    background-color: #003b5d !important;
  }

  .header-container #site-navigation.toggled {
    top: 19px !important;
  }
  .header-container #site-navigation.toggled .menu-toggle {
    position: absolute;
    width: 48px;
    left: 0;
    top: -43px;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .header-container #site-navigation.toggled .menu-toggle:hover {
    background-color: #003b5d !important;
  }
  .header-container #site-navigation.toggled #main-menu.active {
    position: absolute;
    padding: 0;
    margin: 20px 0;
    background: none !important;
    width: 273px;
  }
  .header-container #site-navigation.toggled #main-menu.active > li {
    -webkit-box-shadow: 5px 2px 12px 4px rgba(0, 0, 0, 0.55);
            box-shadow: 5px 2px 12px 4px rgba(0, 0, 0, 0.55);
  }
  .header-container #site-navigation.toggled #main-menu.active li {
    margin: 0 0 5px 0;
    padding: 25px 0;
    background: #003b5d;
    border: none;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .header-container #site-navigation.toggled #main-menu.active li:nth-last-child(2) {
    margin: 0;
  }
  .header-container #site-navigation.toggled #main-menu.active li li {
    padding: 5px 0;
    margin: 0;
  }
  .header-container #site-navigation.toggled #main-menu.active li:hover {
    background: #bfced6;
    color: #003b5d;
  }
  .header-container #site-navigation.toggled #main-menu.active li a {
    font-size: 17px;
    padding: 0 15px 0 10px !important;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 594px) {
  .header-container #site-navigation.toggled #main-menu.active {
    min-width: 260px;
    width: calc(50vw - 23px);
  }
}

@media screen and (max-width: 767px) {
  .header-container #site-navigation.main-navigation .menu > li.menu-item .sub-menu-toggle {
    top: 27px !important;
    right: 10px !important;
  }

  .about {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }

  .principles h3 .boldUp {
    text-transform: none !important;
  }

  #primary {
    position: relative;
    margin-top: -25px;
  }
  #primary .ttlWrapper {
    margin: 0 0 15px;
  }
  #primary .ttlWrapper .ttl {
    margin: 0;
    font-size: 44.72px;
    line-height: 36px;
    min-width: 285px;
    text-align: center;
    width: 100%;
    padding: 45px 30px;
  }
  #primary .ttl_textWrapper {
    width: 100%;
  }
  #primary .principles_colWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #primary .principles_colWrap .principles__col {
    margin: 0 auto 30px;
    width: 70%;
  }
  #primary .principles_colWrap .principles__col:last-child {
    margin: 0 auto;
  }

  .main-content .caption {
    margin-top: 21px !important;
  }
  .main-content .caption .ttl {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .calendar-tabs .tab-panelFC-item .news_date {
    min-width: 85px !important;
    width: 25% !important;
    font-family: "GilroyExtraBold";
    font-size: 15px;
    line-height: normal;
  }
  .calendar-tabs .tab-panelFC-item .news_h {
    font-family: "GilroyExtraBold";
    font-size: 14px !important;
    line-height: normal;
  }

  .row_dwn .news_h {
    width: 100% !important;
  }
  .row_dwn .news_h .dwn_text__ttl {
    padding: 0;
    font-size: 19.35px;
  }
  .row_dwn .row_textAndBtn {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .row_dwn .row_textAndBtn > p {
    width: 100%;
    margin: 0 0 30px !important;
    color: #414142 !important;
  }
  .row_dwn .row_textAndBtn .btn_dwn {
    max-width: 200px;
  }
  .row_dwn .row_textAndBtn .btn_dwn__text {
    font-size: 19.35px !important;
    min-width: auto !important;
  }

  .list_wrapper .list .list_ttl {
    left: 0;
  }
  .list_wrapper .list ul {
    left: -20px;
    top: 20px;
    width: 100%;
  }
  .list_wrapper .list ul::before {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 4px;
    background: #003b5d;
    left: 20px;
    top: -20px;
  }
  .list_wrapper .list ul li {
    font-family: "GilroyExtraBold";
    color: #3f3f3f;
  }

  .row_year::before {
    top: 35px !important;
  }

  .row_year::after {
    top: 28px !important;
  }

  .row_year .year {
    line-height: 35px !important;
    max-width: 100px !important;
    min-height: auto !important;
  }

  .financial-tabs .news_date {
    min-width: auto !important;
  }

  .w-text {
    font-family: "GilroyExtraBold";
    color: #3f3f3f;
    font-size: 14px;
  }
  .w-text strong {
    font-weight: bold !important;
  }

  #director-index {
    width: 90% !important;
  }

  .wpml-ls-legacy-list-horizontal {
    border: none;
  }

  .header-ttl #header-sidebar .webt_header_sidebar ul {
    height: 48px;
    position: relative;
  }

  .header-ttl #header-sidebar .webt_header_sidebar ul .wpml-ls-item {
    min-width: 70px;
    display: inline-block;
    top: auto;
    bottom: 1px !important;
    height: 14px;
  }
  .header-ttl #header-sidebar .webt_header_sidebar ul .wpml-ls-item img {
    margin: 0 0 0 5px;
  }

  .header-ttl #header-sidebar .webt_header_sidebar ul .wpml-ls-current-language {
    text-decoration: underline;
    top: 1px;
  }
}
@media screen and (max-width: 565px) {
  header .header-container .header-ttl h2 {
    font-size: 27px;
    line-height: 29px;
    top: 18% !important;
    right: 4% !important;
  }

  .logo {
    background-size: 135px !important;
  }

  .year_ttl span {
    padding: 0 15px;
  }
}
@media screen and (max-width: 565px) and (max-width: 540px) {
  header .header-container .header-ttl h2 {
    font-size: 25px;
    line-height: 27px;
    top: 18% !important;
  }

  .logo {
    background-size: 130px !important;
  }
}
@media screen and (max-width: 565px) and (max-width: 525px) {
  header .header-container .header-ttl h2 {
    font-size: 23px;
    line-height: 25px;
    top: 18% !important;
  }

  .logo {
    background-size: 125px !important;
  }
}
@media screen and (max-width: 565px) and (max-width: 485px) {
  header .header-container .header-ttl h2 {
    font-size: 22px;
    line-height: 23px;
    top: 18% !important;
  }

  .logo {
    background-size: 120px !important;
  }
}
@media screen and (max-width: 565px) and (max-width: 460px) {
  header .header-container .header-ttl h2 {
    font-size: 20px;
    line-height: 21px;
  }
}
@media screen and (max-width: 565px) and (max-width: 420px) {
  header .header-container .header-ttl h2 {
    font-size: 18px;
    line-height: 20px;
    top: 18% !important;
  }

  .logo {
    background-size: 115px !important;
  }
}
@media screen and (max-width: 565px) and (max-width: 380px) {
  header .header-container .header-ttl h2 {
    font-size: 16px;
    line-height: 17px;
    top: 18% !important;
  }

  .logo {
    background-size: 110px !important;
  }
}
@media screen and (max-width: 565px) and (max-width: 340px) {
  header .header-container .header-ttl h2 {
    font-size: 15px;
    top: 18% !important;
    right: 2% !important;
  }
}
@media screen and (max-width: 565px) {
  header .header-container .site-branding {
    width: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .bottomInfoBlog {
    display: none !important;
  }

  .dspNn {
    height: 0;
    opacity: 0;
  }
}
#primary .post-author__holder,
#primary .comment-form-comment #comment {
  background: rgba(0, 59, 93, 0.7) !important;
}

.post-author__title a {
  color: white !important;
}
.post-author__title a:hover {
  color: #003b5d !important;
}

.article-index .sys-tabs a.active {
  border: 1px solid #003d5c;
  border-bottom: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.article-index .sys-tabs a:not(.active) {
  border: 1px solid #dcdcdc;
  border-bottom: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  background: #f9fbff;
}
.article-index .sys-tabs a:not(.active):hover {
  border-color: #003b5c;
}

#toTop {
  opacity: 0.4;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
#toTop:hover {
  opacity: 1;
}

html body {
  font-family: 'ProximaNova', sans-serif !important;
}
html body p,
html body div,
html body a,
html body .news_h.calendar-title {
  font-size: 14px !important;
}
html body h1,
html body h2,
html body h3,
html body span,
html body b,
html body .boldUp {
  font-family: 'GilroyExtraBold', sans-serif !important;
}

@media all and (min-width: 768px) and (max-width: 811px) {
  .site-header #site-navigation .menu > li > a {
    font-size: 10px !important;
  }

  #leftmenu ul .submenu .selected a::before {
    top: 8px;
  }
}
/* 	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 20px;
	}

	h4,
	p {
		font-size: 17px;
	}

	h5 {
		font-size: 15px;
	}

	h6 {
		font-size: 12px;
	} */
