@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	background-color: #ffffff;
	color: #666;
	font-family: 'Raleway', sans-serif;
	margin-top: 90px;
}

h1 {
	color: #000;
	font-weight: 600;
}
h4 {
	color: #1B4388;
}


.heading {
	font-weight: 500;
	font-size: 1.2em;
	color: #fff;
	background-color: #1D4387;
	padding: 5px 15px;
}

.heading-alt {
	font-weight: 600;
	font-size: 1.2em;
	color: #1D4387;
	background-color: #fff;
	border: 1px solid #1D4387;
	padding: 5px 15px;
}

.latest-container {
	border-left: 1px dashed #EA1C2D;
	margin-top: 3em;
}


a.btn-bluewhite, a.btn-bluewhite:link,
a.btn-bluewhite:visited,
a.btn-bluewhite:active {
	font-weight: 400;
	font-size: 1.1em;
	color: #1D4387;
	background-color: #fff;
	border: 1px solid #1D4387;
	padding: 5px 15px;
	text-decoration: none;
}

a.btn-bluewhite:hover {
	color: #fff;
	background-color: #1D4387;
}



@media screen and (max-width: 668px) {
	h1,h4 {
		font-size: 1.5em;
	}

	.latest-container {
		border-left: none;
	}
	.navbar-brand img {
		max-width: 185px;
	}

}

/* @media screen and (max-width: 321px) { */
@media screen and (max-width: 420px) {

}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link {
	color: #407BBF;
	font-weight: 500;
	font-size: 0.9em;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link:focus{
	background-color: #fff;
	color: #2F5FE7;
	border-radius: 5px;
}

.navbar-light .navbar-nav .nav-item.show .dropdown-toggle {
	color: #efefef;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(128, 128, 128, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border-color: #f5f5f5;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1B4388;
}


.position-relative {
	padding-top: 55px;
	z-index: -1
}

/* expanded menu */
.dropdown-menu {
	background-color: #f5f5f5;
}
.navbar-collapse.collapsing .nav-link,
.navbar-collapse.show .nav-link{
	color: #1D4387;
}
.navbar-collapse.collapsing .nav-link:focus,
.navbar-collapse.collapsing .nav-link:hover,
.navbar-collapse.show .nav-link:focus,
.navbar-collapse.show .nav-link:hover{
	color: #1D4387;
}
.navbar-collapse.collapsing .active>.nav-link,
.navbar-collapse.show .active>.nav-link{
	font-weight: bold;
	background: none;
}
.navbar-light .navbar-nav .nav-item.show .dropdown-toggle {
	color: #BBC9DE;
/* 	color: #526CA2; */
}
.navbar-collapse.show .nav-item.show .dropdown-toggle {
	color: #526CA2;
}


.navbar-light .navbar-collapse.collapse.show,
.navbar-light .navbar-collapse.collapsing {
/* 	background-color: #ffffff; */
	background-color: none;
}

.navbar-light .dropdown-menu {
	border: none;
}

.boxshadow {
	-webkit-box-shadow: -1px 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: -1px 1px 1px 3px rgba(0,0,0,0.2);
}


blockquote {
  background: #F6F8F9;
  border-left: 10px solid #1D4387;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
}
blockquote:before {
  color: #1D4387;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}


video:focus {
    outline: 0 !important;
}




.radio-border, .radio-border-active {
	width: 150px;
	padding: 5px;
	border: 2px solid #f0f0f0;
	border-radius: 5px;
	cursor: pointer;
}
.radio-border-active {
	border: 2px solid #28A845;
}

.white-border {
	border: 1px solid #ffffff;
}

.error-border {
	border-color: #e11;
}


.text-blue {
	color: #1B4388;
}
.text-underline {
	text-decoration: underline;
}
.text-bold {
	font-weight: 700;
}

.mb-1 {
	margin-bottom: 1em;
}
.mb-2 {
	margin-bottom: 2em;
}

/**
 * Used on contact page
 */
#accordionEx .card {
	background-color: transparent;
	/* border: none; */
	/* border-bottom: 1px solid #efefef; */

}
#accordionEx .card-header {
	/* background-color: transparent; */
}
#accordionEx a:hover {
	text-decoration: none;
}
#accordionEx a.collapsed div i {
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


