/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............
 * FONT-FACE...........
 * GLOBAL..............
 * HEADER..............
 * NAVIGATION..........
 * CONTENT.............
 * FOOTER..............
 * RESPONSIVE..........
 */

/* Colours 
# Dark Grey (text):#333333
# Mid Grey (footer): #858686
# Dark Blue () #021574
# Green () #8BC02F
# */





/*------------------------------------*\
    $FONT-FACE
\*------------------------------------*/






/*------------------------------------*\
    $GLOBAL
\*------------------------------------*/

body {
    background-color: #FFFFFF;
    color: #525252;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

body#index {
    background-image: url(/assets/img/bg-body7.png) repeat-x 0 0;
    background-color:  #FFFFFF;
}

p, fieldset, table, pre {
    margin-bottom: 1em;
}

a,a:visited {
    color: #DE7300;
    text-decoration: none;
}

a:hover, a:focus {
    color: #DE7300;;
    text-decoration: underline;
}

/*
body a:hover {
    color: #DE7300;
    text-decoration: underline;
}

*/

h1,
h2,
h3 {
    line-height: 20px;
}

h1 {
    font-size: 38.5px;
}

h1 {
    font-size: 1.6em;
    line-height: 1.4;
    color: #B90202;
    font-weight: bold;
}

h2 {
    font-size: 31.5px;
}

h2 {
    border-bottom: 0;
    color: #B90202;
    font-size: 1.4em;
    /*font-weight: lighter;*/
    margin-bottom: 0.5em;
}

body#national-conference h1 {
    border-bottom: 0;
    color: #B90202;
    border-bottom: 1px solid #faa61a;
    color: #B90202;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 1em;
    padding-bottom: 8px;
    line-height: 20px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

a.skip {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    border-right: 1px solid white;
    color: white !important;
    left: 0;
    padding: 6px;
    position: absolute;
    top: -40px;
    transition: top 1s ease-out 0s, background 1s linear 0s;
    z-index: 100;
}

a.skip:focus {
    background: #B90202 none repeat scroll 0 0;
    left: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
}

.btn:focus {
	background: #b90c0c linear-gradient(to bottom, #dc5d5c, #b90c0c) repeat-x scroll 0 0;
    border-color: #DE7300;
/*     color: #ffffff !important; */
    margin-right: 0.7em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn:focus {
    outline: 1px dotted #b90c0c;
    outline-offset: -2px;
}

 a:focus {
	 text-decoration: underline;
	 outline-color: #B90202;
 }
 
 .btn-red:focus {
	 /*
color: #B90202 !important;
	 background: #FFF
*/
text-decoration: underline;
 }
 
 textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(185, 2, 2, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 2, 2, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 2, 2, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 2, 2, 0.6);
}


/* Screen readers only */

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.link-red {
    color: #B90202 !important;
    font-weight: bold;
}

a .link-red {
    text-decoration: none;
}

.btn-text {
    color: #DE7300 !important;
}

.btn-text:hover {
    color: #333333 !important;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.header {
    height: 155px;
    position: relative;
}

.header-page {
    height: 155px;
    background-color: #FFF1DA;
    background-image: url(/assets/img/bg-page-header.png) repeat-x 0 0;
    position: relative;
}

.header {
    max-height: 155px;
}

.logo {
    float: left;
    margin-left: 10px;
}
div.logo {
    margin-top: 10px;
}

.header-right {
    margin-top: 10px;
}

.two-flags {
    margin-right: 15px;
}

.two-flags a {
    margin-right: 5px;
}

#languagesflags {
    list-style: none;
    margin: 0;
    margin-right: 10px;
}

.langrotate {
    background-color: #FFFFFF;
    border: 2px solid #FCC66E;
    border-radius: 5px;
    font-size: 1em !important;
    height: 18px;
    list-style: none outside none;
    padding: 3px 5px 0;
    width: 100px;
}

.langrotate2 {
    background: none;
    border: 5px solid #B90202;
    border-radius: 5px;
    font-size: 1.1em;
    height: 18px;
    list-style: none outside none;
    padding: 3px 5px 0;
    width: 60px;

}

.rego-login {
    margin-right: 10px;
}

.rego-login a {
    margin-top: 0;
    margin-right: 10px;
}

#languagesflags li a {
    color: #B90202 !important;
}

.head-search {
    margin-right: 10px;
}

.header-bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.rotate-box {
    position: absolute;
    bottom: 40px;
    right: 430px;
    width: 200px;
}

a.rotate-label {
    font-weight: bold;
    color: #B90202 !important;
    float: right;
    margin-top: -5px;
    display: inline-block;
    width: 69px;

}
.phone-box {
    position: absolute;
    bottom: 30px;
    right: 200px;
    width: 200px;

}

.phone-box a {
    color: #b90202 !important;
    display: inline-block;
    font-weight: bold;
    width: 92px;
}

