.text-uppercase {
    text-transform: uppercase;
}
.m-b-30, .m-tb-30 {
    margin-bottom: 30px;
}
.list--nostyle {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.social-share-icons__item {
    font-size: 30px;
    margin: 0 8px;
}

.footer-fragments>.layout {
    max-width: 100%;
    padding: 0;
}

footer {
  color: white;
}

footer a, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: white;
}

#footerOverlay {
  background: rgba(11, 59, 110, .75);
}

.footer-menu {
  padding:  10px;
  page-break-inside: avoid;
}
footer h3.footer-menu__header {
  margin: 0 0 20px 0;
  font-family: Arial;
  font-weight: 500;
  font-size:24px;
  color: white;
}
.footer-menu__list-item {
  margin-bottom: 10px;
}

.footer-left,
.footer-right {
  background-color: #051d37;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer-left__menu {
  padding: 20px 10px;
  line-height: 130%;
}

.footer-left__menu > .row > div[class^="col-"] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.footer-left {
  width: 100%;
}

.footer-right {
  padding: 50px;
  opacity: 0.8;
  flex: 1;
  width: 100%;
}

.footer-right__links {
  display: flex;
}

.footer-right__links li {
  margin-right: 10px;
  text-decoration: underline;
}

.footer-right .nav.nav-service.navbar-nav.nav-pills {
  margin-top: 2rem;
}

.footer-right .nav.nav-service.navbar-nav.nav-pills > li {
  display: block;
  clear: both;
}

.footer-right .nav.nav-service.navbar-nav.nav-pills > li a {
  padding: 5px 0;
  text-decoration: underline;
  text-shadow: none;
}

.footer-right .nav.nav-service.navbar-nav.nav-pills > li a:hover {
  background: none;
}

	/* Center footer elements on mobile */	
.footer-right .subscribe {	
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}	
.footer-right .copyright {	
  display: block;	
  text-align: center;	
}	
.footer-right  .nav-service {	
  text-align: center;	
}	
.footer-right  .nav-service li {	
  float: unset;	
}

@media (min-width: 768px) {
  .footer-left__menu {
    padding: 50px !important;
    line-height: 20px;
  }
  .footer-right .subscribe {	
      text-align: start;	
  }	
  .footer-right .copyright {	
    display: inline;	
    text-align: left;	
  }	
  .footer-right  .nav-service {	
  text-align: left;	
  }	
  .footer-right  .nav-service li {	
  float: left;	
  }	
}

.ie-banner__container {
  min-height: 50px;
  background-color: #2d2d2d;
  padding: 10px;
  color: white;
  display: none;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.ie-banner__container.ie-banner__container--show {
  display: block;
  visibility: visible;
}

.ie-banner__container .ie-banner__accept {
  display: block;
  margin: 0 auto;
}

.btn {
    background-image: none;
    border: none;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #0068ad;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.social-share-icons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .social-share-icons {
        justify-content: flex-start;
    }
}

/* Media Queries */
@media (min-width: 1200px) {
  .footer-content {
    flex-wrap: nowrap;
  }
  .footer-left {
    width: 75%;
  }
  .footer-right {
    width: 25%;
  }
  .ie-banner__container .ie-banner__summary {
    width: calc(80% - 10px);
    float: left;
    padding-right: 10px;
  }
}