/*
 Theme Name:   UKNQTP
 Description:  Bootstrap Basic 4 Child Theme
 Author:       Sean Terry
 Template:     bootstrap-basic4
 Version:      1.0.0
 Text Domain:  uknqtp
*/

/*
Blue = rgb(0, 75, 139) = #004b8b
70% Blue = rgba(0, 75, 139, 0.7) = #4c75ac
Mid-blue = rgb(129, 152, 196) = #8198c4
30% Mid-blue = rgba(129, 152, 196, 0.3) = #d8deee
10% Mid-blue = rgba(129, 152, 196, 0.1) = #f2f4fa
Orange = rgb(239, 125, 0) = #ef7d00
Bright green = rgb(175, 202, 11) = #afca0b
Light grey = rgb(189, 188, 188) = #bdbcbc
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 100% !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
@media (min-width: 768px) {
	.container, .container-md, .container-sm {
		max-width: 100% !important;
	}
}
@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100% !important;
	}
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

body {
	position: relative;
	background-color: #d8deee !important;
	background: url('/wp-content/themes/uknqtp/assets/img/quantum-background2.png') repeat-y fixed center;
	min-width: 360px;
}

.uknqtp body {
	color: #505050;
	font-family: "Roboto", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height: 1.25;
}

.uknqtp .h1,
.uknqtp h1 {
	font-size: 36px;
	font-size: 2.25rem;
	margin-top: 20px;
	margin-bottom: 30px;
}

.uknqtp .h2,
.uknqtp h2 {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 20px;
	padding-top: 10px;	
}

.uknqtp .h3,
.uknqtp h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	margin-bottom: 20px;	
}

.uknqtp .h4,
.uknqtp h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;	
	margin-bottom: 1rem;
}	

.uknqtp .h5,
.uknqtp .h6, 
.uknqtp h5,
.uknqtp h6 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.uknqtp body {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.3157894737;	
	}
	.uknqtp .h1,
	.uknqtp h1 {
		font-size: 48px;
		font-size: 3rem;
	}
	.uknqtp .h2,
	.uknqtp h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	.uknqtp .h3,
	.uknqtp h3 {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.uknqtp .h4,
	.uknqtp h4,
	.uknqtp .h5,
	.uknqtp .h6, 
	.uknqtp h5,
	.uknqtp h6 {
		font-size: 19px;
		font-size: 1.1875rem;
	}
	.uknqtp p {
		margin-bottom: 20px;
	}
}

.uknqtp hr {
	margin-top: 40px;
	margin-bottom: 30px;
	border-top: 3px solid rgba(175, 202, 11, 0.3);
}

img {
	max-width: 100%;
	height: auto;
}

.alignright,
.alignleft {
	margin-bottom: 0.5em;
}

@media (max-width: 499px) {
	figure.alignright,
	figure.alignleft,
	.alignright.size-medium,
	.alignleft.size-medium,
	.alignleft.size-large,
	.alignright.size-large {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	figure.alignright img,
	figure.alignleft img {
		width: 100% !important;
	}
	.published-date1 {
		display: none;
	}
}

@media (min-width: 500px) {
	.alignright.size-medium,
	.alignleft.size-medium,
	.alignleft.size-large,
	.alignright.size-large,
	figure.alignright,
	figure.alignleft {
		max-width: 50% !important;
	}
	.published-date2 {
		display: none;
	}
}

.wp-caption {
	border: 0;
}

.wp-caption img[class*="wp-image-"] {
	max-width: 100%;
}

.wp-caption .wp-caption-text,
.video-caption {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: left;
	margin: 10px 0;
}

@media (min-width: 768px) {
	.wp-caption .wp-caption-text,
	.video-caption {
		font-size: 16px;
		font-size: 1rem;
	}
}

.entry-header a,
.entry-content a {
	color: #0056b3;
	text-decoration: underline;
}

.card-deck a {
	color: #0056b3;
}

.entry-header a:hover,
.entry-header a:focus,
.entry-content a:hover,
.entry-content a:focus,
.card-deck a:hover,
.card-deck a:focus {
	color: #0056b3;
	text-decoration: none;
	box-shadow: 0 3px #0056b3;
	outline: none;
}

.entry-header a:focus,
.entry-content a:focus,
.card-deck a:focus {
	box-shadow: 0 3px #007bff;
}

@media (min-width: 768px) {
	.entry-header a:hover,
	.entry-content a:hover,
	.card-deck a:hover {
		box-shadow: 0 4px #0056b3;
	}
	.entry-header a:focus,
	.entry-content a:focus,
	.card-deck a:focus {
		box-shadow: 0 4px #007bff;
	}
}

.entry-content ul {
	list-style-type: square;
	padding-left: 20px;
}

@media (min-width: 576px) {
	.entry-content ul {
		padding-left: 40px;
	}
}

.entry-content li {
	padding-bottom: 5px;
}

.list-group {
	margin: 30px -15px;
	padding-left: 0 !important;
}

@media (min-width: 576px) {
	.list-group {
		margin: 30px -20px;
	}
}

li.list-group-item {
	padding: .75em 1.25em;
}

.list-group-item h3 {
	margin-top: 15px;
}

.partner-logo {
	max-width: 45%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.partner-logo.float-left {
	margin-right: 30px;
}

.partner-logo.float-right {
	margin-left: 30px;
}

@media (max-width: 400px) {
	.partner-logo {
		width: 100%;
		max-width: none;
		float: none;
		text-align: center;
		margin: 10px 0 30px 0;
	}
	.partner-logo img {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) {
	.partner-logo {
		max-width: 200px;
	}
}

@media (min-width: 768px) {
	.partner-logo {
		max-width: 245px;
	}
}

@media (min-width: 1400px) {
	.row.overflow-left {
		margin-left: -125px;
	}
	.row.overflow-right {
		margin-right: -125px;
	}
	.row.overflow-left .overflow-outline {
		background-image: linear-gradient(to right, rgba(129, 152, 196, 1), #f8f9fa, #f8f9fa, #f8f9fa);
		height: fit-content;
	}
	.row.overflow-right .overflow-outline {
		background-image: linear-gradient(to left, rgba(129, 152, 196, 1), #f8f9fa, #f8f9fa, #f8f9fa);
		height: fit-content;
	}
	.row.overflow-left .overflow-outline img,
	.row.overflow-right .overflow-outline img {
		background: #f8f9fa;
		padding: 12px;
		margin-bottom: 16px;
	}
}

.event-meta {
	float: right;
	clear: right;
	background: rgb(0, 75, 139);
	color: #fff;
	padding: 8px 12px 3px 12px;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	width: 300px;
	max-width: 100%;
}

.neg-mt {
	margin-top: -0.5em;
}	

@media (max-width: 499px) {
	.neg-mt {
		margin-top: -1em;
	}
}
.event-meta i {
	display: table-cell;
	width: 22px;
	text-align: center;
}

.event-meta span {
	display: table-cell;
	padding: 0 0 5px 5px;
}

.case-study-badge,
.results-found {
    background-color: rgb(0, 75, 139);
    color: #fff !important;
    padding: 5px 10px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0 !important;
}

.results-found {
	margin-bottom: 30px !important;
}

.case-study-meta {
	float: right;
	clear: right;
	background: rgb(0, 75, 139);
	color: #fff;
	padding: 10px 12px 2px 12px;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	width: 570px;
	max-width: 100%;
}

.case-study-meta div {
	margin-bottom: 10px;
}

.case-study-meta dt {
	font-weight: 800;
	display: inline;
	padding-right: 10px;
}

.case-study-meta dd {
	display: inline;
}

.no-js .back-button {
	display: none;
}

.back-button {
	float: right;
	position: relative;
	display: table-cell;
	color: #fff;
	padding: 0;
}	

.back-button a {
	display: block;
	padding: 5px 10px 5px 8px;
	background-color: rgb(0, 75, 139);
	color: #fff !important;
	text-decoration: none;
}

.back-button a:before {
	content: '';
	display: inline-block;
	border-top: transparent solid 6px;
	border-bottom: transparent solid 6px;
	border-right: 10px solid #fff;
	margin-right: 7px;
}

@media screen and (min-width: 768px) {
	.back-button a:before {
		border-top: transparent solid 7px;
		border-bottom: transparent solid 7px;
		border-right: 12px solid #fff;
	}
}

.back-button a:hover,
.back-button a:focus {
	background-color: rgb(239, 125, 0);
	text-decoration: none;
	outline: none;
}

/* Header styles */

