/** 
 * 	Fonts
 * */
@font-face {
    font-family: 'web_symbolsregular';
    src: url('../fonts/WebSymbols-Regular-webfont.eot');
    src: url('../fonts/WebSymbols-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WebSymbols-Regular-webfont.woff2') format('woff2'),
         url('../fonts/WebSymbols-Regular-webfont.woff') format('woff'),
         url('../fonts/WebSymbols-Regular-webfont.ttf') format('truetype'),
         url('../fonts/WebSymbols-Regular-webfont.svg#web_symbolsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** 
 * 	Reusable
 * */

h1,h2,h3,h4,h5,h6 {color:#666; font-weight:bold;}

a, 
a:link, 
a:active a:visited, 
a:hover {text-decoration: underline;}

#topbar {
	background:none;
	background-color: #00569D;
}

#header {
	background:url("../images/CPA_RGB.png") no-repeat;
	margin-left: 50px;
	border: 10px solid #ffffff;
	height: 115px;
}

body {
	background-color: #ffffff;
}
#body {
	background-color:#FFFFFF;
	background: none;
}

#body-wrap1 {
	background: none;
}
#body-wrap2 {
	background:none;
}

#content {
	background:none;
}

#content-inner {
	background:none;
}

#content-bottom {
	background:none;
}

#footer {
	background:none;
	background-color:#FFFFFF;
	color:#888888;
}

#footer a {
	color:#888888;
}
#footer a:hover {
	color:#888888;
}

#footer-inner {
	background:none;
	margin-left: auto;
	margin-right: auto;
	color:#888888;
}

#footer-links {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	color:#888888;
}

#socialmedia {
	display:none;
}

#wcag-compliance {
	display:none;
}

#header-inner .banner {
	color: #00569D;
}

/** 
 * 	Begin changes made by Stuart (stuart.lindsay@cpaaustralia.com.au) 29/06/21
 * */

#p0c2universalresources .dropzone {
	display: none;
}

#p0c2_addLink {
    display: block;
	margin-bottom: 20px;
}

/** 
 * 	End changes made by Stuart (stuart.lindsay@cpaaustralia.com.au) 29/06/21
 * */