.phone-icon {
    margin-right: 5px;
}

.chat-box {
    bottom: 30px;
    position: absolute;
    right: 10px;
    width: 210px;
}
.chat-box a {
    font-weight: bold;
    color: #B90202 !important;
    display: inline-block;
    width: 100px;
}

.chat-icon {
    margin-right: 15px;
}

.header-bottom-right a {
    float: left;
    margin-left: 1em;
}

a.btn-warning {
    color: #000000 !important;
    margin-right: 0.5em;
}

.icon-eye-open {
    background-position: -96px -120px;
    width: 22px;
}

.langrotate2 {
    border: 3px solid #F9A61A !important;
    font-size: 1.1em;
}

#languagesflags li a {
    color: #F9A61A !important;
}

.phone-box {
    right:454px;
}

.chat-box {
    right:235px;
}

.rotate-box {
    right:20px;
}


/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/

.navbar-wrapper {
    position: relative;
    z-index: 10;
    height: 35px;
    margin-bottom: 20px;
}

.navbar-inverse .navbar-inner {
    background: none;
    filter: none;
    border: none;
    box-shadow: none;
    min-height: 20px;
}

ul.nav li {
    display: block;
    float: left;
    list-style: none outside none;
}

.navbar-inverse .nav li a  {
    border-right: 1px solid #FFF;
    color: #fff;
    display: block;
    font-family: Helvetica,sans-serif;
    font-size: 16px;
    padding: 0 14px;
    text-decoration: none;
    text-shadow: none;
    white-space: normal;
}

.nav-last {
    border-right: 0 !important;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a:hover {
    color: #474747;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background: none;
    color: #474747;
}

.navbar-inverse {
    background: none repeat scroll 0 0 #b90202;
    color: #999999;
    padding: 8px 0;
}


/* Dropdown Menus */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #b90202;
    border: 1px solid #b90202;
    border: none;
    border-right-width: 0;
    border-bottom-width: 0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

ul.dropdown-menu {
    width: 200px;
    z-index: 1000;
}

ul.dropdown-menu li {
    float: none;
}


.nav li ul.dropdown-menu li a {
    border-right: 0;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #B90202;
    border-top-color: #B90202;
    border-bottom-color: #000000;
    border-top-color: #000000;
}

/* Dropdown on hover */

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    color: #ffffff;
    text-decoration: none;
    background: #C60000;
}


/* Remove dropdown ul ornaments */

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom:none;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: none;
    border-left: 6px solid transparent;
    content: '';
}

/* Nav Btn */

.navbar-inverse .btn-navbar, .navbar .btn-navbar {
    background: none;
}

.navbar-inverse .btn-navbar, .navbar .btn-navbar {
    background: #B90202;
    /*     margin-top: -25px; */
    margin-top: -65px;
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #B90202;
    *background-color: #B90202;
}




/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

/* Homepage Content 
------------------- */

/* Slider */

body#index .slider {
    margin-bottom: 1em;
/*     margin-top: 2em; */
    padding: 8px 0.5em 1px;
    background: #fff1da;
}

.slider {
    margin-bottom: 1em;
    margin-top: 0;
    padding: 0 0.5em;
}


#myCarousel {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*     z-index: -10;  */
}

.carousel-inner {
    /*     -webkit-border-radius: 10px; */
    /*     border-radius: 10px;  */
}

.carousel-caption {
    background: none;

    /*     background: url(/assets/img/bg-carousel-caption.png) repeat;  */
    left: 10px;
    padding: 15px;
    position: absolute;
    right: 0;
    bottom: 10px;
    /*     width: 40%; */
    -webkit-border-radius: 10px;
    border-radius: 10px; 
}

.carousel-caption h2 {
    font-size: 1.4em;
    line-height: 1.1em;
    color: #525252;
    margin-top: 0;
}

.carousel-caption p {
    color: #333;
    color: #525252;
}

.carousel-caption h2 a, .carousel-caption p a {
    color: #525252;
    display: block;
}

.wide-box {
    margin-bottom: 2em;
}

.carousel-indicators {
    list-style: outside none none;
    margin: -20px 0 0;
    position: absolute;
    right: 615px;
    top: 321px;
    z-index: 5;
}

.carousel-indicators .active {
    background-color: #de7300;
}
.carousel-indicators li {
    background-color: rgba(248, 187, 37, 0.25);
    background: none;
    border: #de7300 solid 1px;
    border-radius: 6px;
    display: block;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    width: 10px;
}

.slide-link {
    display: block;
}

.slide-link:hover {
    text-decoration: none;
}

/* Video */

.vidbox {
    padding:1em;
    background: none repeat scroll 0 0 #FFF1DA;

}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 1em;

}



.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    /*     z-index: -10; */
}