.skip-to-content:focus, 
.skip-to-content:active {
	display: inline-block;
	background: rgba(239, 125, 0, 0.3);
	border: 2px solid rgb(239, 125, 0);
	color: #000;
	font-weight: bold;
	padding: 5px 10px;
	outline: none;
}

.logo {
	max-width: 400px;
	transition: max-width 0.4s;
}

.home .logo {
	max-width: 100%;
}

@media (max-width: 575px) {
	.home .logo {
		max-width: 330px !important;
	}
	.search-container {
		width: 100%;
		padding-left: 80px;
	}
}

.logo:focus {
	outline: 2px solid rgb(0, 75, 139);
	outline-offset: -5px;
}

.page-header-right {
	padding-top: 1rem;
}

.search-container {
	float: right;
}

@media (min-width: 576px) {
	.page-header-right {
		padding-top: 3rem;
	}
}

@media (min-width: 768px) {
	.page-header-right .widget_search {
		width: 300px;
	}
}

.btn-secondary.btn-quantum {
	background-color: rgb(0, 75, 139);
	border-color: rgb(0, 75, 139);
}

.btn-secondary.btn-quantum:hover,
.btn-secondary.btn-quantum:focus {
	background-color: rgb(230, 118, 0);
	border-color: rgb(230, 118, 0);
	box-shadow: none;
}

