@font-face {
  font-family: 'gillsans-light';
  src: url("fonts/32600A_1_0.woff2") format("woff2"), url("fonts/32600A_1_0.woff") format("woff"), url("fonts/32600A_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'gillsans-lightitalic';
  src: url("fonts/32600A_2_0.woff2") format("woff2"), url("fonts/32600A_2_0.woff") format("woff"), url("fonts/32600A_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'gillsans-medium';
  src: url("fonts/32600A_3_0.woff2") format("woff2"), url("fonts/32600A_3_0.woff") format("woff"), url("fonts/32600A_3_0.ttf") format("truetype");
}

@font-face {
  font-family: 'gillsans-mediumitalic';
  src: url("fonts/32600A_0_0.woff2") format("woff2"), url("fonts/32600A_0_0.woff") format("woff"), url("fonts/32600A_0_0.ttf") format("truetype");
}

.col-lg-10 p:not([align]) {
	text-align:justify;
}
.bod-modal-title,.bod-modal-content {
	padding:1rem;
}
.video-js {
  background: transparent;
}

.video-js .vjs-big-play-button {
  top: auto;
  bottom: 46%;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border: solid 1px #fff;
  z-index: 3;
}

@media (max-width: 576px) {
  .video-js .vjs-big-play-button {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}

.video-js .vjs-big-play-button:after {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  content: "Play video";
  font-family: 'gillsans-light', 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  width: 10rem;
  margin-bottom: -3rem;
  margin-left: -5rem;
}

@media (max-width: 576px) {
  .video-js .vjs-big-play-button:after {
    font-size: 1rem;
    margin-bottom: -2.4rem;
  }
}

.video-js .vjs-control-bar {
  height: 4em;
  background: rgba(0, 0, 0, 0.5);
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.video-js .vjs-time-control {
  font-size: .7rem;
  line-height: 2.4rem;
}

.video-js .vjs-load-progress div {
  background: rgba(255, 255, 255, 0.75);
}

.vjs-volume-bar.vjs-slider-horizontal {
  line-height: 0.5rem;
  height: 0.5rem;
}

.video-js .vjs-slider {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.vjs-poster:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 30%;
  z-index: 1;
}

#homepage_player .vjs-poster:after {
  display: none;
}

@media (max-width: 576px) {
  .vjs-poster {
    background-color: #102654;
  }
}

body,
html {
  width: 100%;
  height: 100% !important;
}

body {
  color: #1b2034;
  font-family: 'gillsans-light', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}

a {
  color: #1b2034;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'gillsans-light', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 2rem;
  font-weight: normal;
}

h2 {
  font-size: 1.8rem;
  font-weight: normal;
}

h3 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

p {
  font-weight: 300;
}

strong {
  font-weight: 600;
}

.bg-dark {
  background-color: #0e111c !important;
}

.bg-light {
  background-color: #edeeef !important;
}

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

.bg-primary {
  background-color: #102654 !important;
}

.bg-secondary {
  background-color: #00968b !important;
}

section {
  padding: 3rem 0;
}

section ul {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

section ul li {
  margin: 0;
  padding: 0;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

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

.row-small-padding > [class*='col'],
.row-small-padding > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.vide {
  opacity: 1;
  background: transparent;
}

::selection {
  color: #fff;
  background: #0e111c;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #102654;
  border-bottom: solid 0.3rem #00968b;
}

@media (min-width: 992px) {
  .navbar {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navbar .container,
.navbar .container-fluid {
  height: 80px;
}

.navbar .logo-header {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  display: block;
  width: 200px;
  min-width: 200px;
  height: 80px;
  background: url(img/logo-header.png) top center no-repeat;
  background-size: 200px 120px;
  text-indent: -9999px;
}

.navbar .logo-header:focus, .navbar .logo-header:hover {
  opacity: 0.75;
}

.navbar .navbar-nav > li.nav-item > a.nav-link,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  color: #fff;
}

.navbar .navbar-nav > li.nav-item > a.nav-link:focus, .navbar .navbar-nav > li.nav-item > a.nav-link:hover,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus:focus,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #fff;
  opacity: 0.75;
}

.navbar .navbar-nav > li.nav-item > a.dropdown-toggle,
.navbar .navbar-nav > li.nav-item > a.dropdown-toggle:focus {
  padding: .5rem;
}

.navbar .navbar-nav > li.nav-item > a.dropdown-toggle:focus, .navbar .navbar-nav > li.nav-item > a.dropdown-toggle:hover,
.navbar .navbar-nav > li.nav-item > a.dropdown-toggle:focus:focus,
.navbar .navbar-nav > li.nav-item > a.dropdown-toggle:focus:hover {
  color: #fff;
  opacity: 0.75;
}

.navbar .navbar-nav > li.nav-item > a.dropdown-languages,
.navbar .navbar-nav > li.nav-item > a.dropdown-languages:focus {
  margin: .125rem .3rem;
  padding: .5rem;
  line-height: .8rem;
  border: solid #fff 1px;
  font-size: .8rem;
}

.navbar .navbar-nav > li.nav-item > a.dropdown-languages:focus, .navbar .navbar-nav > li.nav-item > a.dropdown-languages:hover,
.navbar .navbar-nav > li.nav-item > a.dropdown-languages:focus:focus,
.navbar .navbar-nav > li.nav-item > a.dropdown-languages:focus:hover {
  color: #fff;
  opacity: 0.75;
}

.navbar .navbar-nav li.nav-item .dropdown-item,
.navbar .navbar-nav > li.nav-item > .dropdown-item:focus {
  padding: .25rem 1rem;
  font-size: .9rem;
}

.navbar-homepage .container,
.navbar-homepage .container-fluid {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

/* @media (min-width: 992px) { */
  /* .navbar-homepage .container, */
  /* .navbar-homepage .container-fluid { */
    /* height: 120px; */
  /* } */
/* } */

.navbar-homepage .container .logo-header,
.navbar-homepage .container-fluid .logo-header {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  display: block;
  width: 200px;
  min-width: 200px;
  height: 80px;
  background: url(img/logo-header.png) top center no-repeat;
  background-size: 200px 120px;
  text-indent: -9999px;
}

/* @media (min-width: 992px) { */
  /* .navbar-homepage .container .logo-header, */
  /* .navbar-homepage .container-fluid .logo-header { */
    /* height: 120px; */
  /* } */
/* } */

.navbar-homepage .container .logo-header:focus, .navbar-homepage .container .logo-header:hover,
.navbar-homepage .container-fluid .logo-header:focus,
.navbar-homepage .container-fluid .logo-header:hover {
  opacity: 0.75;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1b1b1b;
  opacity: .8;
  z-index: 7;
}

.navbar-side {
  height: 100%;
  width: 80%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 9rem 2rem 2rem;
  list-style: none;
  background-color: #102654;
  overflow-y: scroll;
  z-index: 10;
}

.navbar-side .navbar-nav > li.nav-item {
  padding: .3rem 0;
  border-bottom: 1px solid rgba(14, 17, 28, 0.1);
}

.navbar-side .navbar-nav > li.nav-item:last-child {
  border: 0;
}

.navbar-side .navbar-nav > li.nav-item a.nav-link {
  padding: .1rem 0;
  color: #fff;
}

.navbar-toggler {
  position: absolute;
  top: 3rem;
  right: 1.4rem;
  cursor: pointer;
  float: left;
  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.toggle-bar {
  width: 30px;
  position: relative;
  border-top: 2px solid #fff;
  display: block;
}

.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
  position: absolute;
  top: -12px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 5%;
  transform-origin: 5%;
}

.toggle-bar::after {
  top: 8px;
}

.navbar-toggler.active .toggle-bar {
  border-top: 2px solid transparent;
}

.navbar-toggler.active .toggle-bar::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.active .toggle-bar::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-side .menu {
  padding-top: 5rem;
}

.navbar-side .form-control {
  padding-left: 2.5rem;
  font-size: .9rem;
  line-height: 1.4rem;
}

.navbar-side {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.reveal {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

footer {
  position: relative;
  z-index: 0;
  background: #102654;
  width: 100%;
  margin: 0;
  padding: 2rem 0;
  font-size: .9rem;
  border-top: solid 0.3rem #00968b;
  color: #fff;
}

footer .footer-logo {
  display: inline-block;
  width: 300px;
  height: 95px;
  background: url(img/logo-footer.png) center center no-repeat;
  background-size: 300px 95px;
}

footer .footer-title {
  margin: 0 0 .5rem;
  padding: 0;
  color: #edeeef;
}

footer .footer-links {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

footer .footer-links li a {
  font-size: .8rem;
  color: #fff;
}

footer .footer-links li a:focus, footer .footer-links li a:hover {
  opacity: 0.75;
}

footer .footer-copyright p {
  margin: 0;
  padding: 0;
  font-size: .8rem;
}

footer .footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-social li {
  display: inline-block;
  padding: 0 1rem;
}

footer .footer-social li a {
  font-size: 2rem;
  color: #fff;
}

footer .footer-social li a:focus, footer .footer-social li a:hover {
  opacity: 0.75;
}

footer.entry-footer {
	background: unset;
	border-top: unset;
	color:unset;
}

header.masterhead {
  margin-top: 110px;
  position: relative;
  z-index: 1;
  background: #102654;
  padding: 0;
}

@media (min-width: 992px) {
  header.masterhead {
    margin: 0;
  }
}

header.masterhead .content {
  display: inline-block;
  background: #102654;
  padding: 1rem 1.5rem;
  color: #fff;
}

header.masterhead .content h1 {
  display: inline-block;
  font-size: 2rem;
}

header.masterhead .container {
  position: relative;
  z-index: 3;
  padding: 0;
}

@media (min-width: 992px) {
  header.masterhead .container {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

header.subheader {
  position: relative;
  margin-top: 110px;
  background: #102654;
  z-index: 2;
}

@media (min-width: 992px) {
  header.subheader {
    margin-top: 0;
  }
}

header.subheader .container {
  position: relative;
  z-index: 3;
  padding: 0;
}

@media (min-width: 992px) {
  header.subheader .container {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

header.subheader .container .bg-desktop {
  height: 434px;
  background-color: #102654;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  header.subheader .container .bg-desktop {
    height: 518px;
  }
}

header.subheader .container .bg-mobile {
  height: 200px;
  background-color: #102654;
  background-size: cover;
  background-position: center center;
}

header.subheader .container h1 {
  width: 100%;
  margin: 0;
  background: #102654;
  padding: .8rem 2rem;
  color: #fff;
  z-index: 3;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  header.subheader .container h1 {
    width: auto;
  }
}

header.subheader .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

header.subheader .gradient {
  position: absolute;
  top: auto;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 60%;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

section.content-without-header {
  margin-top: 110px;
}

@media (min-width: 992px) {
  section.content-without-header {
    margin: 0;
  }
}

section.content {
  position: relative;
}

section.content .container {
  position: relative;
}

section.content .page-title {
  text-align: center;
  margin-bottom: 2rem;
}

section.content h1 {
  margin-bottom: 2rem;
}

section.content .col-wider {
  margin: 0;
}

@media (min-width: 992px) {
  section.content .col-wider {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

section.content .zoom {
  position: relative;
  width: 100%;
  display: inline-block;
}

section.content .zoom:hover {
  opacity: .9;
}

section.content .zoom:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  font-size: 2rem;
  top: auto;
  bottom: 1rem;
  right: 1rem;
  content: "\f00e";
  color: #102654;
}

section.homepage p.lead {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

section.homepage .card-prospectus2 .img {
  max-width: 120px;
}

section.about .img-about {
  position: relative;
  background: #edeeef;
  padding: 1.5rem;
  max-width: 280px;
}

section.about .img-about .img {
  position: relative;
  margin-right: -3rem;
  margin-top: -3rem;
}

@media (max-width: 992px) {
  section.about .img-about .img {
    margin: 0 auto;
  }
}

section.about-images {
  padding: .5rem 0;
}

section.prospectus .card-prospectus .img {
  max-width: 120px;
}

section.news .article {
  margin-bottom: 3rem;
}

section .news-labels {
  margin-bottom: 2rem;
  text-align: center;
}

section .news-labels ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}

section .news-labels ul.links li {
  display: inline-block;
  padding-left: .5rem;
  padding-right: .5rem;
}

section .news-labels ul.links li a {
  border-bottom: solid 1px transparent;
}

section .news-labels ul.links li a:hover {
  color: inherit;
  border-bottom: solid 1px #102654;
}

section .news-labels ul.links li.active a {
  border-bottom: solid 1px #102654;
}

section .news-labels ul.links li.active a:hover {
  color: inherit;
  border-bottom: solid 1px #102654;
}

section .link-label {
  border-bottom: solid 1px transparent;
}

section .link-label:hover {
  color: inherit;
  border-bottom: solid 1px #102654;
}

section.careers .card .card-header {
  padding: 0;
  background: #102654 !important;
}

section.careers .card .card-header a, section.careers .card .card-header button {
  padding: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border: 0;
}

section.careers .card .card-header a:hover, section.careers .card .card-header a:focus, section.careers .card .card-header button:hover, section.careers .card .card-header button:focus {
  background: #00968b;
  color: #fff;
  border: 0;
  text-decoration: none;
}

section.video {
  margin-top: 110px;
  padding: 0;
}

@media (min-width: 992px) {
  section.video {
    margin: 0;
  }
}

section.video .owl-carousel {
  padding: 2rem 0 0;
}

section.video .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1.4rem;
  color: #fff;
  z-index: 9999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 992px) {
  section.video .owl-carousel .owl-nav {
    position: relative;
    margin: 1rem 0 0;
    width: 100%;
    text-align: center;
  }
}

section.video .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -2rem;
  font-size: 1.4rem;
}

@media (max-width: 992px) {
  section.video .owl-carousel .owl-nav .owl-prev {
    position: relative;
    left: -1rem;
  }
}

section.video .owl-carousel .owl-nav .owl-prev:hover, section.video .owl-carousel .owl-nav .owl-prev:focus, section.video .owl-carousel .owl-nav .owl-prev:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

section.video .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -2rem;
  font-size: 1.4rem;
}

@media (max-width: 992px) {
  section.video .owl-carousel .owl-nav .owl-next {
    position: relative;
    right: -1rem;
  }
}

section.video .owl-carousel .owl-nav .owl-next:hover, section.video .owl-carousel .owl-nav .owl-next:focus, section.video .owl-carousel .owl-nav .owl-next:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

section.video .owl-carousel .item {
  padding-right: 1rem;
}

section.video .owl-carousel .item img {
  margin-bottom: .5rem;
}

section.video .owl-carousel .item.current a.link .icon {
  position: relative;
  padding: .5rem 1rem;
  color: #1b2034;
  background: #edeeef;
}

section.video .owl-carousel .item.current a.link .icon:after {
  display: none;
}

section.video .owl-carousel a.link {
  display: inline-block;
  color: #fff;
}

section.video .owl-carousel a.link:hover {
  opacity: .7;
}

section.video .owl-carousel a.link .icon {
  position: relative;
  padding-top: .3rem;
  padding-left: 1.8rem;
}

section.video .owl-carousel a.link .icon:after {
  position: absolute;
  display: inline-block;
  text-align: center;
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  content: "\f101";
  left: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: .7rem;
  border-radius: 50%;
  border: solid 1px #fff;
  z-index: 9;
}

section.share span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding-right: .4rem;
}

.btn {
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: .8rem;
  line-height: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: 'gillsans-medium', 'Helvetica Neue', Arial, sans-serif;
}

.btn:hover, .btn:focus, .btn:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-primary {
  background: #102654;
  color: #fff;
  border: solid 2px #102654;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #0c1c3f !important;
  border: solid 2px #102654 !important;
}

.btn-outline-primary {
  color: #102654;
  background: transparent;
  border: solid 1px #102654 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background: #00968b !important;
  color: #fff !important;
  border: solid 1px #00968b !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #1b2034;
  background: transparent;
  border: solid 1px #102654 !important;
  opacity: .3;
  cursor: not-allowed;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:active,
.btn-outline-primary:disabled:hover,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:active {
  background: transparent !important;
  color: #1b2034 !important;
  border: solid 1px #102654 !important;
}

.btn-white {
  background: #fff;
  color: #1b2034;
  border: solid 2px #fff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: #f2f2f2 !important;
  border: solid 2px #fff !important;
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background: #00968b;
  color: #fff;
  border: solid 1px #00968b !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-share {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: .1rem;
  margin-right: .1rem;
  min-width: 3rem;
}

.form-group label {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: .3rem;
}

.form-control {
  display: inline-block;
  width: 100%;
  background: transparent;
  border-radius: 0;
  font-size: .8rem;
  line-height: 1.2rem;
  height: 2.2rem;
  border: solid 1px #102654;
}

.form-control:hover, .form-control:focus, .form-control:active {
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: solid 1px #102654;
}

.form-email {
  position: relative;
}

.form-email:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  top: .34rem;
  left: .8rem;
  z-index: 0;
  color: #102654;
  pointer-events: none;
  content: "\f0e0";
  opacity: .5;
}

.form-email .form-control {
  min-width: 12rem;
  padding-left: 2.2rem;
  margin-bottom: 1rem;
}

.dropdown-menu {
  min-width: 6rem;
  border-radius: 0;
  padding: .25rem 0;
}

.dropdown-menu > a:hover {
  background-color: #00968b;
  background-image: none;
  color: #fff;
}

.dropdown-toggle:after {
  display: none;
}

.card {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 1rem;
}

.card.card-dark {
  background-color: #102654;
  color: #fff;
}

.card.card-light {
  background-color: #edeeef;
}

.card.card-primary {
  background-color: #102654;
  color: #fff;
}

.card .card-body {
  padding: 1.5rem 1.5rem 2rem;
}

.table {
  margin: 0;
}

.table thead th {
  border-width: 1px;
  vertical-align: middle;
}

.table td,
.table th {
  border: 1px solid #dee2e6;
}

.pagination {
  display: inline-block;
  margin: auto;
}

.pagination li {
  display: inline-block;
  padding-left: .5rem;
  padding-right: .5rem;
}

.pagination li a {
  display: inline-block;
  padding: .1rem;
  color: #fff;
}

.pagination li a:hover {
  opacity: .7;
}

.pagination li.current a {
  border-bottom: solid 2px;
}

.pagination li.current a:hover {
  opacity: .7;
}

.pagination li.inactive {
  opacity: .3;
}

.pagination li.inactive a {
  cursor: default;
}

.pagination li.inactive a:hover {
  opacity: 1;
}

.pagination-article {
  position: relative;
  display: inline-block;
  margin: auto;
}

.pagination-article li:nth-child(1) {
  position: relative;
  text-align: right;
  padding-right: 1rem;
}

.pagination-article li:nth-child(1):after {
  position: absolute;
  top: 0;
  right: -.3rem;
  display: inline-block;
  content: "";
  width: 1px;
  height: 5rem;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.pagination-article li:nth-child(2) {
  text-align: left;
  padding-left: 1rem;
}

.modal .modal-close {
  position: fixed;
  background: none;
  border: 0;
  cursor: pointer;
  top: 2rem;
  right: 2rem;
  color: #fff;
  font-size: 2rem;
  z-index: 9999;
  opacity: .8;
}

.modal .modal-close:hover {
  opacity: 1;
  color: #fff;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

.modal-backdrop,
.modal-backdrop.show {
  background: #000;
  opacity: .9;
}


.wp-block-table.is-style-blue {
	background:#102654;
	color:white;
}

.footer-item .nav-link {
	padding:0;
}

.share {
	    background: white;
}

#navbarSide .dropdown-menu.show {
  background-color: #102654
 
  
}
.dropdown-menu {
 
  border:unset;
 
}

li :hover {
    color: #007bff;
}
a:hover {
    
    color: #0056b3 !important;
}
*, ::after, ::before{
      position: relative;
}
.navbar-expand-xl .navbar-nav .dropdown-menu{
  left: -50px
}

.navbar-toggler:not(:disabled):not(.disabled)
    z-index:2 !important;
}