body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #404040;
}

a {
	color: #0079c2;
}

p {
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

header {
	background: #fff;
}

.header-wrapper {
	padding-top: 22px;
	padding-bottom: 22px;
}

.header-address,
.header-phone {
	font-weight: 700;
	display: block;
}

.header-address {
	font-size: 18px;
	color: #0079c2;
}

.header-phone {
	font-size: 36px;
	color: #063579;
	margin-bottom: 5px;
}

.social-media,
.header-search {
	display: inline-block;
}

.social-media {
	vertical-align: middle;
}

.social-media i {
	font-size: 34px;
	margin-right: 3px;
}

.facebook i {
	color: #3b5998;
}

.twitter i {
	color: #1da1f3;
}

.header-search {
	position: relative;
	margin-left: 8px;
}

.header-search i {
	position: absolute;
	font-size: 18px;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	color: #063579;
}

.header-search input {
	border: 1px solid #063579;
	margin-right: 0 !important;
	border-radius: 0;
	font-style: italic;
	padding-left: 32px;
}

.secondary-logo {
	max-width: 400px;
}

.navbar {
	background-color: #063579;
	padding-top: 0;
	padding-bottom: 0;
}

#google_translate_element {
	margin-bottom: 15px;
}

.active > .nav-link {
	background-color: #0079c2;
}

.navbar-nav .nav-link {}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px 20px !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 1);
	background-color: #0079c2;
}

.dropdown-menu {
	background-color: #063579;
	min-width: 200px;
	border-radius: 0;
	margin-top: -1px;
}

.dropdown-item {
	color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #ffffff;
	background-color: #0079c2;
}

.nav-link:hover {}

section {
	padding-bottom: 40px;
	line-height: 1.4em;
}

.parallax {
	background: url("../images/hero-image.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	position: relative;
	display: block;
	height: 500px;
	transition: 600ms ease;
}

.banner:after {
	content: "";
	width: 100%;
	display: block;
	height: 57px;
	background-image: url("../images/wave.png");
	position: relative;
	top: -25px;
}

.hero-caption {
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-size: 21px;
	line-height: 1.5em;
	display: none;
}

.hero-caption.active {}

.hero-caption h1 {
	font-size: 48px;
}

.hero-caption p {
	margin-bottom: 10px;
	font-size: 24px;
}

.btn-hero {
	display: inline-block;
	margin-top: 20px;
	font-weight: 700;
	background-color: #0079c2;
	color: #fff;
	padding: 13px 30px;
	border: 3px solid #fff;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	transition: 200ms ease;
}

.btn-hero:hover,
.btn-hero:active {
	color: #fff;
	background-color: #0da4ff;
	text-decoration: none;
}

.feature {
	margin-bottom: 40px;
}

.feature-title {
	font-size: 28px;
	font-weight: 700;
	color: #063579;
	margin-bottom: 15px;
}

.feature-description {
	min-height: 115px;
}

.feature-description h2 {
	font-weight: 700;
	font-size: 21px;
	color: #0079c2;
}

.btn-feature {
	margin-bottom: 30px;
}

.btn-feature,
.contact-form .btn,
.btn-topic {
	display: inline-block;
	font-weight: 700;
	background-color: #0079c2;
	color: #fff;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	transition: 200ms ease;
}

.btn-feature,
.btn-topic {
	padding: 12px 30px;
}

.btn-feature:hover,
.btn-feature:active,
.btn-topic:hover,
.btn-topic:active {
	color: #fff;
	background-color: #0da4ff;
	text-decoration: none;
}

.feature-separator {
	background: #e2e2e2;
	margin-top: 20px;
	height: 1px;
}

.main-content {
	line-height: 1.5em;
	padding-top: 40px;
	min-height: 450px;
}

.main-content h1 {
	font-size: 38px;
	font-weight: 700;
	color: #063579;
}

.main-content h3 {
	font-size: 24px;
	padding: 8px 0;
}

.btn-report-child {
	background-color: #0079c2;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 21px;
	display: inline-block;
	padding: 15px 35px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-bottom: 10px;
	transition: 200ms ease;
	position: relative;
	overflow: hidden;
}

.btn-report-child:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0da4ff;
}

.btn-report-child::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-color: #095d8f;
	height: 100%;
	width: 50px;
}

.btn-report-child span {
	color: #e6c617;
}