.widget_search .form-control {
	z-index: 10;
}

.widget_search .form-control:focus {
	border-color: rgb(239, 125, 0);
    box-shadow: inset 0 0 0 0.2rem rgba(239, 125, 0, 0.3);	
}

.top-navbar {
	padding: 0.5rem 0 !important;
	border-bottom: 10px solid rgb(175, 202, 11);
}

.navbar-light .navbar-toggler {
	background: #fff;
}

#bootstrap-basic4-topnavbar {
	position: relative;
}

.nav-bar {
	background: rgba(129, 152, 196, 0.3);
	position: absolute;
	width: 30px;
	top: 0;
	left: 13px;
	bottom: 40px;
	z-index: -1;
}

@media (min-width: 992px) {
	#bootstrap-basic4-topnavbar {
		position: static;
	}
	.nav-bar {
		height: 20px;
		background: rgba(129, 152, 196, 0.3);
		position: absolute;
		width: 900px;
		top: 18px;
		left: calc(50% - 450px);
		bottom: unset;
		border-radius: 4px;
		z-index: -1;
	}

	#bb4-primary-menu {
		justify-content: center !important;
	}

	#bb4-primary-menu .menu-item,
	#bb4-primary-menu a {
		margin: 0 10px !important;
	}
}

#bb4-primary-menu a {
	display: block;
	font-size: 20px;
	font-size: 1.2rem;
	font-weight: 500;
	color: rgb(0, 75, 139);	
	background: #f2f4fa;
	padding: 10px 20px;
	margin-top: 7px;
	border: 1px solid rgba(129, 152, 196, 0.3);
}

.top-navbar {
	margin-top: 1rem;
	padding-bottom: 15px !important;
}

@media (max-width: 575px) {
	.top-navbar {
		margin-top: -47px;
	}
	
	#bb4-primary-menu .menu-item:first-of-type {
		margin-top: 7px;
	}
}

@media (min-width: 992px) {
	#bb4-primary-menu a {
		border: 2px solid rgb(129, 152, 196);
		border-radius: 4px;
		transition: 0.2s;
		padding: 4px 10px 6px 10px;
	}

	#bb4-primary-menu a:before {
		content: " ";
		border: 2px solid rgba(0, 75, 139, 0.7);
		border-radius: 2px;
		width: 40px;
		height: 20px;
		position: absolute;
		top: -50px;
		background: rgb(0, 75, 139);
		transition: 0.2s;
	}

	#bb4-primary-menu .menu-item:nth-last-child(1) a:before {
		right: 50px;
	}
	#bb4-primary-menu .menu-item:nth-last-child(2) a:before {
		right: 100px;
	}
	#bb4-primary-menu .menu-item:nth-last-child(3) a:before {
		right: 150px;
	}
	#bb4-primary-menu .menu-item:nth-last-child(4) a:before {
		right: 200px;
	}
	#bb4-primary-menu .menu-item:nth-last-child(5) a:before {
		right: 250px;
	}
	#bb4-primary-menu .menu-item:nth-last-child(6) a:before {
		right: 300px;
	}

	#bb4-primary-menu .current-menu-item a:before,
	#bb4-primary-menu .current-page-ancestor a:before{
		border-color: rgba(0, 75, 139, 0.7);
		background: rgba(0, 75, 139, 0.3);
	}

	#bb4-primary-menu a:hover:before,
	#bb4-primary-menu a:focus:before {
		border-color: rgb(129, 152, 196);
		background: rgba(129, 152, 196, 0.1);
	}
}

