/* Stellar Colors */

.filters .input-group-addon,
.search .input-group-addon {
  background-color: #0f3880;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0f3880;
  border-color: #0f3880;
}

.panel-primary > .panel-heading h3 {
  color: #0f3880;
}

.panel-primary {
  border-color: #0f3880;
}

.btn-primary {
  background-color: #0f3880;
  border-color: #0f3880;
}

.text-primary,
a.list-group-item-info,
button.list-group-item-info,
.btn-link,
.panel-info > .panel-heading {
  color: #0f3880;
}
.main-home {
  background-color: white;
}
#content {
  background-color: #f5f8fa;
}

.badge {
  display: none;
}

/* end Stellar Colors */

/* Skin Styles */

/* header styles */

header {
	font-family: 'Source Sans Pro', 'sans-serif', 'Helvetica Neue', Helvetica,
		Arial;
	background-color: #295fa6;
	font-size: 16px;
}

#height-adjust {
	background-color: #295fa6;
}

header * {
	margin: 0 !important;
}

header .header-container {
	display: block;
	font-size: 62.5%;
}

header .header-row {
	display: flex;
	justify-content: center;
	background-color: #295fa6;
	z-index: 10;
	position: relative;
}

header .header-col {
	text-align: center;
}

header .header-col p {
	padding-top: 10px;
	margin-bottom: 12px !important;
	font-size: 1.62em;
	color: #fff;
	line-height: 1.3em;
}

header .header-col p a {
	color: #fff;
	border-bottom: 1px dotted;
}

header .header-col p a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

header .header-row.white-bar {
	background-color: #fff;
	padding: 1px 40px;
	border-bottom: 1px solid #9b9b98;
	position: relative;
	z-index: 10;
}

header .header-row.white-bar .header-col {
	flex-basis: 50%;
	text-align: start;
}

header .header-row.white-bar .header-col:not(:first-of-type) {
	text-align: end;
}

header .header-row .traverse img {
	height: 30px;
	margin: 5px 0 !important;
}

header .header-col a img {
	width: 42px;
	height: 36.29px;
	margin-right: 40px !important;
}

header .nav-container {
	padding: 40px 0 16px 0;
	background-color: #fff;
  width: 100%;
  z-index: 9;
	transition: all 0.5s ease;
}

/* active scroll */

header .nav-container.active-scroll {
	position: fixed;
	top: 0;
	padding: 5px 0;
	transition: all 0.5s ease;
}

@media (max-width: 768px) {
	header .nav-container.active-scroll {
		padding: 50px 0 5px 0;
		transition: all 0.5s ease;
	}
}

header .nav-row {
	background-color: #fff;
	border-bottom: 1px solid #9b9b98;
  position: relative;
}

@media (max-width: 768px) {
  header .nav-row {
    border: none
  }
}

header .nav-col {
	display: flex;
  justify-content: center;
  position: relative;
}

header .nav-col a img {
	width: 300px;
	transition: all 0.4s ease;
}

header .nav-col a img.active-scroll {
	width: 200px;
	transition: all 0.4s ease;
}

header .nav-col .side-logos {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 35px;
	top: 0;
	line-height: 1.2;
	transition: top 0.4s ease;
}

@media (max-width: 768px) {
	header .nav-col .side-logos {
		display: none;
	}
}

header .nav-col .side-logos.active-scroll {
	top: 40px;
	transition: top 0.4s ease;
}

header .nav-col .side-logos img {
	width: 120px;
	transition: all 0.4s ease;
}

header .nav-col .side-logos img.active-scroll {
	width: 55px;
	transition: all 0.4s ease;
}

header .nav-col.nav-bar {
	margin-top: 30px !important;
}

@media (max-width: 768px) {
	header .nav-col.nav-bar {
		display: none;
	}
}

header .nav-row li {
	list-style-type: none;
}

header .nav-row ul a {
	color: #000;
	font-size: 1.7rem;
}

header .nav-row a:hover {
	color: #295fa6;
	text-decoration: none;
}

/* mobile header styles */

header .toggle-mobile-nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	padding-right: 20px;
}

@media (min-width: 769px) {
  header .toggle-mobile-nav {
    display: none
  }
}

header .toggle-mobile-nav i {
	color: #000;
}

header .mobile-nav-container {
  max-height: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s ease;
}

@media (min-width: 769px) {
  header .mobile-nav-container {
    display: none
  }
}

header .mobile-nav-container.active {
  max-height: 500px;
	margin-top: 30px !important;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

header .mobile-nav ul li {
	padding: 6px 0 6px 16px;
}

header .mobile-nav .mail {
  margin: 20px 3px 20px 3px !important;
}

header .mobile-nav .mail i {
  border-radius: 50px;
  border: 1px solid #000;
  padding: 7px
}

header .mobile-nav a:hover:not(:first-of-type) {
  color: #000;
}

/* footer styles */

footer {
	font-family: 'Source Sans Pro', 'sans-serif', 'Helvetica Neue', Helvetica,
		Arial;
	background-color: #295fa6;
	font-size: 16px;
}

footer .footer-container {
	display: block;
	padding: 30px;
	font-size: 62.5%;
}

footer * {
	margin: 0 !important;
}

footer .footer-row {
	display: block;
}

footer .footer-col {
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	margin-top: 20px !important;
	padding: 20px 15px 0 15px;
}

footer .footer-col a {
	color: #fff;
}

footer .footer-col p {
	line-height: 1.3em;
}

footer .footer-col p:not(:first-of-type) {
	margin-top: 10px !important;
}
