<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @package WordPress
 * @subpackage PRG Flexi Layouts
**/

/* Default colours
blue #0d6efd / 13, 110, 253
     #0a58ca / 10, 88, 202 - hover
light grey #f8f9fa
*/

/*** global ***/
body {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 300;
	font-size: 18px;
	line-height: 24px;
    color: #000;
}

h1 {
    font-family: "eurostile", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 20px;
}
h2 {
    font-family: "eurostile", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 15px;
    color: #2a347a;
}
@media (max-width: 575.98px) {
    h1 {
        font-size: 40px;
        line-height: 44px;
    } 
    h2 {
        font-size: 34px;
        line-height: 38px;
    }      
}
h3 {
    font-family: "eurostile", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #2a347a;
}
h4 {
    font-family: "eurostile", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
p {
    margin-bottom: 15px;
}


.lead {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;    
}
.small {
    font-size: 12px;
}
.job-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;    
}
/*** text colours ***/
.text-primary {
    color: #009ee0!important;
}
.text-light-blue {
    color: #009ee0;
}
.text-navy-blue {
    color: #2a347a;
}
.text-dark-blue {
    color: #212866;
}
.text-black {
    color: #000!important;
}

/*** buttons and links ***/
a {
    color: #009ee0;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;  
    font-weight: 400;
}
a:hover {
    color: #008ec9;
}
#cn-notice-buttons .cn-button-custom.button {
    color: #fff;
    background-color: #009ee0;
    background-image: none;
    border: 1px solid #009ee0;
    border-radius: 25px;
    padding: 0.375rem 0.75rem;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
#cn-notice-buttons .cn-button-custom.button:hover {
	background-color: #008ec9;
}
.btn {
    border-radius: 25px;
    font-weight: 400;
}

/*** images and borders ***/
.icon {
    width: 92px;
}
.bordered-icon {
    width: 65px;
    border: 1px solid #009ee0;
    border-radius: 50%!important;
}
.border-light-grey {
    border-color: #f4f5f8!important;
}
.loop-bg-image {
    background-color: #2a347a;
}
/*** header ***/
#header {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
}

/*** tables ***/
.table-striped&gt;thead&gt;tr {
    background-color: #2a347a;
    color: #fff;
}
.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #f4f5f8;
    border-bottom: 1px solid #2a347a;
}
.table-striped&gt;tbody {
    border-bottom: 1px solid #f4f5f8;
}

/*** navbar ***/
.navbar-brand &gt; img {
    width: 220px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show&gt;.nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0);
}
.navbar-toggler:focus {
    box-shadow: unset;
}

.dropdown-toggle::after {
    vertical-align: 0;
    font-family: FontAwesome;
    /*font: var(--fa-font-light);*/
    font: var(--fa-font-regular);
    content: "\f078";
    border: none;
}
.dropdown-toggle &gt;  .far , .dropdown-toggle &gt; .fas {
    font-weight: 300!important;
  }


.dropdown-menu {
    padding: 0.5rem!important;
}


.navbar .dropdown-item {
    padding: 0.5rem;
    color: #009ee0;
}
    
.dropdown-item:hover,
.dropdown-item:focus {
    /* Item that could be selected now */
    background: #fff !important;
    color: #212866 !important;
}
    
.dropdown-item.active,
.dropdown-item:active {
    /* Selected item (ie page now active) */
    background-color: transparent;
    color: #212866;
}

@media (max-width: 1198.98px) {
    .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0%)!important;
    }   
    /*
    .dropdown-item {
        padding: 0.5rem 0!important;
    }
    */
}