.video-container iframe {
    z-index: 2;
}

.navbar-wrapper {
    z-index: 1000;
}

#skipindex {
    z-index: 1;
}

/* Events */

.sectionheader {
    border-bottom: 1px solid #faa61a;
    color: #B90202;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 1em;
    padding-bottom: 8px;
}

.sectionheader a {
    color: #B90202 !important;
}

.sectionheader a:hover {
    text-decoration: none;
}

.event-pic {
    float: left;
}

.event-text {
    padding-bottom: 0.25em;
    padding-right: 10px;
}

.event-text h3 {
    line-height: 18px;
    margin-top: 1px;
    font-size: 1em;
    /*padding-left: 30px;*/
}

.event-text h3 a {
    text-decoration: none;
}

.event-text h3 a:hover {
    text-decoration: underline;
}


/* Map */

.local-map {
    padding-left: 20px;
    overflow: hidden;
}

.local-map .detail {
    width: 207px;
}

.local-map h3 {
    color: #DE7300;
    font-size: 1.2em;
}

ul.map {
    background: url("/assets/img/map/mapbg.jpg") no-repeat;
    border: medium none;
    height: 162px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 187px;
}

ul.map li {
    list-style: none;
}

li.wa a{
    background:url('/assets/img/map/linkbg.gif') no-repeat;
    display:block;
    height:0;
    left:12px;
    overflow:hidden;
    padding-top:12px;
    position:absolute;
    top:92px;
    width:11px;
}

li.wa a:hover{
    background:url('/assets/img/map/wa.jpg') no-repeat;
    left:13px;
    padding-top:25px;
    top:84px;
    width:52px;
}

li.sa a{
    background:url('/assets/img/map/linkbg.gif') no-repeat;
    display:block;
    height:0;
    left:81px;
    overflow:hidden;
    padding-top:12px;
    position:absolute;
    top:98px;
    width:11px;
}

li.sa a:hover{
    background:url('/assets/img/map/sa.jpg') no-repeat;
    left:41px;
    padding-top:25px;
    top:90px;
    width:52px;
}

li.vic a{
    background:url('/assets/img/map/linkbg.gif') no-repeat;
    display:block;
    height:0;
    left:127px;
    overflow:hidden;
    padding-top:12px;
    position:absolute;
    top:116px;
    width:11px;
}

li.vic a:hover{
    background:url('/assets/img/map/vic.jpg') no-repeat;
    left:85px;
    padding-top:25px;
    top:109px;
    width:54px;
}

li.nsw a{
    background:url('/assets/img/map/linkbg.gif') no-repeat;
    display:block;
    height:0;
    left:147px;
    overflow:hidden;
    padding-top:12px;
    position:absolute;
    top:95px;
    width:11px;
}

li.nsw a:hover{
    background:url('/assets/img/map/nsw.jpg') no-repeat;
    left:101px;
    padding-top:25px;
    top:88px;
    width:57px;
}

/* Picture Links */
.picture-link {
    background: #FFF1DA;
    margin-bottom: 1em;
    min-height: 195px !important;
}

.picture-link h3, .picture-link p {
    padding: 0 10px;
}

.picture-link p {
    font-size: 0.8em;
    margin-top: -9px;
}

/* Homepage links */
.homepage-links {
    background: url("/assets/img/list-arrow-3.gif") no-repeat scroll 0 2px;
    padding-left: 1.5em;

}

.arrow-red-links{
    background: url("/assets/img/list-arrow-3.gif") no-repeat scroll 0 2px;
    padding-left: 30px !important;
    list-style: none;

}
.arrow-red-links:before
{

    content: none !important;
    padding-right: 7px;
}

/* Social media icons */
.social-icons {
    margin-right: 6px;
    display: inline-block;
}

.youtube {
    margin-right: 10px;
}

.twitter {

}

/* Image captions */
.bg-page .slider {
    position: relative;
}
.image-caption {
    background-color: rgba(22, 22, 22, 0.8);
    border-radius: 10px;
    bottom: 10px;
    padding: 10px;
    position: absolute;
    right: 0;
    left: 10px;
    width: 40%;
}

.image-caption p {
    color: #FFFFFF;
    margin-bottom: 0;
}
/* Page Content
--------------- */

.bg-page {
    background: #FFFFFF;
    /*
-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.35);
    */
    padding-top: 1em;
}



.yellow-button {
    background: #F8BB25;
    display: inline-block;
    font-size: 17.5px;
    padding: 11px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    margin-top: 1em;
}

.yellow-button span {
    font-size: 0.85em;
}

.search-button {
    background: none repeat scroll 0 0 #F8BB25;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 1em;
    padding: 4px 6px;
    text-align: center;
    cursor: pointer;
    margin-top: 0;
}

.small-yellow-button {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 5px;
}

