@charset "utf-8";
/* NPS Screen Stylesheet */

h1, h2, h3, h4, p {
	margin-left:15px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: bold;
	color: #333333333333;
	font-size: 1.3em;
	margin-left:15px;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #808285;
}

ul li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
}



ol li {
	list-style-position: outside;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
}
body {
	margin-top: 10px;
	/*margin-left: 25px;*/
	background-color: #FFFFFF;
}

p {
	font-size: 0.9em;
	color: #666666;
	line-height: 1.3em;
}



/*ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	line-height: 1.2em;
}*/

/*ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
}*/


.indent {
	margin-left: 40px;
}
.float-right {
	float:right;
}
.float-left {
	float:left
}
a:link {
	color: #330066;
	text-decoration:none;
}
a:visited {
	color: #330066;
	text-decoration:none;
}
a:hover {
	color: #330066;
	text-decoration: underline;
}
a:active {
	color: #330066;
	text-decoration:none;
}

#npsheader {
	height:80px;
	background-color:#330066;
}

#npsheader img {
	margin-top:15px;
	margin-left:15px;
	width: 389px;
	height: 53px;
	border:none;
}

#npsheader-new img {
	margin-top:15px;
	margin-left:15px;
	margin-bottom: 15px;
	border:none;
}

#npsmenubar {
	height:10px;
	background-color:#613b90;
}

.hr-nps {
    background-image: url(https://learn.nps.org.au/theme/nps/pix/topbanner.png);
    margin: 0;
    height: 20px;
    background-position: 50% 0;
    border-width: 0;
}

.nps-start-button {
   height: 55px;
    width: 84px;
    margin: 10px 20px 20px 20px;
}

.nps-start-button p{
	color:#ffffff;
}


/* Code from front page - NPS Theme */
.pagelayout-frontpage .activity.label .contentwithoutlink  .no-overflow {
    overflow: hidden;
}
.fp-block-container {
    zoom: 1;
}
.fp-block-container:before,
.fp-block-container:after {
    content: "";
    display: table;
}
.fp-block-container:after {
    clear: both;
}
.fp-block-container > div {
    float: none;
    margin-bottom: 20px;
    display: block;
}
.fp-block-image {
    height: 0;
    padding-bottom: 54.054%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fp-block-item {
    height: 100%;
    border: 1px solid #ccc;
}
.fp-block-item a {
    display: block;
    height: 100%;
    cursor: pointer;
    color: inherit;
}
.fp-block-item a:hover {
    text-decoration: none;
    color: inherit;
}
.fp-block-header {
    color: #ffffff;
    padding: 8px 18px;
}
.fp-block-header.fp-green {
    background-color: #0d7e1f;
}
.fp-block-header.fp-orange {
    background-color: #dc3904;
}

.fp-block-header.fp-purple {
    background-color: #613b90;
}

.fp-block-header p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fp-block-content {
    padding: 20px 18px;
}
.fp-block-content ul{
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .fp-block-container {
        display: flex;
        flex-wrap: wrap;
    }
}

b, strong {
    font-weight: 500;
}

.pagelayout-course .activity.label .contentwithoutlink  .no-overflow {
    overflow: hidden;
}
.cpd-block-image {
    height: 0;
    padding-bottom: 34.054%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
	