﻿/* FONTS DECLARATION */
@font-face {
	font-family: "AvenirLTStd45Book";
	src: url("/Style library/FSANZ/webfonts/avenirltstd-book-webfont.eot");
	src: url("/Style library/FSANZ/webfonts/avenirltstd-book-webfont.eot?#iefix") format("embedded-opentype"),
		 url("/Style library/FSANZ/webfonts/avenirltstd-book-webfont.woff") format("woff"),
		 url("/Style library/FSANZ/webfonts/avenirltstd-book-webfont.ttf") format("truetype"),
		 url("/Style library/FSANZ/webfonts/avenirltstd-book-webfont.svg#AvenirLTStd45Book") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AvenirLTStd85Heavy";
	src: url("/Style library/FSANZ/webfonts/avenirltstd-heavy-webfont.eot");
	src: url("/Style library/FSANZ/webfonts/avenirltstd-heavy-webfont.eot?#iefix") format("embedded-opentype"),
		 url("/Style library/FSANZ/webfonts/avenirltstd-heavy-webfont.woff") format("woff"),
		 url("/Style library/FSANZ/webfonts/avenirltstd-heavy-webfont.ttf") format("truetype"),
		 url("/Style library/FSANZ/webfonts/avenirltstd-heavy-webfont.svg#AvenirLTStd85Heavy") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AvenirLTStd95Black";
	src: url("/Style library/FSANZ/webfonts/avenirltstd-black-webfont.eot");
	src: url("/Style library/FSANZ/webfonts/avenirltstd-black-webfont.eot?#iefix") format("embedded-opentype"),
		 url("/Style library/FSANZ/webfonts/avenirltstd-black-webfont.woff") format("woff"),
		 url("/Style library/FSANZ/webfonts/avenirltstd-black-webfont.ttf") format("truetype"),
		 url("/Style library/FSANZ/webfonts/avenirltstd-black-webfont.svg#AvenirLTStd95Black") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------- */
/* PAGE CONTENT AND RIBBON EDITING CONTROLS */
/* ---------------------------------------- */

body, button, input, select, textarea {
    font-family: Helvetica, Arial, sans-serif; /* Important: SharePoint Core Overrides */
}

#s4-titlerow { /* Page Heading Row */
    height: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#searchIcon {
    display: none;
}

.ms-rteElement-Callout1 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.s4-titletext h1, .ms-core-pageTitle, .ms-core-pageTitle a {
    color: #778133;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em !important; /* Important: SharePoint Core Overrides */
}

.ms-rtestate-field h1, h1.ms-rteElement-H1, h1 {
    color: #778133;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
}

.ms-rtestate-field h2, h2.ms-rteElement-H2, h2 {
    color: #717171;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    margin: 12px 0px;
}

.ms-rtestate-field h3, h3.ms-rteElement-H3, h3 {
    color: #717171;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    margin: 6px 0px;
}

.ms-rtestate-field h4, h4.ms-rteElement-H4, h4 {
    color: #717171;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.87em;
    margin: 6px 0px;
}

.ms-rtestate-field h5, h5.ms-rteElement-H5, h5 {
    color: #717171;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    margin: 6px 0px;
}

.ms-rtestate-field h6, h6.ms-rteElement-H6, h6 {
    color: #717171;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.62em;
    margin: 6px 0px;
}

.ms-rtestate-field p, p.ms-rteElement-P {
    margin: 0px 0px 10px 0px;
    color: #717171;
    line-height: 1.3;
}

.ms-rteStyle-References, .ms-rteStyle-IntenseReferences {
    color: #717171;
    font-style: italic;
    line-height: 1.3;
}

/*extensions*/
/*page elements*/
span.ms-rteElement-CustomHRElement {
    -ms-name: "Horizontal Rule";
    background-color: #b6b6b6;
    height: 1px;
    width: 100%;
    display: block;
}
/*text styles*/
.ms-rteStyle-CustomHRStyle {
    -ms-name: "Horizontal Rule";
    background-color: #b6b6b6;
    height: 1px;
    width: 100%;
    display: block;
}


::-moz-selection, ::selection { background: #ccc; text-shadow: none; }







/* NOT SURE ABOUT THESE - NEED TO CONFIRM USE */
/*
abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
ul, ol {margin: 1em 0;}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {  }
input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

*/

/* ------------------ */ 
/* CUSTOM CONTENT CSS */
/* ------------------ */ 

/* MAIN CONTENT */
#Main-Body a:visited, #Main-Body a,
.fsanz-mm-readMoreLink a, .fsanz-mm-readMoreLink a:visited {
    color: #017192;
    text-decoration: none;
}

    #Main-Body a:hover, .fsanz-mm-readMoreLink a:hover {
        color: #5d96b1;
    }

    #Main-Body a:hover, #Main-Body a:active,
    .fsanz-mm-readMoreLink a:hover, .fsanz-mm-readMoreLink a:active {
        outline: 0;
    }

    #Main-Body a:focus,
    .fsanz-mm-readMoreLink a:focus{
        outline: thin dotted;
    }