.btn-red {
    background: none;
    background-color: #B90C0C;
    background-image: linear-gradient(to bottom, #DC5D5C, #B90C0C);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    margin-right: 0.7em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-red:hover {
    background-color: #B90C0C;
    color: #FFFFFF;
}
.btn-container {
    margin-top: 1em;
    margin-bottom: 1.35em;
}

/* Resource Lists on homepage */



ul.resource-list {
    margin:0;
    margin-left: 1em !important;
}

ul.color-list li {
    padding-left: 20px;
}

ul.color-list li.one {
    background: url(/assets/ico/list-icon-pink.gif) no-repeat 0 2px;
}

ul.color-list li.two {
    background: url(/assets/ico/list-icon-lightblue.gif) no-repeat 0 2px;
}

ul.color-list li.three {
    background: url(/assets/ico/list-icon-green.gif) no-repeat 0 2px;
}

ul.color-list li.four {
    background: url(/assets/ico/list-icon-yellow.gif) no-repeat 0 2px;
}

ul.color-list li.five {
    background: url(/assets/ico/list-icon-purple.gif) no-repeat 0 2px;
}

ul.color-list li.six {
    background: url(/assets/ico/list-icon-greenblue.gif) no-repeat 0 2px;
}

ul.color-list li.seven {
    background: url(/assets/ico/list-icon-crimson.gif) no-repeat 0 2px;
}

ul.color-list li.eight {
    background: url(/assets/ico/list-icon-ocre.gif) no-repeat 0 2px;
}

ul.color-list li.nine {
    background: url(/assets/ico/list-icon-midblue.gif) no-repeat 0 2px;
}

ul.color-list li.ten {
    background: url(/assets/ico/list-icon-rose.gif) no-repeat 0 2px;
}

ul.color-list li.eleven {
    background: url(/assets/ico/list-icon-darkblue.gif) no-repeat 0 2px;
}

ul.color-list li.twelve {
    background: url(/assets/ico/list-icon-red.gif) no-repeat 0 2px;
}

ul.color-list li.arrow-orange {
    background: url("/assets/img/list-arrow-2.gif") no-repeat scroll 0 2px !important;

}

ul.color-list li.arrow-red {
    background: url("/assets/img/list-arrow-3.gif") no-repeat scroll 0 2px !important;
}
/* Factsheet table styles */

.factsheetcentral table td {
    width: 50%;
}

/*override for table inside factsheet table*/
.factsheetcentral table td table td{
    width: auto;
}

.factsheetcentral table td:nth-of-type(1) {
    padding-right: 1em;
}

.factsheetcentral table td:nth-of-type(2) {
    padding-left: 1em;
}





/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/

/* Hompage Sidebar
------------------ */

/* Page Sidebar 
-------------------------- */

.sidebar-left {
    padding: 1em;
}
/* Side nav */

#subnav {
    margin-left: 1em;
}

#subnav li {
    margin-bottom: 0.5em;
}

#subnav li a {
    color: #333;
}

#subnav li a:hover {
    color: #DE7300;
}

#subnav li.on a {
    color: #DE7300;
    font-weight: bold;
}

#subnav li.on ul li a {
    color: #333;
    font-weight: normal;
}

#subnav li ul {
    list-style: none;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

#subnav li ul li a:hover {
    color: #DE7300;
}

#subnav li ul li a.on {
    color: #DE7300;
}

.content-middle {
    padding: 1em 0;
}

.content-middle h1 {
    margin-top: 0;
}

.content-middle h1 {
    font-size: 1.75em;
}

.content-middle h2 {
    margin-top: 1em;
}

/* Content Lists */
.content-middle ul {
    list-style-type: square;
}

.content-middle ul {
    list-style: none;
    padding:0;
    margin:0 0 10px;
}

.content-middle ul li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.content-middle ul li:before {
    //content: "■";
    content: "■";
    font-family:"Arial Black";
    padding-right:7px;
    color: #B90202; /* or whatever color you prefer */
}

.sidebar-right {
    padding: 1em;
}

.sidebar-right ul li {
    margin-bottom: 0.5em;
}
.sidebar-right a.btn-red {
    margin-bottom: 0.75em;
}

/* Share and print buttons */

.sidebar-right ul#rightcol_tools {
    list-style: none;
    margin-left: 0 !important;
    overflow: hidden;
    margin-bottom: 15px;
}

.sidebar-right ul.langtools {
    border-bottom: #EFEFEF solid 3px;
    list-style: none;
}

.rightcol-links {
    padding-right: 1em;
}

/* facebook */

.fb-share-button {
	width: 75px;
	float: left;
}

/* Twitter */

.twitter-share-button {
	width: 75px;
	float: right;
	clear: left;
	margin-top: -10px;
	 margin-right: 30px;
}


/* sitemap */

ul#sitemap li {
    list-style-type: none !important;
}