#bb4-primary-menu .current_page_item a,
#bb4-primary-menu .current-page-ancestor a,
#bb4-primary-menu .current-menu-item a {
	border-color: rgba(0, 75, 139, 0.7);
	background: #4c75ac;
	color: white;
}

#bb4-primary-menu a:hover,
#bb4-primary-menu a:focus {
	border-color: rgba(0, 75, 139, 0.7);
	background: rgb(0, 75, 139);
	color: white;
	outline: none;
	text-decoration: none;
}

.uknqtp #main .post,
.uknqtp #main .page {
	border: none;
	overflow: unset;
	padding: 0;
}

.uknqtp #main .post .entry-header .entry-meta,
.uknqtp p.published-date {
    color: #505050;
    font-size: 14px;
    font-size: .875rem;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.uknqtp #main .post .entry-header .entry-meta,
	.uknqtp p.published-date {
		font-size: 16px;
		font-size: 1rem;
	}
}

.published-date2 {
	clear: both;
	padding-top: 10px;
}

.uknqtp .contents-links {
	list-style-type: none;
	padding-left: 15px;
}

.uknqtp .contents-links i {
	display: table-cell;
	padding-right: 6px;
}

.uknqtp .contents-links a {
	display: table-cell;
	max-width: 90%;
}

.uknqtp .contents-links a:hover,
.uknqtp .contents-links a:focus {
	box-shadow: none;
}

.uknqtp .contents-links a span {
	display: inline;
}
	
.uknqtp .contents-links a:hover span {
	box-shadow: 0 4px #0056b3;
}

.uknqtp .contents-links a:focus span {
	box-shadow: 0 4px #007bff;
}

/* Breadcrumb styles */

.uknqtp-breadcrumbs-list {
	list-style-type: decimal;
	margin: 20px 0 0 0;
    padding: 0 2px;
    font-size: 0.9rem;
    line-height: 20px;
}

.uknqtp-breadcrumbs-list-item {
	position: relative;
	display: inline;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 16px;
}

.uknqtp-breadcrumbs-list-item:first-child {
	margin-left: 0;
	padding-left: 0;
}

.uknqtp-breadcrumbs-list-item:not(:first-child):before {
	content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: initial;
    left: -3.31px;
    width: 7px;
    height: 7px;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid;
    border-width: 1px 1px 0 0;
    border-color: #626a6e;
}

.uknqtp-breadcrumbs-list-item a {
	color: #0056b3;
	text-decoration: underline;
}

.uknqtp-breadcrumbs-list-item a:hover,
.uknqtp-breadcrumbs-list-item a:focus {
	text-decoration: none;
	box-shadow: 0 3px #0056b3;
    outline: none;
}

.uknqtp-breadcrumbs-list-item a:focus {
	box-shadow: 0 3px #007bff;
}

.uknqtp-breadcrumbs-list-item:last-child {
	font-weight: bold;
}

/* In-page nav styles */

.uknqtp-in-page-nav-container {
	position: relative;
	margin-bottom: 40px;
}

.uknqtp-in-page-nav div {
	padding-bottom: 10px;
}

.uknqtp-in-page-nav a {
	display: block;
	text-align: center;
	text-decoration: none !important;
	background: #f2f4fa;
	background: #4c75ac;
	color: #fff;
	border: 2px solid rgb(129, 152, 196);
	border-color: rgba(0, 75, 139, 0.7);
	border-radius: 4px;
	padding: 8px 25px;
	transition: 0.2s;
}

.uknqtp-in-page-nav i.fa {
	position: absolute;
	right: 6%;
	top: calc(50% - 14px);
}