#Main-Body a.link-arrow {
    background: url("../images/sprite-home.png") no-repeat right 0;
    padding: 0 15px 0 0;
}

#Main-Body a.new-window {
    background: url(../images/icon-new-window.png) no-repeat bottom right !important;
    padding-right: 20px !important;
}

/* ARTICAL CONTENT & CUSTOM FORM CONTENT */
.article ul, #customFormSection ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

.article ul li, #customFormSection ul li {
    background: url(../images/bullet-point.png) no-repeat 15px 5px;
    padding: 0 7px 5px 40px;
    color: #717171;
    line-height: 1.3;
}

.article ol {

}

.article ol li {
    padding: 0 7px 5px 20px;
    color: #717171;
    line-height: 1.3;
}

#customFormSection ol > li {
    padding: 0 7px 0px 10px;
    color: #717171;
    line-height: 1.3;
}

#customFormSection label {
    color: #717171;
    line-height: 1.3;
}

#customFormSection p {
    margin: 0px 0px 10px 0px;
    color: #717171;
    line-height: 1.3;
}

/* ------------------- */
/* CONTROLS CSS */
/* ------------------- */

/* 0365 RIBBON - SHAREPOINT */
#O365_MainLink_NavMenu, #RibbonContainer-TabRowRight, 
#ShellSites_BrandBar, #O365_MainLink_Help, #Sites_BrandBar {
    display: none !important;
}

.o365cs-me-tile-nophoto-username-container {
    max-width: none !important;
}

/* FSANZ NAVIGATION CONTROLS */
#header-nav, #global-nav, #breadcrumbs, #secondary-nav, .tertiary, #footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* CONTENT AREA - STATUS BAR - SHAREPOINT */
#DeltaPageStatusBar {
    padding-top: 10px;
}

/* CONTENT AREA - PRINT RIBBON */
.showOnlyInPrint {
    display: none;
    visibility: hidden;
}
.showOnlyOnScreen {
    display: block;
    visibility: visible;
}














/* NOT SURE ABOUT THESE - NEED TO CONFIRM USE */
/*.description {
    padding-bottom: 20px;
    min-height: 80px;
}*/





































.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear-float {
	clear: both;
}






/*.js-listview-qcbSyncButton {
    display: none;
}*/









.ms-srch-sb ms-srch-sb-border {
    background: white;
}

#fsanz-SmallSearchBox {
    float: right;
}

#SearchBox {
    background: white;
}

.ms-srch-sb > input {
    width: 146px !important;
}

.ms-siteactionsmenu span a:link, .ms-siteactionsmenu span a:visited,
.ms-welcomeMenu a:link, .ms-welcomeMenu a:visited,
.ms-cui-tt-a:link, .ms-cui-tt-a:visited {
    color: white !important;
}

.ms-cui-tt-s a:link, .ms-cui-tt-s a:visited {
    color: black !important;
}

.ms-breadcrumb-box {
    height: 0px;
}



#s4-bodyContainer {
	background: url('../images/bg-curve-top.png') white no-repeat scroll center top;
	padding-bottom: 0px;
}

#contentRow {
	padding-top:5px;
}

.inner-wrapper {
	width: 960px;
    margin: 0px auto 0px auto;
	/*text-align:center;*/
}




#fsanz-header {
	height: 85px;
}
#header-nav {
	background: url("../images/sprite.png") no-repeat;
	width: 574px;
	height: 39px;
	line-height: 22px;
	padding: 10px 0 6px 8px;
	float: right;
}

#header-nav .headerLinks {
	padding-top: 10px;
	position: relative;
}

#header-nav .headerLinkItem {
	float: left;
	margin: 2px 5px 0 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #d8e0e2;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#header-nav-table {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -5px;
	width: 100%;
}

#header-nav .headerLinkItem a {
	color: #017192;	
}







#fsanz-SmallSearchBox {
	margin-right: 8px;
}

.s4-search .srch-gosearchimg {
	height: 30px;
	width: 34px;
	background: url("../images/sprite.png") no-repeat transparent scroll -741px -2px !important;
	border: none !important;
}

td.ms-sbgo img {
	vertical-align: top;
}

.s4-search input.ms-sbplain {
	width: 145px !important;
	margin-right: 8px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

#global-nav {
    clear: both;
    background-color: #5a96b5;
    min-height: 43px;
    max-height: 43px;
    overflow: hidden;
}

#global-nav .inner-wrapper {
	text-align:center;
}

#global-nav ul.root li ul li.dynamic {
	background-color: #5a96b5;
	text-align: left;
}

#global-nav ul li {
	border-left: 1px white solid;
}

#global-nav ul li.clear-fix, li.fsanz-firstNavNode {
	border-left: 0px transparent none !important;
}