/* forum */

.conference-content {
    padding: 1em;
    padding-bottom: 4em;
}

.conference-content img {
    margin-bottom: 1em;
}

@media (min-width:768px ) {
    .conference-content img {
        margin-bottom: 0;
    }

}


/* new */

.navbar-conf .navbar-inner {
    background: #FFF !important;
    border-radius: 0;
    border: none;
    box-shadow: none !important;

}

.conf-container {
    border-bottom: 2px solid #cccccc;
    margin-left: -3px;
    margin-right: -3px;
}

a.conf-brand {
    color: #b90202 !important;
}

.btn-navbar-conference {
    margin-top: 0 !important;
    background: #FFF !important;
    border: none !important;
}

.btn-navbar-conference span.icon-bar {
    background: #b90202 !important;
    height: 5px !important;
    width: 25px !important; 
}

.navbar-conf .nav > li > a {
    color: #333;
}

.navbar-conf .nav > li > a:hover, .navbar-conf .nav > li > a:focus {
    color: #b90202;
}

#logoSlider {
    border: 1px solid #EEEEEE;
}




/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

/* Sticky footer styles
------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -540px;
    /* Pad bottom by footer height */
    /* padding: 0 0 500px;*/
}

/* Set the fixed height of the footer here */

#push,
#footer {
    height: 550px;
}

#footer {
    background: none repeat scroll 0 0 #EEEEEE;
}

.footer-links {
    font-size: 0.85em;
}

.footer-links h3 a {
    color: #525252 !important;
}

.footer-links h3 a {
    color: #DE7300 !important;
}

.footer-links ul li a {
    color: #333 !important;
}

.footer-links ul li a:hover {
    color: #DE7300 !important;
}

/* notes after SM icons */

.sm-numbers {
    margin-right: 0.5em;
}


.footer-p {
    font-size: 0.85em;
    margin-left: 0;
    margin-top: 2em;
}
.footer-p span {
    padding: 0 0.35em;
}

ul.footernav{
    float:right;
    margin:0;
    padding:0;
    margin-top: 1.7em;
    text-align: right;
}
ul.footernav li{
    display:inline;
    vertical-align:top;
    list-style:none;
}
ul.footernav li a{
    vertical-align:top;
    font-size: 0.85em;
    /*color: #525252;*/
}

ul.footernav li span {
    padding: 0 0.35em;
}
ul.footernav li img{
    margin:0 6px 0 10px;
}

.sub-footer {
    border-top: #e2e2e2 solid 1px;
}

/* Footer Follow Us */

ul.footer-follow {
    margin: 0.5em 0;
    padding: 0;
}

ul.footer-follow li {
    display: inline;
    list-style: none outside none;
    vertical-align: top;
    font-size: 0.85em;
}

ul.footer-follow li a {
    /*color: #525252;*/
    vertical-align: top;
}

ul.footer-follow li a:hover {
    text-decoration: none;
}

ul.footer-follow li a i {
    font-size: 2em;
    margin-left: 20px;
}

ul.footer-follow li a.footer-flags {
    margin-left: 20px;
    display: inline-block;
}

ul.footer-follow li a.flag-1 {
    margin-left: 60px;
}

ul.footer-follow li span {
    padding: 0 0.35em;
}

/* carers */

.carers-box {
    margin-bottom: 2em;
}

.carers-box .image-box{
    padding: 0;
}

.carers-box .text-box{
    padding: 1em;
}

.carers-left-bottom {
    background: #ffdf91;
    margin-top: 2em;
}

.carers-right-bottom {
    background: #de016f;
}

.carers-right-top {
    background: #e4cd18;
}

span.nchl {
    display: block;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0.2em;
}

span.nchl-number {
    display: block;
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    margin-top: 0.4em;
}

.carers-feature-box {
    margin-bottom: 2em;
    color: #333;
    overflow: hidden;
    border: #efefef solid 1px;
}
.carers-feature-box p {
    padding: 10px;
}

.carers-feature-box a {
    color: #333;
}

.carers-feature-box img {
    margin-right: 1em;
    border: none;
}

.carers-feature-box-red {
    background: #fa7075;
}

.carers-feature-box-blue {
    background: #addafb;
}
.carers-feature-box .carers-text-box {
    padding: 1em;
}

.carers-feature-box h3 {
    margin-top: 0;
}

.carers-feature-box-blue h3 {
    margin-top: 10px;
}


/* Side R */

.carers-hotline {
    background: #e21270;
    color: #FFF;
}

.carers-hotline a {
    color: #FFF;
}

.carers-hotline a span {
    color: #FFF;
}

.carers-directories {
    background: #d2e7f5;
}

.carers-nurse, .carers-bridge, .carers-financial {
    background: #1683ce;
    color: #FFF;
}

.carers-nurse h3 a, .carers-bridge h3 a, .carers-financial h3 a {
    color: #FFF;
}