/*
@media (min-width: 1200px) {
    .dropdown-menu {
        box-shadow: 0 .5rem 1rem rgba(0, 0 , 0 , .5)!important;
    }

    .dropdown-menu {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .dropdown-menu::before {
        border-bottom: 9px solid rgba(0, 0, 0, 0.2);
        border-left: 9px solid rgba(0, 0, 0, 0);
        border-right: 9px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: 45%;
        position: absolute;
        top: -8px;
    }
    .dropdown-menu::after {
        border-bottom: 8px solid #fff;
        border-left: 9px solid rgba(0, 0, 0, 0);
        border-right: 9px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        left: 45%;
        position: absolute;
        top: -7px;
    }
}
*/
#header .fa-bars, #header .fa-times {
    border: 1px solid #009ee0;
    color: #000;
    background-color: #009ee0;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
#header .far, #header .fa-light {
    padding: 5px;
}
#header .far, #header .fa-light {
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.mobile-overlay {
    background: #2a347a;
    height: 100vh;
}
@media (max-width: 1199.98px) {
    .btn-blue-white-text {
        display: inline-flex!important;
    }
}
/*** home video ***/
#header-home {
	z-index: 10;
}
#video-banner {
    position: relative;
    background-color: black;
    height: 90vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
#video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#video-banner .container {
    position: relative;
    z-index: 2;
}
#video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
}
#video-banner .lead {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
#video-banner .lead span {
	font-family: museo-slab, serif;
	font-weight: 700;	
}

/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element 
@media (pointer: coarse) and (hover: none) {
    #video-banner {
        background: url('images/video-placeholder.jpg') black no-repeat center center scroll;
    }
    #video-banner video {
        display: none;
    }
}
*/
/*** page title/banner ***/
#page-title {
    position: relative;
    z-index: 5;
    top: 0;
    width: 100%;

	min-height: 50vh;	
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-title-overlay {
	position: absolute;	
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
    background-color: rgba(0, 0, 0, .5); 
}
.page-title {
    z-index: 10;
}

/*** post title ***/
#post-title {
    position: relative;
    z-index: 5;
    top: 0;
    width: 100%;
}

#post-title  {
	background-color: #2a347a; 
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 50vh;
}

/*** breadcrumbs ***/
#breadcrumbs {
    font-weight: 300;
    font-size: 12px;
}
#breadcrumbs a {
    color: #fff;
}

/*** sidebar ***/
.curved-corners {
    border-radius: 15px;
}
#side-nav li {
    padding: .25rem 0rem;
}

/*** blog ***/
#blogCategoryNavbar  .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}

#blogCategoryNavbar .navbar-light .navbar-nav .nav-link.active, #blogCategoryNavbar .navbar-light .navbar-nav .show&gt;.nav-link:hover {
    color: rgba(0, 158, 224, 1)!important;
	border-bottom: 3px solid #009ee0;
	padding-bottom: 6px;    
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show&gt;.nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 158, 224, 1)!important;
	border-bottom: 3px solid #009ee0;
	padding-bottom: 6px;  
}