#global-nav ul.megamenu {
	text-align:center;
	margin-top: 0px;
	list-style: none;
	text-align: center;
}

a.fsanz-mm-topLevelNode:link, a.fsanz-mm-topLevelNode:visited {
    color: white !important;
    padding-left: 32px;
    padding-right: 32px;
    height: 43px;
    font-size: 16px;
    font-weight: bold;
}

#global-nav ul.megamenu div.mm-content-base ul {
	font-weight: normal;
	text-align: left;
	padding: 0px;
	border:none;
	height: auto;
	padding-left: 0px;
}

ul.megamenu {
	margin-bottom: 0px; 
}

ul.megamenu li {
	padding-top: 12px;
	padding-bottom: 12px;
}

ul.megamenu li:hover {
	background-color: #007191;
}

ul.megamenu a:hover {
	text-decoration: none;
}

.fsanz-mm-navLinks {
    width: 230px;
    position: relative;
}

.fsanz-mm-navLinks p {
    text-align: left;
    border-bottom: 1px #D4D4D4 solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 212px;
}

a.fsanz-mm-contentLink:link, a.fsanz-mm-contentLink:visited {
	color: #017192 !important;
	font-size: 14px;
	font-family: Helvetica, Arial;
	padding-left: 0px;
	margin-left: 0px;
}

.fsanz-mm-navLinks p:hover {
	background-color: #5a96b5;
    color:#fff
}

.fsanz-mm-navLinks p:hover a.fsanz-mm-contentLink:link, .fsanz-mm-navLinks p:hover a.fsanz-mm-contentLink:visited {
	color: white !important;
}

.mm-item-content {
    z-index: 100;
    background-color: white;
    float: left;
    min-height: 470px !important;
    max-height: 470px;
    position: absolute;
    overflow: hidden;
    margin-top: 13px;
    box-shadow: 0px 1px 1px 1px #ccc;
    border:1px #ccc solid;
}

.fsanz-mm-contentnav {
    background: linear-gradient(to right, rgb(255,255,255) 0%,rgb(255,255,255) 70%,rgb(237,237,237) 100%,rgb(255,255,255) 100%);
    /*background: rgb(252,252,252); Old browsers 
    background: -moz-linear-gradient(left, rgb(252,252,252) 0%, rgb(214,214,214) 95%, rgb(214,214,214) 95%, rgb(214,214,214) 100%); FF3.6-15 
    background: -webkit-linear-gradient(left, rgb(252,252,252) 0%,rgb(214,214,214) 95%,rgb(214,214,214) 95%,rgb(214,214,214) 100%); Chrome10-25,Safari5.1-6 
    background: linear-gradient(to right, rgb(252,252,252) 0%,rgb(214,214,214) 95%,rgb(214,214,214) 95%,rgb(214,214,214) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-9 */
     height: 470px;
    width: 230px;
}

.fsanz-mm-contentPane {
    padding-left: 20px;
    padding-right: 20px;
}

.fsanz-mm-contentPane td h2 a:link, .fsanz-mm-contentPane td h2 a:visited {
	color: #778133 !important;
}

.fsanz-mm-contentPane td {
	width: 50%;
	vertical-align: top;
	border-bottom: 1px #D4D4D4 solid;
	padding: 4px 8px 20px 8px;
	text-align: left;
}

.fsanz-mm-contentPane td img {
	padding: 4px;
	float:left;
}

#menuArrow {
	z-index: 110;
	background: transparent url("../images/sprite.png") no-repeat scroll -1548px bottom;
	height: 13px;
	width: 27px;
	margin-top: 46px;
}

#Main-Body {
	text-align: left;
}

#breadcrumbs {
	padding: 7px;
	border-bottom: 1px #d1d1d1 solid;
	text-align: left;
}

#breadcrumbs .breadcrumb-container {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	top: -4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#breadcrumbs .breadcrumb-container,
#breadcrumbs .breadcrumb-container a,
#breadcrumbs .breadcrumb-container a:link,
#breadcrumbs .breadcrumb-container a:visited,
#breadcrumbs .breadcrumb-container a:hover {
	color: #017192;
}

#breadcrumbs .breadcrumb-container span > span {
    vertical-align: middle;
    display: inline-block;
    max-width: 350px;
}

.bc-homeLink {
	height: 22px;
	width: 22px;
	display: inline-block;
	background-image: url("../images/sprite.png");
	background-position: left -475px;
}
.bc-seperator {
	margin-left: 10px;
	display: inline-block;
	background-image: url("../images/sprite.png");
	background-position: -22px -475px;
	height: 22px;
	width: 22px;
	/*position: relative;*/
	top: 6px;
}

#breadcrumbs .bc-rootNode {
	visibility: hidden;
	display: none;
}

.RegisterLink {
	float: right;
	background: #eeeeee;
	border: 1px solid #d1d1d1;
	margin: 3px;
	padding: 3px;
}

