﻿@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

body {
	font-family: 'Source Sans Pro', sans-serif;
}
/*h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 0.875rem;
}

p {
    font-size: 1rem;
}*/

h1, h2 {
	color: #1f1f1f;
	font-weight: bold;
}

a {
	color: #1f1f1f!important;
	text-decoration: none!important;
}

.bodytext a {
	color: #003974 !important;
    border-bottom: 2px solid #facf17;
}

.bodytext a:hover {
    color: #facf17!important;
}

.email-link{
	text-decoration: underline!important;
}

/*img {
	width: 100%;
}
*/
.bodytext img {
    max-width: 100%;
}

.right-image {
    float: right;
    padding-left: 10px;
}

.left-image {
	float:left;
	padding-right:10px;
}

img.services-image {
	width: auto;
	border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.services-list .rounded

/* generic colour styles */
.colours-bk-white {
	background-color: #fff;
}

.colours-bk-grey {
	background-color: #f0f0f0;
}

.colours-bk-blue {
	background-color: #003770;
}

/* add additional generic colour classes above */

.cs-hidden {
	display: none;
	visibility: hidden;
}

.cs-shown {
	display: inherit;
	visibility: inherit;
}

/* header area */
.cs-rectangle {
    padding: 30px;
}

/*div.cs-rectangle h1 {
    font-weight: bold;
    padding-top: 20px;
}
*/
.cs-rectangle-left {
    padding-left: 60px;
}

.cs-rectangle-right {
    padding-right: 60px;
}

header {
	padding-left: 24px;
	padding-right: 24px;
}

.header-logo {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100%;
	max-width: 138px;
}

.cs-banner-image {
    padding-left: 0;
    padding-right: 0;
    display: inline-flex; /**this was added in to fix the issue of the related content left column which between 768 amd 991 would be higher due to the text than the image*/
}

.cs-banner-image img {
    width: 100%;
    /*min-height: 345px;*/
    object-fit: cover;
}

.navbar-nav {
	flex-direction: row;
}

.nav-link {
	padding: .5rem 1rem;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

.ml-4 {
	margin-left: 1.5rem;
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
/* end of header area */

/* nav menu */
.corserv-main-navigation {
	display: block;
	z-index: 999999;
	transition: all .3s ease-in-out;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	margin-top: 0;
}

.main-navigation-is-active {
	opacity: 1;
	visibility: visible;
	margin-top: 80px;
}

.nav-list-group {
	flex-direction: row;
}

#main-navigation ul li {
	border: 0;
}

	#main-navigation ul li a {
		color: #fff !important;
		display: block;
		padding: 15px;
	}

		#main-navigation ul li a:hover {
			text-decoration: underline;
		}

		#main-navigation ul li a i {
			position: absolute;
			top: 27px;
		}

/* end of nav menu*/

.footer-row {
	padding: 30px;
}

.footer-final {
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8rem;
}

	.footer-final span {
		display: inline-block;
	}

ul.horizontal-ul {
	list-style-type: none;
}

	ul.horizontal-ul li {
		display: inline-block;
	}

		ul.horizontal-ul li a i {
			font-size: 1.5rem;
		}

ul.horizontal-ui.social-icons {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.btn-corserv {
	border: 1px solid #1f1f1f;
	border-radius: 4px;
}

.btn-margin-20 {
	margin: 20px;
}

ul.site-links,
ul.social-icons,
.footer-final ul {
	padding-left: 0;
}

	ul.site-links li {
		padding-left: 6px;
		padding-right: 6px;
	}

	.footer-final ul li a {
		padding-right: 15px;
	}

.footer-logo {
	opacity: 0.7;
	max-width: 200px;
}

.footer-address {
	margin-bottom: 20px;
}

.search {
	border: 1px solid #4d4e50;
	border-radius: 4px;
	padding: 4px 8px;
}

	.search input {
		width: 90%;
	}

		.search input:focus {
			outline: none;
		}

	.search input, .search i {
		color: #4d4e50;
	}

#search-service-input {
	border-color: rgba(31, 31, 31, 0.2);
}

.modal-title {
    font-size: 1.25rem;
}

.no-border {
	border: 0;
}

.service-search {
	border-color: #aaa;
}

.footer-title {
	font-size: 2.5rem;
}

.title {
	min-height: 134px;
}

.form-inline-block {
	display: inline-block;
}

.intro .cs-rectangle-left {
	padding-right: 40px;
}

.most-searched-service {
	border: 1px solid rgba(31, 31, 31, 0.2);
	border-radius: 8px;
}

	.most-searched-service a {
		vertical-align: middle;
		height: 106px;
		font-weight: bold;
	}

.popular-list-item {
    margin-bottom: 20px;
}

.crw-service-action-button .card {
	transition: all .3s ease-in-out;
	border-radius: 8px;
}

.crw-service-action-button .card-body p {
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: left;
}