#blog-content p:first-of-type {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;    
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;	
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}
.blue-social-share .fab, .blue-social-share .fas,
.social-share .fab, .social-share .fas {
    width: 30px;
	height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.blue-social-share .fab, .blue-social-share .fas {
    padding: 6px 5px;
}

.social-share .fab, .social-share .fas {
    padding: 8px 5px;
}
.blue-social-share .fa-facebook-f, .blue-social-share .fa-twitter, .blue-social-share .fa-at, .blue-social-share .fa-linkedin-in, .blue-social-share .fa-instagram, .blue-social-share .fa-pinterest-p, .blue-social-share .fa-youtube, .blue-social-share .fa-envelope {
    border: 1px solid #009ee0;
    color: #fff;
	background-color: #009ee0;
	
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;	
}
.social-share .fa-facebook-f, .social-share .fa-twitter, .social-share .fa-at, .social-share .fa-linkedin-in, .social-share .fa-instagram, .social-share .fa-pinterest-p, .social-share .fa-youtube, .social-share .fa-envelope {
    border: 1px solid #fff;
    color: #2a347a;
	background-color: #fff;
	
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;	
}
.blue-social-share .fa-facebook-f:hover, .blue-social-share .fa-twitter:hover, .blue-social-share .fa-at:hover, .blue-social-share .fa-linkedin-in:hover, .blue-social-share .fa-instagram:hover, .blue-social-share .fa-pinterest-p:hover, .blue-social-share .fa-youtube:hover, .blue-social-share .fa-envelope:hover {
    border: 1px solid #008ec9;
    color: #fff;
	background: #008ec9;
}
.social-share .fa-facebook-f:hover, .social-share .fa-twitter:hover, .social-share .fa-at:hover, .social-share .fa-linkedin-in:hover, .social-share .fa-instagram:hover, .social-share .fa-pinterest-p:hover, .social-share .fa-youtube:hover, .social-share .fa-envelope:hover {
    border: 1px solid #008ec9;
    color: #fff;
	background: #008ec9;
}

/*** foooter ***/
#footer a {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
#footer .contact {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
#footer .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
#footer .navbar-dark .navbar-nav .nav-link:focus, #footer .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

hr.footer {
    border-top: 1px solid #fff;
}
#footer img {
    width: 220px;
}
#footer .accreditation-logo {
    width: 160px;
}
/*** filter checkboxes - case-study-checkboxes.php ***/
/*
#filters label {
	border: 1px solid #0d6efd;
	padding: 10px;
	margin: 0 0 10px;
	display: block; 
}

#filters label:hover {
	background: #0a58ca;
    color: #fff;
	cursor: pointer;
}
#filters .form-check-input {
	margin-left: 0;
}
#filters input[type=checkbox]{
	opacity: 0;
}
#filters input[type="checkbox"]:checked label  {
	background: #0d6efd;
}
.selected {
	background: #0a58ca;
    color: #fff;
}
.form-check {
    padding-left: 0;
}
*/

/*
.card-header:first-child {
    border-radius: calc(25px - 1px) calc(25px - 1px) 0 0;
    background-color: transparent!important;
}
*/
.card {
    border-radius: 15px;
}
.card-header:first-child {
    border-radius: calc(15px - 1px) calc(15px - 1px) 0 0;
}
.card-footer:last-child {
    border-radius: 0 0 calc(15px - 1px) calc(15px - 1px);
}
.card-img, .card-img-top {
    border-top-left-radius: calc(15px - 1px);
    border-top-right-radius: calc(15px - 1px);
}

.shadow {
    box-shadow: 0px 0px 10px 5px rgba(33,40,102,0.5);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(33,40,102,0.5)
    -moz-box-shadow: 0px 0px 10px 5px rgba(33,40,102,0.5);
}

/*** forms ***/
#dropdown_filters .form-select  {
    background-color: #f4f5f8;
    color: #009ee0;
}

#dropdown_filters .form-select {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23009ee0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e)!important;
}

/*** case study testimonial ***/
#case-study-testimonial {
    background-image: url('images/testimonial-bg.png');
    background-position: center;
    background-repeat: no-repeat;    
}
.quote-mark {
    width: 50px;
}
.case-study-testimonial {
    font-family: "eurostile", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;   
    color: #2a347a;
}
.testimonial-name {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    font-size: 58px!important;
    line-height: 22px;  
}
.testimonial-company {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;  
}

/*** tables ***/
#text-editor-block_2f2c8c2dcc0824e6df19acd402d921cd table {
    margin-bottom: 3rem!important;
}
.table &gt; thead &gt; tr &gt; th {
     vertical-align: top;
}
.table&gt;thead&gt;tr  {
    background-color: #2a347a;
    color: #fff;
}
.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(244, 245, 248, 1);
    border-bottom: 1px solid #f4f5f8;
}
.table {
    border-color: #fff;
}
.table-striped&gt;tbody {
    border-bottom: 1px solid #f4f5f8;
}
.table-striped td {
    color: #000;
}</pre></body></html>