#leftNav {
    float: left;
    padding-left: 5px;
    width: 180px;
    text-align: left;
    border-right: 1px #D1D1D1 solid;
    background-position: -960px bottom;
    background: linear-gradient(to right, rgb(255,255,255) 0%,rgb(255,255,255) 70%,rgb(237,237,237) 100%,rgb(255,255,255) 100%);
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item, .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit, .ms-core-listMenu-heading, .ms-tv-header
{
	font-size: 1.1em;
}

#leftNav .static.menu-item {
	padding: 6px;
	border-bottom: 1px #D1D1D1 solid;
    /* font-weight: bold; */
}

ul.dynamic {
	background-color:#fffbff;
	border: 1px solid #D1D1D1;
}

ul.dynamic a{
	color: #017192 !important;
}

.s4-ql ul.root ul, .s4-ql {
	margin-bottom: 0px;
}

#leftNav .static.menu-item:hover{
	background-color: #5D96B1;
	color: white !important;
}

#leftNav .menu-item.selected.static {
	background-color: #017192;
	color: white !important;
	background-image: none;
}

td.ms-navitem {
	white-space: normal !important;
}
.ms-treeviewouter div {
	overflow: visible !important
}

.s4-ql A.selected {
	border: none !important;
}

#leftNav a.static,
#leftNav a.static:link,
#leftNav a.static:visited {
	color: #017192 !important;
}

#leftNav .s4-ql a:hover {
	color: white !important;
	text-decoration:none !important;
}

#leftNav .s4-ql a.selected,
#leftNav .s4-ql a.selected:link,
#leftNav .s4-ql a.selected:visited,
#leftNav .s4-ql a.selected:hover {
	color: white !important;
	text-decoration: none !important;
}

#leftNav .static ul.static .static {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

li.dynamic.hover, li.dynamic:hover {
	background-color: #017192;
	color: white !important;
}

li.dynamic.hover a {
	color: white !important;
}

li.dynamic.hover ul a, li.dynamic.hover ul a:link, li.dynamic.hover ul a:visited {
	color: #017192 !important;
}

#leftNav ul.root.static li ul {
	background-color: #e1f4fa;
}

#ContentContainer {
    margin-left: 200px;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 5px;
}



.top-link {
    display: inline-block;
    width:100%;
    font-weight: 600;
}

.top-link, .top-link:visited {
 
    text-decoration: none;
}

.top-link:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url("../images/icon-to-top-dark.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #d7d7d1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-link:hover, .top-link:focus {
    text-decoration: none;
}

.top-link:hover:before, .top-link:focus:before {
    background-color: #fbfbfa;
}


#Page-Footer {
	background: url('../images/footer.png') white no-repeat scroll center top;
	height: 60px;
	width: 100%;
	padding:0px;
	overflow: hidden;
}

#Page-Footer .inner-wrapper {
	position: relative;
	bottom: -3px;
}

#Footer-Content {
	text-align: left;
	background: url("../images/sprite.png");
	background-position: 0px -148px;
	height: 39px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 23px;
	color: #717171;
}


#footer-copyright 
{
    float:left;
    width:33%;
}

.copyright {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: inline-block;
}

#footer-nav {
    width:41%;
    float:left;
}

.footerLinks {
	float: right;
	margin-top: 0px;
	padding-left: 16px;
}


#footer-share {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    float:right;
}

.addthis-title {
    float: left;
}

#addthis-icons {
    float: right !important;
    margin-top: -9px !important;
}


.addthis_toolbox addthis_default_style addthis_32x32_style {
    float: right !important;
    margin-top: -9px !important;
}
    
.footerLinkItem {
    float: left;
    list-style: none;
    padding: 0 12px;
    border-left: 1px solid #d8e0e2;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.footerLinkItem a {
	color: #017192;
}

.ms-ToolPaneOuter {
	position: absolute;
	right: 0px;
	top: 135px;
}


/* Hero */
    /* Layouts */
    .float-clear {
	clear: both;
}

.col-3 {
	width: 200px;
	/*width: 380px;*/
}
.col-4 {
	width: 320px;
}

.col-5 {
	width: 400px;
}

.col-6 {
	width: 480px;
}

.col-7 {
	width: 560px;
}

a.link-arrow {
	background: url("/publishingimages/sprite-home.png") no-repeat right 0;
	padding: 0 12px 0 0;
}

#hero {
	margin: 0 0 17px 0;
	overflow: auto;
}

.hero-1 {
	border-right: 2px solid #f8f8f8;
	padding: 0 12px 0 0;
}

.rotator a.link-arrow 
{
 /*    position: absolute; */
	 right: 0; 
}

.hero-2 h3 {
	text-align: center;
	font-family: "AvenirLTStd85Heavy";
}

.highlight-1 {
	font-family: "AvenirLTStd45Book";
	font-weight: normal;
}

.highlight-2 {
	font-family: "AvenirLTStd85Heavy";
}