.carers-bridge {
    background: #18bc79;
}

.list-box {
    overflow: hidden;
}

p.section {
	font-size: 1.2em;
	color: #de7300 !important;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 0;
}

@media (min-width: 768px)  {

    .rego-login {
        /* 		display: none; */
    }

    .carers-feature-box img {
        /* 	width: 146px; */
        width: 110px;
        height: auto;
        float: left;
        margin: 0 10px 10px 0px;
    }

}

@media (min-width: 980px)  {
    .carers-feature-box img {
        width: 146px;
        height: auto;
    }

}

/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
@media (min-width: 320px) and (max-width:479px) {

    .header {
        background-image: none;
        height: 50px;
        height: 95px;
    }
    /*
  .logo-box {
             width: 150px;
     }
    */
    .logo {
        margin-right: 20px;
        position: absolute;
        z-index: 100;
    }

    .login-phone {
        position: absolute;
        left: 0;
    }

    /* Nav */

    .navbar-inverse {
        background: #FFF;
        border-bottom: 0;
    }

    .navbar-inverse .nav li a {
        border-right: 0;
    }

    ul.nav li {
        border-bottom: #B90202 solid 2px;
        padding-bottom: 5px;
        padding-top: 0;
        background: #FFFFFF;
    }

    ul.nav li:first-child {
        margin-top: 1.5em;
    }

    ul.dropdown-menu li{
        float: none !important;
        border-bottom: #B90202 solid 1px;
        background: #FFFFFF;
    }

    .navbar .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #B90202;
        white-space: normal;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .navbar-inverse .nav-collapse .dropdown-menu a:last-child {
        border-bottom: 0;
    }

    .nav li ul.dropdown-menu li:last-child {
        border-bottom: 0;
    }

    .navbar-inverse .nav-collapse .nav > li > a:hover,
    .navbar-inverse .nav-collapse .nav > li > a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #B90202;
        color: #FFFFFF;
    }

    .bg-page {
        margin-top: -10px;
    }

    /*
  .mobile-header-btns {
         margin-bottom: 1em;
     }
    */

    .mobile-header-btns {
        margin-bottom: 1em;
        margin-top: -50px;
        width: 200px;
        z-index: 1001;
    }

    .btn-mobile-header {
        width: 90px;
        padding: 4px;
        margin-top: 15px;
    }

    .btn-login {
        padding: 14px 0;
        position: absolute;
        right: -4px;
        top: 115px;
        width: 66px;
    }



    .btn-languages {
        left: 127px;
        position: absolute;
        width: 80px !important;
    }

    .btn-red {
        margin-bottom: 1em;
        width: 240px;						
    }

    .vidbox {
        margin-bottom: 2em;
    }

    .content-middle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .local-map {
        padding: 0 !important;
    }

    .local-map .detail {
        /*float: right;
        margin-top: -152px;*/
        width: 240px;
    }

    /* Forum */

    .forum-container {
        padding:0 1em;
    }

    .sidebar-right ul#rightcol_tools {
        margin-bottom: 1.2em;
    }

    #footer {
        padding-left: 10px;
        height: 1950px;
    }

    ul.footernav {
        float: left;
        margin: 1.7em 0 0;
        padding: 0;
        text-align: left;
    }

    /* Factsheet tables */

    #factsheet table td:nth-of-type(1) {
        padding-right: 0.5em;
    }

    #factsheet table td:nth-of-type(2) {
        padding-left: 0.5em;
    }

    #factsheet table td p {
    }

    #factsheet table td {
        width: 40%;
    }
    
    
}



