body {
    background-color: #fff;
}
html, body, p, li, th, td, h1, h2, h3, h4, h5, .h1,.h2, .h3, .h4, .h5 {
    font-family: calibri, sans-serif;
    font-weight: 400;
    font-size: 12pt;
}
p { line-height: 1.3; margin-bottom: 0.75rem; }
h1, .h1 { color: #052264; margin-bottom: 1rem; font-size: 36pt; font-weight: 700; line-height: 1.1; }
h2, .h2 { color: #052264; margin-bottom: 1rem; font-size: 26pt; font-weight: 700; line-height: 1.1; }
h2.heading { margin-bottom: 0.5rem; }
h2.image-link-title {
    font-size: 18pt;
    line-height: 1;
}
h3, .h3 { color: #052264; margin-bottom: 1rem; font-size: 20pt; font-weight: 700; line-height: 1.1; }
h4, .h4 { color: #052264; margin-bottom: 1rem; font-size: 14pt; font-weight: 700; line-height: 1.1; }
.text-body { color: #333; }
.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.grid-button-layertwo div {
    background-image: linear-gradient(#99cc00,#999900);
}
.grid-button-layerthree div {
    background-image: linear-gradient(#af4c94,#fb6cd4);
}
.personabar-visible .shadow-on-admin {
    -webkit-box-shadow: 0 0 1px 1px #4AFFED;
    box-shadow: 0 0 1px 1px #4AFFED;
}

.personabar-visible .space-on-admin {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
}
table { margin-bottom: 15px; }
table td { border: 1px solid #ccc; }
table td p { margin: 0; line-height: 1; }

		blockquote.quote01, blockquote.quote02 {
			text-align: center;
			background-color: transparent;
		}
    
		blockquote.quote01 p {
			font-size: 30px;
			line-height: 1;
			/* font-family: Georgia , Palatino, Arial; */
		}

		blockquote.quote02 p {
			font-size: 22px;
			line-height: 1;
			/* font-family: Georgia , Palatino, Arial; */
		}

		@media (min-width: 768px) {
			blockquote.quote01:before,
			blockquote.quote01:after,
            blockquote.quote02:before,
            blockquote.quote02:after {
				position: absolute;
				font-size: 4rem;
				width: 4rem;
				height: 4rem;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				font-family: "Font Awesome 5 Free"; 
				font-weight: 900;
				color: rgba(0,121,188,0.1);
				z-index: 2;
			}

			blockquote:before {
				content: '\f10d';
				left: -4rem;
				top: 0;
			}

			blockquote:after {
				content: '\f10e';
				right: -4rem;
				bottom: 0;
			}
		}
		blockquote.quote01 cite {
			line-height: 1.2;
			text-align: left;
			font-family: Roboto, sans-serif;
			font-size: 18px;
			font-style: normal;
		}
        blockquote.quote02 cite {
			line-height: 1.2;
			text-align: left;
			font-family: Roboto, sans-serif;
			font-size: 16px;
			font-style: normal;
		}

.show-on-admin { display: none;}
.personabar-visible .show-on-admin { display: block; color: #ff9900}
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}
.mark-for-deletion { display: none; }
.personabar-visible .mark-for-deletion {
    display: flex;
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}

.background-image-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.background-image-fixed {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.p-30 {
    padding: 15px;
}
.p-60 {
    padding: 30px;
}
.p-90 {
    padding: 45px;
}
.p-120 {
    pasdding: 60px;
}
.py-30 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-90 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.px-30 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-60 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-90 {
    padding-left: 45px;
    padding-right: 45px;}
.px-120 {
    padding-left: 60px;
    padding-right: 60px;
}
.pb-30 {
    padding-bottom: 15px !important;
}
.pb-60 {
    padding-bottom: 30px !important;
}
.pb-90 {
    padding-bottom: 45px !important;
}
.pb-120 {
    padding-bottom: 60px !important;
}
.spacer-30 {
    height: 30px;
}
.spacer-60 {
    height: 60px;
}

@media (min-width: 768px) {
.p-30 {
    padding: 30px;
}
.p-60 {
    padding: 60px;
}
.p-90 {
    padding: 90px;
}
.p-120 {
    pasdding: 120px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.px-90 {
    padding-left: 90px;
    padding-right: 90px;}
.px-120 {
    padding-left: 120px;
    padding-right: 120px;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
}

.ul-link-secondary {
    background-color:rgba(5, 34, 100,0.6);
    text-decoration: none;
    transition: background 500ms ease-in-out;
}

.ul-link-secondary:hover {
    background-color:rgba(5, 34, 100,1);
    text-decoration: none;
}

.bg-light {
    background-color: #f4f4f4 !important;
}


/*** BUTTONS ***/

.btn-xl {
    font-size: 26pt;
}

.before-icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.after-icon {
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding-right: 65px;
    position: relative;
}
.after-icon::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url('/portals/0/icons/plus.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 7px;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.after-icon.no-icon:after {
    background-image: none;
}
.btn.btn-link { border: 1px solid #ececec; }
.btn.btn-link:hover { background-color: #ececec; }

.btn.btn-outline {
    border: 2px solid rgb(200,200,200);
    background: rgb(240,240,240);
}
.btn.btn-outline:hover {
    background: rgb(220,220,220);
    border: 2px solid rgb(150,150,150);
}
/* BUTTON ICONS */
.after-icon.plus-white::after {
    background-image: url('/portals/0/icons/plus.svg');
}
.after-icon.plus-lightblue::after {
    background-image: url('/portals/0/icons/plus-lightblue.svg');
}
.after-icon.plus-darkblue::after {
    background-image: url('/portals/0/icons/plus-darkblue.svg');
}
.after-icon.plus-independent::after {
    background-image: url('/portals/0/icons/plus-independent.svg');
}
.after-icon.download-white::after {
    background-image: url('/portals/0/icons/download.svg');
}
.after-icon.download-lightblue::after {
    background-image: url('/portals/0/icons/download-lightblue.svg');
}
.after-icon.download-darkblue::after {
    background-image: url('/portals/0/icons/download-darkblue.svg');
}
.after-icon.download-independent::after {
    background-image: url('/portals/0/icons/download-independent.svg');
}
.after-icon.next-white::after {
    background-image: url('/portals/0/icons/next.svg');
}
.after-icon.next-lightblue::after {
    background-image: url('/portals/0/icons/next-lightblue.svg');
}
.after-icon.next-darkblue::after {
    background-image: url('/portals/0/icons/next-darkblue.svg');
}
.after-icon.next-independent::after {
    background-image: url('/portals/0/icons/next-independent.svg');
}

/*** NAV ***/
.stellarnav.desktop li.in-bread-block a.depth-0 {
    color: #0079bc;
}
.stellarnav.desktop li a.depth-1 {
    background-color: #F4F4F3;
    padding: 5px 5px 5px 20px;
    color: #052264;
    border-bottom: 1px solid #999;
    padding-left: 10px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 4px;
    margin-bottom: 0;
}
.stellarnav.desktop li a.depth-1:hover {
    background-color: #0079BC;
    color: #FFF;
}
.stellarnav.light, .stellarnav.light ul ul {
    background: transparent;
}
.stellarnav.desktop li a.depth-0.page-name-contact .seperator {
    display: none;
}
.stellarnav li.root-page.has-sub>a:after {
    display: none;
}
.stellarnav.desktop li.has-sub a.depth-0 {
    padding-right: 10px;
}


/*** END NAV ***/

.fancybox__container {
    z-index: 9999;
}



.overlay-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 1;
}

.overlay-lightblue {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,121,188,0.4);
    z-index: 1;
}

.overlay-darkblue {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(5, 34, 100, 0.4);
    z-index: 1;
}

.overlay-grey {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.bright-text h1, .bright-text h2, .bright-text h3, .bright-text h4, .bright-text p, .bright-text li, .bright-text th, .bright-text td, .bright-text a {
    color: #fff;
}

.dnnActions {
    margin: 0;
    padding: 0;
}
.dnnLoginService {
    border: 1px solid #ececec;
    padding: 15px;
    border-radius: 15px;
    background-color: #ececec;
}

/*** APP ADJUSTMENTS ***/
.co-linkblock.co-linkblock-overlay figure .overlay {
    background-color: rgba(5,34,100,.4) !important;
}

/*** INDEPENDENT SECTION ***/

/*** NAV ***/
.page-root-name-independents .stellarnav.desktop li.in-bread-block a.depth-0 {
    color: #ADD6C2;
}
/*** END NAV ***/

/* Independent colours */
.text-independent {
    color: #ADD6C2 !important;
}
.btn.btn-independent,
.btn.btn-tertiary {
    background-color: #ADD6C2 !important;
    color: #052264 !important;
}
.btn.btn-independent:hover,
.btn.btn-tertiary:hover {
    background-color: #8CC4A9;
}
.bg-tertiary {
    background-color: #ADD6C2;
}
.text-tertiary {
    color: #ADD6C2;
}
.page-root-name-independents footer .icon-link {
    background-color: #ADD6C2 !important;
}
.page-root-name-independents footer .icon-link:hover {
    background-color: #8CC4A9 !important;
}
.page-root-name-independents footer .hvr-outline-out:before {
    border: #ADD6C2 solid 2px;
    border-radius: 50%;
}
.page-root-name-independents .bg-light {
    background-color: rgba(173, 214, 194, 0.2) !important;
}
/*** END independent ***/


.fancybox__container {
    z-index: 9999 !important;
}


/*** FOOTER ***/
footer p, footer h1, footer h2, footer h3, footer h4, footer a {
    color: #fff;
    text-decoration: none;
}
.personabar-visible footer .space-on-admin {
    padding: 0;
    margin: 0;
    border-top: 0;
    border-bottom: 0;
}
.personabar-visible footer .shadow-on-admin {
    -webkit-box-shadow: none;
    box-shadow: none;
}
footer .icon-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16pt;
    color: #052264 !important;
}
footer .hvr-outline-out:before {
    border: #0079bc solid 2px;
    border-radius: 50%;
}
footer a:hover {
    color: silver;
}
footer .grid-column {
    border-right: 1px solid rgba(255,255,255,0.75);
    margin-bottom: 0 !important;
}
footer .grid-column:last-of-type {
  border: 0;
}

.lity-content {
    background: #ffffff;
    border-radius: 15px;
}

.lity-close {
    z-index: 9994;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #0079bc;
    font-style: normal;
    font-size: 55px;
    font-family: Arial,Baskerville,monospace;
    line-height: 55px;
    text-shadow: none;
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.emphasized-link small {
    font-size: 18px;
    font-weight: normal;
}

@media (max-width: 767.98px) {
    .col-12-mobile {
        width: 100% !important;
        flex: 1 0 100% !important;
    }
}

.overlay-block {
    background: rgba(0,0,0,0.4);
}



.ModULGovernanceC td.name,
.ModULGovernanceC td.roles,
.ModULGovernanceC td.meetings {
    font-size: 16pt;
    font-weight: bold;    
    color: #052264 !important;
    line-height: 1;
}

.card {
    background-color: transparent;
    border-color: #fff;
}

.personabar-visible header .space-on-admin {
    padding: 0;
    margin: 0;
    border-top: 0;
    border-bottom: 0;
}

header .btn-xl {
    font-size: inherit;
}

header .icon-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12pt;
    color: #052264 !important;
}
header .hvr-outline-out:before {
    border: #ccc solid 2px;
    border-radius: 50%;
}

figure figcaption {
    background: transparent !important;
    position: relative !important;
    font-size: 13px;
    text-align: center;
    font-style: italic;
}