#hero .highlight-1, .highlight-2 {
	font-size: 1.5em;
	line-height: 1em;
}

#hero .highlight-1 {
	color: #9c9c13;
}

#hero .highlight-2 {
	color: #778133;
}

.rotator {
	display: none;
}

.rotator.selected {
	display: block;
}
.rotator img { width: 300px; height:150px;}

#rotateJumper {
	clear: both;
	list-style: none;
	width: 90%;
	text-align: center;
	margin: 0px;
	float:left;
}

#rotateJumperPause {
	float: right;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

#rotateJumperPause li, #rotateJumper li { display: inline-block; margin: 0 10px; }
#rotateJumperPause a, #rotateJumper a { text-align: center; padding: 5px 10px; display: block; border: 1px solid #F8F8F8; }
#rotateJumperPause a.active, #rotateJumper a.active,
#rotateJumperPause a.active:hover, #rotateJumper a.active:hover { background-color: #0D4460; color: #FFFFFF !important; }
#rotateJumperPause a:hover, #rotateJumper a:hover { background-color: #EEF8FB; color: #017192; }

.ie7 #rotateJumper li { display: inline; }



.ms-WPBody {
	font-size: 13px;
}

.highlight-2 {
	color: #778133;
}

.intro-text > h1 {
    color: #778133;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.9em;
    line-height: 1em;
    padding-bottom: 5px;
}

a.link-arrow {
	background: transparent url("../images/sprite-home.png") no-repeat scroll right 0px;
	font-weight: bold;
}

div.inner-blocks {
	padding-right: 10px;
}


div.inner-blocks ul {
	margin-left: 0px;
}
div.inner-blocks ul li {
	background: transparent url("../images/sprite-home.png") no-repeat scroll -0px 0.5em;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 9px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	font-family: Helvetica, Arial, sans-serif;
}

.social-media {
    background: transparent url("../images/sprite-home.png") no-repeat scroll -1182px bottom;
    width: 304px;
    height: 234px;
}

.social-media .twitter-heading {
    background: transparent url("../images/sprite-home.png") no-repeat scroll -1182px -127px;
    min-height: 20px;
    font-family: "AvenirLTStd85Heavy";
    font-size: 18px;
    padding-left: 70px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0px;
    color: #0b9fcf;
}

.social-media .inner-blocks {
    padding-left: 10px;
}

.social-media #tweets {
    min-height: 125px;
    width: 280px
}

.social-media #tweet-user {
    display: block;
    font-weight: bold;
    margin-bottom: -12px;
}

.social-media #tweet-content {
    display: block;
    max-height: 68px;
    min-height: 68px;
}

.social-media #tweet-follow {
    display: block;
    width: 100%;
    text-align: right;
    vertical-align: bottom;
}

.social-media #tweet-pause {
    float: left;
    position: relative;
}

.social-media #tweet-pause a {
    color: #888888 !important;
    font-size: 0.9em;
    font-weight: bold;
}

.social-media .find-us-text {
    margin-top: 8px;
    float: left;
}
    
.social-media .find-us img {
    padding-left: 13px;
}

.social-media div.inner-blocks ul {
    margin-left: -40px;
}

.social-media div.inner-blocks ul li {
    background-image: none;
    font-weight: normal;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0px;
    font-size: 13px;
    margin-top: 2px;
    margin-left: 0px;
    font-family: Helvetica, Arial, sans-serif;
}

.social-media-configuration {
    width: 330px;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
}



.tweet_time {
    font-size: 12px;
    float: left;
}

.tweet_even, .tweet_odd {
    visibility: hidden;
    display: none;
}

.tweet_first {
    visibility: visible;
    display: block;
}






#print_preview {
    background: url("../images/PrintIcon.png") no-repeat;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 35px;
    margin-left: 4px;
}

.wasThisHelpful {
	width: 100%;
	border-top: 1px #d1d1d1 solid;
	border-bottom: 1px #d1d1d1 solid;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

#thumbs-up {
	background: transparent url("../images/sprite.png") no-repeat scroll 0px -304px;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-left: 4px;
}

#thumbs-down {
	background: transparent url("../images/sprite.png") no-repeat scroll 0px -264px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-left: 4px;
}

.toc-layout-main li.level-section {
	list-style: none;
}

.level-bullet {
	background-image: none;
}

.toc-layout-main li.level-section a:link, .toc-layout-main li.level-section a:visited {
	color: #717171 !important;
	font-family: Helvetica, Arial, sans-serif;
	background: transparent url("../images/bullet-point.png") no-repeat scroll left 5px;
	padding-left: 14px;
}

.edit-landingpagewp {
	padding: 5px;
	background-color: #93B5FF;
	border: 1px #324EFF solid;
}

a.edit-landingpagewp:link, a.edit-landingpagewp:visited {
	color: #000377 !important;
}

.landingpage-image img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.landingpage-image {
    min-width: 40px;
    max-width: 40px;
    margin-right: 20px;
    float: left;
}