@media (min-width: 768px) {
	.uknqtp-in-page-nav div {
		padding: 0 10px;
		max-width: 300px;
	}

	.uknqtp-in-page-nav div:first-of-type {
		padding-left: 15px;
	}

	.uknqtp-in-page-nav div:last-of-type {
		padding-right: 15px;
	}
	
	.uknqtp-in-page-nav a {
		display: flex;
		flex-direction: column;
		height: 100%;
		line-height: 1.2;
		justify-content: center;
		padding: 5px 5px 18px 5px;
		min-height: 71px;
	}
	
	.uknqtp-in-page-nav i.fa {
		top: unset;
		right: unset;
		bottom: 4px;
		left: calc(50% - 6px);
	}
}

.uknqtp-in-page-nav a:hover,
.uknqtp-in-page-nav a:focus {
	border-color: rgba(0, 75, 139, 0.7);
    background: rgb(0, 75, 139);
	border-color: rgba(0, 0, 0, 0.7);
	background: #000;
    color: #fff;
    outline: none;
	box-shadow: none;
}

.in-page-nav-bar {
	background: rgba(129, 152, 196, 0.3);
	position: absolute;
	width: 94%;
	top: 20px;
	bottom: 20px;
	left: 3%;
	border-radius: 4px;
	z-index: -1;
}

@media (min-width: 768px) {
	.in-page-nav-bar {
		top: 20%;
		bottom: 20%;
	}
}

.uknqtp-section {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border: 1px solid #000;
	margin-bottom: 40px;
	overflow: hidden;
}

.uknqtp-section hr {
	clear: both;
	border-top: 1px solid rgba(0,0,0,.125);
	margin-left: -15px;
	margin-right: -15px;
}

.uknqtp-section h2 {
	background: #000 url('/wp-content/themes/uknqtp/assets/img/heading-bg4.png') no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	text-shadow: 0 0 8px #000;
	padding: 30px 30px 31px 30px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 25px;
}

.uknqtp-section.v2 h2 {
	background: #000 url('/wp-content/themes/uknqtp/assets/img/heading-bg5.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

@media (min-width: 520px) {
	.uknqtp-section.v2 h2 {
		background-position: right center;
	}
}

.uknqtp-section .list-group {
	border-radius: 0;
}

@media (min-width: 576px) {
	.uknqtp-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.uknqtp-section hr {
		margin-left: -20px;
		margin-right: -20px;
	}
	.uknqtp-section h2 {
		margin-left: -20px;
		margin-right: -20px;
	}
}

/* Home page and about us styles */

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
	opacity: 0;
  }
  33% {
	transform: translateX(-100%);
	opacity: 0;
  }
  100% {
    transform: translateX(0);
	opacity: 1;
  }
}

@-webkit-keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
	opacity: 0;
  }
  33% {
	transform: translateX(-100%);
	opacity: 0;
  }
  100% {
    transform: translateX(0);
	opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
	transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 0.85;
	transform: scale(1, 1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.85;
  }
}

.hero-image-container {
	overflow: hidden;
}

.slogon {
    position: absolute;
    top: 5%;
    left: 25px;
	right: 25px;
    color: #fff;
    text-shadow: 0 0 5px #666;
	animation: 3s ease-out 0s 1 slideInFromLeft;
	-webkit-animation: 3s ease-out 0s 1 slideInFromLeft;
}

.scroll-down {
	position: absolute;
	left: calc(50% - 24px);
	color: rgba(255, 255, 255, 0.6);
	font-size: 2.5em;
	bottom: 40px;
	line-height: 1;
	height: 48px;
	transition: 0.5s;
}

.scroll-down:hover,
.scroll-down:focus {
	color: rgba(255, 255, 255, 1);
	height: 54px;
	bottom: 34px;
	padding-top: 6px;
}

.about-image-container {
	overflow: hidden;
	position: relative;
	height: 400px;
}

@media (max-width: 920px) {
	.about-image-container {
		height: calc((100vw - 40px) * .465);
	}
}

.img-overflow {
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	margin: auto;
	height: 100%;
	max-width: none;
}

.img-overlay {
	position: absolute;
	animation: fadeIn 5s forwards; 
	-webkit-animation: fadeIn 5s forwards;
}

@media (min-width: 576px) {
	.slogon {
		font-size: 2rem !important;
		left: 30px;
		right: 30px;
	}
}

