@charset "UTF-8";

.carousel-indicators li
{
	visibility: hidden;
}



.top-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 35px;
  z-index: 1001;
  padding: 5px 0;
  color: #fff;
  background: #002d6d;
}

.top-bar a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

#top
{
	padding-top: 35px;
}

.form-group2
{
	display: block;
}

	.form-group2 .row button
	{
		width: 100%;
		max-width: 250px;
		margin: 10px auto!important;
		display: block;
	}
	
.modal-content
{
	padding: 20px;
}

.modal-body
{
	margin-top: 32px;
}

button.close
{
	width: 32px;
	height: 32px;
	display: block;
	z-index: 1002;
}

#login_modal_body_2
{
	display: none;
}

#main_footer
{
	color: #fff;
	background: #002d6d;
	padding: 40px;
}

.footer__col--border {
    border-left: none!important;
  }
  
.footer__top {
  font-size: 1.5rem!important;
  line-height: 1.9!important;
  color: #fff;
  background: #213469;
}

  body {
    padding-top: 1rem!important;
  }
  
  .footer__nav {
  line-height: 1.5!important;
}