.landingpage-readmore {
    display: none;
}

.landingpage-item {
	width: 100%;
	margin-bottom: 25px;
}

/* contacts */
#contacts {
	margin: 12px 0 0;
	overflow: hidden;
}

#maps-wrapper {
	text-align: center;
	margin: 0 auto;
	width: 745px;
	position: relative;
}

#ACTarrow { position: absolute; bottom: 99px; left: 400px; }
#ACTtext { position: absolute; bottom: 80px; left: 435px; }

.maps {
	display: inline-block;
}

#contact-selection {
	margin: 12px 0 24px;
}

.contact-wrapper {
	clear: both;
	margin: 48px 0 24px;
}

.contact-wrapper h3 {
	padding: 0 0 12px 0;
	border-bottom: 1px solid #d1d1d1;
}

.contact-block {
	padding: 12px 0;
	border-bottom: 1px solid #d1d1d1;
}

.contact-details {
	margin: 12px 0;
	padding: 12px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.contact-details span {
	display: block;
	margin-top: 6px;
}

.contact-phone,
.contact-fax,
.contact-url {
	display: inline-block;
	height: 16px;
	margin: 0 12px 0 0;
	padding: 0 0 0 20px;
}

.contact-phone {
	background: url("../images/sprite.png") no-repeat 0 -497px;
}

.contact-fax {
	background: url("../images/sprite.png") no-repeat 0 -513px;
}

.contact-url {
	background: url("../images/sprite.png") no-repeat 0 -529px;
}



#main-titlebar 
{
    float:left;
}

.sitedescription {
    width: 375px;
    float: left;
    padding-left: 10px;
    padding-right: 15px;
}

.addrotator {
    width: 539px;
    height: 290px;
    float: left;
    padding-bottom: 62px;
}

/* FSANZ Landing Page - Spotlight Links */
#main-spotlightlinks .spotlightlink { width: 294px; margin: 0 11px; float: left; }
#main-spotlightlinks .highlight-1 { font-size: 2.5em; }
#main-spotlightlinks .highlight-2 { font-size: 2.1em; }
#main-spotlightlinks .article-header { line-height: 1em; position: relative; top: -65px; margin-bottom: -60px; left: 8px; }
#main-spotlightlinks .article-content {
    min-height: 28px;
    margin: 0;
    padding: 0 0 0 14px;
    color: #fff;
    line-height: 28px;
    font-family: "AvenirLTStd85Heavy", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
}

    #main-spotlightlinks ul.inner-blocks {
        min-height: 80px;
        background: url("../images/sprite-home.png") no-repeat 0 bottom;
        margin: 0;
        padding: 12px 7px 8px 7px;
        list-style: none;
    }
#main-spotlightlinks ul.inner-blocks li, #food-recall ul.inner-blocks li { background: url("../images/sprite-home.png") no-repeat 0 0.5em; padding: 0 0 9px 9px; }
#main-spotlightlinks p a { color: #FFFFFF; }
#main-spotlightlinks p a:visited { color: #FFFFFF !important; }
#main-spotlightlinks p a:hover { color: #FFFFFF !important; }

#food-standards, #consumer-information, #our-science { float: left; width: 294px; }
#food-standards .highlight-1 { color: #136995; }
#food-standards .highlight-2 { color: #0d4460; }
#food-standards .article-content { background: url("../images/sprite-home.png") no-repeat -295px bottom; }
#consumer-information .highlight-1 { color: #54830e; }
#consumer-information .highlight-2 { color: #446312; }
#consumer-information .article-content { background: url("../images/sprite-home.png") no-repeat -590px bottom; }
#our-science .highlight-1 { color: #1396bd; }
#our-science .highlight-2 { color: #017192; }
#our-science .article-content { background: url("../images/sprite-home.png") no-repeat -885px bottom; }

/* FSANZ Landing Page - NUTTAB and NPC */
#calculator p {
    top: 8px;
    width: 365px;
}

#nuttab p {
    top: 8px;
    width:355px;
}

#calculator {
    background: transparent url("../images/sprite-home.png") no-repeat scroll 0px -146px;
    height: 62px;
    width: 374px;
    float: left;
    padding: 10px 12px 0px 87px;
}

#nuttab {
    background: transparent url("../images/sprite-home.png") no-repeat scroll 0px -222px;
    height: 62px;
    width: 358px;
    float: left;
    padding: 10px 12px 0px 90px;
}


#main-highlightlinks, .highlightlink, .application, #main-applications {
    float: left;
}

#main-applications {
    padding-left: 10px;
    padding-bottom: 10px;
}

.highlightlink {
    padding: 0px 10px 10px 10px;
}

#subscribe .homepage-greenheading, #food-recall .homepage-greenheading {
    color: white;
    background: transparent url("../images/sprite-home.png") no-repeat scroll -295px -399px;
    min-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;    
    padding-bottom: 10px;
    margin: 0px;
}