.crw-service-action-button .card-body:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	transition: all .3s ease-in-out;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.crw-service-action-button a:focus .card, .crw-service-action-button a:hover .card {
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

.crw-service-action-button.no-sidebar .card-body:before {
	background-color: #fff !important;
}

.crw--text-paragraph__large {
	font-size: 1.25rem;
}

.pl-4, .px-4 {
	padding-left: 1.5rem;
}

.pr-4, .px-4 {
	padding-right: 1.5rem;
}

.pl-3, .px-3 {
	padding-left: 1rem;
}

.pr-3, .px-3 {
	padding-right: 1rem;
}

div.row.associated a.btn {
	margin-top: 30px;
}

div.row.associated > div.cs-rectangle-left.cs-rectangle-right {
	padding-top: 30px;
	padding-bottom: 30px;
}

div.row.associated-content {
	margin-left: 60px;
	margin-right: 60px;
}

	div.row.associated-content > div.row.associated {
		padding-left: 0;
		padding-right: 0
	}
.pos-rel {
    position: relative;
}

.set-min-height {
    min-height: 295px;
}

.share {
    margin-bottom: 20px;
}

.share ul {
	list-style-type: none;
}

	.share ul li {
		float: right;
		padding: 15px;
		font-size: 1.1rem;
	}

		.share ul li a {
			color: #8f9091;
		}

		.share ul li i {
			padding-right: 10px;
		}

.breadcrumb {
	margin-top: 10px;
	margin-bottom: 0;
}

	.breadcrumb ul {
		list-style-type: none;
		padding-left: 0;
	}

		.breadcrumb ul li {
			float: left;
		}

			.breadcrumb ul li:after {
				content: ">";
				padding-left: 10px;
				padding-right: 10px;
			}

			.breadcrumb ul li:last-child:after {
				content: "";
			}

			.breadcrumb ul li a {
				text-decoration: underline;
			}

div.cs-rectangle h3 {
    padding-top: 30px;
}

.bodytext.right-image {
    padding-left: 15px;
}

.pager {
	margin-top: 60px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 4px solid #003770;
	color: #003770;
}

	.pager .col-6 {
		padding: 20px;
	}

		.pager .col-6:last-child {
			text-align: right;
		}

		.pager .col-6 i {
			padding-top: 6px;
		}

			.pager .col-6 i:first-child {
				padding-right: 20px;
			}

			.pager .col-6 i:last-child {
				padding-left: 20px;
			}

	.pager a {
		color: #0964b9;
	}

.anchors {
	margin: 30px 45px;
	padding: 30px 15px;
}

	.anchors ol li {
		line-height: 2.5rem;
		padding-left: 10px;
	}

		.anchors ol li a {
			color: #0964b9;
			text-decoration: underline;
		}

.news-image {
	width: -webkit-fill-available;
	width: -moz-available;

}

.doclink {
	margin-left: 55px;
	margin-right: 55px;
}

.test-banner {
    background-color: #ff0000;
    font-size: 8em;
    text-align: center;
}

.text-normal {
    font-size: 1em;
}

.text-bold {
	font-size: 1.5em;
	font-weight: bold;
    color: #1f1f1f;
}

.search-result {
	margin-bottom: 1rem;
}

	.search-result a, .search-result p {
		margin-top: 0;
		margin-bottom: 0;
	}

	.search-result a, .search-result a:hover, .search-result a:visited {
		color: #0964B9!important;
	}

.search-result-link {
	color: green;
}

.search-result-updated {
	color: grey;
}

.staff {
	margin-bottom:4rem;
}

.staffname {
	font-weight:800;
	font-size:1.4rem;
	margin-bottom:0!important;
}

.stafftitle {
	font-weight:700;
	color:#6c6c6c;
}

.staffimg {
	margin-bottom:10px;
}

@media (max-width: 991px) {

	div.header-container .row .col {
		padding-left: 0;
		padding-right: 0;
	}

	header {
		padding-left: 0;
		padding-right: 0;
	}

	.cs-rectangle-left {
		padding-left: 20px;
	}

	.cs-rectangle-right {
		padding-right: 20px;
	}

	.footer-final {
		text-align: center;
	}

	.footer-logo {
		margin-top: 80px;
	}

	.pager a {
		line-height: 40px;
	}

	.anchors {
		margin-left: 5px;
		margin-right: 5px;
	}

	.doclink {
		margin-left: 20px;
		margin-right: 20px;
	}

	.header-mid {
		display: none;
	}

	.ml-4 {
		margin-left: 0;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg
	.navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
}

@media (min-width: 1200px) {
    div.cs-rectangle h3 {
        width: 100%;
        padding: 30px 0 30px 0;
    }
}

@media (max-width: 515px) {
    .mobile-no-padding {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cs-rectangle {
        padding: 15px;
    }

    .crw-service-action-button .card-body p {
        font-size: 1em;
    }

    div.row.associated a.btn {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .link-fill {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
	.pl-4 {
        padding-left: 1rem;
    }
}