.btn-report-child .fa {
	position: absolute;
	font-size: 25px;
	right: 15px;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-caption {
	position: static;
	color: #3f3f3f;
	padding: 15px 0;
}

.col-md-3.cat {
	margin-bottom: 20px;
}

.carousel-caption p,
.video-caption {
	margin-bottom: 10px;
}

.carousel-indicators {
	position: absolute;
	display: block;
	right: 8px;
	top: 8px;
	margin: 0;
	left: auto;

}

.carousel-indicators li {
	border-radius: 50%;
	margin-bottom: 5px;
	width: 15px;
	display: block;
	height: 15px;
	border: 1px solid #888888;
	cursor: pointer;
}

.carousel-indicators .active {
	background-color: #0079c2;
	border: 1px solid #0079c2;
}

.video-caption {
	padding: 15px 0;
	text-align: center;
}


.downloads h2 {
	color: #063579;
	font-weight: 700;
	padding-bottom: 15px;
}

.links h2 {
	color: #063579;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 10px;
}


.downloads ul {
	padding-left: 0;
}

.downloads li {
	list-style-type: none;
	min-height: 50px;
	margin: 5px 0;
}

.download-info i {
	display: block;
	font-size: 24px;
}

.download-info {
	float: left;
	text-align: center;
	width: 70px;
	margin-right: 10px;
}

.downloads a {
	color: #0079c2;
}
.secondary-logos {
	text-align: center;
}
.secondary-logos img {
    max-height: 80px;
}

.secondary-logos a:not(:first-child) {
    margin-left: 25px;
}

footer {
	background-color: #063579;
	padding: 30px 0 20px;
	color: #fff;
}

.footer-logo,
.footer-nav {
	float: left;
}

.qr-code {
	float: right;
}

.footer-logo {
	margin-right: 30px;
}

.footer-nav ul {
	padding-left: 0;
}

.footer-nav li {
	display: inline;
	padding: 0 15px;
}

.footer-nav li:not(:last-child) {
	border-right: 1px solid #fff;
}

.footer-nav li:first-child {
	padding-left: 0;
}

.footer-nav a {
	font-weight: 700;
	color: #fff;
}

.footer-info span {
	display: block;
	padding-bottom: 14px;
}

.katron-strip {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #cacaca;
	padding: 12px 0;
	background-color: #0f213b;
}

.footer-accreditation {
	text-align: center;
	padding: 15px 0;
}

.footer-accreditation a:not(:first-child) {
	margin-left: 10px;
}

.main-content.home {
	padding-top: 0;
}


.map-responsive {
	overflow: hidden;
	padding-bottom: 400px;
	position: relative;
	height: 0;
	margin-bottom: 40px;

}

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

.google-maps {
	width: 100%;
	height: 300px;
}


.contact-info {
	margin-top: 20px;
}

.contact-info strong,
.contact-form p {
	color: #0079c2;
}

.contact-form p {
	margin-top: 20px;
	margin-bottom: 10px;
}

form h2 {
	margin-bottom: 20px;
	color: #063579;
}

.form-control {
	border-radius: 0;
	border: 1px solid #a5a5a5;
}

.form-group.start-date {
	margin-top: 5px;
}

.contact-child-detail {
	margin-top: 20px;
}

.contact-form .btn {
	padding: 10px 28px;
	cursor: pointer;
	margin-top: 20px;
}

.topic-heading h1 {
	margin-bottom: 8px;
}

.breadcrumb {
	background: none;
}

.topic {
	padding-bottom: 15px;
	padding-top: 15px;
	border: 1px solid #dcdcdc;
	margin: 0 0 15px;
}

.topic h2 {
	color: #063579;
}

.staff-member {
	margin-bottom: 40px;
}

.staff-member a:hover {
	text-decoration: none;
}

.staff-description {
	margin-top: 10px;
	line-height: 1em;
}

.staff-description span {
	font-style: italic;
}

.staff-member h2 {
	font-size: 21px;
	margin-bottom: 5px;
}

.staff-detail {
	margin-top: 10px;
}

.staff-detail > span {
	display: block;
	font-weight: 700;
}

.staff-detail span span {
	font-weight: 400;
}

.designation {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

search-result .gallery-list {
	margin-top: 10px;
}

.gallery-list h5 {
	margin-top: 10px;
}

.gallery-image {
	padding-left: 15px;
	padding-right: 15px;
}

.gallery-image > div {
	margin-bottom: 30px;
}

.search-result:first-child {
	margin-top: 30px;
}

.search-result {
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.search-result:not(:last-child) {
	border-bottom: 1px solid #e4e4;
}

.search-result h2 {
	font-size: 21px;
}

form label.error {
	color: #fd0b0b;
	margin: 5px 0 0 0;
	font-weight: 700;
	font-size: 14px;
}

.topic-summary {
	margin-bottom: 20px;
}

.videos p {
	margin-top:5px;
}

@media (min-width: 1200px) {
	body {
		padding-top: 223px;
	}
	header {
		position: fixed;
		top: 0;
		z-index: 16;
		width: 100%;
	}
	.footer-accreditation .container {
		max-width: 1200px;
	}
	.hero-caption {
		max-width: 1170px;
	}
	.diary-dates td:first-child {
		width: 420px;
	}
	.diary-dates td:nth-child(2) {
		width: 200px;
	}
	.diary-dates td:nth-child(3) {
		width: 250px;
	}

}

@media (max-width: 1024px) {
	.secondary-logo img {
		display: none;
	}
	.footer-logo {
		margin: 0;
	}

	.footer-logo,
	.footer-nav {
		float: none;
	}
	.footer-nav {
		margin-top: 15px;
	}
	footer {
		text-align: center;
	}
	.footer-accreditation img {
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.hero-caption {
		max-width: 720px;
		padding-right: 15px;
	}
	.topic h2 {
		margin-top: 15px;
	}
}

@media (max-width: 736px) {
	.logo {
		margin-bottom: 15px;
	}
	.hero-caption {
		max-width: 540px;
	}
	.header-wrapper {
		text-align: center;
	}

}