@media (min-width: 768px) {
	.slogon {
		font-size: 2.5rem !important;
	}
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe,
.videoWrapper .mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.w300 {
	width: 300px;
}

.w450 {
	width: 450px;
}

.vimeoAlt {
	padding-bottom: 51.25% /* KTN Vimeo format */
}

.left-triangle {
	border-top: 135px solid transparent;
	border-bottom: 135px solid transparent;
	border-left: 155px solid rgb(175, 202, 11);
}

.right-triangle {
	border-top: 135px solid transparent;
	border-bottom: 135px solid transparent;
	border-right: 155px solid rgb(239, 125, 0);
}

.orange-white {
	margin-left: -15px;
	margin-right: -15px;
	height: 10px;
	background-image: linear-gradient(to right, rgb(239, 125, 0), white);
}

.blue-green {
	margin-left: -15px;
	margin-right: -15px;
	height: 10px;
	background-image: linear-gradient(to right, rgb(0, 75, 139), rgb(175, 202, 11));
}

.blue-block {
	background-color: rgb(0, 75, 139);
	margin-left: -15px;
	margin-right: -15px;
	padding: 5px 25px 0 25px;
	color: white;
}

.blue-block h2 {
	margin-left: -5px;
}

.orange {
	color: #f7ad64;
}

.green {
	color: #cada6b;
}

.achieve-icon {
	max-width: 200px !important;
	max-height: 125px;
}

@media (max-width: 991px) {
	.achieve-icon {
		max-width: none !important;
	}	
}

@media (max-width: 575px) {
	.achieve-icon {
		max-width: 200px !important;
		max-height: 175px;
	}
	
	.blue-block p {
		text-align: center;
	}
}

@media (max-width: 991px) and (min-width: 576px) {
	.home .card:last-of-type {
		display: none;
	}
}

.label {
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: white;
	width: 64px;
	padding: 2px;
	text-align: center;
	border: 1px solid #999;
	display: none;
}

.card-body {
	padding: 1.25rem 1rem;
}

h3.card-title {
	line-height: 1.3;
}

@media (min-width: 768px) {
	h3.card-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.card-footer {
	background-color: rgb(0, 75, 139) !important;
	color: #fff;
}

.card-footer.news {
	background-color: rgba(0, 75, 139, 0.7) !important;
}

.card-nqtp {
	border: 3px solid rgba(175, 202, 11, 0.3) !important;
}

.card-nqtp .card-title {
	padding-top: 0;
}

.sub-menu {
	width: 100%;
	margin-bottom: 20px;
}

.sub-menu .card-header {
	background-color: #f2f4fa;
}

.sub-menu ul {
	padding-left: 20px;
	margin-bottom: 0 !important;
}

@media (min-width: 576px) {
	.sub-menu {
		min-width: 225px !important;
		width: 30%;
		margin-left: 20px;
	}
}

/* Footer styles */

footer {
	border-top: 10px solid rgb(239, 125, 0);
	font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
}

.bottom-logos div {
	padding: 20px 50px;
}

@media (max-width: 991px) {
	.bottom-logos div {
		padding: 20px 30px;
	}
}

@media (max-width: 767px) {
	.bottom-logos div {
		padding: 10px 16px;
	}
	.bottom-logos a {
		outline-offset: 5px;
	}
}

.bottom-logos a {
	height: 100%;
	display: flex;
	outline: 2px solid transparent;
	outline-offset: 10px;
	transition: outline 0.4s;
	min-height: 69px;
}	

@media (min-width: 460px) {
	.bottom-logos a {
		min-height: 93px;
	}
}

@media (min-width: 576px) {
	.bottom-logos a {
		min-height: 127px;
	}
}

@media (min-width: 768px) {
	.bottom-logos a {
		min-height: 150px;
	}
}

@media (min-width: 992px) {
	.bottom-logos a {
		min-height: 160px;
	}
}

.bottom-logos a img {
	margin: auto 0;
}

.bottom-logos a:hover,
.bottom-logos a:focus {
	outline: 2px solid black;
}

.footer-block {
	background: rgb(0, 75, 139);
	background: linear-gradient(180deg, rgb(0, 75, 139), rgb(0, 65, 120));
	border-top: 10px solid rgb(175, 202, 11);
	padding: 35px !important;
}

@media (max-width: 1200px) {
	.footer-block {
		margin-left: -30px !important;
		margin-right: -30px !important;
		width: calc(100% + 60px) !important;
		max-width: none !important;
		padding-bottom: 55px !important;
	}
}

@media (max-width: 575px) {
	.footer-block {
		margin-left: -15px !important;
		margin-right: -15px !important;
		width: calc(100% + 30px) !important;
		max-width: none !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

.footer-block h2 {
	color: #fff;
	font-size: 28px !important;
	font-size: 1.75rem !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #bdbcbc;
}

.bottom-menu-container {
	border-bottom: 1px solid #bdbcbc;
}

.bottom-menu .menu-item {
	padding: 10px 0;
	margin-right: 25px;
}

.bottom-menu a,
.bottom-details a {
	color: #fff;
	padding: 0.5rem 0;
}

.bottom-menu a {
	font-weight: 500;
}

.bottom-menu a span {
	box-shadow: 0 2px transparent;
	transition: 0.2s; 
}

.bottom-details {
	color: #fff;
	font-weight: 500;
}

.disclaimer {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 8px 0 !important;
}

.bottom-menu a:hover,
.bottom-menu a:focus,
.bottom-details a:hover,
.bottom-details a:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}

.bottom-menu a:hover span,
.bottom-menu a:focus span,
.bottom-details a:hover span,
.bottom-details a:focus span {
	box-shadow: 0 2px #fff;
}

.copyright,
.contact-us {
	text-align: left;
}

@media (min-width: 768px) {
	.contact-us {
		text-align: right;
	}
}

/* Pagination */

.pagination-nav {
    margin-top: 30px;
    font-weight: 700;
}

.page-numbers {
	display: inline-block;
	padding: 10px;
	min-width: 40px;
	margin-right: 2px;
	margin-bottom: 6px;
	text-align: center;
	background-color: rgba(189, 188, 188, 0.3);
}

.prev:before {
	content: '';
    display: inline-block;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
    border-right: #0056b3 solid 9px;
    margin-right: 7px;
}
	
.prev:hover:before,
.prev:focus:before {
	border-right: #fff solid 9px;
}

.current {
    background-color: #004b8b;
    color: #fff;
    border-radius: 0;
}

.next:after {
	content: '';
    display: inline-block;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
    border-left: #0056b3 solid 9px;
    margin-left: 7px;
}
	
.next:hover:after,
.next:focus:after {
	border-left: #fff solid 9px;
}
	
a.page-numbers {
	color: #0056b3;
	text-decoration: underline;
}
	
a.page-numbers:hover,
a.page-numbers:focus {
	background-color: rgb(230, 118, 0);
	color: #fff;
    border-radius: 0;
	text-decoration: none;
	outline: none;
}

/* Cookie Control */

#ccc {
	bottom: 0;
}

#ccc a {
	text-decoration: underline;
}

#ccc #ccc-icon:hover #star path,
#ccc #ccc-icon:focus #star path {
    fill: #e07400 !important;
}