#subscribe div.inner-blocks {
    padding: 10px;
}

#food-recall {
    background: transparent url("../images/sprite-home.png") no-repeat scroll -0px bottom;
    width: 294px;
    height: 235px
}

#food-recall p {
    padding-left: 10px;
}

#food-recall img {
    border-radius: 0px 0px 8px 8px;
    width: 294px;
    height: 180px;
}



#subscribe {
    background: transparent url("../images/sprite-home.png") no-repeat scroll -0px bottom;
    width: 294px;
    min-height: 235px
}

#subscribe img {
    padding: 10px;
}






/* Lower Blocks */
#lower-blocks {
    padding: 24px 0 0;
    clear: both;
}

#lower-blocks > div {
	background: url("../images/sprite-home.png") no-repeat 0 bottom;
	width: 295px;
}

#lower-blocks h5 {
	background: url("../images/sprite-home.png") no-repeat -295px -399px;
	min-height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 1.29em;
	font-family: "AvenirLTStd85Heavy";
	padding: 0 0 0 18px;
}

.triangle {
    position: absolute;
    top: -1px;
    left: 8px;
    width: 27px;
    height: 13px;
}

/* Tab contents */

/* Main */
#fsc-main {
    width: 744px;
    margin: 8px 0 0 -17px;
}


#fsc-main h2 {
    color: #778133;
    font-size: 1.86em;
    margin: 6px 0 0;
    font-family: "AvenirLTStd85Heavy";
}

.featured-image {
    margin: 12px 0 0;
}

.article ul,
#fsc-main ul,
#fsc-main ol {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

    #fsc-main ul ul,
    #fsc-main ol ol {
        margin-top: 5px;
    }

    .article ul li {
        background: url(../images/bullet-point.png) no-repeat 15px 5px;
        padding: 0 7px 5px 40px;
    }

#fsc-main #tab-wrapper {
    padding: 0 0 5px 0;
}

#fsc-main #tabs {
    margin: 0;
    background: url("../images/sprite.png") no-repeat -215px -629px;
}

#fsc-main #tab-wrapper li {
    padding: 0;
    float: left;
    /*text-transform: uppercase;*/
}

#fsc-main #tabs a,
#fsc-main #tabs a:link,
#fsc-main #tabs a.hover,
#fsc-main #tabs a.visited {
    padding: 6px 0 6px 8px;
    display: block;
    color: #fff !important;
    font-weight: normal;
    font-size: 0.93em;
	min-height:42px;
	height:42px;
}

#fsc-main #tab-1 {
    background-color: #006d8c;
    width: 190px;
    height: 42px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}


#fsc-main #tab-2 {
    background-color: #db335a;
    width: 123px;
    height: 42px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#fsc-main #tab-3 {
    background-color: #637d21;
    width: 154px;
    height: 42px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#fsc-main #tab-4 {
    background-color: #b55918;
    width: 178px;
    height: 42px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#fsc-main #tab-5 {
    background-color: #6B3977;
    width: 99px;
    height: 42px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}


#tab-contents {
    padding: 0 20px;
    background: url("../images/sprite.png") repeat-y -1744px bottom;
    position: relative;
    overflow: hidden;
    clear: both;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d3d3d3;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d3d3d3;
}

#fsc-main #breadcrumbs {
    display: none;
}

.fsc-chapters {
    display: none;
}

.fsc-chapters.selected {
    display: block;
}

.fsc-chapters .triangle {
    width: 0px;
    line-height: 0px;
    height: 0px;
    border-left-color: transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-color: transparent;
    border-right-width: 15px;
    border-right-style: solid;
    border-top-width: 15px;
    border-top-style: solid;
}

#chapter-1.selected .triangle {
    border-top-color: #036f8c;
    left: 75px;
}
 
#chapter-2.selected .triangle {
    border-top-color: #e23c62;
    left: 245px;
}

#chapter-3.selected .triangle {
    border-top-color: #647f22;
    left: 380px;
}

#chapter-4.selected .triangle {
    border-top-color: #b35a1e;
    left: 550px;
}

#chapter-5.selected .triangle {
    border-top-color: #6B3977;
    left: 680px;
}

#tab-contents h3, #tab-contents dl, #tab-contents dt {
    clear: both;
    overflow: hidden;
}

#fsc-main #tab-contents h3 {
    margin: 26px 0 0;
}

#fsc-main #tab-contents dt {
    float: left;
    width: 108px;
    padding: 0 12px 0px 0;
}

#fsc-main #tab-contents dd {
    float: left;
    width: 560px;
    margin: 0;
}

#main-articles table {
	margin-bottom: -7px;
}

.paging-count {
	float: left;
	padding-top: 15px;
    margin-left: -18px;
}

.paging-links {
	float: right;
	position: relative;
	top: -15px;
}

.paging-links a{
	padding-left: 3px;
	padding-right: 3px;
}