@media (min-width: 480px) and (max-width: 639px)  {

    .bg-page {
        margin-top: 30px;
    }

    .header {
        background-color: #FFF1D9;
        background-image: none;
        height: 50px;
    }

    .logo {
        margin-right: 20px;
        position: absolute;
        z-index: 100;
    }

    .login-phone {
        position: absolute;
        left: 0;
    }

    .navbar-inverse {
        background: none repeat scroll 0 0 #FFF1D9;
        border-bottom: 0;
    }

    .navbar-inverse .nav li a {
        border-right: 0;
    }

    /* new nav styles start */

    ul.nav li {
        border-bottom: #B90202 solid 2px;
        padding-bottom: 5px;
        padding-top: 0;
        background: #FFFFFF;
    }

    ul.nav li:first-child {
        margin-top: 1.5em;
    }

    ul.dropdown-menu li{
        float: none !important;
        border-bottom: #B90202 solid 1px;
        background: #FFFFFF;
    }

    .navbar .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #B90202;
        white-space: normal;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .navbar-inverse .nav-collapse .dropdown-menu a:last-child {
        border-bottom: 0;
    }

    .nav li ul.dropdown-menu li:last-child {
        border-bottom: 0;
    }

    .navbar-inverse .nav-collapse .nav > li > a:hover,
    .navbar-inverse .nav-collapse .nav > li > a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #B90202;
        color: #FFFFFF;
    }

    /* new nav styles finish */

    .mobile-header-btns {
        margin-left: 80px;
        margin-bottom: 1em;
    }

    .btn-mobile-header {
        width: 90px;
        padding: 4px;
        margin-top: 30px;
    }

    .btn-login {
        padding: 14px 0;
        position: absolute;
        right: 86px;
        top: 115px;
        width: 66px;
    }

    .btn-languages {

        position: relative;
        width: 80px !important;
    }
    
    

    .vidbox {
        margin-bottom: 2em;
    }


    .content-middle {
        padding: 1em 10px;
    }

    .btn-red {
        margin-bottom: 1em;
        width: 240px;
    }

    .sidebar-right ul#rightcol_tools {
        margin-bottom: 1.2em;
    }

    #footer {
        padding-left: 10px;
        height: 1740px;
    }

    .footer-box {
        overflow: hidden;
    }

    .sub-footer {
        overflow: hidden;
    }

    ul.footernav {
        text-align: left;
    }

    .navbar-wrapper {
        margin-bottom: 0;
    }

    .navbar-inverse .btn-navbar, .navbar .btn-navbar {
        margin-top: -25px;
    }
    
    .chat-box {
	    bottom: auto;
	    left: 394px;
	    right: auto;
	    top: 0;
    }
}

@media (min-width:320px) and (max-width:639px) {

    #subnav {
        margin-left: 0 !important;
        width: 100%;
        background: #DE7300;
        text-align: center;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    #subnav li {
        margin-bottom: 0 !important;
        border-bottom: #FFFFFF 1px solid;
    }

    #subnav li a {
        display: block;
        color: #FFFFFF;
        padding: 0.5em;

    }

    #subnav li:last-child {
        border-bottom: 0 !important;
    }

    #subnav li a:hover {
        background: #FFFFFF;
        text-decoration: none;
    }

    #subnav li.on a {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: underline;
    }

    #publicforumdiv {
        max-width: 80%
    }

    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        margin-top: 50px;
        overflow: hidden;
    }

    body#index .slider {
        margin-top: 1em;
    }

    .nav-collapse .nav {
        margin: 0;
    }

    .form-search {
        background: #FFF;
        padding: 10px;
    }
    .chat-box {
    bottom: 0;
    left: 278px;
    right: auto;
    top: 115px;
}


}

@media (max-width: 480px) {
	.chat-box {
    bottom: 0;
    left: 204px;
    right: auto;
    top: 115px;
}

}




@media (min-width:320px) and (max-width:768px) {


    .logo-box {
        width: 160px;
    }

    .logo {
        float: none;
        position: relative;
    }

    .chat-box {
	    z-index: 1001;
    }

    .chat-box a {
        color: #de7300 !important;
        font-weight: normal;
    }

    .chat {
        display: inline-block;
        *display: inline;
        padding: 4px 12px;
        margin-bottom: 0;
        *margin-left: .3em;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        *background-color: #e6e6e6;
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
        *border: 0;
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        *zoom: 1;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

    }




    /* New Carousel */

  /*
  #carouselButtons {
        bottom: -45px;
        margin: 0 auto;
        position: relative;
        right: auto;
        width: 160px;
    }
*/

    #carouselButtons a.btn {
        padding: 4px 8px;
    }
    
    

}

@media (max-width: 640px) {

    body#index {
        background: none;
    }

    .navbar-inverse {
        background: transparent;
    }

    .header {
        background: transparent;
    }
}

/*
@media (max-width: 1068px) {
	#carouselButtons {
		position: absolute;
	}
}
*/