#ccc .checkbox-toggle-input {
    opacity: 1 !important;
}

#ccc .checkbox-toggle-input:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #111125;
}
	
#ccc .checkbox-toggle-input:focus {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

#ccc .ccc-notify-button:hover,
#ccc .ccc-notify-button:focus,
#ccc #ccc-close:hover,
#ccc #ccc-close:focus {
    outline: 2px solid #fff !important;
	outline-offset: 2px;
}

#ccc .checkbox-toggle-on {
    background-color: #111125;
    opacity: 1 !important;
}
  
#ccc .checkbox-toggle-off {
    background-color: #111125;
    opacity: 1 !important;
    color: #bbb !important;
}
  
#ccc .checkbox-toggle-toggle {
	background-color: #e07400 !important;
}
  
@media screen and (max-width: 767px) {
    #ccc {
		position: absolute !important;
	}
	
	#ccc #ccc-icon {
		position: absolute;
	}
}
  
#ccc #ccc-statement a:hover,
#ccc #ccc-statement a:focus {
    text-decoration: none !important;
    box-shadow: 0 3px #fff !important;
}

#ccc #ccc-statement span.ccc-svg-element,
#ccc #ccc-info {
	display: none;
}

/* Ajax Load More */

.alm-load-more-btn.done {
	display: none !important;
}
