

/* TYPOGRAPHY */
html,body,p,li,h1,h2,h3,h4,th,td {
	font-family: 'Roboto Condensed', sans-serif;
}
h1, h2, h3, h4 { color: #0079bc; }
h2, .h2, .heading-2 {
	font-family: 'Roboto Condensed',sans-serif;
    font-size: 30px;
    line-height: 1.5;
    color: #0079bc;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
}
.app-accordion4-title h2 { line-height: 1; margin: 0; }
h3, .h3, .heading-3 {
    font-family: 'Roboto Condensed',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: #052264;
    margin-bottom: 18px;
}
p { 
	margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
a {
	transition-property: background, color;
	transition-duration: 500ms;
	transition-timing-function: ease-in-out;
	text-decoration: none;
	color: #0079bc;
}
a:hover {
	color: #052264;
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
.fixed-header {
	position: relative;
	height: 110px;
	top:0;
	left:0;
	width:100%;
	z-index: 1000;
	background-color: #ececec;
	border-bottom: 5px solid #ececec;
}
/* LAYOUT */
.fixed-header { border: 0; }
.header-padding {
	height: 0;
}
.header-container {
	align-items: center;
	height: 110px;
}
.fixed-header .menu {
	/* position: absolute;
	bottom: 10px;
	right: 30px; */
}
#dnn_dnnLOGO_imgLogo { height: 70px;
    margin-left: 10px; }
@media (min-width: 768px) {	
	.fixed-header { position: fixed; }
	.header-padding { height: 110px; }
	.fixed-header .menu {
		position: absolute;
		bottom: 10px;
		right: 30px;
	}	
	#dnn_dnnLOGO_imgLogo { height: 80px;
    margin-left: 0; }
}
.fixed-header .stellarnav { 
	width: auto;
}
.fixed-header .social-icons {
	font-size: 22px;
	margin-bottom: 10px;
	padding-right: 10px;
}
.fixed-header .social-icons a {
	margin-left: 1px;
	color: #0079bc;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #ececec;
}
.fixed-header .social-icons a:hover {
	color: #052264;
	border-color: #0079bc;
	background-color: #ececec;
}
.fixed-header  .header-content {
	display: none; 
}
@media (min-width: 992px) {
	.fixed-header  .header-content {
		display: block;
		position: absolute;
		top: 10px;
		right: 30px;
	}
}
main {
	min-height: 500px;
}
footer { background-color: #ececec; color: #0079bc; padding: 60px 0; font-size: 16px; }
footer h3, footer p, footer a { color: #0079bc; }
.footer-copyright {
	background-color: #0079bc;
	color: #fff;
	padding: 20px;
}
.footer-icons {
	font-size: 22px;
	color: #fff;
	margin-left: 100px;
}
.footer-icons a {
	color: #fff;
	margin: 0 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0079bc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-decoration: none !important;
}
.footer-icons a:hover {
	background-color: rgba(255,255,255,0.5);
	border-color: #fff;
}
.subpage-menu {
	border-radius: 8px;
	padding: 10px;
	-webkit-box-shadow: 0 0 4px 0 #ececec;
box-shadow: 0 0 4px 0 #ececec;
}
.subpage-menu h2 {
	text-align: center;
}
.subpage-menu ul { 
list-style-type: none;
margin:0;
padding:0;
}
.subpage-menu ul li a {
	display: block;
	padding: 2px 10px;
}
.subpage-menu ul li a:hover {
	text-decoration: none;
	background-color: #ececec;
}
.breadcrumb {
	padding: 5px 10px;
	-webkit-box-shadow: 0 0 4px 0 #dcdcdc;
box-shadow: 0 0 4px 0 #dcdcdc;
}
.breadcrumb a { 
display: inline-block;
margin-right: 10px;
font-size: 12px;
}

/* CONFIG */
.header-link, .social-link, .search-link {
    padding: 0 10px;
    color: #0079bc;
}
.social-links { margin-right: 60px; }
.social-link, .search-link {
    font-size: 24px;
}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #0079bc !important;
}

[class*="DNNContainer"] {
    padding: 0 !important;
}
/* NAVIGATION */
.stellarnav ul ul {
    background: #ececec;
}

.stellarnav li a {
	background-color: transparent;
	color: #052264;
	padding: 10px 20px;
}
.stellarnav li a.depth_0 {
	background-color: #fff;
	color: #0079bc;
	padding: 10px 20px;
	height: 40px;
    font-size: 16px;
    background-color: #e5f1f8;
    color: #0079bc;
}
.stellarnav li a:hover {
	background-color: 052264;
	color: #fff;
}

.stellarnav > ul > li > a {
    padding: 10px 20px;
	color: #fff;
}
.stellarnav > ul > li > a:hover {
    padding: 10px 20px;
	background-color: #052264;
	color: #fff;
}
.stellarnav.desktop > ul > li.mega > ul > li > a {
    color: #052264;
	padding: 10px 20px;
}
.stellarnav.desktop > ul > li.mega > ul > li > a:hover {
    background-color: #052264;
	color: #fff;
}
.stellarnav.desktop > ul > li.mega > ul > li {
    padding-bottom: 0px;
    box-sizing: border-box;
}

.stellarnav .menu-toggle {
background-color: #0079bc;
    color: #fff;
	padding: 7px 15px;
}
.stellarnav .menu-toggle span.bars span {
	background-color: #bdbec0;
}

.stellarnav.mobile.right > ul {
	background-color: #dcdcdc;
}

.stellarnav li a.depth_0 {
    background-color: #ececec;
	color: #333;
	border-bottom: 1px solid #999;
    margin: 0 10px;
}
	
.stellarnav.mobile > ul > li > a {
    padding: 10px 20px;
}

.stellarnav .icon-close {
    margin-right: 5px;
}
.stellarnav .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 9999;
    border: 0;
}
.stellarnav .menu-toggle:hover {
    background-color: #052264;
    color: #fff;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 400px;
    max-width: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	-webkit-box-shadow: -10px 0 20px 0 rgba(0,121,188,0.2);
box-shadow: -10px 0 20px 0 rgba(0,121,188,0.2);
}
/* EDIT */
div.actionMenu ul.dnn_mact > li > a {
    background-color: #ccc;
}
div.actionMenu ul.dnn_mact li.dnn_menu_label > div {
    background-color: #ccc;
    font-size: 11px;
}
.hastoolbar:hover {
    -webkit-box-shadow: 0 0 5px 1px #ff9900 !important;
box-shadow: 0 0 5px 1px #ff9900 !important;
}
.hastoolbar .hastoolbar:hover {
    -webkit-box-shadow: 0 0 5px 1px #00cc00 !important;
box-shadow: 0 0 5px 1px #00cc00 !important;
}
.sc-menu a div {
    background-color: #ff9900 !important;
    animation: inherit !important;
}
.sc-menu a div .sc-menu a div {
    background-color: #00cc00 !important;
}
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
/* COLOURS */
.bg-primary {
	background-color: #0079bc !important;
	color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary p, .bg-primary a { color :#fff; }
.bg-secondary {
	background-color: #052264 !important;
	color: #fff;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary p, .bg-secondary a { color :#fff; }
.bg-tertiary {
	background-color: #ececec !important;
}
.bg-primary-light {
	background-color: rgba(0,121,188,0.3) !important;
}
.bg-secondary-light {
	background-color: rgba(5,34,100,0.3) !important;
}
a.button {
    padding: 5px 30px;
    border-radius: 8px;
    background-color: #0079bc;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 0 10px;
    border: 2px solid transparent;
}
a.button h2, a.button h3, a.button h4, a.button p { color: #fff; }
a.button.secondary {
    background-color: #052264;
    color: #fff;
}
a.button.secondary h2, a.button.secondary h3, a.button.secondary h4, a.button.secondary p { color: #fff; }
a.button.white {
    background-color: #fff;
    color: #052264;
}
a.button.white h2, a.button.white h3, a.button.white h4, a.button.white p { color: #052264; }
a.button.transparent {
    border: 2px solid #fff;
    background-color: transparent;
}
a.button.pink {
    background-color: #ad1dab;
}
a.button.pink h2, a.button.pink h3, a.button.pink h4, a.button.pink p { color: #fff; }
a.button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
a.button:hover .my-icon { color: #fff; }
.bg-primary a, .bg-secondary a, .bg-primary h4, .bg-secondary h4 { color: #fff !important; }
.bg-tertiary { background-color: #ececec !important; }
/* PADDING */
.p-8 { padding: 10px; }
.py-8 { padding-top: 10px; padding-bottom: 10px; }
.px-8 { padding-left: 10px; padding-right: 10px; }
@media (min-width: 768px) {
	.p-8 { padding: 60px; }
	.py-8 { padding-top: 60px; padding-bottom: 60px; }
	.px-8 { padding-left: 60px; padding-right: 60px; }
}
.p-30, .p-60 { padding: 10px; }
@media (min-width: 768px) { 
    .p-30 { padding: 30px; }
    .p-60 { padding: 60px; }
 }
/* MISC */
figure {
    margin: 0;
}
.personabar-visible .d-onedit { 
display: block !important; background-color: #ff9900; color: #fff; padding: 10px; 
background-image: linear-gradient(45deg, #f5c275 25%, #ffcd82 25%, #ffcd82 50%, #f5c275 50%, #f5c275 75%, #ffcd82 75%, #ffcd82 100%);
background-size: 56.57px 56.57px;
}

.main-content { min-height: 400px !important; }
.dnnFormMessage {
    padding: 2px 10px !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
    font-size: 10px !important;
}