a.btn-arrow {
	color: #1B4388;
	font-weight: 500;
	margin-top: 0;
	/* border: 1px solid #EA1C2D; */
	padding: 10px 5px;
}
a.btn-arrow:hover {
	text-decoration: none;
	background-color: #1B4388;
	color: #fff;
}

.bullet-text {
	margin-left: 3em;
	font-size: 2em;
}

.heading-on-blue {
	background-color: #1B4388;
	color: #fff;
	font-size: 2em;
	font-weight: 500;
	padding: 5px 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

@media (max-width: 575.98px) {
	.bullet-text {
		margin-left: 0;
		font-size: 1.5em;
	}

	.heading-on-blue {
		font-size: 1.5em;
	}

	h2 {
		font-size: 1.5em;
		font-weight: 600;
	}

	footer {
		font-size: 0.9em;
	}
}


.carousel-indicators li {
	/* background-color: #EA1C2D; */
	background-color: #ffffff;
	border: 1px solid #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}


.btn-blue {
	border-color: #1B4388;
	background-color: #ffffff;
	color: #1B4388;
}
.btn-blue:hover {
	background-color: #1B4388;
	color: #ffffff;
}

.btn-blue-reverse {
	border-color: #1B4388;
	background-color: #1B4388;
	color: #ffffff;
}
.btn-blue-reverse:hover {
	background-color: #ffffff;
	color: #1B4388;
}

/* Change color value of the "fill" attributes below (fill: #your-color) */
svg#spinner-lava #collapse-1 {
	fill: dodgerblue;
	animation: scaling 1.5s ease-in-out 2s infinite both;
}
svg#spinner-lava #collapse-2 {
	fill: #7AA2D6;
	animation: scaling 2s ease 0.5s infinite both;
}
svg#spinner-lava #collapse-3 {
	fill: #ffb400;
	animation: scaling 2.5s ease-in 0s infinite both;
}
svg#spinner-lava #collapse-4 {
	fill: #2745ae;
	animation: scaling 2s ease-in 1s infinite both;
}
@keyframes scaling {
	0%, 100% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 0.7;
	}
}
svg#spinner-lava * {
transform-origin: center;
}

.table-chl {
	border-radius: 5px;
	font-size: 0.9em;
}
.table-chl tr:first-child th {
	vertical-align: bottom;
	background-color: #407BBF;
	color: #ffffff;
	text-align: center;
}

.table-chl tr:not(:first-child) td:first-child {
	vertical-align: top;
	background-color: #B0C8E8;
	color: #000000;
}


#pinContainer {
	width: 100%;
	height: 860px;
	overflow: hidden;
	position: relative;
	margin-bottom: 100px;
}
.panel {
	height: 600px;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	top: 2em;
}
.panel-one {
	position: sticky;
}

.panel h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	/* cursor: pointer; */
	color: #1B4388;
	font-weight: 600;
}

.circlezoom {
	position: relative;
}
.circlezoom img {
	width: 0px;
	border: 4px solid #1B4388;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


@media (max-width: 575.98px) {
	#pinContainer {
		max-height: 550px;
	}
	#pinContainer .container {
		padding: 0px;
	}
	.panel {
		font-size: 0.8em;
		height: 300px;
	}

	.panel h2 {
		line-height: 33px;
	}

	.panel img {
		/* max-height: 64px;
		margin-left: 80px; */
		display: none;

	}
}


ul.chev {
	list-style : none;
}

ul.chev li::before {
	content: "\f101";
	font-family: "FontAwesome";
	padding: 0 10px 0 0;
	margin-left : -1.5em;
}

a.link-grey {
	color: #B0C8E8;
}
a.link-grey:hover {
	color: #fff;
}

.book-container {
	border-top: 2px solid #407BBF;
	border-right: 2px solid #B0C8E8;
	border-bottom: 2px solid #B0C8E8;
	border-left: 2px solid #407BBF;
	border-radius: 5px;
	display: inline-block;
	padding: 0.5em 1em;
	font-size: 1.2em;
	font-weight: 500;
}

.new-on-blue {
	font-weight: 600;
	background-color: #fefefe;
	color: #1B4388;
	padding: 2px 3px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 0.9em;
}