.paging-current, .paging-current:link, .paging-current:visited {
	font-weight:bold;
	font-size: 110%;
}
.paging-clear {
	clear:both;	
}

.searchfilter-userfilterbox {
	background: #dddddd;
	border: 1px #666666 solid;
	padding: 6px;
    margin-left:-18px;
}

.searchfilter-searchheader {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.metadata-table {
	background-color: #eeeeee;
	border: 1px #cccccc solid;
}

.metadata-table tr td:first-child {
	font-weight: bold;
}

div#related-links {
	width: 180px; 
    float: right; 
    /*display: inline;*/
	border: 1px solid #73a0e4;
	background-color: #ddeafe;
	margin: 10px;
}
div#related-links h2 {
	margin: 0px; padding: 10px 0px 0px 10px; height: 20px; text-transform: uppercase; font-size: 14px; font-weight: normal;
}
div#related-links ul
{
    list-style: none;
    margin: 0px;
    padding: 0px 10px 10px;
}
div#related-links ul li 
{
    background: none;
	padding: 2px 0px;
}
div#related-links li a {
	text-decoration: none;
}







/* FSANZ MULIMEDIA PAGE - ARTICLE */
.article-addiitonal-content {
    display: table-row;
}

.article-addiitonal-content > .additonal-content {
    width: 75%;
    float: left;
}

.article-addiitonal-content > .more-information {
    border: 1px solid #73a0e4;
    background-color: #ddeafe;
    padding: 4px;
    margin: 10px;
    width: 20%;
    float: right;
}


/* FSANZ  JQUERY WIDGET OVERRIDES */
.ui-widget {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 1.0em !important;
}

.ui-accordion .ui-accordion-content {
    /*  background: floralWhite;*/
}

/* FSANZ - CUSTOM FORM STYLES */
.fsanzFormSection {
    float: left;
    width: 100%;
    padding: 5px 0px;
}

.fsanzFormSectionHeading {
    float: left;
    width: 100%;
}

.fsanzFormFieldHeading {
    float: left;
    width: 195px;
}

.fsanzFormFieldSection {
    width: 50%;
    float: left
}

.fsanzFormFieldSection input[type=text],
.fsanzFormFieldSection textarea,
.fsanzFormFieldSection input[type=file],
.fsanzFormFieldSection select {
    padding: 6px 7px;
}

.fsanzFormField {
    width: 95%;
    float: left;
}

.fsanzFormFieldRequired {
    font-size: 20px;
    color: red;
    padding-left: 2px;
    padding-right: 2px;
}

#recaptcha_image {
    padding-bottom: 10px;
}

.fsanzFormErrorMessage, .g-recaptcha-error {
    color: red;
    float: left;
    width: 100%;
}

.fsanzFormInfoMessage {
    font-style: italic;
}

.fsanzFormButton {
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

/* FSANZ Dialog */
.ms-dialog #ContentContainer {
    margin-left: 0px !important;
}

.ms-dialog .fsanzFormFieldSection {
    width:100% !important;
}


/* FSANZ Slider Control */
#jssor_1 {
    position: relative;
    width: 538px;
    height: 332px;
    overflow: hidden;
}

.jssorl-009-spin {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-top: -20px;
    position: relative;
    top: 50%;
    width: 39px;
    height: 39px;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.slider-container {
    cursor: default;
    position: relative;
    width: 538px;
    height: 250px;
    overflow: hidden;
}

.slider-title, .slider-title:visited, slider-title:hover {
    color: white !important;
    text-decoration: none !important;
}

.slider-content > img {
    left: 0px;
    top: 0px;
    width: 538px;
    height: 250px;
    display: block;
    position: absolute;
    z-index: 1;
}

.slider-navigator {
    position: absolute;
    bottom: 44px;
    width: 538px;
    height: 40px;
    color: #FFF;
    overflow: hidden;
    cursor: default;
    background-color: #017192 !important
}

.slider-prototype {
    position: absolute;
    top: 0;
    left: 0;
    width: 538px;
    height: 40px;
}

.slider-template {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: verdana;
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
}

.jssorb072 {
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.jssorl-009-spin > img {
    margin-top: -20px;
    position: relative;
    top: 50%;
    width: 39px;
    height: 39px;
}


.jssorb072 .i {
    position: absolute;
    color: #FFF;
    font-family: Helvetica,Arial,sans-serif;
    cursor: pointer;
    z-index: 0;
    font-size: 14px !important;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.jssorb072 .i .svg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .jssorb072 .i .n {
        padding-left: 11px;
    }

.jssorb072 .i .b {
    fill: black;
    opacity: .4;
}

.jssorb072 .i:hover {
    opacity: .7;
}

.jssorb072 .iav {
    color: #fff;
}

.jssorb072 .iav .b {
    fill: #0072bc;
    opacity: .5;
}

.jssorb072 .i.idn {
    opacity: .3;
}

/* END FSANZ CUSTOM FORM STYLES */