@media (min-width: 640px) {

    .navbar-inverse .btn-navbar, .navbar .btn-navbar {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        margin-top: -2px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .mobile-header-btns {
        position: absolute;
        top: 10px;
        left: 200px;
    }

    .rego-login a {
        margin-right: 10px;
        margin-top: 10px;
        padding:5px;
    }

    .navbar-inverse {
        margin-top: 2px;
    }
}

@media (min-width:640px) and (max-width:768px) {

.chat-box {
    bottom: auto;
    left: 394px;
    right: auto;
    top: 0;
}


}

@media (min-width: 768px) and (max-width: 1023px) {

    .header {
        height: 193px;
    }

    .head-search {
        margin-right: 10px;
        margin-top: -7px;
    }

    .header-right {
        float: left !important;
        margin-top: 10px;
    }

    #skipcontent {
        margin-top: -35px;
    }

    .navbar-inverse .btn-navbar, .navbar .btn-navbar {
        /*margin-right: -8px;
        margin-right: 53px;*/
        margin-right:0;
        margin-top: -43px;
        padding-bottom: 4px;
        padding-top: 4px;				
    }

    .navbar-inverse .btn-navbar, .navbar .btn-navbar {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin-right: 0;
        margin-top: -6px;
        padding-bottom: 0;
        padding-top: 4px;
    }

    .navbar-inverse {
        margin-top: -38px;
    }

    ul.dropdown-menu li{
        float: none !important;
    }

    .navbar .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #FFF;
        white-space: normal;
        border-right: 0;
    }

    .rego-login {
        margin-right: 0;
    }

    .rego-login a {
        margin-right: 8px;
        margin-top: 0;
    }

    #publicforumdiv {
        padding-right: 1em;
        padding-top: 10px;
    }

    .phone-box {
        bottom: 120px;
        position: absolute;
        right: 220px;
        width: 200px;
    }

    .chat-box {
        bottom: 51px;
        position: absolute;
        right: 0;
        width: 180px;
    }

    .rotate-box {
        bottom: 130px;
        position: absolute;
        right: 120;
        width: 200px;
    }

    .btn-red {
        margin-top: 10px;
    }

    #push, #footer {
        height: 520px;
    }

    ul.footernav {
        width: 288px;
    }
}

@media (min-width: 940px) 
{

    .header-right {
        float: right !important;
    }

    .navbar-inverse {
        margin-top: 0;
    }

    .rotate-box {
        position: absolute;
        bottom: 40px;
        right: 255px;
        width: 200px;
    }

    .phone-box {
        position: absolute;
        bottom: 30px;
        right: 454px;
        width: 200px;

    }

    .chat-box {
        bottom: 30px;
        position: absolute;
        right: 20px;
        width: 165px;
    }

    #skipcontent {
        margin-top: 0 !important;
    }

}

@media (min-width: 940px) and (max-width: 979px) 
{

    .header-right {
        float: right !important;
    }

    .navbar-inverse {
        margin-top: 0;
    }


    .rotate-box {
        position: absolute;
        bottom: 100px;
        right: 20px;
        width: 200px;
    }

    .phone-box {
        position: absolute;
        bottom: 90px;
        right: 185px;
        width: 200px;

    }

    .chat-box {
        bottom: 30px;
        position: absolute;
        right: 20px;
        width: 165px;
    }

    .rego-login {
        display: none;
    }

    .head-search {
        display: none;
    }

}


@media (max-width: 940px) {

    .header {
        max-height: 193px;
    }

    .navbar-inverse {
        border-bottom: 0;
    }

    #skipcontent {
        margin-top: -35px;
        margin-top: 5px;
    }
}


@media (min-width: 768px) and (max-width: 979px) {

    .navbar-inverse {
        height: 20px;
    }

    .nav {
        background: #b90202;
    }

    .navbar-inverse .nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }


}

@media (min-width: 768px) {

    body {
        background: url("/assets/img/bg-body6c.png") repeat-x scroll 0 4px;
    }
}

@media (max-width: 768px) {

    body {
        background: none;
    }

}



@media (min-width:980px) {

    .header {
        height: 153px;
    }

    .navbar-inverse {
        background: none;
        padding: 0;
    }

    .navbar-inverse .nav li a {
        padding: 10px 11px;
    }
    
    .navbar-inverse .nav > li > a:focus {
    text-decoration: underline;
    }

    .navbar-inverse .brand, .navbar-inverse .nav > li > a:hover {
        color: #FFF;
    }

    .navbar .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a  {
        border-right: 1px solid #fff;
        border-right: 1px solid #c06363;
    }

    .dropdown-menu {
        background: #FFF;
        color: #B90202
    }

    .dropdown-menu > li > a {
        clear: both;
        color: #B90202 !important;
        display: block;
        font-weight: normal;
        line-height: 20px;
        padding: 10px 20px !important;
        white-space: nowrap;
        border-right: none !important;
        border-bottom: #f9d0d0 solid 1px;
    }

    .dropdown-menu > li > a:hover {
        text-decoration: underline;
        background: #FFF;
    }

    .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
        background: #FFF;
        color: #B90202;
        text-decoration: underline;
    }

}

.dropdown-menu > li > a {
    border-bottom: 0;
}

.dropdown-menu > li {
    border-bottom: #f9d0d0 solid 1px;
}

.dropdown-menu > li:last-child {
    border-bottom: 0;
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/
@media print {

    * {	background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;			}

    p,
    h2,
    h3 {	orphans: 3; 
         widows: 3; 	
    }

    h2,
    h3 {	page-break-after: avoid;						

    }

    .header, .navbar-wrapper {
        display: none;
    }

    .span3 {
        display: none !important;
    }

    .span6 {
        width: 95% !important;
        margin-top: 50px;
    }

    #footer {
        display: none;
    }

    #push, #footer {
        height: 1px;

    }
}   

